body{
	margin:0;
	font-family:arial;
	font-size:12px;
	color:#0000C0;
	width:100%;
	height:100%;
}
#main{
	width:770px;
	left:50%; margin-left:-385px;
	position:absolute;
	height:100%;
	
}
#entete{
	/* xbackground-image:url('images/logo.gif'); */
	background-repeat:no-repeat;	background-position:left top;
	height:103px;
}
#mention{
	position:absolute;
	top:22px;
	left:168px;
	z-index:5;
}

/* ---------------------- */

#menu{
	position:absolute;
	top:113px;
	left:10px;
}
#menu ul{	margin:0;	padding:0; width:140px; }
#menu ul li{
	list-style-type:none;
	width:100%; height:38px;
	background-position:0 0; background-repeat:no-repeat;
}
#menu a { line-height:38px; height:38px;
   display:block;
   background-position:0 0; background-repeat:no-repeat;
}

/* ---------------------- */
#page{
	margin-left:160px;
	margin-top:10px;
	margin-right:10px;
	min-height:500px;
	background-image:url('images/fond_pages.jpg');
	background-position:bottom;
	background-repeat:repeat-y;;
}
#page h1{
	display:block;
	text-align:right;
	padding-right:2px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:2px solid #0000C0;
	position:absolute;
	top:19px;
	right:0px;
	width:600px;
	font-size:26px;
}

#page .center { text-align:center; }
#page .left  { float:left; margin-right:15px; }
#page .right { float:right; margin-left:15px; }

#page a.retour {  float:right; width:73px; height:50px; display:block;  background-image:url("images/retour.gif"); }
#page a.retour:hover { background-image:url("images/retour_on.gif"); }

/* ---------------------- */

#pied{
	background-color:#F2B300;
	text-align:center;
	clear:both;
	margin-top:2em;
}
.print{
	display:none;
}
#accueil{
	background-image:url('images/accueil.gif');
	background-position:center top;
	background-repeat:no-repeat;
	width:100%;
	height:460px;
	background-color:#FFFFFF;
	position:relative;
}
#accueil div{
	position:absolute;
	width:132px;
	height:96px;
}
#Layer1{
	top:57px;
	left:40px;

}
#Layer2{
	top:57px;
	left:420px;
}
#Layer3{
	top:367px;
	left:230px;
}

/* style old */
a.menu:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; color: #2D4C9C;  text-decoration: none; }
a.menu:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; color: #2D4C9C;  text-decoration: none; }
a.menu:active {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; color: #2D4C9C;  text-decoration: none; }
a.menu:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; color: #2D4C9C;  text-decoration: underline; }


.code { 	padding: 7px;
	color: #000066;
	background-color: #2D4C9C;
}


.cache { display:none; }
