/* CSS Document */

a {
color:#333333;
text-decoration:none;
}

a:hover {
color:#333333;
text-decoration:underline;
}


#page {
float:left;
width:100%;
}

.stop {
clear:left;
color:#f3f3f3;
line-height:1px;
}

 #boite_moteur{
float:left;
width:685px;
padding:40px 0 0 10px;
text-align:center;
font-size:12px;
color:#333333;
}

 #boite_moteur #titre{
 background:url(img/moteur.jpg) left no-repeat;
 height:20px;
 line-height:20px;
 color:#FFFFFF;
 font-weight:700;
 margin:0 0 5px 150px;
 text-align:left;
 padding:0 0 0 30px;
}

 #boite_moteur .colgauche{
 float:left;
 width:140px;
 text-align:right;
 line-height:20px;
 margin:3px 0;
 }

 #boite_moteur .coldroite{
 float:left;
 text-align:left;
 line-height:20px;
 padding:0 0 0 10px;
  margin:3px 0; 
 }



 #boite_carte{
float:right;
width:265px;
}


#liste {
width:100%;
font-size:12px;
color:#333333;
}

#liste #titre {
float:left;
width:100%;
color:#FF0000;
border-bottom:#FF0000 solid 1px;
margin:10px 0 8px 0;
}

#liste  #titre .col1 {
float:left;
width:55%;
}

#liste  #titre .col2 {
float:left;
width:15%;
}

#liste .col1 {
float:left;
width:55%;
margin:3px 0;
}

#liste .col2 {
float:left;
width:15%;
text-align:center;
margin:3px 0;
}

#liste .col3 {
float:left;
width:15%;
background:url(img/bouton.jpg) center no-repeat;
text-align:center;
margin:3px 0;
}

#liste .col3 a{
color:#FFFFFF;
font-weight:700;
text-decoration:none;
}

#liste .col3 a:hover{
text-decoration:underline;
}

