﻿body
{ background-color: #213973; }

/* [Début] Entete et liens de la page */
#entete
{
	height: 170px;
	background-color: #1f2958;
	background-image: url("../../image/image_bleu/banniere.gif");
	background-repeat: no-repeat;
}

#sous-entete
{
	background-image: url("../../image/image_bleu/bordure.png");
	background-repeat: repeat;
}

	#liens 
	{ }
	
		#liens td 
		{ 
			color: white;
			font-weight: bold;
		}
		
		#liens td:hover
		{ 
			color: white;
			font-weight: bold;
		}
				
		#liens a
		{
			color: white;
			font-weight: bold;
		}

		#liens a:hover
		{
			color: white;
			font-weight: bold;
		}
	/* Positionnement de la liste de choix du thème. */
	#couleur
	{ color: white; }
		#couleur select
		{
			color: white;
			background-color: #1f2958;
		}
		#couleur a, #couleur a:hover
		{ color: white; }
/* [Fin] Entete et liens de la page */

/* [Début] Menu */
#menu
{ }
	/* [Début] Sous-menu */
	.sous_menu
	{ }
		.titre_menu
		{
			background-image: url("../../image/image_bleu/bartitre.png");
			font-weight: bold;
			color: white;
		}
		
		.element_menu
		{ background-color: #82B8EE; }		
		
			.element_menu ul
			{ }

			.element_menu input
			{ }

			.element_menu li
			{
				color: black;
				list-style-image: url("../../image/puceOff.png");
			}

			.element_menu li:hover
			{
				font-weight: bold;
				color: white;
				list-style-image: url("../../image/puceOn.png");
			}
			
			.element_menu a
			{ 
				color: black;
			}
			
			.element_menu a:hover
			{
				color: white;
			}
			
			#form_login
			{ }

		.fin_element_menu
		{
			background-image: url("../../image/image_bleu/bartitre2.png");
			background-color: transparent;
			background-repeat: no-repeat;
		}
	/* [Fin] Sous-Menu */

/* [Fin] Menu */

#contenu
{ background-color: white; }

	#entete_contenu
	{
		background-color: #FFFFFF;
		background-image: url("../../image/image_bleu/fond1.png");
		background-repeat: no-repeat;
	}

	#element_contenu
	{ background-color: #FFFFFF; }

	#element_contenu h1
	{ }

	#element_contenu h2
	{ }

	#element_contenu_gauche p
	{ }

		#element_contenu_gauche
		{ }
		
		#element_contenu_droite
		{ }
		
		#news 
		{ }
		
		#news h3 
		{ }
			
		.news_content
		{ }
		
		.news_date
		{ }
		
	.downloads h1
	{ }
	
	.downloads
	{ }
	
	.screenshots h1
	{ }

	.screenshots
	{ text-align: center; }
	
	.navigation
	{ color: #1f2958; }
	
	.navigation a, .navigation a:hover, .navigation a:visited
	{ color: #1f2958; }
	
	#pied_contenu
	{
		background-color: #82b8ee;
		background-image: url("../../image/image_bleu/fond2.png");
		background-repeat: no-repeat;
	}
	
	/*Page des FAQs*/
	
	#title h3
	{ }
	
	#index_faqs
	{ }
	
	#index_faqs li
	{ }
	
	#index_faqs 
	{ }
	
	#index_faqs h4
	{ }
	
	#article_faqs
	{ }
	
	#article_faqs h5
	{ }
	
	#article_faqs p
	{ }


/* pour les news */

.head
{
	background-image: url('../image/image_bleu/head.png');
	background-repeat: no-repeat;
	width: 620px;
	height: 41px;
}

.foot
{
	background-image: url('../image/image_bleu/foot.png');
	background-repeat: no-repeat;
	width: 620px;
	height: 41px;
}

.content
{
	background-image: url('../image/image_bleu/fond.png');
	background-repeat: repeat-y;
	width: 620px;
}
