/*------------------------------------*\
    $FONT
\*------------------------------------*/

@font-face { font-family: "Roboto"; src: url('../font/Roboto-Regular.ttf'); }


html
{
	font-family:Arial;
	font-size:12px;
}

body, ul
{
	margin:0;
	padding:0;
}



/* ----------------- ARCHITECTURE DU SITE ----------------- */

#visuel
{
	width:960px;
	height:254px;
	background:url(../images/visuel.jpg) no-repeat;
	border-radius: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
}

div.panneau-droit-25{
	width: 23.3%;
    font-size: 11px;
    text-align: center;
    display: inline-block;
	vertical-align: top;
}

div.panneau-gauche-25{
	width: 22%;
    display: inline-block;
}

div.contenu-central-50{
	padding-left: 2%;
	padding-right: 2%;
	width: 50%;
    display: inline-block;
	vertical-align: top;
}

div.contenu-central-75{
	padding-left: 2%;
	padding-right: 2%;
	width: 72%;
    display: inline-block;
	vertical-align: top;
}

div.contenu-central-66{
	width: 66%;
    display: inline-block;
	vertical-align: top;
	font-family: roboto;
	font-size: 14px;
}

div.panneau-droit-33{
	width: 33%;
    font-size: 11px;
    display: inline-block;
	vertical-align: top;
}

div.contenu-central-50 > div > p.content-font-normal{
	font-family: Roboto;
	font-weight: 200;
	font-size: 14px;
}

div.contenu-central-50 > div > p.content-font-tiny{
	font-family: Roboto;
	font-weight: 200;
	font-size: 11px;
}

div.contenu-central-50 > div > h1{
	font-family: Roboto;
	font-size: 22px;
    font-weight: normal;
    color: #0a212e;
}

div.hide{
	display : none;
}


/* ------------- MENU --------------- */

div.menu_nav {
	border-radius: 7px;
	margin-bottom: 15px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.sub_menu {
	position: relative;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
}

.sub_menu_header {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	position : relative;
	background-Color : #053853;
	color : #FFF;
	padding: 12px;
	font-family: Roboto;
    font-weight: 200;
    font-size: 18px;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
}

/*.sub_menu_header:after{
    content: " ";
    position: absolute;
    width:100%;
    height: 15px;
    bottom: -15px;
    left: 0px;
    box-shadow: 0px 10px 10px -10px #333 inset;

}*/

.sub_menu_content {
	position : relative;
	z-index : 1;
}

.sub_menu_content a {
	background-color: #eee;
	color: black;
	display: block;
	padding: 10px;
	text-decoration: none;
	font-family: Roboto;
	font-weight: 200;
	font-size: 14px;
	cursor : pointer;
	opacity : 0.8;
	transition: 0.5s;
}

.sub_menu_content a:last-child {
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
}

.sub_menu_content  a:hover {
  background-color: #ccc; /* Dark grey background on mouse-over */
  opacity: 1
}

.sub_menu_content  a.active {
  background-color: #f09204; /* Add a green color to the "active/current" link */
  color: white;
  opacity: 1;
}


#menu_principal {
	width: 99.8%;
    background-color: #053853;
    color: white;
	height: 40px;
	font-family: Roboto;
	font-weight: 200;
	font-size: 18px;
	border-radius : 7px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

#menu_principal > ul {
	list-style:none;
}

#menu_principal > ul >li{
	margin-right: 34px;
    margin-left: 34px;
	padding-left: 10px;
	padding-right: 10px;
	height: 40px;
	line-height: 40px;
	float: left;
	position: relative;
	width:auto;
	transition: 0.6s;
	cursor : pointer;
}

#menu_principal > ul >li:hover {
  background-color : #f09204;
}

#menu_principal > ul > li.active {
  background-color : #f09204;
  box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.3) inset;
}




/* ---------------- PANNEAU LATERAL DROIT ------------------ */
.illustration-droite{
	margin-top: 25px;
}

img.vignette{
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}


