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


/***************************  Construction *****************************/
body {
	background-image:url(images/fond.jpg);
	margin: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #53340a;
}

#divh1{
	width:100%;
	height:20px;
	text-align:center;
}

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

#header{
	width:946px;
	height:264px;
}

#centre{
	width:100%;
}

#left{
	width:246px;
	height:240px;
	float:left;
	vertical-align:top;
}

#top{
	height:70px;
	width:694px;
	float:left;
}

#top img{
	vertical-align:top;
}

#contenu{
	text-align:left;
	width:811px;
	padding-left:75px;
	padding-right:60px;
	padding-top:25px;
	float:left;
	background-image:url(images/fond-contenu.jpg);
	background-repeat:no-repeat;
	background-position	:top;
}

#piedPage{
	width:946px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	vertical-align:text-bottom;
	color:#D5B67F;
}
#piedPage a{
	color:#D5B67F;
}
#liensBas{
	color:#D5B67F;
	width:100%;
	clear:both;
	text-align:center;
	font-size:10px;
	padding-top:5px;
}

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

#liensBas a{
	color:#D5B67F;
}

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

/*************************** Pages galerie **************************************/
#galerie{
	width:803px;
}

.imgGalerie{
	float:left;
	border:none;
}

.imgGalerie2{
	float:right;
	border:none;
}

.ourse{
float:left;
border:none;}
	
.tigre{float:left; border:none; padding-top:5px;}

.animaux{float:right; width:546px;}

/*************************** Fin pages galerie *********************************/


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

h1{
	font-size: 12px;
	color: #D5B67F;
}

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

}

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

}

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

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

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

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

a:hover {
	color: #53340a;
	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;
}
.TextDroite{
	text-align:right;
}
.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;
}
.decalTitre{
	padding-left:248px;
}
/*************************** 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: 700px;
	height: 550px;
}


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

