/*
 * GENERAL
 */

*{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

html{
	overflow-y: scroll;
}

body{
	background: #006679;
	text-align: center;
}

#lettre{
	position: absolute;
	z-index: 0;
	width: 73px;
	height: 119px;
	top: 15px;
	left:50%;
	margin: 0 0 0 -443px;
}

#conteneur{
	position: relative;
	z-index: 0;
	width: 805px;
	margin: 0 auto;
	text-align: left;
}

/*
 * ENTETE
 */

#header a{
	height: 133px;
	padding: 0 0 0px 0;
	font-size: 60px;
	font-weight: bold;
	color: #00333c;
	text-decoration: none;
}

#header span{
	font-size: 24px;
}

/*
 * MENU
 */

#menu{
	width: 100%;
	height: 60px;
	border-collapse: collapse;
}

#menu td{
	text-align: center;
	vertical-align: bottom;
	width: 25%;	
}

#menu a{
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	line-height: 22px;
	outline: none;
}

#menu a:hover{
	color: #26D2CC;
}

#menu a.actif{
	font-size: 30px;
	line-height: 30px;
	cursor: default;
}

#menu a:hover.actif{
	color: #FFF;
}

/*
 * AFFICHAGE PRINCIPAL
 */

#main{
	float: left;
	width: 785px;
	background: #FFF;
	margin: -5px 0 0 0;
	padding: 10px;
}

#texte{
	width: 775px;
	padding: 50px 0 50px 10px;
	color: #aaa;
	font-size: 24px;
	line-height: 30px;
}


/*
 * FORMULAIRE CONTACT
 */

#texte.contact{
	font-size: 16px;
	line-height: normal;
	padding: 50px 0 0 10px;
}

#demiForm1, #demiForm2{
	float: left;
	width: 329px;
	padding: 0 0 0 20px;
}

#demiForm1 label, #demiForm2 label{
	display: block;
	float: left;
	clear: both;
	padding: 0 20px 0 0;
	margin: 0 0 20px 0;
	text-align: right;
}

#demiForm1 label{
	width: 110px;
}

#demiForm2 label{
	width: 80px;
}


.champ{
	float: left;
	padding: 2px;
	margin: 0 0 20px 0;
	border: solid 1px #AAA;
	font-size: 12px;
	color: #555;
}

#texte.contact textarea{
	width: 220px;
	height: 150px;
}

.reponse{
	text-align: center;
	width: 100%;
	height: 30px;
	padding: 0 0 15px 0;
	color: #666;
}

.envoyer{
	float: left;
	padding: 20px 0 0 0;
	text-align: center;
	line-height: 20px;
	width: 100%;
	clear: both;
}

.envoyer span{
	font-size: 10px;
	color: #555;
}

/*
 * PIEDS DE PAGE
 */

#footer{
	float: left;
	clear: both;
	width: 805px;
	list-style: none;
}

#footer li{
	width: 795px;
	padding: 0 5px 5px;
}

#footer li.premier{
	background: #FFF;
	text-align: right;
}

#footer li a{
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}

#footer li.premier a{
	color: #00F;
	font-size: 16px;
	text-decoration: underline;
}

.ville {
	color: #000;
	font-size: 12px;


}

.legal {
	font-size: 12px;
}