/************************************/
/*  REGLAGES GENERAUX  */
/************************************/

body{
	background-color:#fef1b6;
	color: #2c5aa0;
	font: 9pt Arial,Verdana,Lucida,Geneva,Helvetica,sans-serif;
	line-height: 1.25em;
	text-align: justify;
}

img{
	border:none;
	background:none;
}
a img{
	border:none;
}

a{
	text-decoration:none;
	color:#2c5aa0;
	border:0;
	border-bottom:1px dotted #2c5aa0;
}

span.gras{
	font-weight:bold;
}

span.gras_souligne { font-weight:bold; text-decoration:underline; }

#page{
	background-color:#ffe990;
	width:800px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:8px;
}

span.soustitre{
	font-weight:bold;
	text-decoration:underline;
}

div.souspartie{
	width:500px;
	margin: 20px 0 10px 0;
	padding-bottom:6px;
	font-weight:bold;
	border-bottom:4px #ffd05b solid;
}

/************************************************************************/
/*  PARTIES RECURRENTES SUR TOUTES LES PAGES  */
/************************************************************************/

/* ENTETE */
#entete{
	margin:0;
	width:800px;
	height:156px;
}
#entete a{
	border:none;
	background:none;
}

/* MENU NAVIGATION GAUCHE */
#menu_gauche{
	float:left;
	width:260px;
	margin:20px 5px 15px 5px;
	border:0;
}
#menu_gauche img{
	margin:5px 0 5px 0;
}
#menu_gauche a{
	border:none;
}
#drapeaux{
	margin:5px 0 10px 0;
}
#drapeaux img{
	margin:0;
	padding:0;
}
#menu_gauche ul{
	margin-left:2em;
	padding-left:0;
}
#menu_gauche li{
	margin:4px 0 4px 0;
	font-weight:bold;
	padding:2px 0;
}
#menu_gauche li.selected{
	background-color:#ffd05b;
}

/* CORPS PAGE */
#corps_page{
	float:left;
	width:500px;
	margin:30px 15px 0 10px;
}

/* SEPARATION pour parer effet négatif de "float" */ 
.separation{
	clear:both;
	visibility:hidden;
}

/* MENTION BAS SITE */
#baspage{
	clear:left;
	width:800px;
	height:10px;
	margin:3px auto 0 auto;
	text-align:right;
	font-size:8pt;
}

/* TITRES PAGES */
div.titre{
	width:100%;
	height:50px;
	margin:0;
	text-align:center;
}
.titre img{
	margin:auto;
	width:403px;
	height:31px;
}
/* ENUMERATION */
ol{
	
}
ol li{
	margin:5px 0 10px 0;
}

/************************************************************************/
/* FORMATS PARTICULIERS A CHAQUE PAGE  */
/************************************************************************/
ul.liens_favoris{
	font-weight:bold;
	font-size:1.5em;
	line-height:2.5em;
}