@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin-top: 0px;
}

/* BUREAU */
@media screen and (min-width:701px){
	
body {
	background-color: #FFFFFF;
}

header {
	position: relative;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 250px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom: 1px solid #676767;
	border-right: 1px solid #676767;
	border-left: 1px solid #676767;
	box-shadow: 3px 3px 3px 0px #999;
	background-color: #FFFFFF;
}

.LOGO2013 {
	margin-top: -244px;
	position: absolute;
	margin-left: 2%;
	float: left;
}
.diaporama_bandeau {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 275px;
	height: 146px;
	top: 25px;
}

.masque_diaporama_bandeau {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 275px;
	height: 121px;
	top: -121px;
}

.LOGO_SC {
	margin-top: -244px;
	position: relative;
	position: relative;
	margin-right: 2%;
	float: right;
}

.slogan {
	text-shadow: 0px 0px;
	font-size: 18px;
	color: #999999;
	margin-bottom: 5px;
	font-style: italic;
	margin-top: -91px;
	position: relative;
	float: right;
	margin-right: 0px;
	right: 2%;
}

.menu_H {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 5px;
	top: -40px;
	max-width: 1000px;
}

.menu_h_line {
	border-top: 3px double #A6A6A6;
	margin-left: 2%;
	margin-right: 2%;
}


.menu_h_accueil {
	margin-right: 80%;
	margin-left: 0%;
	margin-top: 5px;
	height: 25px;
	position: relative;
	border-right: 1px solid #CCCCCC;
	text-align: center;
}

.menu_h_entreprise {
	margin-right: 60%;
	margin-left: 20%;
	margin-top: -25px;
	height: 25px;
	position: relative;
	border-right: 1px solid #CCCCCC;
	text-align: center;
}

.menu_h_methode {
	margin-right: 40%;
	margin-left: 40%;
	margin-top: -25px;
	height: 25px;
	position: relative;
	border-right: 1px solid #CCCCCC;
	text-align: center;
}
.menu_h_reference {
	margin-right: 20%;
	margin-left: 60%;
	margin-top: -25px;
	height: 25px;
	position: relative;
	border-right: 1px solid #CCCCCC;
	text-align: center;
}

.menu_h_contact {
	margin-right: 0%;
	margin-left: 80%;
	margin-top: -25px;
	height: 25px;
	position: relative;
	text-align: center;
}

.text_menu_H {
	top: 5px;
	text-indent: 0px;
	position: relative;
	margin-top: 0px;
	min-width: 140px;
	max-width: 200px;
	color: #666666;
	text-decoration: none;	
}


.text_menu_H:hover {
	color: #000000;
	border-bottom: 1px solid #999999;
}

.text_menu_H:active {
	color: #000000;
	border-bottom: 1px solid #999999;
}

#corps {
	max-width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-bottom: auto;
	bottom: auto;
}

.aside {
	box-shadow: 3px 3px 3px 0px #999;
	border: 1px solid #676767;
	background-color: #FFFFFF;
	height: auto;
	border-radius: 20px;
	width: 180px;
	margin-left: 0px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}

.titre_aside {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #666666;
	font-size: 16px;
	font-weight: 900;
	text-indent: 0px;
	margin-left: 20px;
	margin-right: 20px;
}
.diaporama_aside {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 140px;
	height: 100px;
}
.masque_diaporama_aside {
	margin-top: -120px;
	margin-left: auto;
	margin-right: auto;
	width: 140px;
	height: 100px;

}

