/* Eléments principaux de la page */

footer h1, nav a
{
    font-family: Calibri, serif;
    font-weight: bold;
	font-size: 50px ;
}

section h1
{
    font-family: Calibri;
    font-weight:underline;
    font-size: 35px;
    text-align:center;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid grey;
    border-top: 1px solid grey;
}

section h2
{
    font-family: Calibri;
    font-weight:lighter;
    font-size: 30px;
    text-align:center;
}


#sel table
{
	padding-top: 10px;
	margin-left: 10%;
	margin-right: 10%;
	
}

#intro2
{
	margin-left: 10%;
	margin-right: 10%;
}

.rouge
{
    color:red;
}

#sel p
{
    text-align:center;
    font-family: Calibri;
}

#barrerouge
{
    display: block;
    margin: 0 auto;
    
}

html,body
{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial;
    color: #181818;
	width: 100%;
	height:100%;
}

#banniere
{
    padding-top: 10px;
}

#image_travaux
{
	padding-left: 70px;
}

#image_sertec
{
	padding-left: 50px;
	border:none;
}
.screen
 {
	/*position: relative;
	top: 0;
	right: 2.5px;
	margin: 0 auto;
	width: 1003px;
	display: block;
	*/
	min-height: 100% ;
	position: relative;
	top:0;
	width: 1003px;
	margin: 0 auto;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.screen {
		
    min-height: 100% ;
	position: relative;
	right: 1px;
	top:0;
	width: 1003px;
	margin: 0 auto;
		
	}
}
	


/* Onglet */

.header							
{ 
	position:fixed ;
    top: 0;
	border-bottom: 2px solid red; 
	background-color: white;
	-moz-box-shadow: 0 1px 1px #9c9c9c;
	-webkit-box-shadow: 0 2px 1px #9c9c9c;
	box-shadow: 0 1px 1px #9c9c9c;
	z-index: 90;
    width: 1003px;
}

 /*ONGLET site */
#menu
{
		
		width: 100%;
        margin: 10px 0 0 0;
        padding: 0 0 1px 0;
        list-style: none;
        background: #979FA2;
		border-radius: 10px 10px 0 0;
}

#menu li
{
		text-align: center;
		float: left;
        padding: 0 0 10px 0;
        position: relative;
}

#menu a
{
		float: left;
        height: 15px;
        padding: 0 35px ;
        color: white;
        text-transform: uppercase;
        font: bold 15px/27px Calibri, Helvetica;
        text-decoration: none;
		-webkit-transition: color .2s ease-in;
		-moz-transition: color .6s ease-in;
		-o-transition: color .6s ease-in;
		transition: color .2s ease-in;
}

#menu li:hover > a
{
	color: red;
}

#menu li:hover > ul{ /* boites */
        display: block;
		
}

#menu ul{ /*boites */
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 23px;
    left: 30px;
    z-index: 1;
    background: #979FA2;
    background: -moz-linear-gradient(#979FA2, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    background: -webkit-linear-gradient(#979FA2, #111);
    background: -o-linear-gradient(#979FA2, #111);
    background: -ms-linear-gradient(#979FA2, #111);
    background: linear-gradient(#979FA2, #111);
    -moz-border-radius: 5px;
    border-radius:0 0 5px 5px ;
}

#menu ul li{ /* sub */
    float: none;
    margin: 0;
    padding: 5px;
    display: block;
    -moz-box-shadow: 0 1px 0 black, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 black, 0 2px 0 #777777;
    box-shadow: 0 1px 0 black, 0 2px 0 #777777;
}

#menu ul li:last-child{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#menu ul a:hover{ /*Sub background */
}

#menu ul li:first-child a{
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 10px 5px 0 0;
    border-radius: 10px 5px 0 0;
}

#menu ul li:last-child a{
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Rétablissement du flottement */
#menu:after{
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
}

#menu ul a{
	text-align: center ;
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

section
{

	margin:0 auto 0;
	position:relative;
	top: 160px;
	min-height: 418px;
	padding-top: 70px;
	
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
	section {
	margin:0 auto 0;
	position:relative;
	min-height: 465px;
	padding-top: 70px;
	
	}
}

