/*------------------------------------------------------*
  *-----------------------------------     CSS BODY     ----*
  *------------------------------------------------------*/


body {
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	padding: 1px;
	text-align:center;
	border:0;
	margin: 0;
	font-family: verdana;
	font-size: 10px;
	color: #001D31;
	font-weight: 500;
	line-height: 18px;
	background-image: url(../images/deco/fond_page.gif);
	background-repeat: repeat-x;
	background-color: #001D31;
}


/*------------------------------------------------------*
  *-----------------------------------     CSS DIV     ----*
  *------------------------------------------------------*/
  
#global{
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-image: url(../images/deco/bg.gif);
	background-repeat: no-repeat;
	background-color: #9D9E9D;
}



#haut{
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	width: 800px;
	height: 200px;
	text-align: center;
	background-image: url(../images/deco/fondflash.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	

#menu{
	float:left;
	padding-top: 5px;
	width: 800px;
	height: 21px;
	}
		

	
#centre{
	float:left;

	padding-top: 25px;
	width: 585px;
	padding-left: 25px;
	padding-bottom: 10px;
	text-align: justify;
	line-height:18px;

	}
	


#bas{
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	clear:both;
	padding-top: 8px;
	padding-left: 10px;
	height: 30px;
	width:800px;
	background-image: url(../images/deco/bas.gif);
	background-repeat:no-repeat;
	text-align: left;
	background-position: left top;
	vertical-align: bottom;
	}
	

 /*------------------------------------------------------*
  *-----------------------------------     CSS TEXT     ----*
  *------------------------------------------------------*/

h1
{
	color:#001D31;
	font-family: verdana;
	font-size: 11px;
	font-weight:bold;
	text-transform: uppercase;
}



.highlight
{
	
	font-family: verdana;
	font-size: 10px;
	color: #E6630D;
	font-weight: bold;
}

.pied
{
	font-family: verdana;
	font-size: 9px;
}


li {
	list-style-image: url(../images/deco/puce.gif);
}

 /*------------------------------------------------------*
  *-----------------------------------     CSS MENU     ----*
  *------------------------------------------------------*/

	 
body#a a#a, body#b a#b, body#c a#c, body#d a#d, body#e a#e{
	color:#001D31;
	background-image: url(../images/deco/on.gif);
	background-repeat: no-repeat;
   }
     
a.menu{

	text-decoration: none;
	display:block;
	height: 21px;
	width:158px;
	font-family: helvetica;
	font-size: 11px;
	color:#999999;
	padding-top: 2px;
	background-image: url(../images/deco/off.gif);
	background-repeat: no-repeat;
	font-weight: bolder;
	font-variant: small-caps;
	text-align: center;
	vertical-align: middle;
	}
	

a.menu:hover{
	color:#E6630D;
	background-image: url(../images/deco/roll.gif);
	
}





   
.preload {display:none;}

 /*------------------------------------------------------*
  *-----------------------------------     CSS LIEN     ----*
  *------------------------------------------------------*/

a.lien{
	font-family: verdana;
	font-size: 10px;
	text-decoration: underline;
	color: #001D31;
	}

a.lien:hover{
	text-decoration: underline overline;
}




a.lien_plan{
	font-family: verdana;
	font-size: 10px;
	text-decoration: underline;
	color: #FFFFFF;
	}

a.lien_plan:hover{
	text-decoration: underline overline;
}

a.plan{
	text-decoration: none;
	color: none;
	}



 /*------------------------------------------------------*
  *-----------------------------------     CSS TABLEAU     ----*
  *------------------------------------------------------*/

td.tableau{
	padding: 10px;
	font-family: verdana;
	font-size: 10px;
	color: #001D31;
	font-weight: 500;
	line-height: 18px;
	text-align: justify;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #001D31;

	}

th{

	padding-top:4px;
	padding-left:15px;
	text-align: left;
	color:#001D31;
	font-family: verdana;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #001D31;
	}
