@charset "utf-8";
html {
	height: 101%;
}

body {
	height: 101%;
	background-color: #f7f5f2;
	margin: 0px;
	padding: 0px;	
	
}

#ContainerGlobal {
	WIDTH: 100%;
	padding: 0px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	font-family: verdana;
	font-size: 13px;
	color: #21421B;
		
	
}
.droite {
	padding-right: 0;
	float: right;
	display: inline-block;
	vertical-align: middle;
	height:auto;
}

.gauche {
	padding-left: 0;
	float: left;
	display: inline-block;
	vertical-align: middle;
	height:auto;
	
}


.correction {
	color: #EF3849;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}

img {
  max-width: 100%;
  height: auto;
}


h1 {
	font-family: Verdana;
	font-size: 20px;
	color: #6ab42e;
	margin-bottom:0px;
	margin-top : 30px;
}

h2 {
	color: #152A11;
	font-family: Verdana;
	font-size: 16px;
	margin-top:5px;
	margin-bottom:28px;
	
}
.h2 {
	color: #152A11;
	font-family: Verdana;
	font-size: 16px;
	margin-top:5px;
	margin-bottom:28px;
	
}

h3 {
	color:  #152A11;
	font-family: Verdana;
	font-size: 14px;
	margin-bottom:0px;
	margin-top:0px;
	
}

h4 {
	color:  #152A11;
	font-family: Verdana;
	font-size: 13px;
	margin-bottom:0px;
	margin-top:0px;
	
}

h5 {
	color:  #6ab42e;
	font-family: Verdana;
	font-size: 13px;
	margin-bottom:0px;
	margin-top:0px;
	
}

.actu {
	
	font-family: Verdana;
	font-size: 22px;
	
	
}
.vert {
	font-family: Verdana;
	font-size: 14px;
	color: #7abe20;
	font-weight: bold;	
}
.bold {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;	
}

hr {
	
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height:1px;

}




/*---------------------------------------------*/
/*----------------HEADER----------------*/
/*---------------------------------------------*/

header {
	width: 100%;
	margin-top: 0px;
	padding-top: 7px;
	height: 65px;
	background-color:#152A11;
	background-image: url(../images/logo_scierie_tarteret-blanc.png);
	border-top: 2px solid #6DBA2C;
	border-bottom: 2px solid #FFF;
	background-repeat: no-repeat;
	background-position: 85%;

	
}

header ul {
	margin: 0 auto;
	padding: 0px 0 0 0;
	list-style-type: none;
}

header li {
	margin: 0;
}


.drapeau {
	margin-top: 6px;
	margin-right: 11px;
	border: 1px solid #FFF;
}

#header-titre {
	padding-left:10%;
	float: left;
	display: inline-block;
	vertical-align: middle;
	font-family: Calibri;
	margin-top: 9px;
	color: #fff;
	
	
}

#Header span{
	
	color: #6ab42e;
	padding-right:15px;
	
}

/*---------------------------------------------*/
/*----------------Slider----------------*/
/*---------------------------------------------*/


#Slider {
	height:auto;
	width:100%;
	max-width:100%;
	overflow: hidden;
	display: block;
	background-color:#152A11;
	
}

#SliderImage {
	display: block;
	position:relative;
	width:100%;
	max-width:100%;
	border: none;
	margin: 0;
	padding: 0;

	
}

#SliderImage ul { 

	display:table;
	list-style: none;
	padding: 0;
	margin: 0; 	
	width:100%;
	max-width:100%;	
	height: auto;
	margin-top: 0px;
	margin-bottom:0px;
	overflow: hidden;
	text-align:center;
	border: none;
	line-height: 0% 
	/*white-space: nowrap;*/
	
	
}

#SliderImage li { 
	
	width:12.5%;
	max-width:12.5%;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	display:inline-block;
	text-align:justify;
	/*white-space:nowrap;*/
}

#SliderImage img { 
	
	width:100%;
	min-width:100%;
		
}


#reset {margin:0; padding:0;}

/*---------------------------------------------*/
/*----------------Menu----------------*/
/*---------------------------------------------*/

#Menu {
	
	WIDTH: 100%;
	 display:block;
	 margin-top:-5px;
	 padding:0;
	 background-color:none;
	
}







