@charset "utf-8";
/* CSS Document Commune à l'affichage écran */

/*-------------------------------------------------*/
/* PAGE GENERAL                                    */
/*-------------------------------------------------*/
* { margin: 0; padding: 0; }

html 
{
}

body 
{
    font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-style      : normal;
    font-weight     : lighter;	
	font-size       : 18px;
	line-height     : 26px;  
	color           : #333;
	text-align      : left;
	line-height:130%;
    background-color: #ffffff;
}
a
{
	color           : #333;
	text-decoration : none;
	font-weight: normal;	
}
a:hover
{
	color           : #F0AB00;
	text-decoration : none;
}
a:focus 
{
	outline:none;
}
p
{
  font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style      : normal;
  font-weight     : lighter;	
  font-size       : 18px;
  line-height     : 26px;  
  padding-left:0px;	
  padding-right:0px;
  padding-top:0px;
  padding-bottom:0px;
  text-align:left;
}
h1
{
    font-family      : 'Open Sans',Helvetica, Arial, Verdana, sans-serif;
    font-style      : normal;
    font-weight:300;	
 	font-size:54px;
	line-height:64px;  
	color           : #3f3f3f;
	text-align      : center;
	text-decoration : none;
	padding-left    : 0px;
    padding-right   : 0px;	
	padding-top     : 0px;
    padding-bottom  : 10px;
}
h2
{
    font-family      : 'Open Sans',Helvetica, Arial, Verdana, sans-serif;    
	font-style:normal;
    font-weight:300;	
	font-size       : 34px;
	line-height     : 44px;  
	color           : #F0AB00;
	text-align      : left;
	text-decoration : none;
	padding-left    : 0px;
    padding-right   : 0px;		
	padding-top     : 0px;
	padding-bottom  : 10px;
}
h2 a
{
    font-family      : 'Open Sans',Helvetica, Arial, Verdana, sans-serif;    
	font-style:normal;
    font-weight:300;	
	color           : #70c9f2;
	text-decoration : none;
}
h2 a:hover
{
    font-family      : 'Open Sans',Helvetica, Arial, Verdana, sans-serif;    
	font-style:normal;
    font-weight:300;	
	color           : #666;    
	text-decoration : none;
}

h3
{
    font-family      : 'Open Sans Condensed',Helvetica, Arial, Verdana, sans-serif;
	font-style      : normal;
    font-weight     : bold;	
	font-size       : 22px;
	line-height     : 26px;  
	color           : #666;
	text-align      : left;
	text-decoration : none;
	padding-left    : 0px;
    padding-right   : 0px;		
	padding-top     : 0px;
    padding-bottom  : 10px;
}
h3 a
{
	font-style      : normal;
    font-weight     : bold;	
 	color           : #666;
 	text-decoration: none;
}
h3 a:hover
{
	font-style      : normal;
    font-weight     : bold;	
	color           : #70c9f2;
 	text-decoration: none;
}
h4
{
    font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style      : normal;
    font-weight     : bold;	
	font-size       : 18px;
	line-height     : 26px;  
	color           : #333333;
	text-align      : left;
	text-decoration : none;
	padding-left    : 0px;
    padding-right   : 0px;		
	padding-top     : 0px;
    padding-bottom  : 10px;
}
h4 a
{
	font-weight     : bold;	
	color           : #333333;
	text-decoration: none;
}
h4 a:hover
{
	font-weight     : bold;	
	color           : #70c9f2;
	text-decoration : none;
}

ul
{
    padding-left:25px;	
    list-style-type: disc;
    /*list-style-image:url(../images/puce.png);*/
    font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style      : normal;
    font-weight     : lighter;	
	font-size       : 18px;
	line-height     : 26px;  
	color           : #333333;
	text-align      : left;
	vertical-align:top;
}

