/* ############ CONTENANTS ################*/
/* -- standards :
   largeur page 839px
   pour n rubriques de menu, largeur x d'une rubrique,
   839 rend x entier pour l'equation : nx +(n-1) = 839 pour n=1..7
   n=2 x= 419, n=3 x= 279, n=4 x=209, n=5 x=167, n=6 x=139, n=7 x=119.

   -- IE :
   largeur page 841px
   et x <- x+1; (sauf premier element menu)
*/

div#page {
	background: #fff;
	border: 1px solid #F77D2C;
	padding:0;
	margin:auto;
	width: 841px; /* largeur IE */
	voice-family: "\"}\""; /* Trick IE */
	voice-family:inherit;
	width: 839px; /* largeur standard */
}

html>#page {
	width: 839px;  /* pour leurrer IE et contrecarrer les differences d'affichage : il ne comprend pas donc n'en tient pas compte */
}

div#page div#banniere, div#page div#menu {
	border-bottom:1px solid #F77D2C;
	line-height:0;
}

div#page div#menu {
	background: #FFF8c6;
}

div#page div#sousmenu {
}

div#footer {
	background: transparent;
	padding:0;
	margin:auto;
	width: 841px; /* largeur IE */
	voice-family: "\"}\""; /* Trick IE */
	voice-family:inherit;
	width: 839px; /* largeur standard */
	clear: both;
}

html>#footer {
	width: 839px;
}


/* ############ TYPOGRAPHIE ################*/
body {
	font-family: /*"Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;*/
"Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 13px;
	background: #777;
	color: #000066;
	text-align: center;
}

p { 
	background-color: transparent;
	margin: 30px;
	font-weight:normal;
	text-align: justify;
	text-indent: 0px;
	}

p.remonter {
	font-size: 9px;
	font-weight: bold;
	text-align: right;
}

h1, h2, h3, h4, h5 {
	text-align: justify;
	margin: 30px;
	}

h1 {text-indent: 20px; color: #666;}
h2 {text-indent: 50px;color: #888;}
h3 {text-indent: 70px; font-style: italic;color: #888;}
h4 {text-indent: 90px; font-style: italic;color: #888;}
h5 {text-indent: 110px; font-style: italic;color: #888;}

ul {
	text-align: justify;
	margin: 30px;
	margin-left: 90px;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #4444cc;
	color: #4444cc;
}

a:hover {
	border-bottom: 1px solid #4444cc;
}

#sousmenu a {
	font-weight: bold;
}

#sousmenu a:hover {
	color: #111144;
	border-bottom: 1px solid #111144;
}

#banniere a {
	border:none;
	padding:0;
	color: #fff;
}

#banniere img.drap { 
	border: 1px solid #fff;
	}

#menu ul {
	list-style-type: none;
	text-align: center;
	clear: left;
	margin:0;
	padding:0;
	height: 22px;
}

#menu ul li {
	display: block;
	float: right; /* on aligne a droite pour le probleme du float sous IE Mac */
	border-left: 1px solid #F77D2C;
	width: 140px; /* largeur d'un element sous IE */
	voice-family: "\"}\""; /* Trick IE */
	voice-family:inherit;
	width: 139px; /* largeur d'un element en standard */
}

html>#menu ul li {
	width: 139px;
}

#menu ul li.premier {
	border-left: none;
	width: 139px; /* le premier element du menu n'a pas de bord, donc se comporte identiquement sous IE et les navigateurs standards */
}

#menu ul li a {
	display: block;
	line-height: 22px;
	text-decoration: none;
	border: none;
	font-weight: bold;
	color: #4444cc;
}

#menu ul li a:hover {
	background: #Fccf6f; /*#Faaf5f; #ccccff;   #222244; */
}

#menu ul li a.courant {
	background: #fccf6f; /* #Faaf5f; #ccccff;   #222244; */
	color:  #111144; /*#FFF8c6; #F99F4E;*/
}


#footer p {
	font-size: 70%;
	margin: 8px;
	text-align: center;
	font-weight: bold;
	color: #F77D2C;
	}

#footer a {
	font-weight: normal;
	color: #F77D2C;
	text-decoration: none;
	border: none;
	}

.case0 {
	background-color : #fff8c6;
	border-bottom : 1px solid #F77D2C;
	text-align : center;
}

.case {
	background-color : #eee;
	border-bottom : 1px solid #ccc;
}
