@import url("http://fonts.googleapis.com/css?family=Open+Sans:regular");
 
A:link {text-decoration: none; color:white;}
A:visited {text-decoration: none; color:white;}
A:active {text-decoration: none; color:white;}
A:hover {text-decoration: none; color: #cc0000;}
/* text-decoration: undeline overline line-through (blink inherit) */
body {  
  font-family: Open Sans;
  font-size: 12px;
  margin: 0; 
  text-align: center; 
}
.total{
/*background-color:#ffff00;*/
 margin-left: auto;
 margin-right: auto;
 width: 1000px;  
}
.button{
/* background-color:#100000;*/
 font-size: 16px;
 width: 100px;
 height:50px;
 margin-left:30px; 

}
.activebutton{
/* float:left;*/
 font-size: 20px;
 width: 100px; 
 height:50px; 
}
.colone_gauche {
 background-color:#000000;
 font-size: 12px;
 float:left;
 width: 250px;
 height: 600px;
}
.logo{ 
 width:230px;
 height:150px;
 text-align:right;
 right:10;
 bottom:0;
}
.coord {
 width:250px;
 height: 440px;
 text-align:left;
}	
.texte{ 
 float:left;
 font-size: 15.0px;
 width: 750px;
 height: 600px;

}
.address{
 text-align:left;
 font-size: 11.0px;
 clear:both;
 width: 1000px; 
 height: 30px; 
}	
.addressindex{
 text-align:center;
 font-size: 11.0px;
 clear:both;
 width: 1000px; 
 height: 30px; 
}	
.comment{
 font-size: 11px;
}

