@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;	
}
body .d{
	position:relative;
	background-position:center 0;
	background-repeat:no-repeat;
	width:100%;
}
#aqua_cellco{
	background-image:url(../../images/bande.jpg);
	height:255px;
	margin:50px auto 0;
}
img{
	border:none;
	border-style:none;
}

div.ensemble_bouton{
	margin: 0 auto;
	width: 305px;
	padding-top:194px;
}
div.ensemble_bouton>div{
	width:235px;
	margin: 0 0 0 -222px;	
}

div.bouton_left{	
	float:left;
}
div.bouton_right{
	float:right
}

div.footer{
	padding-top:40px;	
	width:100%;
	clear:both;
	font-family: Arial,Helvetica,sans-serif;
	text-align:center;
	color:#58595B;
}

div.email{	
	text-align:center;
	margin:20px;
}
.cellcos {
	margin: 0 50%;
	overflow:auto;
	width:400px;
	position:relative;
	top:-20px;
}
.cellcos div{
	float:left;
	margin:0 0 0 135px;
}
.cellcos a{
	font-family:Arial;
	font-size:16px;
	color:#fff;
	text-decoration:none;
}
.cellcos a:hover, .aqua a:hover{
	text-decoration:underline;
}
.aqua a{
	font-family:Arial;
	font-size:16px;
	color:#0056A9;
	text-decoration:none;
}


