/* Les couleurs
gris-bleu: 	#3C98FF
bleu: 	          blue
bleu-ciel: 	#A1C9F7
*/
body{
	background-color: #DCDCDC;	
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: black;
	text-align:justify;
	margin-top: 5px;
	/*background-image: url("../img/back.jpg");*/
}
a {

	color: #3C98FF;
	text-decoration: none;
}
a:hover{
	color: #A1C9F7;
}

#page{

	margin: auto;
	margin-top: 5px;
	width: 1100px;
	height: auto;
	background-color: white;	
	background-image: url("../img/back.jpg");
}

#contenu2{
padding-left: 180px;
padding-right: 30px;

}

#contenu{
	width:886px;
	/*border-bottom: 1px solid #A1C9F7;*/
	/*border-top: 1px solid #A1C9F7;*/
	border-right: 2px solid #A1C9F7;
	border-left: 2px solid #A1C9F7;
}

#baniere{

	width: 1100px;
	height: 123px;
	
	background-image: url("../img/banniere.jpg");
} 

#pied{

	width: 1100px;
	height: 38px;
	
	background-image: url("../img/fond.jpg");
}

#menu2{

	position: absolute;

	
	padding-left: 30px;
/*	height: 500px;*/
	
	
	/*	height: 16px;*/
	/*border-bottom: 1px solid #A1C9F7;
	border-top: 1px solid #A1C9F7;*/
}

#menu{
	/*height: 352px;*/
	/*padding-left: 10px;*/
	padding-top:38px;
	padding-bottom:38px;
	width:148px;
	font-size: 17px;	
	text-align: center;
	background-image: url("../img/arrere_menu.jpg");
	background-repeat: no-repeat;
}
#menu a{
	color: black;
}

#element_menu 
{
	


}

#element_menu a
{
	height: 22px;
	width:123px;
	padding-top:5px;
	padding-bottom:5px;		
	float:left; 
	font-weight: bold;
	/*background-color: #A1C9F7;
	border-right:2px solid blue;
	border-bottom:1px solid blue;
	border-top:1px solid blue;
	border-left:2px solid blue;
	/*border-right:2px solid #FFCA6D;
	border-bottom:1px solid #FFCA6D;
	border-top:1px solid #FFCA6D;
	border-left:2px solid #FFCA6D;*/
}

#element_menu a:hover{
	color: #FFCA6D;		
	/*background-color: #3C98FF;*/
	background-image: url("../img/back_menu_over.jpg");
		border-right:2px solid #FFCA6D;
	/*border-bottom:1px solid #FFCA6D;
	border-top:1px solid #FFCA6D;*/
	border-left:2px solid #FFCA6D;
}





.titre{
	color: #d2691e;
	font-size: 14px;
}
#gauche{
	padding-left: 35px;
	padding-right: 30px;
	width: 546px;
	float: left ;
	/*border-right: 1px solid #A1C9F7;*/
	
}
#img_droite2
{
float: right;
width: 270px;

height: 280px;
}

#droite2{
padding-right: 25px;

float: right;
width: 250px;
}

#droite{
	padding-top: 0px;
	padding-left: 30px;
	padding-right:  30px;
	width: 190px;
	float: right;
	text-align:left;
	background-color: #DCDCDC;
}
.highslide2{
	padding-left:35px;
	opacity: 0.5;
	filter : alpha(opacity=50); 
}
.highslide2 img{
	border: 1px solid #A1C9F7;
	margin-bottom: 1px;
}
.highslide2:hover img{
	border-color: #3C98FF;;
	
}

caption /* Titre du tableau */
{
   margin: auto; /* Centre le titre du tableau */
   font-family: Arial, Times, "Times New Roman", serif;
   font-weight: bold;
   font-size: 1.2em;
   color: #009900;
   margin-bottom: 20px; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous */
}

table /* Le tableau en lui-même */
{
  
}

th /* Les cellules d'en-tête */
{
   font-size: 1.1em;
}

td /* Les cellules normales */
{
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}

#tab{

border: 1px solid black;


}

#annee{
	color:blue;
	font-weight: bold;
	font-size: 1.1em;

}
