html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, img, ul, li, form, label, table, caption, tr, th, td, embed {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background: #8f857b url(images/fond-body.jpg) no-repeat center top;
}
img {
	border: none;
	max-width: 100%;
	width: auto;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a:hover {
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
/*----------------------------------------------------------------------------------Conteneur general-------*/
#conteneur {
	position: relative;
	width: 990px;
	margin: 0 auto;
	background: url(images/fond-conteneur.jpg) repeat-y;
}
/*----------------------------------------------------------------------------------Menu principal-------*/
#menu {
	position:absolute;
	top:137px;
	right:10px;
	height: 32px;
	text-align:center;
	width: 392px;
}
#menu a {
	font-size: 12px;
	color: #ccc;
	text-decoration: none;
	padding:0 20px;
}
#menu a:hover {
	color: #fff;
}
#menu a.select {
	font-size: 16px;
	color: #fff;
}
/*----------------------------------------------------------------------------------Entete et bandeau-------*/
#entete {
	height: 115px;
	background: url(images/fond-entete.jpg) no-repeat;
}
#bandeau {
	height: 611px;
	background: url(images/fond-bandeau.jpg) no-repeat;
}
/*----------------------------------------------------------------------------------bloc position absolute et float-------*/
#encart {
	position: absolute;
	width: 566px;
	height: 567px;
	top: 136px;
	left: 20px;
}
.rslides {
  	position: relative;
  	list-style: none;
  	overflow: hidden;
  	width: 100%;
  	padding: 0;
  	margin: 0;
}
.rslides li {
  	-webkit-backface-visibility: hidden;
  	position: absolute;
  	display: none;
  	width: 100%;
  	left: 0;
  	top: 0;
}
.rslides li:first-child {
  	position: relative;
  	display: block;
  	float: left;
}
.rslides img {
  	display: block;
  	height: auto;
  	float: left;
  	width: 100%;
  	border: 0;
}
#editobandeau {
	position:absolute;
	top:178px;
	right:10px;
	height: 526px;
	text-align:center;
	width: 392px;
	vertical-align:middle;
}
.blocgauche{
	float:left;
	width:415px;
	text-align:justify;
	margin-left:5px;
}
.blocdroit{
	float:right;
	width:416px;
	padding-left:37px;
	border-left:#ccc 1px solid;
	text-align:justify;
}
/*----------------------------------------------------------------------------------Contenu-------*/
#contenu {
	background: url(images/fond-contenu.jpg) no-repeat top;
	padding: 40px 40px 0 40px;
	min-height: 410px;
}
#contenu p, #editobandeau p {
	font-size: 12px;
	color: #fff;
	margin:10px 0;
}
#contenu h2, #editobandeau h2, #editobandeau h1.h1commeh2 {
	color: #fff;
	font-size:15px;
	margin:12px 0;
}
#contenu h3, #editobandeau h3 {
	color: #fff;
	font-size:13px;
	margin:12px 0;
}
.titre, #contenu h1 {
	font-size: 16px;
	color: #fff;
	padding: 22px;
	text-align:center;
	letter-spacing:1px;
	font-weight:bold;
	text-transform:uppercase;
}
#contenu ul {
	white-space: normal;
	margin:12px 0;
}
#contenu li {
	font-size: 11px;
	color: #000;
	list-style-type: square;
	list-style-position: outside;
	line-height: 16px;
}
#contenu a, #editobandeau a {
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}
#contenu a:hover, #editobandeau a:hover {
	color:#000;
	text-decoration: none;
}
/*----------------------------------------------------------------------------------pied de page 2 colonnes-------*/
#pied {
	font-size: 10px;
	background: url(images/fond-pied-de-page.jpg) no-repeat;
	text-align:center;
	padding-top: 50px;
	min-height:200px;
	color: #333;
	width:990px;
	margin:0 auto;
}
#pied h2, #pied h3, #pied p, #pied a {
	font-size: 10px;
	color: #333;
	font-weight:normal;
	text-decoration:none;
}
#pied a:hover {
	color: #fff;
}
/*----------------------------------------------------------------------------------FORMULAIRE CONTACT.PHP-------*/
/*style du texte saisi par le visiteur*/
.formulaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003333;
	padding-left: 6px;
	border: 1px solid #336666;
}
/*style des titres et intitulés du formulaire*/
.formulairetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003333;
}
/*Fenêtre d'alerte envoi de message ou problème*/
.popuphtml{
	position: absolute;
	height: 80px;
	width: 250px;
	top: 350px;
	left: 400px;
	background-color: #eee;
	border: 4px solid #f00;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #f00;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
}
/*------------------------------------------------------------------------DIVERS CLASS-------*/
.gauche{
	float:left;
	padding-right: 5px;
}
.droite{
	float:right;
	padding-left: 5px;
}
.petitetaille {
	font-size: 10px;
}
.centrage {
	text-align:center;
}
.ligne {
	border-top:#ccc 1px solid;
	margin:10px 0 10px 0;
}
.tablo {
	width:100%;
	border:none;
	margin:12px 0 12px 0;
}
.tablo td {
	vertical-align:top;
	padding:8px;
}
.bloc380 {	
	width:380px;
	margin-bottom:15px;
}
.bloc508 {	
	width:508px;
	margin-bottom:15px;
}
.retour {
	border-top:	#7e746b 1px solid;
	border-bottom:	#7e746b 1px solid;
	margin:10px 0;
	padding:10px;
}



@media screen and (max-width:989px) {


body {
	background:#7e746b;
	margin:5%;
}
.dspl {
	display:none;	
}
.gauche, .droite {
	float:none;
	padding: 0;
}
#conteneur {
	position: relative;
	width:96%;
	background: #8f857c;
	padding:2%;
	border:#900 1px solid;
}
#menu {
	position: inherit;
	top: inherit;
	right: inherit;
	height: auto;
	width: 100%;
	background:#600;
}
#menu a {
	font-size: 16px;
	padding:0;
	display:block;
	line-height:60px;
	border-bottom:#400 2px solid;
}
#menu a:hover {
	border-bottom:#800 2px solid;
}
#entete {
	height:auto;
	background:none;
}
#bandeau {
	height:auto;
}
#encart {
	position: inherit;
	width: 80%;
	height: auto;
	top: inherit;
	left: inherit;
	margin:0 auto;
}
#editobandeau {
	position: inherit;
	top: inherit;
	right: inherit;
	height: auto;
	width: 100%;
	vertical-align: inherit;
}
.blocgauche{
	float:none;
	width:auto;
	text-align: inherit;
	margin-left:0;
}
.blocdroit{
	float:none;
	width:auto;
	padding:0;
	border: none;
	text-align: inherit;
}
#contenu {
	background: none;
	padding: 2%;
	min-height: inherit;
}
#pied {
	width:96%;
	background:#600;
	padding:2%;
	min-height: inherit;
}
#pied h2, #pied h3, #pied p, #pied a {
	font-size: 11px;
	color: #ddd;
}
#pied a:hover {
	color: #fff;
}
.bloc380, .bloc508 {	
	width:100%;
	margin:10px 0;
	text-align:center;
}

}