ul a
{
  font-weight: normal;	
}
li
{
  padding-left:5px;	
}
input
{
  font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:16px;
  line-height:21px;
  color:#555555;
  background-color:#eee;
  border-style:solid;
  border-width:1px;
  border-color:#dddddd;
  font-weight:normal;
  text-align:left;
  padding:10px;
}
select
{
  font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:16px;
  color:#555555;
  background-color:#eee;
  border-style:solid;
  border-width:1px;
  border-color:#dddddd;
  font-weight:normal;
  text-align:left;
  padding:10px;  
}
textarea
{
  font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:16px;
  color:#555555;
  background-color:#eee;
  border-style:solid;
  border-width:1px;
  border-color:#dddddd;
  font-weight:normal;
  text-align:left;
  padding:10px;  
}

.textCenterAlign
{
	text-align: center;
}

/*-------------------------------------------------*/
/* LAYOUT STRUCTURE                                */
/*-------------------------------------------------*/
#containerDisplay 
{
	margin:0 auto;
	width:100%;
	margin-top:180px;
/*	background-color:#FFF; */
}
#content
{
  width:100%;
  padding-top:0px;
  padding-bottom:0px; 
  float:left;
  /*padding-left:10px;
  padding-right:10px;
  float:left;*/
  /* background-color:#FCF; */
}

#content1
{
	width:1250px;
	min-height:900px;
	margin:auto;
	margin-top:20px;
	/* background-color:#FFC; */
}	

#content2
{
    width:100%;
    /*width:1230px;*/
	min-height:900px;
	/*margin-left:0px;*/
	 /*background-color:#FFC; */
}	

/* remontée en haut de site grace a un bouton affiché en bas de site */	
.cRetour {
  border-radius:3px;
  padding:10px;
  font-size:15px;
  text-align:center;
  color:#fff;
  background:rgba(0, 0, 0, 0.25);
  z-index:99999;
  transition:all ease-in 0.2s;
  position: fixed;
  cursor: pointer;
  bottom: 1em;
  right: 20px;
  display: none;
}
.cRetour:before{ content: "\25b2"; }
.cRetour:hover{
  background:rgba(0, 0, 0, 1);
  transition:all ease-in 0.2s;
}

/*-------------------------------------------------*/
/* DETAIL OF CONTENT                               */
/*-------------------------------------------------*/
#fullContent
{
  width:100%;
  /*width:1230px;*/
  min-height:900px;
}	
#leftContent 
{
  float: left;
  width: 300px; 
  height:100%;
}

#leftContentMenu
{
  float: left;
  width: 300px;   
  min-height:340px;   
  padding-top:5px;
  padding-bottom:5px; 
}
#leftContentSeparator
{
  float: left;
  width: 300px;   
  height:12px;    
  border-bottom:#999 solid 1px;
}
#leftContentAdresse
{
  float: left;
  width: 280px;   
  min-height:300px;
  padding-left : 10px;
  padding-right : 10px;    
  padding-top : 10px;
  padding-bottom : 10px;
}
#leftMotsCles
{
  float: left;
  width: 280px;   
  padding-left : 10px;
  padding-right : 10px;    
  padding-top : 10px;
  padding-bottom : 10px;    
}

#mainContent
{
  float:left;  
  width: 950px;
  min-height:900px;  
}
/*-------------------------------------------------*/
/* STRUCTURE OF HEADER 1                           */
/*-------------------------------------------------*/
#header1 
{
    height:180px;
	width:100%;
	float:left;
    background-color: #fff;	
    position: fixed;
    top:0px;
    z-index:1;
}
#header1Content1
{
	width:100%;
    height:180px;
    float:left;
    background-color: #fff;    
	box-shadow: 0em 0em 0.5em rgba(0,0,0,0.2);

}

#header1Content1Inner
{
	width:1250px;
    height:180px;
    margin:auto;
    background-color: #fff;
}
#header1Content1InnerBox1
{
	width:280px;
    height:180px;
    float:left;
}
#header1Content1InnerBox1Logo
{
    width:280px;
    height:150px;
    margin-left:0px;
    margin-top:15px;
    visibility: visible;
    display: block;
}
.header1Content1InnerBox1LogoImg
{
    width:auto;
    height:150px;
    margin-left:30px;
}

