html, body, div, a, li, ul, p, h1, h2, img, form, table, tr, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body, html {
	text-align: left;
	background-color: #c9beb7;
	height: 100%;
	width: 100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
table{
	border-collapse: collapse;
	width:100%;
	height:100%;
}
a{
	outline: none;
	text-decoration: none;
	font-weight: bold;
	color: #399fe5;
}
a:hover{
	color: black;
}
.article ul, .article-demi ul, .pop480 ul{
	margin-top: 3px;
}
.article li, .article-demi li, .pop480 li{
	margin-left: 13px;
	margin-bottom: 3px;
}
.clear-both{
	clear: both;
}
.aligner-gauche{
	float: left;
}
.aligner-droite{
	float: right;
}

#contenant{
	width: 920px;
	background-color: #e6ded8;
	margin-left: auto;
	margin-right: auto;
	color: #567487;
}

#bandeau-haut{
	background-color: #808080;
	width: 920px;
	height: 220px;
}

#navigation{
	float: left;
	width: 240px;
}

#contenu{
	float: left;
	width: 680px;
	padding-top: 20px;
	background-color: #c9beb7;
}
#contenu img{
	display: block;
}

#bandeau-haut .logo{
}
#bandeau-haut .titre{
	margin-left: 70px;
	margin-top: 160px;
}
.nouveau-contenu{
	height: 40px;
	background: #e6ded8;
}

.vitrine{
	background-color: #80a7c4;
	width: 660px;
	height: 300px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.illustration{
	float: left;
	width: 140px;
	background-color: white;
}

#contenu img.titre-seul{
	padding-top: 8px;
	padding-bottom: 2px;
}


#formulaire-contact{
	width: 660px;
	height: 340px;
	background: #99adba url('images/formulaire-contact.png');
	margin-left: 20px;	
	margin-bottom: 15px;
}
#formulaire-contact .partie-gauche{
	float: left;
	height: 241px;
	margin-top: 44px;
	margin-left: 44px;
}
#formulaire-contact .partie-gauche input{
	display: block;
	width: 210px;
	height: 20px;
	margin-bottom: 38px;
	border: solid 1px white;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: white;
}
#formulaire-contact .partie-gauche input.erreur{
	background: #d10f0f;
	color: white;
}

#formulaire-contact .partie-droite{
	float: left;
	margin-top: 43px;
	margin-left: 28px;
}
#formulaire-contact .partie-droite textarea{
	width: 371px;
	height: 200px;
	border: solid 1px white;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
	background: white;
}
#formulaire-contact .partie-droite textarea.erreur{
	background: #d10f0f;
	color: white;
}

#mentions{
	margin-left: 20px;
	margin-bottom: 17px;
	color: #3c779f;
}
#mentions h2{
	font-size: 16px;
}
#mentions a{
	outline: none;
	text-decoration: none;
	font-weight: bold;
	color: white;
}
#mentions .coordonnees{
	float: left;
	width: 240px;
}
#mentions .coordonnees a:hover, #mentions .legal a:hover{
	color: black;
}
#mentions .legal{
	margin-top: 43px;
	text-align: justify;
	float: left;
	width: 420px;
	font-size: 10px;
}

#googlemap{
	width: 660px;
	height: 600px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#pied-page{
	margin-top: 40px;
	padding-top: 10px;
	height: 90px;
	background-color: #567487;
	color: #c9beb7;
	text-align: justify;
	font-size: 10px;
}

#pied-page #reseaux-sociaux{
	float: left;
	width: 70px;
	padding-left: 10px;
}
#tenqi-twitter{
	display: block;
	float: left;
	width: 34px;
	height: 34px;
	background: url('images/lien-twitter-tenqi-off.png');
}
#tenqi-twitter:hover{
	background: url('images/lien-twitter-tenqi-over.png');
}
#tenqi-facebook{
	display: block;
	float: left;
	width: 34px;
	height: 34px;
	background: url('images/lien-facebook-tenqi-off.png');
}
#tenqi-facebook:hover{
	background: url('images/lien-facebook-tenqi-over.png');
}
#pied-page #coordonnees{
	float: left;
	width: 120px;
	text-align: right;
}
#pied-page #coordonnees a{
	color: white;
}
#pied-page #coordonnees a:hover{
	color: black;
}
#pied-page #mentions-legales{
	float: left;
	width: 670px;
	margin-left: 40px;
}
#btn-envoyer{
	border: none;
	cursor: pointer;
	background: url('images/bouton-envoyer-off.png');
	width: 140px;
	height: 30px;
}
#btn-envoyer:hover{
	background: url('images/bouton-envoyer-over.png');
}
#pave-erreur{
	display: block;
	float: left;
	width: 720px;
	height: 410px;
	padding-left: 200px;
}
#pied-page-erreur{
	display: block;
	float: left;
	width: 920px;
	height: 90px;
	background: #635a55;
	color: #e6ded8;
	text-align: justify;
	font-size: 10px;
}

