
h2{
	color:#990000;
	margin: 0 0 20px 0;
}
.clear {
	clear: both;
}
/*
#content {
	width: 1000px;
}
*/
#form_contact .selectdivbloc,div#form_contact form#contact input#votremail
{
width:335px;
display:inline-block;
}

#form_contact .selectdiv::after
{
top:-2px;
}

#form_contact tr td{
text-align:left;
}

#form_contact h3{
width:auto;
}

#form_contact input[type="text"]{
margin:0;
}

#form_contact input, #form_contact textarea{
color:#3b3b3b;
font: 300 0.8em arial, serif;
}

#form_contact textarea#message
{
width: 100%;
height: 300px;
}

#tab1 div{
display:inline-block;
vertical-align:top;
margin:6px;
width:25%;
}


#contenu {
	width: 960px;
	margin: 0 auto;
	background: #F7E9D5;
	padding: 20px;
	clear: both;
    box-shadow: -1px 3px 9px #414141;
    -moz-box-shadow: -1px 3px 9px #414141;
    -webkit-box-shadow: -1px 3px 9px #414141;
    -o-box-shadow: -1px 3px 9px #414141;
    border-bottom: none;
        
}
#form_contact {
	overflow: hidden;
	margin: 0;
	padding: 10px 10px 25px 10px;
    background-color: #fad6be;
    border: 1px solid #990000;
    padding: 5px;
    font: normal 1em arial, serif;
    color: #3b3b3b;
    text-align: left;
    display: inline-block;
	width:80%;
}
#form_contact input {
padding-left: 5px;
}
#contact {
        overflow: hidden;
}
#contact table {
        margin: 0;
        width: 100%;
        border:none;
}
form#contact p{
        font-weight: bold;
        font-size: 13px;
        padding: 0 0 0 10px;
}

.h1contact
{
display:block;
margin:15px 0 10px 10px;
}

#form_gauche {
    float:left; width:50%; margin: 20px 2% 0 10px;
}
#form_droite {
    width:44%; float:left; margin: 20px 2% 0 0;
}
div#link_captcha {

    display: inline-block;

}
/* ----- FORMULAIRES LABEL - INPUT - SELECT ----- */
#form_contact label {
    float: left;
    line-height: 26px;
    width: 31%;
}
label#message_label {
    width: 100%;
    text-align: left;
	margin: -6px 0 0 0;
}
/*#form_contact textarea,
#form_contact select {
	font-family: 'helvetica neue',helvetica, arial,sans-serif;
	font-size: 16px;
}
/*#form_contact textarea,
#form_contact select {
	-webkit-appearance:none;

	padding: 0.5em;
	line-height: 1.2em;
	width: 98%;

	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
	background: #FBFBFB;

	-webkit-appearance: none;
	-webkit-box-shadow: 1px 1px 1px #fff;
	-webkit-border-radius: 0.4em;

	border: 1px solid #D0D0D0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	color: #2a2a2a;
}*/
/*
#form_contact input {
    width: 290px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #9B9B9B;
    height: 25px;
    float: right;
    padding: 2px 7px!important;
}
*//*
#form_contact select:focus,
#form_contact textarea:focus {
	background: #fff;
	border: 1px solid #cacaca;
	-webkit-box-shadow: 0 0 1px 1px #eee;
	box-shadow: 0 0 1px 1px #eee;
	-moz-box-shadow: 0 0 1px 1px #eee;	
}*/
/*#form_contact select {
	width: 306px;
    height: 30px;
	padding: 0.5em;
	border: 1px solid #D0D0D0;
	background: url('../img/select.png') no-repeat right center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fbfbfb), to(#ededed));
	background: -moz-linear-gradient(19% 75% 90deg,#ededed, #fbfbfb);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	color: #444;
    float: right;
}
#form_contact select:focus {
	background: #fff url('../img/select.png') no-repeat right center;
}*/
label#label_captcha_code {
    text-align: left;
	line-height: 16px;
}

