body, div, span, h1, h2, h3, h4, h5, h6, p, a, address, code, em, font, img, strong,dl, dt, dd, ol,ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
a{border:none;}
a img{border:none;}
*{outline:none;}
a{text-decoration:none;}
input{border:0;}
ol,ul{list-style-image:none;list-style-type:none;}
.clear{clear:both;float:none;}
.left{float:left;}
.right{float:right;}
.vert{color:#035f37;}
.seo{color:#035f37;font-weight:300;}
.noir{color:#000;}
.seov2{color:#035f37;font-weight:900;}
.bleu{color:#093f7f;}

body{
    width:100%;
    line-height:1;
    font-size:100%;
    font-family:'Oswald',arial,verdana,sans-serif;
    color:#000;
    font-size:12px;
    background:#d1d1d1 url(../images/bg.png) repeat-y center top;
    position:relative;
    overflow-x:hidden;
}
header{
    width:100%;
    height:214px;
    position: relative;
    background: url(../images/bg_header.png) repeat-x left bottom;
}
#header{
    width:960px;
    position: relative;
    margin:0 auto;
    height:214px;
}
#logo{
    display: block;
    position: absolute;
    left:0;
    top:28px;
}
#nav_logo{
    position: absolute;
    width:300px;
    display: inline-block;
    top:115px;
    left: 0;
    padding:0 20px;
    text-align: center;
}
#nav_logo ul{
    display: inline-block;
}
#nav_logo li{
    float:left;
    display: inline-block;
    text-align: center;
}
#nav_logo li a{
    color:#535353;
    text-transform: uppercase;
    font-size:12px;
    font-weight:300;
    height:12px;
    border-left:1px solid #035f37;
    padding:0 5px;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    display: inline-block;
    line-height: 12px;
}
#nav_logo li a.first{
    padding-left:0;
    border-left:none;
}
#nav_logo li a.first2{
    padding-left:0px;
    border-left:none;
    margin-left:0;

}
#nav_logo li a:hover{
    color:#035f37;
}
/*+++++++++++++NAVIGATION+MENU+++++++++++++++++++++*/

#nav{
    width:960px;
    height:48px;
    position: absolute;
    bottom:0;
    left:0;
}
#nav li{
    float:left;
}
#nav li a{
    display: inline-block;
    color:#fff;
    font-size:14px;
    line-height: 48px;
    letter-spacing: 1px;
    padding:0 6px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    font-weight: 300;
}
#nav li a:hover,#nav li.active a{
    background: #035f37;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++*/
#contact_header{
    position: absolute;
    top:28px;
    right:0;
}
#contact_header h3{
    color:#535353;
    font-size:14px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom:7px;
}
#rappel_header{
    background: url(../images/phone.png) no-repeat 5px center;
    padding-left:30px;
    min-height:30px;
    float:left;
    cursor: pointer;
    padding:5px 5px 5px 35px;
}
#rappel_header:hover{
    background: #d1d1d1 url(../images/phone.png) no-repeat 5px center;
}
#rappel_header h4{
    color:#093f7f;
    font-weight:bold;
    text-transform: uppercase;
    font-size:14px;
    margin-bottom:3px;
}
#rappel_header p{
    color:#626262;
    font-weight:300;
    font-size:14px;
}
#tel_header{
    background: url(../images/tel.png) no-repeat left top;
    padding-left:30px;
    min-height:30px;
    float:left;
    margin:5px 0 0 15px;
}
.tel_header{
    font-size:24px;
    font-weight:bold;
    letter-spacing: 1px;
    color:#093f7f;
    margin-bottom:8px;
}
#rappel{
    width:320px;
    height:140px;
    background: #093f7f;
    position: absolute;
    top: -240px;
    right: 0;
    text-align: center;
    display: none;
    -moz-box-shadow: 4px 4px 10px rgba(0,0,0,0.5); 
    -webkit-box-shadow: 4px 4px 10px rgba(0,0,0,0.5); 
    box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
     -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
#tel_rappel{
    height:40px;
    width:195px;
    margin:20px 0;
    color: #535353;
    font-size:14px;
    padding:0 10px 0 35px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 300;
    font-family:'Oswald',arial,verdana,sans-serif;
    background: #fff url(../images/tel.png) no-repeat 5px center;
}
#tel_rappel:focus,#tel_rappel:hover{
    background: #d1d1d1 url(../images/tel.png) no-repeat 5px center;
}
#submit_rappel{
    height:40px;
    width:240px;
    background: #035f37;
    font-size:14px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 300;
    font-family:'Oswald',arial,verdana,sans-serif;
    color:#fff;
    cursor: pointer;
}
#submit_rappel:hover{
    background: #ff6600;
}
/*+++++MESSAGE+++++*/
#message_contact{
    padding:20px;
    background: #035f37;
    text-align: center;
    display: none;
     -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    color:#fff;
    width:400px;
    -moz-box-shadow: 4px 4px 10px rgba(0,0,0,0.5); 
    -webkit-box-shadow: 4px 4px 10px rgba(0,0,0,0.5); 
    box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
    position: absolute;
    z-index: 1000;
    
}
#message_contact p{
    line-height: 46px;
    font-size:20px;
    font-weight:100;
    color:#fff;
}
/*+++++MESSAGE+++++*/