/*---------------------------------------------*/
/*----------------ariane----------------*/
/*---------------------------------------------*/

#ariane {
	color: #6ab42e;
	font-size: 11px;
	text-decoration: none;
	
}

#ariane a {
	color: #6ab42e;
	font-size: 11px;
	text-decoration: none;
	
}

#plan-site
{
	float:left;
	height:auto;
	
}

#plan-site ul
{
	padding-left:30px;
	list-style-type:square;
	color:#6ab42e;
	font-family: verdana;
	font-size: 14px;
	list-style-position:inside;
	
}

#plan-site li
{
	
	height: 24px;
	padding-top: 10px;
	
}


/*---------------------------------------------*/
/*----------------CONTENU----------------*/
/*---------------------------------------------*/

#contenu {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
	overflow:hidden;	
	
}
.quatrevingt {
	WIDTH: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top:35px;
	margin-bottom:35px;
	overflow : hidden;
	
}

.quatrevingt-acces {
	WIDTH: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top:35px;
	margin-bottom:35px;
	overflow : hidden;
	
}


.CellGauche-65 {
	padding-left: 0;
	float: left;
	display:table-cell;	
	width:60%;
	max-width:60%;
	text-align:left;
	
}
.CellDroite-35 {
	
	display:table-cell;
	float:right;
	text-align:	right;
	margin-right:0;
    left:60%;
    width:40%;
	max-width:40%;
	padding-top:15px;

}


.CellGauche {
	padding-left: 0;
	float: left;
	display: inline-block;
	width:24%;
	max-width:20%;
	text-align:left;
	
}

.CellGauche img {
		border: 2px solid #152A11;	
	
}


.CellCentre{
	padding-left:10px;
	margin-left:5px;
	margin-right:5px;
	float: left;
	display: inline-block;
	width: 52%;
	max-width: 52%;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
}

.CellCentre img {	
	width: 100%;
	
	
}

.CellCentre span{
	padding-right: 0;
	margin:0px;
	float:right;
	
}

.CellDroite {
	padding-right:0px;
	margin-right:0px;
	float:right;
	display: inline-block;
	width:24%;
	max-width:20%;
	text-align:right;

}
.CellDroite img {
	padding-right:0px;
	margin-right:0px;
	float:right;
	border: 2px solid #152A11;

}



.photo {
	
	border-left: 20px solid #6ab42e;
	height:auto;

}

#bouton-vert a {
	
	display:block;
    width : 222px;
    height : 45px;
    text-align : center;
	line-height:45px;
    text-decoration : none;
	color: #ffffff!important;
	font-size: 13px;
	background-image: url(../images/scierie/bouton.png);
	background-repeat:no-repeat;
	valign : middle;
}


/*---------------------------------------------*/
/*----------------CONTENU 2----------------*/
/*---------------------------------------------*/

#Contenu-2 {
	WIDTH: 100%;
	display: block;
	height:auto;
	font-family: verdana;
	font-size: 13px;
	color: #21421B;
	background-color:#ffffff;
	overflow : hidden;
	
}

.CellGauche-2{

	float: left;
	overflow:hidden;
	width: 27%;
	max-width: 27%;
		
}


.CellGauche-2-texte{
	text-align:	justify;
	display: inline-block;
	
	
}

.CellGauche-2-texte span{
	text-align:	left;
	display: inline-block;
	color: #6ab42e;
	font-weight: bold;
	font-family: verdana;
	font-size: 15px;
}

.CellGauche-2-texte span img{
	
 vertical-align: middle;
  padding-right:8px;
}

.CellCentre-2{
	
	margin-left:5%;
	margin-right:5%;
	float: left;
	display: inline-block;
	width: 36%;
	max-width: 37%;

}

.CellCentre-2-texte{
	text-align:	justify;
	display: inline-block;
	
}

.CellCentre-2-texte span{
	text-align:left;
	display: inline-block;
	color: #6ab42e;
	font-weight: bold;
	font-family: verdana;
	font-size: 15px;
}

.CellCentre-2-texte span img{
	
 vertical-align: middle;
  padding-right:8px;
}

.CellDroite-2 {
	
	padding-right:0px;
	margin-right:0px;
	float:right;
	display: inline-block;
	width:27%;
	max-width:27%;

}

