html, body, a {
width: 100%;
height: 100%;
font-family: arial;
font-size: 16px;
color:white;
} 

a img{
  border:  none ;
}

.bandeau{
	height:111px;
	width:100%;
	background:url(./images/bandeau.jpg);
	background-repeat:repeat;
	vertical-align:top;
	padding-left:800px;
	padding-top:88px;
}

.contenu{
	width:100%;
	height:434px;
	background:url(./images/fondContenu.jpg);
	background-repeat:repeat;
}

.contenuGauche{
	width:275px;
	height:434px;
	background-repeat:no-repeat;
}

.contenuMentions{
	vertical-align:top;
	width:auto;
	height:434px;
	background-repeat:no-repeat;
}

.contenuMentions p{
	padding-left:20px;
	padding-right:20px;
	padding-top:25px;
	font-family: arial;
	font-size: 14px;
	color:white;
	display:justify;
}

.contenuDroite{
	vertical-align:top;
	width:634px;
	height:434px;
	background-repeat:no-repeat;
}

.contenuDroite p{
	padding-left:18px;
	padding-top:25px;
	font-family: arial;
	font-size: 16px;
	color:white;
}

.indexTxtLegal{
	height:100%;
	position:relative;
	right:10px;
	bottom:10px; 
	text-align:right;
	font-size: 11px;
	vertical-align:bottom;
	padding:10px;
}

.ligneMenu{
	height:24px;
	width:100%;
	background-color:#32434B;
	border-top:solid 1px #808080;
	border-bottom:solid 1px #808080;
}

.piedPage{
	width:100%; 
	height:111px;
	background-color:#32434B;
	padding-left:75px;
	padding-top:10px;
	vertical-align:top;
}

.basPage{
	width:100%;
	height: 100%;
	background:url(./images/fondBas.jpg);
	background-repeat:repeat;
}

