	
	
	/*--------------------------- PAGE  */
	#page-fond-blanc
	{
		width:100%; 
		background:url(../interface/fonds/fond-page.jpg) repeat-y center #ffffff;
	}



	#page-fond
	{
		width:100%; 
		background:#ffffff;
	}

		

	#page-totale
	{
		width:982px; 
		margin:auto; 
		padding:auto;
		overflow:hidden;
	}
	/*---------------------------*/

	
	
		
		
		/*--------------------------- BARRE DE NAVIGATION SUPERIEURE */
		#barre-navigation-superieure
		{
			width:100%;
			height:71px;
		}
		/*---------------------------*/





		/*--------------------------- bandeau PUB + FORMULAIRE */
		#bandeau-gauche
		{
			width:721px;
			height:217px;
			float:left;
		}

		#bandeau-droite
		{
			width:261px;
			height:217px;
			float:right;
		}
		/*---------------------------*/





		/*--------------------------- CORP DE LA PAGE */
		#corp
		{
			width:982px;
			overflow:hidden;
			background:url(../interface/fonds/fond-corp.gif) repeat-y top left;*/
		}

			.vignette-texte
			{
				font-family : Verdana,Arial, Helvetica, sans-serif;
				color: #333333;
				font-size: 11px;
				font-weight: normal;
				line-height: 10pt;
				text-align:left;
				padding-bottom:7px;
			}
			

				.vignette-texte a
				{
					color:#66b720;
					font-weight:bold;
				}

				.vignette-texte a:link
				{
					color:#66b720;
					font-weight:bold;
				}

				.vignette-texte a:hover
				{
					color:#fc6804;
					font-weight:bold;
				}

				.vignette-texte a:visited
				{
					color:#66b720;
					font-weight:bold;
				}

				.vignette-texte a:active
				{
					color:#66b720;
					font-weight:bold;
				}
				
				
			
			
			
			#corp-gauche
			{
				width:307px; 
				min-height:200px; 
				float:left;
				margin-left:5px;
			}
			
			
			#corp-centre
			{
				width:670px; 
				min-height:200px; 
				float:left;
			}
			
				#barre-navigation
				{
					height:36px;
				}
				
				
				#corp-texte
				{
					width:371px; 
					min-height:200px; 
					float:left;
					padding-top:10px;
					padding-left:15px;
					padding-right:10px;
					
					font-family : Verdana,Arial, Helvetica, sans-serif;
					color: #333333;
					font-size: 11px;
					font-weight: normal;
					line-height: 10pt;
				}


				#corp-droite
				{
					width:264px; 
					min-height:200px; 
					float:right;
				}
				
				
				#corp-texte-2colonnes
				{
					width:625px; 
					min-height:200px; 
					float:left;
					padding-top:10px;
					padding-left:15px;
					padding-right:20px;
					text-align:left;
				}

					
		/*---------------------------*/
		
		
		
		

	


	/*--------------------------- PIED DE PAGE */
	#pied-page
	{
		
		float:none;
		width:100%;
		height:20px;
		background:url(../interface/fonds/pied-page.gif) repeat-x;
		position:relative;
		bottom:0px;
	}
	
		#pied-page span
		{
			display:block;
			width:100%;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:10px;
			color:#5a5a5a;
			line-height: 12pt;
		}
	
	
		#pied-page a, a:link, a:visited, a:active
		{
			color:#5a5a5a;
			text-decoration:none;
		}
	
		#pied-page a:hover
		{
			color:#fc6804;
		}
	/*---------------------------*/