#form_contact textarea {
	height: 125px;
	margin: 0 0 5px 0;
}
::-webkit-input-placeholder {
	color: #444;
}
:-moz-placeholder {  
	color: #444;
}
#message_label{
    float: left; margin: 26px 0 10px 0;line-height: 12px;
}
/* ----- /FORMULAIRES LABEL - INPUT - SELECT ----- */
/*        .entry form {
                margin: 20px 0 0 0;
}*/
/*input.envoi {
        width: 166px;
        height: 25px;
        border: 1px solid #a4a4a4;
        background: #f2f2f2; 
        background: -moz-linear-gradient(top, #f2f2f2 0%, #e4e2e3 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e4e2e3)); 
        background: -webkit-linear-gradient(top, #f2f2f2 0%,#e4e2e3 100%);
        background: -o-linear-gradient(top, #f2f2f2 0%,#e4e2e3 100%); 
        background: -ms-linear-gradient(top, #f2f2f2 0%,#e4e2e3 100%); 
        background: linear-gradient(to bottom, #f2f2f2 0%,#e4e2e3 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e4e2e3',GradientType=0 ); 
        margin: 20px 0 0 0; 
}
input.envoi:hover {
        cursor: pointer;
        background: #f2f2f2;
}*/



.asterix {
        color: #FF0000;
}
.formatEmail{
        color: #990000;
        /*visibility:hidden;*/
}
a.lien2:link, a.lien2:focus, a.lien2:visited{
    color: #990000;
    text-decoration: underline;
}
a.lien2:hover, a.lien2:active{
    color: #2A2A2A;
}
div#alert_message {
    border: 1px solid #b03834;
    padding: 7px;
    color: white;
    font-weight: bold;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    margin: 20px 0 0 30px;
    text-shadow: 1px 1px 1px #2A2A2A;
    filter: dropshadow(color=#2a2a2a, offx=1, offy=1);
    -webkit-box-shadow: inset 0px 1px 1px 0px #e55764;
    box-shadow: inset 0px 1px 1px 0px #e55764;
    width: 80%;
}
.alert-success{
    clear:both;
    padding:8px 35px 8px 14px;
    margin: 20px 0 0 0;
    text-shadow:0 1px 0 rgba(255,255,255,0.5);
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    line-height:20px;
    color:#468847;
    background-color:#dff0d8;
    border:1px solid #d6e9c6;
}
#alert-error{
    clear:both;
    padding:8px 35px 8px 14px;
    margin:20px 0;
    text-shadow:0 1px 0 rgba(255,255,255,0.5);
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    line-height:20px;   
    color:#b94a48;
    background-color:#f2dede;
    border:1px solid #eed3d7;
}
div#contenu .form_erreur{
    background: #ffc8c8;
    border: 1px solid #e95d5d
}
ul.tabs {
   float: none;
   margin: 0;
   font-family: Arial, Georgia, serif;
}
.tab_container  {
    float: none;
    margin: 0;
	width: 960px;
	padding:10px;
}


.tab_container p
{
display:block;
}

.tab_content {
    overflow: hidden;
}

/*-------------------------------------------------------------- */
/* ONGLETS CONTACT
-------------------------------------------------------------- */
ul.tabs {
    padding: 0;
    float: left;
    list-style: none;
    height: 32px; /*--Set height of tabs--*/
    border-bottom: 1px solid #990000;
    border-left: 1px solid #990000;
    width: 80%;
    margin: 5px 0 0 5px;
}
ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    height: 31px; /*--Subtract 1px from the height of the unordered list--*/
    line-height: 31px; /*--Vertically aligns the text within the tab--*/
    border-left: none;
    margin-bottom: -1px; /*--Pull the list item down 1px--*/
    overflow: hidden;
    position: relative;
    background: #FFF1E5; 
}
ul.tabs li a {
    text-decoration: none;
    /*color: #990000;*/
    display: block;
    font-size: 14px;
    padding: 0 9px;
    border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-right: 1px solid #990000;
    outline: none;
}
ul.tabs li a:hover {
    background: #990000;
color:#fff;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
    background: #990000;
    border-bottom: 1px solid #990000; /*--Makes the active tab look like it's connected with its content--*/
}
.active a{
    background: #990000;
    border-bottom: 1px solid #990000;
	color:#fff;
}
.tab_container {
    border: 1px solid #990000;
    border-top: none;
    overflow: hidden;
    clear: both;
    float: left;
    width: 80%;
    background: #fad6be;
    margin: 0 0 0 5px;
    min-height: 430px;
	font-family: Arial, Georgia, serif;
}
.tab_content {
    padding: 12px;
    font-size: 14px;
    width: 100%;
    line-height: 19px;
	font-size: 13px;
	line-height: 15px;
}
span.bold {
    font-weight: bold;
    padding: 0;
    color: #990000;
}