article 
{
	font-family: Calibri;
	position: relative;
	
}

#accueil
{
}

.intro
{
	font-family: Calibri;
	font-size: 120%;
	font-weight: bold;
	color: grey;
	text-align: center;
	padding-top: 20px;
	
}

#references
{
padding-top: 10px;
}

#references p
{
	text-align: center;
	font-family: Arial;
	font-size: 80%;
	padding:0 auto;


}


#references table
{
	border-collapse: collapse;
	display:block;
	margin:0 auto;
	border-radius: 10px;
}

#references #id
{
	font-family: Calibri;
	font-weight: bold;
	margin-top: 20px;
	padding-right:40px;
}

#contenu
{
	max-width: 80%;
	display: block;
	margin:0 auto;
}

#id a{
    padding:3px 10px;
    color:grey;
    text-decoration:none;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
	border:1px solid white;
}
#id a:hover {
    color:red;
	border-radius:10px;
	border-top:1px solid grey;
	border-bottom:1px solid grey;
}

#dot 
{
	height:10px;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;

}

.france :
{
	padding-top: 0;
	margin:0 auto;
	margin:0 auto;
}



HR {
  height: 1px;
  color: #999;
  background-color: #999;
  border: 0px solid #999;
  padding: 0; 
  margin: 10px 0;
  min-width: 140px;
}


#chantiers {

display:block;
padding-top: 10px;
padding-bottom: 50px;


}

#tablechantiers img
{
	height:170px;
	margin:2px 20px;
	border-radius:10px;
	cursor:pointer;


}

#chantiers table {
	
	min-width:70%;
	margin:0 auto;
	border-collapse: collapse;


}

#chantiers table td {

}

#chantiers p{

	padding-top: 0;
	margin-top: 0;
	font-size: 80%;
	font-family: Arial, serif;
}

#chantiers #txt {
	text-align: left;
	vertical-align: top;
}

#chantiers #espace {
	text-align: left;
	vertical-align: top; 
	color:white;
}

#none 
{ display:none
}

footer 
{
    height:212px;
    position:relative;
	top:170px;
	bottom:0;
	width: 100%;
	background:
	url('ressources/cercle3.png');
	background-repeat: no-repeat;
	background-position:bottom;
	max-width: 1003px;
	
}

#cercle 
{
    position: absolute;
    bottom: 0;
    display:block;
    z-index:1;
    
}

#apselcfse 
{
    height: 80px;
    float: left;
    padding-right: 30px;
	
    
}

.slogan
{
    text-align:center;
    color: white;
    font-size: 26px;
    font-family:Arial;
    
}
    
#qualibat
{
    height:80px;
}

.adresse 
{
    margin:0 0 20p;
	font-weight: bold;
}

.low
{
	color:#2c2c2c;
}
.contact2{
    
    font-size: 75%;
    margin-bottom:0;
	font-weight: bold;
	
    }
#coordonnees 
{
    position:absolute;
    bottom:0;
    z-index:2;
    margin: 0 auto;
    text-align:left;
    padding-left: 90px;
    
}


/*Craftyslide CSS Styles

*/

#slideshow {
	margin: auto;
	padding:0;
	position:relative;
	border:15px solid #fff;
	-webkit-box-shadow:0 3px 5px #999;
	-moz-box-shadow:0 3px 5px #999;
	box-shadow:0 3px 5px #999;
}

#slideshow ul {
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0;
}

#slideshow ul li {
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	list-style:none;
}

#pagination {
	clear:both;
	width:75px;
	margin:25px auto 0;
	padding:0;
}

#pagination li {
	list-style:none;
	float:left;
	margin:0 2px;
}

#pagination li a {
	display:block;
	width:10px;
	height:10px;
	text-indent:-10000px;
	background:url(jquery/images/pagination.png);
}

#pagination li a.active {
	background-position:0 10px;
}

.caption {
	width:100%;
	margin:0;
	padding:10px;
	position:absolute;
	left:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:lighter;
	color:#fff;
	border-top:1px solid #000;
	background:rgba(0,0,0,0.6);
}

