body { 
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	font-family: Verdana; 
	color:#000000; 
	font-size:13px;
	background-color : #AC050D;
}
h1, h2, h3, h4, h5 {
	color: #D5CB74;
	font-size:11px; 

}
#global {
	position:absolute;
	background-image: url(../images/fond1.jpg);
	background-repeat:no-repeat;
	height:605px;
	width: 961px;
	/* alignement hor et vert centré */
	left: 50%;
	top: 50%;
	margin-top: -302px;
	margin-left: -480px;
	
}
#global1 {
	position:absolute;
	background-image: url(../images/fond2.jpg);
	background-repeat:no-repeat;
	height:715px;
	width: 961px;
	/* alignement hor et vert centré */
	left: 50%;
	top: 50%;
	margin-top: -302px;
	margin-left: -480px;
	background-color : #000000;
	text-align:center;
}
#haut {  
	height: 116px;
	width : 100%;
}
#haut1 {  
	height: 104px;
	width : 100%;
}

#milieu {  
	height: 318px;
	width : 100%;
}
#milieu1 {  
	height: 17px;
	width : 100%;
}
#pg {  
	height: 100%;
	width : 374px;
	text-align:right;
	float : left;
}
#pc {  
	/*display:block;
	clear : both; */
	height: 100%;
	width : 210px;
	float : left;
	text-align:center;
}
#pd {  
	height: 100%;
	width : 377px;
	text-align:left;
	float : left;
}
#pg1 {  
	height: 100%;
	width : 247px;
	text-align:right;
	
	float : left;
}
#pc1 {  
	/*display:block;
	clear : both; */
	height: 100%;
	width : 467px;
	float : left;
	text-align:center;
	
}
#pd1 {  
	height: 100%;
	width : 247px;
	text-align:left;
	
	float : left;
}
#bas {  
	height: 171px;
	width : 100%;
	clear : both;
}
#bg{  
	height: 100%;
	width : 133px;
	float : left;
}
#bc {  
	/*display:block;
	clear : both; */
	height: 100%;
	width : 693px;
	text-align:center;
	float : left;
	
}
#bd {  
	height: 100%;
	width : 135px;
	float : left;
}
a.men {
	font-weight:bold;
	text-decoration: underline;
	color: #ffffff; /*#F0FF78; */
	font-size:1.5em; 
}

a.men:hover {
	font-weight:bold;
	color: #870413; 
	font-size:1.5em; 
	text-decoration: underline;
}
a
{
        color: #ffffff; 
		font-size:15px;
		text-decoration: none;
}
 a:hover 
{
    color: #A90404;
	font-size:15px;	
	text-decoration: none;
}
a.tar 
{
        font-weight:bold;
		color: #ffffff; 
		font-size:1.2em;
		text-decoration: underline;
}
a.tar:hover 
{
    font-weight:bold;
	color: #A90404;
	font-size:1.2em;	
	text-decoration: underline;
}
.bpho {
border : 1px solid #797979;
}
.clearfix:before {
 clear: both;
 }
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: block;}