div.coldroite {
    float: left;
    width: 240px;
   /* margin: 0 0 0 20px;*/
}


.personne{
	font-weight: bold;
}
.personne a.env{
    background: url("../img/picto_mail_hover.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    display: inline-block;
    width: 15px;
    height: 12px;
    line-height: 12px;
}
.personne a.env:hover{
    background: url("../img/picto_mail.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	text-decoration: none;
}
#tab1 .personne{
	font-weight: normal;
}
.tel{
	font-size:12px;
	font-weight:normal;
}
.secteur{
	font-style:italic;
	font-weight:normal;
}
.tab_container p{
	margin:0 0 5px 0px;
}
.tab_container h3 {
	font-size:16px;
    margin: 10px 0 5px;
	color:#990000;
	width:auto;

}

/* ------------- POPIN ---------------- */
#sv_classe_popin_fermer{
    display: block;
    float: right;
    font-size: 20px;
    height: 30px;
    text-align: center!important;
    line-height: 26px;
    width: 30px;
    cursor: pointer;
}
#sv_classe_popin_masque_bg {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=75);
    position: fixed;
    z-index: 100;
    cursor: pointer;
    opacity: 0.75;
    background-color: rgb(0, 0, 0);
}
#sv_classe_popin_email_titre{
    color: #990000;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px;
    width: 558px;
}
.sv_imgloadeur {
	float: left;
	padding-top: 22px;
	padding-right: 5px;
	padding-left: 125px;
	visibility: hidden;
}
.sv_classe_alert_success{
    clear:both!important;
    padding:8px 35px 8px 14px!important;
    margin: 20px 0!important;
    text-shadow:0 1px 0 rgba(255,255,255,0.5)!important;
    -webkit-border-radius:4px!important;
    -moz-border-radius:4px!important;
    border-radius:4px!important;
    line-height:20px!important;
    color:#468847!important;
    background-color:#dff0d8!important;
    border:1px solid #d6e9c6!important;
}
.sv_classe_alert_error{
    clear:both;
    padding:8px 35px 8px 14px;
    margin:20px 0;
    text-shadow:0 1px 0 rgba(255,255,255,0.5);
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    line-height:20px;   
    color:#b94a48;
    background-color:#f2dede;
    border:1px solid #eed3d7;
	text-align:center;
}
#sv_classe_popin_button_email{
	height: 720px;
    width: 600px;
    padding: 20px;
    background: #FFF1E5;
    border: 1px solid #B5B5B5;
    z-index: 99000;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow:  0px 5px 10px 0px #2a2a2a;
    box-shadow:  0px 5px 10px 0px #2a2a2a;
    margin-top: -395px;
    margin-left: -320px;
}
form#sv_envoi textarea, form#sv_envoi input{
background:#FFF1E5;
border:1px solid #990000;
}

form#sv_envoi input.sv_bouton_rouge {
    background: #990000;
    color: #fff;
    border: 1px solid #a20000;
    padding: 10px 50px;
    margin: 20px 0 0 0;
    font-weight: bold;
    float: left;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
	width: 200px;
	line-height: 12px;
}


form#sv_envoi input.sv_bouton_rouge:hover {
    background: #e20f0f;
}
form#sv_envoi input.sv_bouton_gris {
    background: #e4e4e4;
    color: #2a2a2a;
    border: 1px solid #c7c7c7;
    padding: 10px 50px;
    margin: 20px 20px 0 0;
    font-weight: bold;
    float: right;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
	width: 200px;
	line-height: 12px;
}
form#sv_envoi input.sv_bouton_gris:hover {
    background: #edecec;
}
form#sv_envoi {
    overflow: hidden;
		height: 720px;
}
form#sv_envoi .lien{
    background: url("../img/refresh.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 5px 0 15px 20px;
    padding: 0 0 0 30px;
	color: #414141;
}

