/* CSS Document */
body {
	background-color: #515151;
	text-align: center;
	margin: 0; 
border: 0;}

}

div.content {

scrollbar-face-color:#d8d8d8; 
scrollbar-highlight-color: #ffffff; 
scrollbar-shadow-color: #ffffff; 
scrollbar-3dlight-color: #ffffff; 
scrollbar-arrow-color: #B11116; 
scrollbar-track-color: #ffffff; 
scrollbar-darkshadow-color: #ffffff; 

}
#conteneur {
	width: 794px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3%;
}
#head {
	background-image: url(../images/head.jpg);
	float: left;
	height: 144px;
	width: 794px;
}
#slogan {
	float: right;
	width: 454px;
	margin-right: 20px;
	margin-top: 50px;
}
#menu {
	background-image: url(../images/menu.jpg);
	float: left;
	height: 29px;
	width: 794px;
	padding-top: 5px;
}
#texte {
	background-image: url(../images/bg-texte.jpg);
	float: left;
	height: 300px;
	width: 774px;
	padding-right: 10px;
	padding-left: 10px;
}
html>body #texte {
height: auto;
min-height: 300px;
}
#mobiles-no-limit {
	background: url(../images/mobiles-no-limite.jpg) no-repeat;
	float: left;
	width: 195px;
	margin-left: 10px;
	margin-top: 20px;
}
div.partie-droite {
	float: left;
	width: 510px;
	padding-right: 20px;
	padding-left: 25px;
	margin-top: 20px;
	margin-bottom: 10px;
}
div.demi {
	float: left;
	width: 347px;
	padding-right: 15px;
	padding-left: 15px;
}
div.contact {
	float: right;
	width: 347px;
	padding-right: 15px;
	padding-left: 15px;
}

div.full {
	float: left;
	width: 754px;
	margin-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
#mot-clef {
	background-image: url(../images/bg-texte.jpg);
	float: left;
	height: 50px;
	width: 774px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
}
html>body ##mot-clef {
height: auto;
min-height: 50px;
}
#tarifs-international {
	background: url(../images/tarifs-mobiles-international.jpg);
	height: 69px;
	width: 314px;
	padding-top: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#foot {
	background-image: url(../images/foot.jpg);
	float: left;
	height: 17px;
	width: 794px;
}
img {
	border: none;
}
img.droite {
	float: right;
}
img.gauche {
	float: left;
}
#head img {
	float: left;
	margin-top: 5px;
	margin-left: 15px;
}
.image-hover img {
  opacity: 1.0;
  filter:alpha(opacity=100);
}
.image-hover:hover img, input.submit:hover {
  opacity: 0.7;
  filter:alpha(opacity=70); 
}
input.submit {
	background: #000000;
	border-style: none;
}
table.abonnement {
	float: left;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
table.tarifs td {
	border: 1px dashed #E8E8E8;
	padding: 5px;
}