img
 {  
behavior: url(iepngfix.htc);  
}


/*Detai1*/

.detail
{
float:left;
width:750px;
height:180px;
margin-bottom:50px;
margin-top:10px;
border: solid 1px gray;
}


.detail li
{
padding-top:5px;
}


.detail_gauche
{
float:left;
width:300px;
height:180px;
margin-left:50px;
text-align:left; 
border-right: solid 1px gray;
}


.detail_droite
{
float:left;
width:300px;
height:180px;
margin-left:50px;
text-align:left;
}


/*Image au centre*/

.image_centre
{
width: 750px;
margin-bottom:10px; 
margin-top:20px;
text-align:center;
}


.image_centre img
{
margin-top:40px;
border: solid 1px #9C9C9C;  
}