/*
//*************************************************
//*|---------------------------------------------|*
//*| SITE CLUB VACANCES MODERNE Edition 2009     |*
//*| AUTEUR : THIERRY MARX                       |*
//*| EMAIL : thierry@microfor-informatique.com   |*
//*| Copyright: MicroFor2009                     |*
//*|---------------------------------------------|*
//*************************************************
*/

body 
{
background : 				#6E98A7;
font-family : 				arial; 
font-size : 				11px;
color:						#FFF;
margin : 					0 ; 
padding : 					0 ;
background : 				#6E98A7 url(images/body.jpg) repeat-y center;
}

		a
		{
		color :				#FFFFFF ;
		text-decoration :	none ;
		}
		
		a:hover 
		{
		color :				#AE00CE;
		text-decoration :	underline ;
		}
		
#contenu
{
width:			905px;
margin-left : 	auto;
margin-right : 	auto;
}

#contenu2
{
top: 			0;
bottom: 		0; 
width: 			905px;
height: 		90%;
margin-left:	0px;
margin-right:	0px;
overflow: 		hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background : 	#05334D  url(images/font_03.gif) repeat-y;
}

#contenu3
{
width: 			905px;
margin-left : 	auto;
margin-right : 	auto;
background : 	url(images/font_02.jpg) no-repeat;

}

#header 
{
width : 		905px;
height:			142px; 
background : 	url(images/header.jpg) no-repeat;
margin-left : 	auto;
margin-right : 	auto;
text-align : 	center; 
}


#enveloppe_gauche_droite
{
width : 		785px;
height:			787px;
background : 	url(images/font_blanc.png) no-repeat;
margin-left : 	auto;
margin-right : 	auto;
margin-top:		174px;
}

.texte_enveloppe
{
		width : 			730px;
		height:				30px;
		margin-top:			-50px;
		text-align:			center;
		font-family:		Verdana;
		font-size:			10px;
		color:				#000;
		position:			absolute;
		margin-left : 		85px;
		margin-right : 		0px;
		
}

#block_gauche
{
width : 		475px;
height:			670px;
margin-left : 	0px;
margin-left:	20px;
margin-top:		58px;
float:			left;
overflow:		auto;

}
		#block_gauche_text
		{
		width : 		440px;
		text-align : 	left;
		font-family:	Verdana;
		font-size:		12px;
		color:			#000;
		}
	

#block_droite
{
width : 		253px;
height:			670px;
margin-left : 	0px;
margin-right:	20px;
margin-top:		58px;
float:			right;
text-align : 	center;
}
		
		#block_droite_text
		{
		width : 		248px;
		height:			660px;
		text-align : 	left;
		font-family:	Verdana, Arial, Helvetica, sans-serif;
		font-size:		12px;
		color:			#000;
		overflow:		auto;
		}

		#block_droite_text a
		{
		color :				#000000 ;
		text-decoration :	none ;
		}
		
		#block_droite_text a:hover 
		{
		color :				#05334D;
		text-decoration :	underline ;
		}


#footer
{
width : 		905px;
height:			142px;
/*background : 	transparent;*/
background : 	url(./images/footer.jpg) no-repeat;
margin-left : 	auto;
margin-right : 	auto;
text-align : 	left; 
padding : 		0px 0px 0px 80px ;
clear: 			both;
border:			0px solid #000;
}

		#footer a
		{
		color :				#FFF ;
		text-decoration :	none ;
		}
		
		#footer a:hover 
		{
		color :				#000;
		text-decoration :	underline ;
		}

#espace_10 
{
width : 		5px;
height:			10px; 
}