/*++++++++++++++BOUTON+++++++++++++*/
a.bouton{
    height:40px;
    padding:0 20px;
    background: #035f37;
    line-height: 40px;
    color:#fff;
    font-weight:bold;
    font-size:16px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
a.bouton:hover{
    background: #093f7f; 
}
.position{
    position: absolute;
    bottom:10px;
    left:0;
}
.position2{
    float:right;
    margin-top:10px;
}
/*+++++++++++++++++++++++++++++++++*/

/*++++++++++++++CONTENT++++++++++++++++++++++++*/
#contenu{
    width:960px;
    min-height: 100px;
    margin:0 auto;
    position: relative;
}
#presentation_accueil{
    margin:10px 0 20px 0;
}
#presentation_accueil h2{
    font-weight: bold;
    font-size:24px;
    color:#093f7f;
    letter-spacing: 1px;
    margin-bottom:4px;
}
#presentation_accueil h1{
    font-weight: 300;
    font-size:15px;
    color:#535353;
    letter-spacing: 1px;
    margin-bottom:10px;
}
#presentation_accueil p{
    font-weight: 300;
    font-size:15px;
    color:#000;
    margin-bottom:10px;
    line-height: 24px;
}
#services_accueil{
    
}
.col_accueil{
    width:310px;
    height:300px;
    margin-bottom:15px;
    float:left;
    position: relative;
}
.colc{
    margin-left:15px;
    margin-right:15px;
}
#services_accueil .col_accueil h3 a{
    font-weight:bold;
    font-size:18px;
    color:#035f37;
    height:30px;
    display: block;
    transition: all 0.5s ease 0s;
    text-transform: uppercase;
}
#services_accueil .col_accueil h3 a:hover{
    color:#093f7f;

}
.col_accueil_desc{
    height:100px;
    padding:10px 0;
    overflow: hidden;
}
.col_accueil_desc p{
    text-align: justify;
    color:#000;
    font-weight:300;
    font-size:15px;
    line-height: 24px;
}
.col_accueil_desc p a{
    color:#035f37;
}
.col_accueil_desc p a:hover{
    text-decoration: underline;
}
#certifications{
    width:960px;
    text-align: center;
    margin:20px 0 30px 0;
}
#cert_logo{
    display: inline-block;
    margin-bottom:15px;
}
#cert_logo a{
    display: inline-block;
    float: left;
    margin-right:10px;
}
#agree h3{
    color:#000;
    font-size:14px;
    font-weight: 300;
    line-height: 24px;
}
#agree h3 a{
    color:#535353;
    font-size:14px;
    font-weight: 300;
    transition: all 0.5s ease 0s;
}
#agree h3 a:hover{
    color:#035f37;
}
#interventions{
    text-align: center;
}
#interventions h2{
    color:#535353;
    font-size:14px;
    font-weight: 300;
    line-height: 20px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++*/


/*+++++++++++++++++++++++++FOOTER++++++++++++++++++++++++++++*/
footer{
    width:100%;
    height:150px;
    background: #093f7f;
    margin:33px 0;
}
#footer{
    width:960px;
    margin:0 auto;
    height:150px;
    position: relative;
}
footer .col_footer{
    width:320px;
    height: 140px;
    padding-top:10px;
    float:left;
}
footer h4{
    color:#fff;
    font-weight:bold;
    font-size:14px;
    margin-bottom:10px;
    text-transform: uppercase;
}
footer ul{
    width:100px;
    float:left;
}
footer ul li a,footer p,.mail_footer{
    color:#fff;
    font-weight:300;
    font-size:14px;
    line-height: 20px;
    display: inline-block;
}
footer p{
    display: block;
}
.mail_footer{
    padding-left:20px;
    background: url(../images/mail.png) no-repeat left 7px;
}
footer a:hover{
    text-decoration: underline;
}
#mention{
    width:960px;
    height:33px;
    text-align: center;
    line-height: 33px;
    position: absolute;
    bottom:-33px;
    left:0;
    color:#313131;
    font-size:14px;
    font-weight:300;
}
#mention a{
    color:#313131;
}
#mention a:hover{
    color:#035f37;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/