@charset "UTF-8";
body {
	margin: 0px;
	background-color: #92867A;
	color: #333333;
	font-size: 13px;
	background-image: url(images/fond.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
body, p, a, label { /* texte courant */
	font-family: Arial, Helvetica, sans-serif;
	color: #342C10;
	font-size: 13px;
	line-height: 18px;
}
p, h1, h2, h3, h4, h5, ul {
	margin-top: 0px;
	line-height: 20px;
}
a { /* liens */
	text-decoration: none;
}
#contenu h1 {
	font-size: 18px;
	color: #8A5437;
	margin-bottom: 5px;
}
#contenu h2 {
	font-size: 20px;
	color: #006;
	margin-bottom: 10px;
}
#contenu h3 {
	font-size: 18px;
	color: #333;
	margin-bottom: 9px;
}
.img_gauche {
	float: left;
	padding-right: 10px;
}
.img_droite {
	float: right;
	padding-left: 10px;
}
.pleinelargeur {
	height: auto;
	width: 100%;	
}
.chapeau {
	font-size: 16px;
	line-height: 30px;
	font-style: italic;
	font-weight: bold;
	color: #666;
}
#page {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
header {
	height: 175px;
	width: 1024px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
}
header #logo {
	width: 90%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: center;
	font-size: 14px;
	color: #CBCABF;
	padding-top: 0px;
}
header #logo img {
	height: 180px;
	width: auto;
}
header #titre {
	color: #300;
	margin-top: 0px;
	position: relative;
	font-weight: normal;
	font-size: 18px;
	float: left;
	top: 80px;
	width: 600px;
	height: 30px;
}
#logosdroit {
	position: absolute;
	top: 36px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	display: block;
}
#logosdroit img, #logosgauche img {
	top: 10px;	
}
#logosgauche {
	position: absolute;
	top: 0px;
	padding: 0px;
	left: 0px;
	display: block;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
#drapeau {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
}
#contenu {
	height: auto;
	width: 1020px;
	position: relative;
	padding: 0px;
	background-color: #CCC;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
footer {
	width: 1022px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	font-size: 13px;
	color: #3A342C;
	text-align: center;
}
footer a, footer p {
	color: #3A342C;
	text-decoration: none;
	font-size: 13px;
}
.marges {
	margin-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 30px;
}
.margessans {
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-left: 0px;
}
.bouton {
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	background-color: #563C43;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 6px #333;
	-webkit-box-shadow: 2px 2px 6px #333;
	box-shadow: 2px 2px 6px #333;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.encadre {
	font-size: 12px;
	background-color: #CCC;
	padding: 10px;
}
.deuxcols {
	float: left;
	width: 49%;
	margin-right: 2%;
}
.troiscols {
	float: left;
	width: 32%;
	margin-right: 2%;
}
.dercol {
	margin-right: 0;
}
/* formulaire */
#formulaire {
}
#formulaire legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
}
#formulaire fieldset {
	border: thin solid #333;
	margin-top: 10px;
	margin-bottom: 10px;
}
#formulaire label {
	width: 130px;
	display: block;
	float: left;
}
#formulaire br {
	clear: both;
}
.clear {
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	clear: both;
}
@media screen and (max-width : 1020px) {
 footer, header, #contenu {
 width: 100%;
}
header {
 height: auto;
}
}
@media screen and (max-width : 820px) {
.deuxcols {
 float: none;
 width: 100%;
 margin-right: 0;
}
#logosgauche, #logosdroit {
	display:none;
}

#formulaire textarea {
 width: 100%;
}
}
@media screen and (max-width : 480px) {
#page {
 width: 100%;
}
footer {
	width: 100%;
	color: #685E51;
}

footer, footer a, footer p {
	font-size: 10px;
	color: #685E51;
}
.marges {
 margin-right: 15px;
 padding-top: 10px;
 padding-bottom: 10px;
 margin-left: 15px;
}
.tarifs, .tarifs strong, .tarifs p {
 width: 100%;
 font-size:11px;
}
.img_gauche, .img_droite {
	float: none;
	padding-right: auto;
	padding-left: auto;
}
}