a.bouton {
	color: #666;
	font: bold 20px Arial, sans-serif;
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #aaa;
	background: #f8f8f8;
	border-radius: 6px;
	background: -moz-linear-gradient(top, #f8f8f8 40%, #cacaca 100%);
	background: -webkit-linear-gradient(top, #f8f8f8 40%, #cacaca 100%);
	background: -o-linear-gradient(top, #f8f8f8 40%, #cacaca 100%);
	background: -ms-linear-gradient(top, #f8f8f8 40%, #cacaca 100%);
	background: linear-gradient(top, #f8f8f8 40%, #cacaca 100%);
	text-shadow: 0 1px 0 #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	margin-left: 20px;
	margin-bottom: 20px;
}  

a.bouton:hover {  
    background: -moz-linear-gradient(top, #cacaca 20%, #f8f8f8 100%);  
    background: -webkit-linear-gradient(top, #cacaca 20%, #f8f8f8 100%);  
    background: -o-linear-gradient(top, #cacaca 20%, #f8f8f8 100%);  
    background: -ms-linear-gradient(top, #cacaca 20%, #f8f8f8 100%);  
    background: linear-gradient(top, #cacaca 20%, #f8f8f8 100%);  
}
  
a.bouton:active {  
    box-shadow: 0 0 5px rgba(0,0,0,0.2) inset;  
} 

.logo {
	text-align: center;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

section {
	min-width: 220px;
	max-width: 780px;
	border: 1px solid #676767;
	box-shadow: 3px 3px 3px 0px #999;
	margin-top: 20px;
	display: block;
	background-color: #FFFFFF;
	margin-left: 220px;
	height: auto;
	margin-right: 0px;
	border-radius: 20px;
	min-height: 857px;
	margin-bottom: 20px;
}

.cadre_activite_top {
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
	min-height: 50px;
	border-bottom: 1px solid #999999;
}

.cadre_activite {
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 40px;
	min-height: 50px;
	border-bottom: 1px solid #999999;
}

.cadre_activite_bottom {
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 40px;
	min-height: 50px;
	margin-bottom: 20px;
}

.cadre_texte_activite {
	margin-top: -115px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 150px;
}

.cadre_nean {
	margin-top: 0px;
	margin-left: 0px;
	width: 100px;
	height: 100px;
}

h1 {
	font-size: 20px;
	color: #8BB13D;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 20px;
}

.texte_status_site {
	margin-top: 10px;
	text-align: center;
	color: #999999;
	font-size: 20px;
	font-style: italic;
}

p {
	font-size: 14px;
	color: #000000;
	text-align: justify;
	text-indent: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
}

footer {
	min-width: 700px;
	max-width: 1000px;
	display: block;
	min-height: 60px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	clear: left;
}

.footer_line {
	border-top: 1px solid #333333;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
}

.footer_adresse {
	text-align: center;
	font-size: 14px;
	text-indent: 0px;
	color: #333333;
	padding-top: 8px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

.footer_liens {
	text-align: center;
	font-size: 12px;
	padding-top: 8px;
	text-indent: 0px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}

.lien_footer{
	color: #333333;	
	}

.lien_footer:hover {
	color: #666666;
}

aside {
	width: 160px;
	margin-left: 0px;
	position: absolute;
	margin-top: 0px;
}

.logo_qualifelec {
	margin-right: 80%;
	margin-left: 0%;
	margin-top: 0px;
	height: 100px;
	position: relative;
	text-align: center
}

.logo_sgs {
	margin-right: 60%;
	margin-left: 20%;
	margin-top: -102px;
	height: 100px;
	position: relative;
	text-align: center;
	top: 27px;
}

.logo_knx {
	margin-right: 40%;
	margin-left: 40%;
	margin-top: -101px;
	height: 100px;
	position: relative;
	text-align: center;
	top: 21px;
}


.logo_sdhager {
	margin-right: 20%;
	margin-left: 60%;
	margin-top: -101px;
	height: 100px;
	position: relative;
	text-align: center;
	top: 25px;
}

.logo_snmof {
	margin-right: 0%;
	margin-left: 80%;
	margin-top: -102px;
	height: 100px;
	position: relative;
	text-align: center;
}

}


/* SMART */
@media screen and (max-width:701px) and (min-width:460px){

body {
	margin-top: 0px;
	background-color: #FFFFFF;
}
	
header {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	min-height: 230px;
}

.noplay {
	width: 0px;
	height: 0px;
}

.LOGO2013 {
	margin-top: 22px;
	position: absolute;
	float: left;
	margin-left: 2%;
}
.diaporama_bandeau {
	width: 0px;
	height: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.masque_diaporama_bandeau {
	width: 0px;
	height: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

.LOGO_SC {
	margin-top: 22px;
	position: relative;
	position: relative;
	margin-right: 2%;
	float: right;
	width: 177px;
	height: 100px;
}

.slogan {
	font-size: 0px;
}

.menu_H {
	margin-top: 15px;
}

.menu_h_line {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 430px;
	top: -50px;
	bottom: 0px;
	
}

.menu_h_accueil {
	margin-top: 0px;
	height: 25px;
	position: relative;
	text-align: center;
	background-color: #999999;
	border-radius: 6px;
	float: left;
	margin: 3px;
}

.menu_h_entreprise {
	margin-top: 0px;
	height: 25px;
	position: relative;
	text-align: center;
	float: left;
	margin: 3px;
	border-radius: 6px;
	background-color: #999999;
}

.menu_h_methode {
	margin-top: 0px;
	height: 25px;
	position: relative;
	text-align: center;
	float: left;
	background-color: #999999;
	border-radius: 6px;
	margin: 3px;
}
.menu_h_reference {
	margin-top: 0px;
	height: 25px;
	position: relative;
	text-align: center;
	background-color: #999999;
	border-radius: 6px;
	float: left;
	margin: 3px;
}

.menu_h_contact {
	margin-top: 0px;
	height: 25px;
	position: relative;
	text-align: center;
	background-color: #999999;
	border-radius: 6px;
	float: left;
	margin: 3px;
}

.text_menu_H {
	top: 3px;
	text-indent: 0px;
	position: relative;
	margin-top: 0px;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	bottom: 0px;
	color: #FFFFFF;
	text-decoration: none;
}

.texte_status_site {
	margin-top: -40px;
	width: 100%;
	float: left;
	text-align: center;
	color: #999999;
	font-size: 14px;
	font-style: italic;
}

#corps {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-bottom: auto;
	bottom: auto;
}

aside {
	width: 0px;
	height: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

.aside {
	width: 0px;
	height: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

.titre_aside {
	font-size: 0px;
}
.diaporama_aside {
	width: 0px;
	height: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.masque_diaporama_aside {
	width: 0px;
	height: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

a.bouton {
	width: 0px;
	height: 0px;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 0px;
}  

a.bouton:hover {  
}
  
a.bouton:active {  
} 

.logo {
	width: 0px;
	height: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

section {
	display: block;
	margin-left: 0px;
	height: auto;
	margin-right: 0px;
	margin-top: 50px;
}

.cadre_activite_top {
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: 1px solid #999999;
}

.cadre_activite {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: 1px solid #999999;
}

.cadre_activite_bottom {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.cadre_texte_activite {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.cadre_nean {
	margin-top: 0px;
	width: 100px;
	height: 100px;
	alignment-adjust: central;
	margin-right: 20px;
	margin-bottom: 0px;
	float: left;
}

h1 {
	font-size: 20px;
	color: #8BB13D;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 20px;
}

p {
	font-size: 14px;
	color: #000000;
	text-align: justify;
	text-indent: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
}

.logo_qualifelec {
	margin-right: 80%;
	margin-left: 0%;
	margin-top: 0px;
	height: 100px;
	position: relative;
	text-align: center;
}

.image_qualifelec {
	width: 45px;
	height: 50px;
}

.logo_sgs {
	margin-right: 60%;
	margin-left: 20%;
	margin-top: -102px;
	height: 100px;
	position: relative;
	text-align: center;
	top: 13px;
}

.image_sgs {
	width: 50px;
	height: 23px;
}


.logo_knx {
	margin-right: 40%;
	margin-left: 40%;
	margin-top: -101px;
	height: 100px;
	position: relative;
	text-align: center;
	top: 10px;
}

.image_knx {
	width: 45px;
	height: 29px;
}

.logo_sdhager {
	margin-right: 20%;
	margin-left: 60%;
	margin-top: -101px;
	height: 100px;
	position: relative;
	text-align: center;
	top: 12px;
}

.image_sdhager {
	width: 50px;
}

.logo_snmof {
	margin-right: 0%;
	margin-left: 80%;
	margin-top: -102px;
	height: 100px;
	position: relative;
	text-align: center;
}

.image_snmof {
	width: 29px;
	height: 50px;
}

footer {
	display: block;
	margin-top: 15px;
	min-height: 60px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.footer_line {
	border-top: 1px solid #333333;
	margin-right: 10%;
	margin-left: 10%;
}

.footer_adresse {
	text-align: center;
	font-size: 14px;
	text-indent: 0px;
	color: #333333;
	padding-top: 8px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

.footer_liens {
	text-align: center;
	font-size: 14px;
	padding-top: 8px;
	text-indent: 0px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}

.lien_footer{
	color: #333333;	
	}

.lien_footer:hover {
	color: #666666;
}
}


/* MOBIL */
@media (max-width:460px){
	
body {
	margin-top: 0px;
	background-color: #FFFFFF;
}
	
header {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	min-height: 230px;
}

.noplay {
	width: 0px;
	height: 0px;
}

.LOGO2013 {
	margin-top: 22px;
	position: absolute;
	float: left;
	margin-left: 2%;
}
.diaporama_bandeau {
	width: 0px;
	height: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.masque_diaporama_bandeau {
	width: 0px;
	height: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

.LOGO_SC {
	width: 0px;
	height: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

.slogan {
	font-size: 0px;
}

.menu_H {
	margin-top: 15px;
}

.menu_h_line {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: -50px;
	bottom: 0px;
	height: 0px;	
}

.menu_h_accueil {
	margin-top: 0px;
	height: 25px;
	position: relative;
	text-align: center;
	background-color: #999999;
	border-radius: 6px;
	float: left;
	margin: 3px;
}

.menu_h_entreprise {
	margin-top: 0px;
	height: 25px;
	position: relative;
	text-align: center;
	float: left;
	margin: 3px;
	border-radius: 6px;
	background-color: #999999;
}

.menu_h_methode {
	margin-top: 0px;
	height: 25px;
	position: relative;
	text-align: center;
	float: left;
	background-color: #999999;
	border-radius: 6px;
	margin: 3px;
}
.menu_h_reference {
	margin-top: 0px;
	height: 25px;
	position: relative;
	text-align: center;
	background-color: #999999;
	border-radius: 6px;
	float: left;
	margin: 3px;
}

.menu_h_contact {
	margin-top: 0px;
	height: 25px;
	position: relative;
	text-align: center;
	background-color: #999999;
	border-radius: 6px;
	float: left;
	margin: 3px;
}

.text_menu_H {
	top: 3px;
	text-indent: 0px;
	position: relative;
	margin-top: 0px;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	bottom: 0px;
	color: #FFFFFF;
	text-decoration: none;
}

.texte_status_site {
	margin-top: -30px;
	width: 100%;
	float: left;
	text-align: center;
	color: #999999;
	font-size: 12px;
	font-style: italic;
}

#corps {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-bottom: auto;
	bottom: auto;
}

aside {
	width: 0px;
	height: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

.aside {
	width: 0px;
	height: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.titre_aside {
	font-size: 0px;
}

.diaporama_SC {
	width: 0px;
	height: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

.masque_diaporama_SC {
	width: 0px;
	height: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

a.bouton {
	width: 0px;
	height: 0px;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 0px;
}  

a.bouton:hover {  
}
  
a.bouton:active {  
} 

.logo {
	width: 0px;
	height: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

section {
	display: block;
	margin-left: 0px;
	height: auto;
	margin-right: 0px;
	margin-top: 0px;
}

.cadre_activite_top {
	margin-top: 70px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: 1px solid #999999;
}

.cadre_activite {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: 1px solid #999999;
}

.cadre_activite_bottom {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.cadre_texte_activite {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.cadre_nean {
	margin-top: 0px;
	width: 50px;
	height: 50px;
	alignment-adjust: central;
	margin-right: 20px;
	margin-bottom: 0px;
	float: left;
}

.icone {
	width: 50px;
	height: 50px;
}

h1 {
	font-size: 16px;
	color: #8BB13D;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 20px;
}

p {
	font-size: 12px;
	color: #000000;
	text-align: justify;
	text-indent: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
}

.logo_qualifelec {display: none}
.image_qualifelec {display: none}
.logo_sgs {display: none}
.image_sgs {display: none}
.logo_knx {display: none}
.image_knx {display: none}
.logo_sdhager {display: none}
.image_sdhager {display: none}
.logo_snmof {display: none}
.image_snmof {display: none}


footer {
	display: block;
	margin-top: 15px;
	min-height: 60px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.footer_line {
	border-top: 1px solid #333333;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 0px;
}

.footer_adresse {
	text-align: center;
	font-size: 14px;
	text-indent: 0px;
	color: #333333;
	padding-top: 8px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

.footer_liens {
	font-size: 0x;
	text-indent: 0px;
	color: #FFFFFF;
}	

.lien_footer{
	color: #333333;	
	}

.lien_footer:hover {
	color: #666666;
}
}