div#form_contact .bouton-offre.envoi
{
width:100%;
}

form#sv_envoi label {
    float: left;
    clear: both;
    line-height: 26px;
    text-align: right;
    width: 17%;
    margin: 0 0 15px 0;
    font-size: 14px;
}
form#sv_envoi input {
   line-height: 16px;
   margin: 0 0 15px 0;
    float: right;
    height: 25px;
    padding: 5px 7px !important;
    width: 76%;
}
form#sv_envoi i {
    float: right;
    margin: 0 0 15px 0;
}
form#sv_envoi textarea {
    padding: 7px 7px !important;
    height: 150px;
    width: 76%;
    float: right;
	margin-bottom:15px;
}
form#sv_envoi input#reset, form#sv_envoi input#valider {
    width: 35%;
    float: right;
}

/* -------------------------- RESPONSIVE --------------------------*/
/*TABLETTE*/

@media screen and (max-width: 980px) and (min-height: 650px) {
	#form_contact{
	width:100%;
	}
    #nav_rub, #nav_services, .tabs, .tab_container,h1.page-title.h1contact {
        display: none;
    }
    div#contenu p:nth-child(n+2) {
        display: none;
    }
   /* #global_header {
        padding: 0 0 0 2%;
        width: 98%!important;
    }*/
    div#toolbar div:nth-last-of-type(1) {
        width: 100%!important;
    }
    #content {
        width: 100%;
    }
    #content tr td {
        padding: 6px 0!important;
    }
    #contenu {
        width: 94%!important;
        padding: 2%!important;
        margin: 0 auto;
        background: #fff;
        box-shadow: none; 
    }
    #contact {
        width: 100%!important;
        font-size: 16px;
    }  
    #form_gauche {
        float:left; width:100%; margin: 20px 0 0 0;
    }
    #form_droite {
        width:100%; float:left;
    }
	/*
    input#votremail, input#captcha_code {
        width: 50%!important;
        float: right!important;
        height: 34px;
        border: 1px solid #ABADB3;
        font-size: 16px;
    }
    label#label_emaildestinataire, label#label_votremail, label#image, label#label_captcha_code {
        text-align: right;
        width: 45%;
        float: left;
        line-height: 47px;
    }
    label#message_label {
        width: 100%!important;
        line-height: 45px;
        margin: 0!important;
        text-align: left;
    }
    select#emaildestinataire{
        min-width: 200px;
        font-size: 16px;
        -webkit-appearance: none;
        height: 30px;
        padding: 2px 5px;
        border: 1px solid #ABADB3;
        background: url('../img/select.png') no-repeat right center;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        color: #2A2A2A;
width:285px;
        float: right;
        height: 40px;
    }
	

	
    #link_captcha {
        width: 52%!important;
        float: right;
    }
    #btn_send {
        font-size: 16px;
        height: 40px;
    }
    textarea {
        width: 97%!important;
    }
    #alert-error {
        text-align: center;
        width: 95%;
        padding: 2%;
    }
		.h1contact{
	display:none;
	}
	*/
}

/*MOBILE*/
@media screen and (max-width: 650px) {
	#form_contact{
	width:100%;
	}
    #nav_rub, #nav_services, .tabs, .tab_container {
        display: none;
    }
    div#contenu p:nth-child(n+2) {
        display: none;
    }
    #global_header {
        padding: 0 0 0 2%;
        width: 98%!important;
    }
    div#toolbar div:nth-last-of-type(1) {
        width: 100%!important;
    }
    #content {
        width: 100%;
    }
    #content tr td {
        padding: 6px 0!important;
    }
    #contenu {
        width: 94%!important;
        padding: 2%!important;
        margin: 0 auto;
    }
    #contact {
        width: 100%!important;
        font-size: 16px;
    }  
    #form_gauche {
        float:left; width:100%; margin: 20px 0 0 0;
    }
    #form_droite {
        width:100%; float:left;
    }
    input#votremail, input#captcha_code {
        padding: 1% 2%!important;
        float: left!important;
        height: 30px;
        font-size: 16px;
    }
    label#label_emaildestinataire, label#label_votremail, label#image, label#label_captcha_code {
        text-align: left;
        width: 95%;
        float: left;
        line-height: 30px;
    }
    label#message_label {
        width: 100%!important;
        line-height: 45px;
        margin: 0!important;
        text-align: left;
    }
    select#emaildestinataire{
        font-size: 16px;
        -webkit-appearance: none;
        padding: 0.1em 0.5em;