div.bloc_info {
	border-radius: 7px;
	margin-bottom: 15px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.sub_bloc_info {
	position: relative;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
}

.sub_bloc_info_header {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	position : relative;
	background-Color : #f09204;
	color : #FFF;
	padding: 12px;
	font-family: Roboto;
    font-weight: 200;
    font-size: 18px;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
}

.sub_bloc_info_content {
	padding: 12px;
	color : #000; 
	position: relative;
	z-index:1;
	background-color: #EEEEEE;
	font-family : roboto;
	font-size: 14px;
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
	
}

/* CONTENU HOME */

div.bloc_home {
	border-radius: 7px;
	margin-bottom: 15px;
	border : 3px #053853 solid;
}

.sub_bloc_home {
	position: relative;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
}

.sub_bloc_home_header {
	position : relative;
	color: #FFF;
	border-bottom: 3px #053853 solid;
	background-Color:#053853;
	padding: 12px;
	font-family: Roboto;
    font-weight: 200;
    font-size: 18px;
}

.sub_bloc_home_content {
	padding: 12px;
	color : #000; 
	position: relative;
	z-index:1;
	font-family : roboto;
	font-size: 14px;
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
	
}



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


/* IFRAME */

#iframe-gmap{
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.button_devis{
	background-color: #053853;
	border: none;
	color: white !important;
	padding: 8px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-family: roboto;
	margin: 4px 2px;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	cursor: pointer;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	border-radius: 7px;
}

.button_devis:hover {
	transform: scale(1.1);
    background-position: -60px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}














a, a:hover, a:visited
{
text-decoration:none;
color:inherit;
}

a img
{
border:0 none;
}

#main
{
width:960px;
margin:10px auto;
}

#logoclick
{
width:570px;
height:100px;
position:absolute;
cursor:pointer;
}

#header
{
background:url(../images/logo.jpg) no-repeat;
width:960px;
height:94px;
margin-bottom:20px;
}

#tophead
{
float:right;
color:red;
font-weight:bold;
}

#inside-header
{
text-align:right;
font-size:19px;
color:#002c48;
padding-top:50px;
height:94px;
}

#menu li
{
display:inline;
list-style:none;
}

#electricite
{
background:url(../images/electricite-hover.png) no-repeat;
width:219px;
height:108px;
position:absolute;
margin-top:-34px;
padding-top:35px;
display:none;
}

#electricite li
{
display:list-item;
color:white;
font-weight:bold;
font-size:14px;
margin-top:10px;
margin-left:35px;
}

#electricite li:hover, #maintenance li:hover
{
color:#ef9200;
cursor:pointer;
}

#maintenance
{
background:url(../images/maintenance-hover.png) no-repeat;
width:309px;
height:188px;
position:absolute;
margin-top:-34px;
margin-left:221px;
padding-top:35px;
display:none;
}

#maintenance li
{
display:list-item;
color:white;
font-weight:bold;
font-size:14px;
margin-top:10px;
margin-left:15px;
}

#intervention
{
width:600px;
border-radius:10px;
}

#send
{
background:url(../images/envoyer.gif);
width:100px;
height:23px;
border:0 none;
cursor:pointer;
}

.longinput
{
width:270px;
padding:3px;
}

#interv
{
text-align:center;
width:550px;
margin:auto;
}


#interv h2
{
font-weight:normal;
color:#003758;
text-align: center;
}

.cap
{
padding:10px;
width:180px;
text-align:center;
font-size:20px;
}

#interv hr
{
height:1px;
border:0 none;
background-color:#cccccc;
}

#interv table
{
margin:auto;
}

#intervention td
{
text-align:left;
margin:auto;
padding:5px;
}

#visuel2
{
width:960px;
height:254px;
background:url(../images/visuel2.jpg) no-repeat;
margin-bottom:10px;
}

.clear
{
clear:both;
}

.yellowbox
{
width:313px;
height:180px;
background:url(../images/yellowbox.jpg) no-repeat;
}

.bluebox
{
width:313px;
height:180px;
background:url(../images/bluebox.jpg) no-repeat;
}

.yellowbox, .bluebox
{
float:left;
}

#firstbox, #secondbox
{
margin-right:10px;
}

.yellowbox img, .bluebox img
{
float:right;
margin-right:15px;
margin-top:5px;
}

.headbox
{
font-weight:bold;
font-size:22px;
color:#002c48;
padding-top:18px;
padding-left:17px;
}

.textbox
{
font-weight:bold;
color:white;
margin-top:28px;
margin-left:23px;
width:270px;
font-size:13px;
}

#text
{
width:630px;
font-size:13px;
margin-left:3px;
text-align:justify;
float:left;
}

#homeside
{
float:right;
}

#qualifelec
{
float:left;
margin-right:5px;
}

#qualifside
{
margin-top:-3px;
}

#footer
{
border-top:1px solid #cccccc;
height:50px;
padding-top:10px;
margin-top:20px;
}

#footer img
{
float:right;
margin-top:-7px;
margin-left:5px;
}

#footer a, #footer a:hover, #footer a:visited
{
color:black;
}

#leftside
{
float:left;
}

#left
{
width:242px;
background-color:#ebebeb;
border-left:2px solid #cccccc;
border-right:2px solid #cccccc;
}


.menu-left-bottom
{
	background:url(../images/menu-bottom.gif);
	width:246px;
	height:7px;
}

.menu-left-top
{
background:url(../images/menu-top.gif);
width:246px;
height:7px;
}

.navigation
{
list-style:none;
}

.navigation li
{
color:#787878;
padding-left:25px;
margin-left:15px;
margin-top:20px;
margin-right:15px;
font-size:13px;
height:20px;
background:url(../images/puce.png) no-repeat left;
}
.navigation li.selected a
{
background:url(../images/puce-selected.png) no-repeat left #fff;
background-position:17px;
display:block;
margin-left:-43px;
font-weight:bold;
padding:20px 20px 20px 43px;
}

.navigation li.selected
{
background:#fff;
width:203px;
margin-left:-2px;
padding-left:43px;
height:auto;
border-bottom:2px solid #cccccc;
border-top:2px solid #cccccc;
}

.navigation2
{
margin-top:-10px;
padding-left:50px;
padding-bottom:15px;
margin-left:-2px;
width:196px;
margin-bottom:-20px;
background-color:white;
border-bottom:2px solid #cccccc;
color:#787878;
font-size:13px;
}

.navigation2 a.selected
{
font-weight:bold;
}

.flsh
{
float:right;
font-weight:bold;
font-size:14px;
}

#left h1
{
margin-top:-1px;
color:#ec8e1b;
margin-left:13px;
}

#depannage
{
width:222px;
border-left:2px solid #d5d5d5;
border-right:2px solid #d5d5d5;
padding:10px;
color:#8f8f8f;
}

#depannage h1
{
margin-top:-7px;
color:#f49f13;
border-bottom:1px solid #d5d5d5;
}

.topbox
{
width:246px;
height:7px;
background:url(../images/box-top.gif) no-repeat;
}

.bottombox
{
width:246px;
height:7px;
background:url(../images/box-bottom.gif) no-repeat;
}

#center
{
width:430px;
margin-left:265px;
/*min-height:500px;*/
}

#center h1
{
font-size:22px;
font-weight:normal;
color:#0a212e;
}

#center hr
{
height:1px;
border:0 none;
background-color:#cccccc;
}

#center2
{
margin-left:265px;
min-height:500px;
}

#center2 h1
{
font-size:22px;
font-weight:normal;
color:#0a212e;
}

#center2 hr
{
height:1px;
border:0 none;
background-color:#cccccc;
}

#rightside
{
width:240px;
float:right;
font-size:11px;
color:#666666;
text-align : center;
}

#rightside img
{
/*width:230px;*/
margin : auto;
}

#righttxt
{
width:210px;
margin-left:15px;
text-align:justify;
}

#admin
{
width:960px;
margin:auto;
}

#admin table
{
width:300px;
margin:auto;
}

#area_titre
{
resize:none;
font-size:22px;
font-weight:normal;
color:#0a212e;
font-family:Arial;
width:400px;
height:35px;
padding:5px;
}

#text_image
{
resize:none;
font-family:Arial;
font-size:11px;
color:grey;
width:100%;
padding:5px;
}

#area_contenu
{
resize:none;
font-weight:normal;
color:#0a212e;
font-family:Arial;
width:400px;
padding:5px;
height:400px;
overflow:auto;
}




