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

body{
	position:relative;
	background-image:url(../../images/bande.jpg);
	background-position:center 50px;
	background-repeat:no-repeat;
	height:285px;
	width:100%;
	margin-top:50px;
}
body #d{
			height:285px;
			width:100%;
			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:227px;
	margin: 0 0 0 -227px;	
}

div.bouton_left{
	
	float:left;
}

div.bouton_right{
	float:right
}

div.footer{
	position:relative;
	padding-top:205px;
	
	background-image:url(../../images/text.png);	
	background-position:center 100%;
	background-repeat:no-repeat;
	width:100%;
}

div.email{	
	text-align:center;
}
.cellcos {
	margin: 0 50%;
	overflow:auto;
	width:400px;
	position:relative;
	top:-20px;
}
.cellcos div{
	float:left;
	margin:0 0 0 130px;
}
.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;
}
