body {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size: 0.8em;
        margin: 0;
        padding: 0;
        background-color:#789cff;
        overflow:auto;
}
#cadre {
	position: absolute;
    	left: 50%;
    	top: 20px;
	width: 750px;
	margin-left: -375px; /* Décalage de la moitié de la div */
	margin-top: -20px;
}
#header {
	height: 70px;
	background-color: #416C8A;
	color:#9E9CC9;
}

#header h1{
	text-align: left;
	font-size: 26pt ;
	margin-left:20px;
}
#header h2{
	text-align: right;
	font-size: 12pt;
	margin-right:70px;
	margin-top:-30px;
}

#header_menu {
	background-color: #4B78D2;
	background-image:url('img/mainmenuback.gif');
	background-repeat: repeat-y;
	margin: 0px;
	margin-top: -20px;
	height:auto;
	max-height:30px;
}
#header_menu ul{
	list-style-type: none;
	border-style:none;
	text-align:right;
}
#header_menu li{
	display:inline;
	margin-top:30px;
}

#header_menu a img{
	border-style:none;
}

#header_menu a:hover img{
	vertical-align: bottom;
}
/* Pour IE */
#header_menu a:hover {
	vertical-align: bottom;
}
#conteneur {
	position: absolute;
	width: 100%;
	background-color:white;
	background-image:url('img/menuback2.gif');
	background-repeat: repeat-x;
}

#centre {
        background-color:white;
	margin-right: 180px;
        height: auto;
        min-height: 400px;
        _height: 400px;
}
#centre h2{
	text-align: left;
	font-size: 12pt;
	background-color: #416C8A;
	color:white;
	padding-left: 5px;
}

#centre h3{
	text-align: left;
	font-size: 10pt;
	border-width: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-style:solid;
	border-color: #416C8A;
	padding-left: 5px;
}
#centre p{
	padding-left: 5px;
}
#centre tr,td{
        border-width: 1px;
	border-style:solid;
	border-color: #416C8A;
	font-size: 10pt;
}
#centre table{
        border-width: 0x;
}
#centre th{
        border-width: 1px;
	border-style:solid;
	color:white;
	border-color: #416C8A;
	background-color: #416C8A;
	font-size: 10pt;
}

#centre a{
        color:#2067A7;
        text-decoration:none;
}
#centre a:hover{
        text-decoration:underline;
}

#centre ul{
	list-style-type: square;
	border-style:none;
}
#centre li{
}
.code{
        border-width: 1px;
	border-style:solid;
	color:white;
	border-color: black;
	margin:0;
	margin-left:4px;
	margin-right:4px;
	background-color: black;
	font-size: 10pt;
	font-weight: bold;
	border-style: solid;
	border-width:1px;
	border-color:gray;
}
#menu {
	position: absolute;
	right:0;
	width: 180px;
}
#menu h2{
	text-align: left;
	font-size: 12pt;
	background-color: #416C8A;
	color:white;
}
#menu ul{
	list-style-type: none;
	border-style:none;
	text-align:left;
	margin:0;
	padding-left:5px;
}
#menu li{
}
#menu a {
	color: #000000;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: none;
	font-weight:bold;
}
#pied{
	float:left;
	width: 750px;
	background-color: #416C8A;
	color:white;
	height:15px;

}
#pied p{
	font-size: 8pt;
	font-weight:bold;
	padding:0;
	margin:0;
	padding-left:10px;
}
