/* CSS Document */

body {
margin:0;
text-align:center;
}

table { 
  margin-left: auto; 
  margin-right: auto; 
  text-align: left; /* on rétablit l'alignement normal du texte */ 
}

#wrap #bouton {
height:478px;
float:left;
width:230px;
background-color:#00000;

}

.infosCentrales {
width:960px;
height:500px;
background-color:#ffffff;
margin-left:3px;
padding:5px;
border:solid #c3b5aa 2px;
}


.infosCentrales .colonneChoix .choix, #bouton .choix {
width:230px;
height:218px;
margin-bottom:42px;
margin-left:5px;
}

.infosCentrales .colonneChoix .choix, #bouton .choix2 {
width:230px;
height:478px;
margin-left:5px;
}

.infosCentrales .colonneChoix .choix .photo, #bouton .choix .photo {
width:230px;
height:170px;
}

.infosCentrales .colonneChoix .choix .photo, #bouton .choix2 .photo {
width:230px;
height:438px;
}

.infosCentrales .colonneChoix .choix .texte, #bouton .choix .texte{
width:230px;
height:18px;
font-size:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#927864;
margin-top:15px;
font-weight:bold; 
text-align:center;
cursor:pointer;
}

.infosCentrales .colonneChoix .choix .texte, #bouton .choix2 .texte{
width:230px;
height:40px;
font-size:13px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#927864;
font-weight:bold; 
text-align:center;
cursor:pointer;

}



.infosCentrales .colonneInfos {
width:718px;
height:478px;
background-color:#927864;
margin-left:5px;
border:solid #c3b5aa 1px;
float:left;
}

.infosCentrales .infosArticles {
width:718px;
height:478px;
background-color:#000000;
margin-left:5px;
border:solid #c3b5aa 1px;
float:left;
}


