@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";
@import "produits.css";
@import "css-menu.css";
/*------------------------------------------------------*
*-- appel des css --------------------------------------*
*------------------------------------------------------*/


html {
 margin: 0;
 padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	color: #000;
}

p, form, input {
	margin: 0;
	padding: 0;
}

select {
	color: #000;
	background-color: #fff;
}



 /*------------------------------------------------------*
  *--------    CSS BLOCS     						 ----*
  *------------------------------------------------------*/


#general{
	margin:0 auto;
	padding:0;
	width:100%;
}

/*Haut de page  HEADER*/

#header{
	width:980px;
	height:190px;
	background-color: #FFFFFF;
	background-image: url(../images/deco/header.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 11px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0;
	width: 980px;
	background-color:#FFFFFF;
	background-image: url(../images/deco/content.jpg);
	background-repeat: no-repeat;
}
.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}
/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	width:220px;
	left:0px;
}
/*/// partie de droite ///*/
#right_content{
	float:right;
	position:relative;
	background-color:#333;
	width:200px;
	right:0px;
}
/*///    partie du centre   ///*/
#middle_content{
	float:left;
	position:relative;
	width:749px;
	background-image: url(../images/deco/bg-content.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 20px;
	padding-bottom: 10px;
}
#left_page {
	float:left;
	position:relative;
	width:225px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #59646D;
	margin-right: 5px;
	padding-right: 10px;
}
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
#middle_page {
	float:right;
	position:relative;
	width:490px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #59646D;
	margin-bottom: 8px;
}
/*/// fin des colonnes ///*/	

/*Bas de page  FOOTER*/

#footer{
	width:980px;
	background-color:#EFF0F4;
	text-align: center;
	color: #59646D;
	background-image: url(../images/deco/footer.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#footertexte{
	width:550px;
	text-align: left;
	color: #59646D;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-left: 137px;
	float: left;
	font-size: 11px;
}

#footertexte a{
	color:#5A646C;
	text-decoration:none;
}
#image/*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
 {
	float: left;
	margin-top: 0;
	margin-right: 10px;
}

#footertexte a:hover{
	color:#FD8636;
}
#footerlegende{
	width:150px;
	text-align: right;
	color: #59646D;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 0;
	float: right;
	font-size: 11px;
}



/*classe clear*/

.clear {
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}


 /*------------------------------------------------------*
  *------------ CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
h1 {
	margin: 0;
	color:#FD8536;
	font-size: 18px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
  
h2 {
	margin: 0;
	color:#FD8636;
	font-size: 14px;
	background-image: url(../images/deco/bt-on.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 8px;
}
  
h3 {
	margin: 0;
	color:#999999;
	font-size: 12px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
h4 {
	margin: 0;
	color:#FD8536;
	font-size: 11px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
}
h5 {
	margin: 0;
	padding: 0;
	color:#000;
}
h6 {
	margin: 0;
	padding: 0;
	color:#000;
}
strong {
	margin: 0;
	padding: 0;
	color:#FD8536;
}
p {
	margin: 0;
	color:#5A646C;
	text-align: justify;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
p a{
	color:#5A646C;
	font-weight: bold;
	text-decoration: none;
}
p a:hover{
	color:#EAA649;
}

img { 
border: 0px; 
}
.suite {
	margin: 0;
	color:#FD8636;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	text-align: right;
	font-size: 11px;
}
.suite a {
	margin: 0;
	color:#FC8536;
	text-decoration: none;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}
.suite a:hover{
	margin: 0;
	padding: 0;
	color:#5A646D;
}
#middle_news {
	position:relative;
	width:225px;
	padding-right: 10px;
	padding-bottom: 3px;
	float: left;
	margin-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5A646D;
}
#image2 {
	float: left;
	margin-top: 0;
	margin-right: 10px;
	width: 242px;
}


.tourhebdo {
height:516px;
margin:auto;
}
.tourhebdo p {
text-align:center;
}
.tourhebdo img {
width:770px;
height:516px;
}
.tourhebdo img:hover {
width:770px;
height:516px;
z-index: 1000 !important;
}
