body
{
   width: 790px;
   margin: auto; 
   margin-top: 20px; 
   margin-bottom: 20px; 
   background-color: #f6a403;
}

#Page
{
	background-color: #314371;
}
	
#EnTete
{
   height: 115px;
   background-image: url("bandeau.png");
   background-repeat: no-repeat;
   margin-bottom: 5px;
   background-color: #314371;
   color:#FFFFFF;
   text-align:center;   
}

#Menu
{  
	font-family: "Comic Sans MS", Arial, "Arial Black", "Times New Roman";
	font-size: 14px;
	float: left;
	width: 150px;
	color: #B3B3B3;	
	background-color: #314371;
	/*border: 2px solid black;*/
	border: none;
}

.groupe_menu { margin-bottom: 20px;}
.groupe_menu h3 { color: #e7602f; text-align: center; font-weight: bold; font-size: 18px;}
.groupe_menu ul { list-style-image: url("resrc/puce_menu.png"); padding: 2px; padding-left: 30px; margin: 0px; margin-bottom: 20px;}
.groupe_menu li { margin-bottom:20px; }
.groupe_menu a { text-decoration: none; color: #D3D3D3;}
.groupe_menu a:hover { background-color: #B3B3B3; color: black;}

#Contenu
{
   margin-left: 165px;
   margin-right: 10px;
   margin-bottom: 5px;   
   padding: 5px; 
   color: #D3D3D3;
   background-color: #283860;
   /*border: 4px solid; /*black;*/
   /*border-color:#314371;*/
}

#Contenu p  { font-family:"Time Nex Roman", Times, serif;	font-style:italic; letter-spacing:0Px; padding-left:4px;padding-right:4px; margin-top: 2px;}
#Contenu h1 { color: #FFFFFF; text-align: center; font-family: Arial, "Arial Black", "Times New Roman", Times, serif; font-style:italic;}
#Contenu h2 { height: 30px; text-align: center; color: #FFFFFF;}
#Contenu h3 { height: 25px; text-align: left; padding-left: 5px; color: #FFFFFF; margin-bottom:0px; }

#PiedDePage
{
   height: 80px;
   padding: 5px; 
   text-align: center;
   color: #B3B3B3;
   background-color: #314371;
   /*border: 2px solid black;*/
   border: none;
}

/* Mises en forme spécifiques */
.img_min{ cursor : pointer;}
.f_droit{float:right; padding:5px; margin:10px;}		/* bloc flottant à Droite */
.f_gauche{float:left; padding:5px; margin:10px;}		/* bloc flottant à gauche */
.b_space{padding-left:5px;}									/* bloc espacé */
.cadre_resum_art{background-color: #00648f; padding-left: 5px; min-height:150px;}  /* Cadre de résumé d'article*/
.cadre_dash {border:1px dashed #A300D5; vertical-align:top; background-color: #415381;  margin:auto; width:60%; text-align :center;} /* Cadre de contenu centré */
.small{font-size:small;}  /* bloc de caractères réduits */
.WhiteRef { text-decoration: none; color: #FFFFFF;}
.WhiteLink { text-decoration: none; color: #FFFFFF;}
.WhiteLink:hover { background-color: #B3B3B3; color: black;}