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

body {
	background-image:url(../img/fond_ou.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:35px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
}
#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#gde_image {
	width: 780px;
	height:181px;
	border:solid;
	border-width:1px;
	border-color:#982B66;
}
div#image {
	width: 780px;
	height:118px;
}
#cadre {
width:431px;
	border:solid;
	border-width:1px;
	border-color:#982B66;
}
div#vignette {
	float:left;
}
div#vignette_d {
	float:right;
}
.Style1 {
	color: #982B66;
	font-weight: bold;
}
.Style2 {
	color: #bf215a
}
.h2 {
	color: #982B66;
	font-size:14px;
	font-weight: bold;

	
}