width:285px;
        float: left;
    }
	
		#form_contact .selectdiv::after
	{
	top:-3px;
	right:55px;
	}
	
    #link_captcha {
        width: 100%!important;
        background: none;
        float: none;
    }
    #btn_send {
        font-size: 16px;
        height: 40px;
        width: 100%;
    }
    textarea {
        width: 95%!important;
        padding: 2%;
    }
    #alert-error {
        text-align: center;
        width: 95%;
        padding: 2%;
    }
	.h1contact{
	display:none;
	}
}
/*------------------- INSCRIPT NSL SPE ---------------------*/
#nsl_spe table {
    margin: 0 auto;
    width: 60%;
	border:none;
	font-size:12px;
}
#nsl_spe td {
	padding:6px;
}
form#nsl_spe p{
	font-weight: bold;
	font-size: 13px;
	border-left: 3px solid #990000;
	padding: 0 0 0 10px;
	margin:0 0 40px 0;
}
#nsl_spe label {
    float: left;
    line-height: 20px;
    margin-right: 20px;
    text-align: right;
    /*width: 31%;*/
}
#nsl_spe input {
    border: 1px solid #9b9b9b;
    border-radius: 0px !important;
    float: left;
    height: 23px;
    padding: 2px 7px !important;
    width: 290px;
}
#nsl_spe input#btn_send {
    color: white;
    font-weight: bold;
    float: right;
    background: #990000;
    height: 30px;
    border: none;
    padding: 0px 20px;
/*    -webkit-border-radius: 5px;
    border-radius: 5px;*/
    cursor: pointer;
    width: auto;
}
#nsl_spe input#btn_send:hover {
    background: #b10000;
}
#nsl_spe .lien2{
	font-size: 10px;
}
#nsl_spe .formatEmail{
	display:block;
	text-align: center;
	clear:both;
}
div#contenu #nsl_spe .form_erreur{
	background:#f2dede !important;
}
.validation_nsl p{
	font-size: 13px;
	border-left: 3px solid #990000;
	padding: 0 0 0 10px;
	margin:0 0 40px 0;
}
.validation_nsl a{
	color:#990000;
	text-decoration: underline;
}



form#sv_envoi div#obligatoire
{
float: left;
margin-top: 10px;
}



#form_contact #sv_em_mail{
margin: 0;
}

form#sv_envoi img#captcha2
{
border: 1px solid #abadb3; margin: 10px 0 10px 40px; width:180px;
display:block;
}

#form_contact #captcha2 label{
margin: 0;line-height: 15px;font-size: 12px;
}

form#sv_envoi label.label_image
{
margin-right:40px;
}

input#sv_captcha_code2{
margin: 0;
}

#checkbox_newsletter{
width: 80%;clear: both; overflow: hidden; float: right;
}

#checkbox_newsletter input#inscription_news{
width:20px;float: left;margin:0;
}

form#sv_envoi div#checkbox_newsletter label{
margin: 0;float: left; padding-left: 6px; width: 92%;font-size: 12px;clear: none;text-align: left;
}

.tr_form{
height:53px; vertical-align:top;
}

.nom_affichage{
display: block;float: left;font-size: 14px;font-weight: bold;line-height: 24px;margin: 0 0 0 20px;color:#990000;
}

.tr_img{
height:110px;vertical-align:top;
}

#captcha{
border: 1px solid #abadb3; margin: 0;width:180px;
}

.tr_captcha{
height:32px;vertical-align:bottom;
}

#form_contact #btn_send
{
float:right;margin-right: 15px;width: 120px;
}

			#tab2  .colgauche {width:360px;}
				#tab2 .coldroite {width:350px;}
					#tab6 .colgauche {width: 290px;}
				#tab6	.coldroite {width:520px;}
				#tab6 .personne {width:250px;}
				#tab7  {width: 310px;}
				#tab7 	.coldroite {width: 250px;}
				#tab8 .colgauche {width: 310px;}
				#tab8 .coldroite {width: 270px;}
				