#header1Content1InnerBox2
{
	width:40px;
    height:180px;
    float:left;
    visibility: visible;
    display: block;  
    margin-left:0px;
}
#header1Content1InnerBox3
{
	width:930px; /*on a récupérer 40 px par décalage à gauche de 40px du menu2-admin */
    height:180px;
    float:right;
    visibility: visible;
    display: block;  
}

#header1TopMenu1
{
	width:930px;
	height:90px;
	z-index:0;
	margin:auto;
}
#header1TopMenu2
{
	width:40px;
	height:30px;
	z-index:0;
	margin-top:10px;
	float:left;
}

#header1Content1InnerBoxMini
{
	width:57px;
    height:47px;
    visibility: hidden;
    display: none;
    background-color: #fff;    
    float: left;
    padding-top: 37px;
    padding-left: 15px;
}
#header1TopMenu1Mini
{
	display:none;  /* On affiche pas le menu pour petit écran */
	z-index:0;
}

/*-------------------------------------------------*/
/* STRUCTURE OF HEADER SLIDE                       */
/*-------------------------------------------------*/
#headerSlide
{
    width:100%;
    float: left;	
}


/*-------------------------------------------------*/
/* STRUCTURE OF HEADER NEWSBAR                     */
/*-------------------------------------------------*/
#headerNewsBar
{
	width:100%;
    background-color: #F39F1A;    	
	height:46px;
	float:left;
}
.headerNewsBarTexte
{
    width:100%;
	float:left;    	
    font-family: "Open Sans Condensed", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:normal;
    font-weight: bold;
	font-size       : 26px;
	line-height     : 46px;  
	color           : #fff;
	text-align      : left;
	text-decoration : none;
}


/*-------------------------------------------------*/
/* STRUCTURE OF FOOTER                             */
/*-------------------------------------------------*/
#footer 
{
    background-color:#40612fff;
  	height:450px;
	width:100%;	
	float:left;
}

#footerBox1
{
    width:1250px;
    height:370px;	
	margin:auto;
	padding-top:0px;
}

#footerBox1Logo
{
  width:400px;
  height:320px;
  float:left;
  padding-top:40px;
}
#footerBox1LogoInner
{
 width:400px;
 height:320px;
 margin:auto;
}
.footerBox1LogoSocieteLogo
{
  width:280px;
  margin-left: 75px;	
}

#footerBox1Adresse
{
  width:355px;
  height:320px;
  float:left;
  margin-left:100px;
  padding-top:50px;
}
#footerBox1AdresseInner
{
 width:355px;
 height:320px;
 margin:auto;
}
#footerBox1AdresseTitre
{
  width:355px;
  height:50px;
  font-family      : 'Open Sans Condensed',Helvetica, Arial, Verdana, sans-serif;
  font-style      : normal;
  font-weight     : normal;	
  font-size       : 32px;
  line-height     : 32px;
  color           : #ffffff;
  text-decoration : none;
  text-align      : left; 
  float:left;
}
#footerBox1AdresseSociete
{
  width:355px;
  height:50px;
  font-family      : 'Open Sans Condensed',Helvetica, Arial, Verdana, sans-serif;
  font-style      : normal;
  font-weight     : normal;	
  font-size       : 32px;
  line-height     : 32px;
  color           : #ffffff;
  text-decoration : none;
  text-align      : left; 
  float:left;
}

#footerBox1AdressePart1
{
 width:355px;
 height:150px;
 float:left;
}
#footerBox1AdresseIcon
{
  width:30px;
  height:150px;
  float:left;
  background:url(../images/footer/localisation_icon.png) top left no-repeat;
}
#footerBox1AdresseTexte
{
  width:325px;
  height:150px;
  font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style      : normal;
  font-weight     : normal;	
  font-size       : 15px;
  line-height     : 23px;
  color           : #ffffff;
  text-decoration : none;
  text-align      : left; 
  float:left;
}
#footerBox1AdressePart2
{
 width:355px;
 height:50px;
 float:left;
 margin-top:5px;
}
#footerBox1AdressePart3
{
 width:355px;
 height:50px;
 float:left;
}

