/***********************************************************************/
/*********************** FEUILLE DE STYLE YZEO *************************/
/***********************************************************************/


/***************************  Construction *****************************/


body {
	margin: 0px;
	background-image:url(images/fond.jpg);
	background-repeat:repeat-x;
	background-color:#090816;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 11px;
}
.bodyIntro {
	background-image:url(images/fond-intro.jpg);
	background-repeat:repeat-x;
	background-color:#090816;
}

#divh1{
	width:100%;
	padding-top:5px;
	height:15px;
	text-align:center;
}

#main{
	display:block;
	width:853px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	background-position	:left;
}

#mainplan{
	display:block;
	width:853px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/planfond.jpg);
	background-repeat:repeat-y;
	background-position	:left;
}

#header{
	width:853px;
	height:205px;
	background-image:url(images/head.jpg);
	background-repeat:no-repeat;
	background-position	:top;
}

#centre{
	width:100%;
}

#left{
	background-image:url(images/menu.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:222px;
	height:304px;
	float:left;
	vertical-align:top;
}

#top{
	width:631px;
	float:left;
}
	#top img{
		vertical-align:top;
	}

#contenu{
	width:551px;
	padding-left:30px;
	padding-right:50px;
	float:left;
}

#contenuplan{
	width:703px;
	padding-left:80px;
	padding-right:70px;
	float:left;
}


#piedPage{
	color:#C3D7E0;
	width:853px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#piedPage a{
	color:#C3D7E0;
}
#liensBas{
	color:#C3D7E0;
	width:100%;
	clear:both;
	text-align:center;
	font-size:10px;
}

#liensBas img{
	vertical-align:middle;
	border:none;
}

#liensBas a{
	color:#C3D7E0;
}


#validator {
	text-align:right;
	font-size:10px;
}

/************** formulaire de contact *******************/
#frmEnvoi{
	width:470px;
	margin-left:auto;
	margin-right:auto;
}

#frmEnvoi input, textarea{
 	background-color:#3C3F62;
	border-width:thin;
	color: #FFFFFF;
}

#frmEnvoi .field{
	text-align:right;
	display:block;
	width:100%;
	margin-top:10px;
	margin-bottom:0px;
}

#frmEnvoi .field label{
	float:left;
}
/************ fin formulaire de contact *****************/

/*************************** Fin de la Construction *****************************/


/*************************** Sytles des balises *********************************/

h1{
	font-size: 12px;
	color: #FFFFFF;
	margin:0px;
}

h2{
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;

}

h3{
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;

}


p{
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
}

li {
	list-style:inside;
	line-height:18px;
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
} 

a:visited {
	color: #FFFFFF;
	text-decoration: underline;
} 

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/************************** Fin des sytles des balises ***********************/


/*************************** Classes Element *********************************/

.justifier{
	text-align:justify;
}
.floatLeft{
	float:left;
	margin-right:10px;
}
.floatRight{
	float:right;
	margin-left:10px;
}
.centrer{
	margin-left:auto;
	margin-right:auto;
}
.souligne{
	text-decoration:underline;
}

.centrerText{
	text-align:center;
}
.clearFloat{
	clear:both;
	float:none;
}
.tableStyle{
	width:100%;
	border:0px;
	vertical-align:text-top;
}
.cadreImg{
	border:medium;
	border-color:#996600;
	border-style:solid;

}

/*************************** Fin des classes Element *************************/


/*************************** Class Plan API GOOGLE ***************************/

.titreplan {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #CDB59D;
	font-weight: bold;	
}
.txtplan {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
.plan {
	width: 600px;
	height: 450px;
		border:medium;
	border-color:#996600;
	border-style:solid;
}


/*************************** Fin Class Plan API GOOGLE ***************************/