.CellDroite-2-texte{
	text-align:	justify;
	display: inline-block;
	
}

.CellDroite-2-texte span{
	text-align:left;
	display: inline-block;
	color: #6ab42e;
	font-weight: bold;
	font-family: verdana;
	font-size: 15px;
}

.CellDroite-2-texte span img{
	
 vertical-align: middle;
  padding-right:8px;
}

#Contenu-3 {
	WIDTH: 100%;
	display: block;
	height:auto;
	font-family: verdana;
	font-size: 13px;
	color:#ffffff;
	background-color:#ffffff;
	overflow : hidden;
	
}
#Contenu-3 a {
	
	vertical-align: middle;
	color: #ffffff	!important;

}


.BlocVert{
	
	WIDTH: 100%;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	padding-top:20px;
	padding-bottom:20px;
	font-size: 14px;
	overflow : hidden;
	display:block;
	background-image: url(../images/scierie/web-bande-verte.jpg);
	
}


.CellGauche-BlocVert {
	padding-left:4%;
	margin-top:auto;
	margin-bottom:auto;	
	float: left;
 	vertical-align: middle;
	width:20%;
	max-width:20%;
	height:auto;
		
	
}




.CellDroite-BlocVert{
	padding-right:30px;
	margin-left:20%;
	height:auto;

}

/*---------------------------------------------*/
/*----------------images----------------*/
/*---------------------------------------------*/



#blocImages{
	
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 0px;
	overflow: hidden;
	text-align:center;
	border: none;
	
}
.texte-blocImages{
	
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:	right;
	margin-right:11px;
	color:#333;
	margin-top: 0px;
}

/*---------------------------------------------*/
/*----------------ACTU----------------*/
/*---------------------------------------------*/

#Actu {
	
	display:block;	
	background-image:url(../images/scierie/actualite.jpg);
	/*background-size: 100%;*/
	width: 100%;
	height: 425px;
	background-repeat: no-repeat;
	background-position:left;
	background-color:#152A11;
	
}

#ActuFond{
	
	position:absolute;	
	width:450px;
	margin-left:10%;
	height: 425px;
	background-image:url(../images/scierie/fond-transparent.png);
	background-repeat:repeat-y;	
	
	
}

#ActuTexte{
	
	width:430px;
	font-weight:normal;
	color:#FFFFFF;
	font-family: Verdana;
	font-size: 13px;
	padding:10px;
	overflow:hidden;
	

}

/*---------------------------------------------*/
/*----------------over footer----------------*/
/*---------------------------------------------*/

#over-footer {
	
	padding: 0px;
	background-color:#ffffff;
	color: #152A11;
	height: auto;
	clear:both;
	vertical-align: middle;
	
	
}
#pefc {
	margin-left:10%;
	margin-right:10%;
	padding-top: 20px;
	padding-bottom:20px;
	position:relative;
}

.fond-vert {
	background-color: #8CD054;
}

/*---------------------------------------------*/
/*----------------Footer----------------*/
/*---------------------------------------------*/

#footer {

	background-color: #152A11;
	margin: 0px;
	padding-top:0px;
	color: #FFF;
	height: auto;
	width: 100%;
	clear:both;
	padding-bottom:15px;
}

.inter-footer {
	width: 80%;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana;
	font-size: 13px;
	overflow: hidden;
	color: #DCD6D7;
}

#inter-footer-2 {
	width: 80%;
	padding-top:15px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana;
	font-size: 13px;
	overflow:hidden;
	color: #C5C6C6;
}

.colonne-gauche-footer {
	float: left;
	width: 294px;
	max-width: 33%;
}

.colonne-centre-footer {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
}
.colonne-droite-footer {
	float: right;
	width: 294px;
	max-width: 33%;
}

.map{
	
	text-align:center;
	
}

.map img {
  vertical-align: middle;
  padding-right:8px;
}






/*---------------------------------------------*/
/*----------------under footer----------------*/
/*---------------------------------------------*/

#under-footer {
	width: 100%;
	background-color: #1E3E18;
	color: #C5C6C6;
	font-size: 11px;
	height: 40px;
	clear: both;
	margin: 0px;
	overflow:hidden;

}

#inter-under-footer {
	width: 80%;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	padding-bottom:10px;
}
