/* - - - - - - CLASS DE LA PAGE - - - - - - */
body{
	background-color:#298eb5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
a{ 
text-decoration:none; 
	color:#3987C5;
}
a:hover{ 
text-decoration:none;
	color:#FAB033;
}


/* - - - - - - CLASS DU SITE - - - - - - */
.site{
	height:100%;
	width:805px;
	text-align:left;
	vertical-align:top;
	background-color:#DDDDFE;
	padding-bottom:10px;
}


/* - - - - - - Bandeau du haut du site - - - - - - */
.bandeau_haut{
	height:145px;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	background-image:url(haut-fond.jpg);
	background-repeat:no-repeat;
	color:#3987C5;
}
.bandeau_haut a{
	color:#3987C5;
	text-decoration:none;
}
.bandeau_haut a:hover, #menu_selectionne{
	color:#FAB033;
}
/* - - - - - - Menu de gauche - - - - - - */
.bandeau_gauche{
	width:250px;
	position:absolute;
	background-image:url(gauche-fond.jpg);
	background-repeat:no-repeat;
	height:100%;
	padding-left:17px;
}

/* - - - - - - Bloc principale d'affichage de la page - - - - - - */
.contenu{
	background-color:#FFFFFF;
	color:#000000;
	margin-left:250px;
	width:540px;
	height:622px;
	font-size:12px;
	text-align:justify;
}

/* - - - - - - Titre des pages - - - - - - */
h1{
	font-size:16px;
	font-variant:small-caps;
	color:#FAB033;
	margin:0px;
	text-transform: capitalize;

}

/* - - - - - - Contenu des listes - - - - - - */
h2{
	font-size:14px;
	color:#3987C5;
	padding:0px;
	margin:0px;
	font-style: normal;
}

/* - - - - - - News défilante - - - - - - */
#bloc_new_defilant{
width:225px; 
height:280px; 
}
.texte_news{
	color:#0099CC;
	font-size:14px;

}
.date_news{
	color:#FAB033;
	font-size:14px;
	font-weight:bold;
}
/* - - - - - - Image aléatoire - - - - - - */
#image_aleatoire{
	width:225px; 
	height:200px; 
}
#image_aleatoire_contour{
	width:225px; 
	height:201px; 
	position:absolute;
	z-index:2;
}

/* - - - - - - Trait de séparation - - - - - - */
.separateur{
	border:1px solid #00CCFF;
	height:1px;
	width:98%;
}

/* - - - - - - Legende sous les images - - - - - - */
.legende{
	text-align:center;
	color:#666666;
}



