/* Blocs
---------------------------*/
body {
     margin: auto; /* pour ?viter les marges */
     text-align: center; /* pour corriger le bug de centrage IE */
	 background-image: url(images/back2.gif);
	 background-attachment:fixed;
	 background-color:#FFFFFF ;
     }
#global {
     width: 754px;
	 background-color:#0289ff;
     margin-left: auto;
     margin-right: auto;
	 border-style:double ;
	 border-width: 12px ;
	 border-color:#0000FF ;
     }
* html #global {
     background-image: url(images/fondcorps4.gif);
}
#entete {
     background-image: url(images/vichy-haut4.jpg);
     height: 250px;
     }
/* Menu Haut
---------------------------*/
#menu_h {
     background-image: url(images/menu_h.jpg);
     width: 100%;
     height: 28px;    
     }
#menu_h ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
      }
#menu_h li { display: inline; }

#menu_h a{
	padding: 0.25em 0.8em;
	background: transparent;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #ffffff;
      }
#menu_h a:hover {
      background-image: url(images/menu_h_over.jpg);
      }
/* Contenu Page
---------------------------*/
#contenu {
     background-image: url(images/fondcorps5.gif);
     }
#gauche {
width: 460px;
vertical-align:top;
margin-left:5px;
float: left; 
text-align:justify;
color:#0047AA;   
     }
* html #gauche {
margin-left:2px;
}
#gauche a{
text-align:right;
text-decoration:none;
     }
#ads_haut_gauche {
width:474px;
float: left;
margin-left:1px;
background-color:#e8f0fe;
text-align:left;
}
* html #ads_haut_gauche {
width:474px;
float: left;

text-align:left;
}	 
#droite {
width: 260px;
margin-left:480px;
padding-left:9px;
text-align:left;
color:#0047AA;
}
* html #droite {
width: 260px;
margin-left:473px;
text-align:left;
     } 		 
h1 {text-align:center; margin-top:-10px;}	 
* html h1 {text-align:center; }
	 
/* Footer
---------------------------*/
.foot {
width: 100%;
background-color:#0000FF;
border:0px solid #0000FF;
}
#footer {
     background-image: url(images/menu_h_over.jpg);
	 vertical-align:middle;
     color: #9bbdf9;
     height: 22px;
	 font-size:13px;
	 padding-top:5px;
     }
#footer a {
color:#9bbdf9 ;
text-decoration:none ;
}
.suite {
text-align:right;
       }
img {
border:2px inset #0e63f1;
}
