
BODY {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
	
	/* pour centrage IE */
	text-align: center;
}

.default {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size: 12px;
}

P {
	margin: 2px;
	text-indent: 30px;
	text-align: justify;
}

IMG {
	border: 0px;
}

A:hover {
	text-decoration: underline overline;
}

#page {
	width: 765px;
	border-left: 1px #000000 solid; 
	border-right: 1px #000000 solid;
	
	/* pour centrage (sauf IE) */
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

TABLE {
	margin-bottom: 2px;
}

strong {
	font-weight: bold;
}
	
/*####################### MENU HAUT #######################*/
#haut {
	/*height: 106px;*/ /*132px; 80+52 px */
}

#bandeau_haut{
	background-color: #b63838;
	/*height: 80px;*/
	border: 0;
	border-bottom: 1px solid #000000;
}

#bandeau_sup {
	/*height: 80px;*/
	/*text-align: center;*/
}

#div_logo {
	width: 285px;
	text-align: center;
	color: #FFF;
	font-style: italic;
	margin: 0;
	margin-bottom: 5px;
}


#coin_haut {
	background-color: #b63838;
	background-image: url(img/coin_haut4.gif); /* avant==> 3 */
	background-repeat: no-repeat;
	height: 25px;  /*52px;*/
	width: 181px;
	float: left;
	margin: 0;
}
#menu_haut {
	background-color: #b63838;
	margin: 0px;
	/*margin-left: 184px;*/
	height: 24px;
	text-align: center;
	border: 0;
	border-top: 1px solid #000;
}

.lien_menu_haut {
	color: #FFFFFF;
	font-size: 14px;
	/*font-weight: bold;*/
	text-decoration: none;
	padding: 0px;
	/*padding-top: 0px;*/
	vertical-align: middle;
}

.lien_menu_haut:hover {
	color: #b63838;
	background-color: #FFFFFF;
	text-decoration: none;
}

.points_menu_haut {
	color: #FFFFFF;
	font-size: 14px;
}
/*####################### MENU GAUCHE #######################*/
#menu_gauche { 
	float: left;
	background-color: #b63838;
	background-image: url(img/menu_gauche2.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 156px;
	margin: 0px;
	clear: both;
}

#menu_gauche UL {
	margin: 0px;
	padding: 0px;
}

#menu_gauche LI {
	list-style-type: none;
	/*list-style-image: url(puce.gif);*/
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted white; /*#b63838;*/
}

.titre_menu_gauche {
	background-image: url(img/titre_menu_gauche.gif);
	/*background-repeat: ;*/
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
}

.lien_gauche {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 2px;
	padding-left: 10px;
}

.lien_gauche:hover {
	background-color: #FFFFFF;
	color: #b63838;
	font-weight: bold;
	text-decoration: none;
}

.small_gauche {
	color: #FFFFFF;
	font-size: 10px;
}

/*####################### CONTENU #######################*/
#contenu {
	margin: 2px;
	margin-left: 165px;
	
}

/*####################### ACCUEIL #######################*/
.titre_article {
	font-size: 16px;
	color: #FF0000;
	border: 0px;
	border-bottom: 2px solid #FF0000;
	margin: 2px;
	margin-top: 10px;
}

.date_article {
	font-size: 10px;
	color: #FF0000;
	font-style: italic;
}

.article {
	/*color: #003399;
	font-weight: bold;*/
}

.img_article {
	float: right; 
	margin: 5px;
}

/*####################### BANDEAU DROITE #######################*/
#bandeau_droite {
	width: 150px;
	float: right;
	margin: 0px;
	margin-right: 5px;
}

#titre_menu_droite {
	border: 0px;
	margin: 0px;
	background-color: #003399;
	color: #eeeeee;
	font-weight: bold;
	height: 20px;
}

#infos_droite {
	margin: 0px;
	padding: 1px;
	border: 1px solid #003399;
	font-size: 12px;
}

/*####################### BANDEAU BAS #######################*/
#bandeau_bas {
	border: 0;
	border-top: 1px solid #9e9e9e;
	border-bottom: 1px solid #9e9e9e;
	background-color: #eee;
	color: #000;
	text-align: center;
}

#bas {
	text-align: center;
	margin: 10px;
	font-size: 10px;
}
#bas DIV {
	margin-top: 10px;
}

/*####################### STYLES POUR RETRO COMPATIBILITE #######################*/
.little2 {font-size: 10px; color: #0000FF;}

h6 {
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
	margin-top: 10px;
}
.infos {
	font-size: 14px; 
	color:#0000FF;
	font-weight: bolder;
}