/* CSS Document */
html , body { 
  height:100%;
	width:100%;
  margin:0;
	padding:0;
}



body{
  text-align: center; 
  color: #333333;
	background:  #b7b8b7;
  font-weight: normal;
	font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
.cartoucheHaut {
  text-align:left; 
  background:#b7b8b7;
  position:absolute;
  width: 600px;
  height: 600px;
	left:50%;
		margin-left:-300px;
    }

ul{
list-style-type:none;
}

li{
margin:8px;
}
ul.list{
list-style-image:none;
list-style-type:none;
list-style-position:outside;
margin:15px 15px 15px 30px;
padding:0;
}
.blockGauche{
  background:#b7b8b7;
  padding:6px 0px 6px 0px;  
  width: 49%;
  border: 0px dashed #111;
  float:left;
  position:relative;
}
.blockDroit{
  background:#b7b8b7;
  padding:6px 0px 6px 0px;  
  width: 49%;
  border: 0px dashed #111;
  float:right;
  position:relative;
}
.centerdiv {
  background:#b7b8b7;
  position:absolute;
  width: 600px;
  height: 440px;
  top:50%;
	margin-top:-220px;
	left:50%;
	margin-left:-300px;
}
.cartouche {
  clear:both;
  background:#b7b8b7;
  margin-bottom:35px;  
 /* width: 600px;*/
  
}
.cg{
  background:#b7b8b7;
  padding:6px 0px 6px 0px;  
  width: 33%;
  border: 1px dashed #111;
  float:left;
  position:relative;
}

.cm{
  background:#b7b8b7;
  padding:6px 0px 6px 0px;  
  width: 33%;
  border-top: 1px dashed #111;
  border-bottom: 1px dashed #111;
  float:left;
  position:relative;
}
.cd{
  background:#b7b8b7;
  padding:6px 0px 6px 0px;  
  width: 33%;
  border: 1px dashed #111;
  float:right;
  position:relative;

}
.img{
  background:#b7b8b7;
  border:0;
}
.txt{
color: #333333;
}
.txt a:link {
color: #333333;
	text-decoration:none;
}
.txt a:visited {
color: #333333;
	text-decoration:none;
}
.txt a:hover {
	color:#111111;
	text-decoration:none;
}
.txt a:active {
color: #333333;
	text-decoration:none;
}
.sign{
margin-top:20px;
 padding-top:10px;
  color:#666;
}
.sign a:link {
	color:#666;
	text-decoration:none;
}
.sign a:visited {
	color:#666;
	text-decoration:none;
}
.sign a:hover {
	color:#333;
	text-decoration:underline;
}
.sign a:active {
color:#666;
	text-decoration:none;
}
.adress{
font-size: 10px;
color:#666;
}