#footerBox1AdresseContactTelIcon
{
  width:30px;
  height:50px;
  float:left;
  margin-left:0px;
  background:url(../images/footer/tel_icon.png) top left no-repeat;
}
#footerBox1AdresseContactMailIcon
{
  width:30px;
  height:50px;
  float:left;
  margin-left:0px;
  background:url(../images/footer/mail_icon.png) top left no-repeat;
  
}
#footerBox1AdresseContactTexte
{
  width:325px;
  height:50px;
  font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style      : normal;
  font-weight     : normal;	
  font-size       : 15px;
  line-height     : 23px;
  color           : #ffffff;
  text-decoration : none;
  text-align      : left; 
  float:left;
}
#footerBox1AdresseContactTexte a
{
  color:#ffffff;	
  text-decoration:none;	
  font-weight: normal;	
}

#footerBox1AdresseContactTexte a:hover
{
  color:#F0AB00;	
  text-decoration:none;		
  font-weight: normal;
  
}

#footerBox1Menu
{
  width:240px;	
  height:320px;	  
  float:right;
  padding-top:50px;
}
#footerBox1MenuInner
{
 width:240px;
 height:320px;
 margin:auto;
}
#footerBox1MenuTitre
{
  width:240px;
  height:50px;
  font-family      : 'Open Sans Condensed',Helvetica, Arial, Verdana, sans-serif;
  font-style      : normal;
  font-weight     : normal;	
  font-size       : 32px;
  line-height     : 32px;
  color           : #ffffff;
  text-decoration : none;
  text-align      : left; 
  float:left;
}
#footerBox1MenuDetail
{
  font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style      : normal;
  font-weight     : normal;	
  font-size       : 16px;
  line-height     : 26px;
  color           : #ffffff;
  text-decoration : none;
  text-align      : left;
  width:240px;
  float:left;
}
#footerBox1MenuDetail a
{
  color:#ffffff;	
  text-decoration:none;	
  font-weight: normal;	
}

#footerBox1MenuDetail a:hover
{
  color:#F0AB00;	
  text-decoration:none;	
}

#footerBox1MenuDetail ul
{
  padding-left:15px;	
  /* list-style-image:url(../images/marker2.png);  */
  list-style: none;
  padding-left:0px;
  font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style      : normal;
  font-weight     : normal;	
  font-size       : 16px;
  line-height     : 26px;  
  color           : #ffffff;
  text-align      : left;
  vertical-align:top;
  margin-top:0px;
}
#footerBox1MenuDetail ul a:hover
{
  font-weight     : normal;	
}


#footerBox2
{
    width:100%;
    height:80px;	
	margin:auto;
    background-color:#233519ff;
	text-align:left;
	line-height:20px;
}
#footerBox2Inner
{
    width:1250px;
    height:80px;	
	margin:auto;
    background-color:#233519ff;
	text-align:left;
	line-height:20px;
}


#footerBox2Copyright
{
  width:60%;
  height:20px;
  font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style      : normal;
  font-weight     : normal;	
  font-size       : 15px;
  line-height     : 21px;  
  color           : #fff;
  text-decoration : none;
  text-align      : left; 
  float:left;
  margin-top:30px;
}
#footerBox2Copyright a
{
  color:#fff;	
  text-decoration:none;		
}

#footerBox2Copyright a:hover
{
  color:#F0AB00;	
  text-decoration:none;		
}
#footerBox2CopyrightMini
{
  width:100%;
  height:20px;
  font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style      : normal;
  font-weight     : normal;	
  font-size       : 15px;
  line-height     : 21px;  
  color           : #B4B4B4;
  text-decoration : none;
  text-align      : center; 
  float:left;
  margin-top:5px;
  visibility: hidden;
  display: none;
}	
#footerBox2CopyrightMini a
{
  color:#B4B4B4;	
  text-decoration:none;		
}
#footerBox2Social
{
  width:40%;
  height:40px;
  text-align      : right; 
  float:right;
  margin-top:20px;
}



/*-------------------------------------------------*/
/* CLEARING                                        */
/*-------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display:block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}

.noclear {
	clear: none;
}