@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../img/fond_comb.jpg);
	/*Tout d'abord, nous allons faire en sorte que le site occupe toute la hauteur de la fenêtre, 
	même si il n'y a pas assez de contenu pour remplir l'espace :*/
	height: 100%;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:0px;
	margin-right:auto;
	margin-left:auto;
}
div#bloc_text {
	width: 780px;
	padding-top:35px;
	padding-left:35px;
	padding-right:35px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
}
div#bloc_text_petit {
	width: 570px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	float:left;
}
div#vignette {
		width: 295px;
	
	float:left;
}
div#flottant {
width:460px;
	
	float:right;
}
div#gde_image {
	width: 780px;
	height:181px;
	border:solid;
	border-width:1px;
	border-color:#AAAE0C;
}
div#image {
	width: 780px;
	height:430px;
}
div#bloc_text span {
	background: #fff url(../img/titre2.png) left center no-repeat;
}
#bloc_text a {
	color:#666;
	font-size:12px;
	font-weight:400;
	text-decoration:underline;
}
#bloc_text a:hover {
	color:#333;
	font-weight:500;
	text-decoration:underline;
}
div#anim {
	padding-top:10px;
	height:400px;
}
.Style1 {
	color: #AAAE0C;
	font-weight: bold;
	font-size:14px;
}
.Style2 {
	color: #bf215a;
}
.Styleitalic {
	color:#000;
	font-style:italic;
	font-size:11px;
}
.h1 {
	color: #AAAE0C;
	font-size:18px;
	font-weight: bold;
}
.h2 {
	color: #AAAE0C;
	font-weight: bold;
	font-size:14px;
}