@charset "utf-8";


/*
 * Balises de base :
 */
body{	
	background:url(images/fond.jpg) repeat-x top #0f88d3;;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:medium;
	width:993px;
	margin:auto;	
}

a{
	color:#15b3e5;
	text-decoration:none;
}
a:hover{text-decoration:underline;}

a.lireplus, a.retour_accueil, a.page_prec{
	position:absolute;	
	width:208px;
	height:38px;
	text-indent:-5000px;
	outline:none;
	margin-left:-100px;
}

a.page_prec{background:url('images/page_precedente_neutre.png') no-repeat;}
a.page_prec:hover{background:url('images/page_precedente_survol.png') no-repeat;}

a.retour_accueil{background:url('images/retour_accueil_neutre.png') no-repeat;}
a.retour_accueil:hover{background:url('images/retour_accueil_survol.png') no-repeat;}

a.lireplus{background:url('images/esp_neutre.png') no-repeat;}
a.lireplus:hover{background:url('images/esp_survol.png') no-repeat;}

img{border:none;}

h1,h2,h3,h4,h5,h6 { color:#15b3e5;}

label{
	float:left;
	width:220px;
}

label img{ display: inline; vertical-align:middle;}

form p{
	margin-top:30px;
}

/*
 * Styles particuliers
 */

#menu{
	width:880px;
	margin:auto;
	margin-top:0px;
}

#anim{
	margin:auto;
	width:993px;
}

#header{
	margin:auto;
	margin-top:-30px;
}

#bgcontenu{
	background:url(images/contenu_fond.png) repeat-y;
	min-height:420px;
	margin:auto;
	width:993px;
	padding:5px;
}

#contenu{
	text-align:justify;
	width:900px;
	margin:auto;
}

#gauche{
	float:left;
	margin-left:50px;
	text-align:justify;
	margin-top:0px;
}

#droite{
	float:right;
	margin-top:0px;
	margin-right:50px;
	text-align:justify;
}

#gauche, #droite {width:380px;}

#contenu_bas{
	margin:auto;
	width:993px;
	height:19px;
	background:url(images/contenu_bas.png);	
}

#footer{
	text-align:center;
	color:white;
	font-size:x-small;
	margin-bottom:10px;
}

#slogan{
	font-size:3em;	
	font-style:italic;
	font-weight:bold;
	color:#15b3e5;	
}

#clearer, .clearer{clear:both;}

.reponse{font-style:italic;}
