/***************** Général *********************************************************/body{   width: 800px;   margin: 5px auto 5px;   background-color: white;   font-family: Arial, "Times New Roman", Times, serif;   font-size: 0.8em;}a{   color: #00008B;   font-weight: bold;}a:visited{   color: #00008B;   text-decoration: underline;}a:hover{   color: #FFFFFF;   text-decoration: underline;   font-weight: bold;}/***************** Bandeau *********************************************************/#en_tete{   width: 800px;   height: 100px;   background-image: url("images/bandeaua.gif");   background-repeat: no-repeat;   margin-bottom: 5px;}/***************** Corps *********************************************************/#corps{   margin-left: 0;   margin-right: 0;   margin-top: 5px;   margin-bottom: 5px;   padding: 5px;   color: black;   background-color: #D1E3F7;   border: 1px dashed #00008B; /* Darkblue */}#corps h1{   color: black;   text-align: center;   font-family: Arial, "Times New Roman", Times, serif;   font-size: 1.3em;}#corps h2{   height: 30px;   padding-left: 30px;   color: black;   text-align: left;   margin-bottom: 5px;   }#corps p{   text-indent: 20px;   text-align: justify;   margin-left: 10px;}#txt-middle{   color: black;   text-align: left;   font-family: Arial, "Times New Roman", Times, serif;   font-size: 12pt;   margin-left: 30px;   margin-top: 60px;   height: 300px;}#txt-petit {text-align: center; font-size: 6pt;}#image_gauche img{	float: left;	margin-right: 20px;	margin-left: 10px;	margin-top: 10px;	border: none;}#image_droite img, iframe{	float: right;	margin: 10px;}#image_centre{	position: absolute;	margin-right: 0;	margin-left: 450px;	margin-top: 0;}#image_centre img{   border: none;}#tableau_marge_interieure{padding-left: 10px;}/***************** Pied de page *********************************************************/#pied_de_page{   color: white;   background-color: #1677D5; /* Fond : bleu moyen */   border: 1px dashed #00008B;}.pied_de_page_gauche {   vertical-align: middle;   text-align: left;}#pied_de_page_centre {   width: 600px;   vertical-align: middle;   text-align: center;}#pied_de_page_droite {   line-height: 10px;   width: 100px;   vertical-align: middle;   text-align: right;   border: 2px outset;}#pied_de_page_droite img{   border: none;}/***************** Menu horizontal *********************************************************/div#menu_horizontal{   width: 798px;   height: 35px;   background-color: #f4f9fd;   border: 1px dashed #00008B;}div#menu_horizontal ul{   list-style-type: none;   margin: 0;   padding: 0;}div#menu_horizontal li{   padding: 0 0.5em;    line-height: 35px;}div#menu_horizontal li.bouton_gauche{   float: left;   border-right: 1px dashed #00008B;}div#menu_horizontal li.bouton_droite{   float: right;   height: 35px;   border-left: 1px dashed #00008B;}div#menu_horizontal a{   color: black;   text-decoration: none;   padding: 0 0.5em;   font:  0.9em "Trebuchet MS", Arial, "Times New Roman", Times, serif;}div#menu_horizontal a:hover{   color: #00008B;   text-decoration: underline;}div#menu_horizontal a img{border: none;padding: 0.8em 0.3em 0;}