/* CSS Document */

body {
	background-color: #923030;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#conteneur {
	position:absolute;
     left: 50%; 
    margin-top: 0; 
     width: 990px;
     height: 600px;
	 /* top: 50%; background-color:#CCCCCC;	
     margin-top: -275px;  moitié de la hauteur */
     margin-left: -495px; /* moitié de la largeur */
	 
     }
 #nav{width:100%;}
 #logo{ font-size:9px; color:#FFFFCC;}
 #logo h1{ font-size:9px; color:#FFFFCC;}
 #menu {font-size:12px; margin-right:10px; margin-top:60px;}
 .menuOff{ color:#FFFFCC; text-decoration:none;}
  .menuOff:hover{ color:#FF0000; text-decoration:none;}
    .menuOn{ color:#FF0000; text-decoration:none; cursor:text;}
 #txt{ width:300px; font-size:12px; color:#fff; padding:50px 10px 0 0px; }
 #foto{ width:650px;font-size: 12px; color:#FFFFFF; height:500px; }
.signature {text-decoration:none; width:100%; text-align:center;color:#EEF0B5; font-weight: bold; font-size: 10px; text-decoration:none; margin-top:10px;}

.adresselink {color:#EEF0B5; font-weight: bold; font-size: 10px; text-decoration:none; }
.adresselink:hover {color:#4B0C0C; font-weight: bold; font-size: 10px; text-decoration:underline; }

.detect {color:#4B0C0C; font-weight: bold; font-size: 10px; text-decoration:none; }
a.detect {color:#EEF0B5; font-weight: bold; font-size: 10px; text-decoration:none; }
a.detect:hover {color:#EEF0B5; font-weight: bold; font-size: 10px; text-decoration:underline; }

.mentions { color:#EEF0B5; font-weight: bold; font-size: 10px; text-decoration:none; }
.mentionslink { color:#4B0C0C; font-weight: bold; font-size: 11px; text-decoration:none; }
.mentionslink:hover { color:#EEF0B5; font-weight: bold; font-size: 11px; text-decoration:underline; }

.agauche {float:left; }
.adroite {float:right; }
.aumilieu {text-align:center; }

.tableautarifs{text-align:center; padding:3px 10px 3px 10px; font-size:12px;}
.tableautarifs2{text-align:center; padding:3px 10px 3px 10px; font-size:12px; background-color:#be8383;}
.br{ clear:both;}