#gouttes {
	display: block;
    margin: 0 auto;
	width: 80%;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:2px solid grey;
	
}

/*diapo 
 
#wrap{
    width:100%;
	padding: 0 auto ;
	margin-top:30px;
}


.article{
    margin-top: 50px;
    padding:40px 0 0;
    border-bottom:2px double red;
    border-top: 2px double red;
    height: 270px;
    background:#FFF;
	max-width: 100% ;
	min-width: 100%;
}

 
.article p{
    text-align: center;
    font-family:'Heiti SC Light' , 'Helvetica Neue Light' , 'Segoe UI', Arial, Helvetica;
    font-size:14px;
	font-weight: bold;
    line-height:30px;
    color:#525252;
}
.illustration_article{
	display: block;
	margin:0 auto;
    border-radius: 10px;
        
}

.article img
{
    height: 220px;
}

.travaux
{
    font-size: 70%;
}
.nom
{
    text-transform: uppercase;
    padding: 10px;
    text-decoration: underline;
    font-family: 'Heiti SC Light';
}

.tableau
{
    height: 200px;
    border-top:1px solid black;
    border-bottom:1px solid black;
	width: 1003px;
    
}

.case
{
    border-radius: 5px;
	border: 1px solid black;
	background-color:#979FA2;
}

.detail_article{
    display:inline-block;
    margin-top:2px;
    font-size:14px;
    color:red;
}
 
.article:first-child {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    z-index:6;
    position: absolute;
    top: 0px;
    left: 0px;
 
    -webkit-animation: defiler1 30s linear infinite;
    -moz-animation: defiler1 30s linear infinite;
    -ms-animation: defiler1 30s linear infinite;
	-o-animation: defiler1 30s linear infinite;
    animation: defiler1 30s linear infinite;
}
 
.article:nth-child(2) {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    z-index:5;
    position: absolute;
    top: 0px;
    left: 0px;
 
    -webkit-animation: defiler2 30s linear infinite;
    -moz-animation: defiler2 30s linear infinite;
    -ms-animation: defiler2 30s linear infinite;
    -o-animation: defiler2 30s linear infinite;
    animation: defiler2 30s linear infinite;
}
 
.article:nth-child(3) {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    z-index:4;
    position: absolute;
    top: 0px;
    left: 0px;
 
    -webkit-animation: defiler3 30s linear infinite;
    -moz-animation: defiler3 30s linear infinite;
    -ms-animation: defiler3 30s linear infinite;
    -o-animation: defiler3 30s linear infinite;
    animation: defiler3 30s linear infinite;
}

.article:nth-child(4) {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    z-index:3;
    position: absolute;
    top: 0px;
    left: 0px;
	min-width: 100%;
 
    -webkit-animation: defiler4 30s linear infinite;
    -moz-animation: defiler4 30s linear infinite;
    -ms-animation: defiler4 30s linear infinite;
    -o-animation: defiler4 30s linear infinite;
    animation: defiler4 30s linear infinite;
}

.article:nth-child(5) {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 1;
    z-index:2;
    position: absolute;
    top: 0px;
    left: 0px;
	min-width: 100%;
 
    -webkit-animation: defiler5 30s linear infinite;
    -moz-animation: defiler5 30s linear infinite;
    -ms-animation: defiler5 30s linear infinite;
    -o-animation: defiler5 30s linear infinite;
    animation: defiler5 30s linear infinite;
}

.article:last-child {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    z-index:1;
    position: absolute;
    top: 0px;
    left: 0px;
	min-width: 100%;
 
    -webkit-animation: defiler6 30s linear infinite;
    -moz-animation: defiler6 30s linear infinite;
    -ms-animation: defiler6 30s linear infinite;
    -o-animation: defiler6 30s linear infinite;
    animation: defiler6 30s linear infinite;
}
 
/* ==================== Les codes des animations AVEC les préfixes ===================== */
/* ================== Obligatoire pour s'adapter à tous les navigateurs =================== */