/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset { margin: 0; padding: 0; }

body {
	margin: 0;
	background: #fff;
	font: normal 13px  Verdana, Arial, Helvetica, sans-serif;
	color: #8E756E;
	}
        
a{ text-decoration: underline; color: #8E756E }
a:hover{text-decoration:none }
a img { border: none }
p { margin: 15px 0; line-heigth: 12px; font-style: italic; text-align: justify }
ul { margin: 5px 0 5px 30px }
ol { margin: 5px 0 5px 30px }
li { margin: 2px 0 }
dl { padding: 0 20px 20px 20px }
dt { margin: 10px 0 5px 0 }
dd { margin: 5px 0; display: none; padding: 5px; background: #EDF4DA }
fieldset { border: 1px solid #FF850D; padding: 5px; margin: 10px 0 }
legend { font-weight: bold; color: #FF850D; font-size: 14px }

.left { float: left }
.right { float: right }
.clear { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 0px; font-size: 0px }
.align_left {text-align: left }
.align_right {text-align: right }
.center { text-align: center }
.justify { text-align: justify }
.invisible { display: none }
.hr hr { display: none }
.hr { border-bottom: 1px solid #CFC4BE; margin: 10px 0 }

.vert { color: #A6C947; }
.orange { color: #F58C00; }

h1 { margin: 10px 0 15px 0; color: #F58C00; font: normal 24px helvetica, arial, sans-serif }
h2{ margin: 20px 0 15px 0; color: #F58C00; font-size: 13px; }
h3{ font-size: 13px; margin: 15px 0; }

blockquote { font-weight: 700; } 

div#conteneur {
	width: 948px;
	margin: 0 auto;
	background: #FFFFFF url('../images/bg_conteneur_v2.gif') repeat-y left top
	}
	
div#header{
	width: 948px;
	height: 141px;
	background: #fff url('../images/header_test.jpg') no-repeat left top;
	}

div#header div a span {
	display: none;
	}

div#header div a {
	display: block;
	width: 948px;
	height: 141px;
	}

div#content {
        padding-top: 7px;
        /*background: url('../images/bg_content_v2.jpg') no-repeat;*/
        }
        
div#colLeft {
	float: left;
	width: 192px;
        padding-top: 10px;
        /*background: url('../images/bg_colLeft_v2.jpg') no-repeat;*/
	}

div#contenu {
	width: 428px;
	float: left;
        padding: 0 10px 0 15px
	}

div#colRight {
	float: left;
	width: 262px;
        padding: 0 24px 0 17px
	}
    
/****** MENUS ******/

ul#menu { 
	list-style:none;
	margin: 0;
	text-align: left;
        /*background: url('../images/border_menu_v2.gif') no-repeat right bottom*/
	}
	
ul#menu li {
	list-style:none;
        margin: 0;
        /*background: url('../images/border_menu_v2.gif') no-repeat right top*/
	}

ul#menu a {
	color: #8E756E;
        font-weight: bold;
	display: block;
	padding: 10px 5px 9px 0;
        margin-left: 22px;
	text-decoration: none;
        background: #fff url('../images/border_menu_v2.gif') no-repeat right top
	}
ul#menu a.oglVert { color: #A5C53C }

ul#menu a:hover, ul#menu a.select {
	text-decoration: none;
        padding-left: 5px;
        background: #f58c00 url('../images/border_menu_v2.gif') no-repeat right top;
        color: #fff
	}

ul#menu .menuNone a:hover {
        padding-left: 0;
        background: transparent url('../images/border_menu_v2.gif') no-repeat right top;
}

.slide_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:2px solid #CFC4BE;
	background-color:#fff;
	text-align:left;

}
.slide_subMenu ul{
	margin:0px;
	padding:0px;
}
.slide_subMenu ul li{
	list-style-type:none;
	margin:0px;
	padding:0px;	/* 2px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
}
.slide_subMenu ul li a{	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#8E756E;
	
	padding: 4px 10px;

	display:block;	/* Display as block - you shouldn't change this */
}
.slide_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	color:#FFF;	/* White text */
	background-color:#A6C947;	/* Blue background */
}
        
/* */

#navbar {
        background: #fff url('../images/bg_navbar_v2_test.gif');    
        font-family: Arial, Helvetica, sans-serif;
        height: 32px
        }

ul.navbar { 
	margin: 0 0 0 190px;
	list-style:none;
	text-align: center;
	}
	
ul.navbar li {
	list-style:none;
	margin: 0;
	display: inline;
	}
        
ul.navbar .currentDepth1 a {
        margin-top: 2px;
        padding: 0 20px 0 20px;
	color: #fff;
	display: block;
	float: left;
	height: 28px;
        line-height: 28px;
	font-size: 14px;
	text-decoration: none;
        border-left: 1px solid #EBE7E5;
        border-right: 1px solid #5B4C44
	}

ul.navbar .currentDepth1 a:hover, ul.navbar .currentDepth1 a.select {
	color: #fff;        
	text-decoration: none;
	background: #f58c00;
        font-size: 16px;
        font-weight: 700
	}
        
ul.navbar .currentDepth1 a img { margin-left: 10px; vertical-align: middle }

ul.navbar .currentDepth1.navNone a, ul.navbar .currentDepth1.navNone a:hover {
        background: none;
        font-size: 16px;
        font-weight: 700;
        border: none;
        cursor: text        
}
        
ul.navbar .menuBlock2 {
        margin: 0;        
        background: #fff;
        text-align: left;
        border:2px solid #CFC4BE;
        z-index: 3000
        }
ul.navbar .menuBlock2 a { display: block; padding: 4px 10px; text-decoration: none; white-space: nowrap }
ul.navbar .menuBlock2 a:hover { background: #A6C947; color: #fff } 

ul.navbar .simulez a { border: none; background: #CFC4BE; }
ul.navbar .simulez a:hover { border: none; background: #CFC4BE; text-decoration: none; }

/*********************************/
div#footer{
	clear: both;
	width: 948px;
	height: 20px;
        background: #fff url('../images/bg_footer_test.gif')
	}
	
#copyright { background: #fff; text-align: center; font-size: 10px; }
#copyright a{ text-decoration:none;}
#copyright a:hover{ text-decoration: underline;}

#contact {
	text-align: left;
	width: 428px;
	margin: 10px auto;
	}

#contact form {
	margin: 0;
	padding: 10px;
	}

#contact p { margin: 5px 0; font-style: normal;}

#contact label, #formRappel label {
	margin-top: 8px;
	width: 100px;
	display: block;
	float: left;
	font-weight: bold;
        text-align: right
	}

.input {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-top: 8px;
	width: 250px;
	border: 1px solid #F58C00;
	text-indent:2px;
	}

.textarea {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-top: 8px;
	width: 300px;
	border: 1px solid #F58C00;
	}

       
.confirm { text-align: center; margin: 50px 0; font-weight: bold; }

.erreur { color: #FF0000; padding-left: 20px; background: url('../images/error.gif') no-repeat left;}
.divError { border: 1px solid #f00; padding: 0 10px; background: #fcc }

.bouton a {
	color: #FFFFFF;
	padding: 4px 15px 4px 15px;
	background: #8E756E;
	border: 2px solid #A6C947;
	margin-left: 10px;
	text-decoration: none;
	font-style: normal;
	}

.bouton a:hover {
	color: #8E756E;
	background: #FFFFFF;
	text-decoration: none;
	}

#formRappel {
        padding: 10px 0;
        background: url('../images/bg_formRappel.jpg') no-repeat 0 0
}

#formRappel p { margin: 2px 0 }

#formRappel p.center { font-size: 12px; font-style: italic; font-weight: 700; margin: 25px 0 0 98px; line-height: 20px }

#formRappel form { margin-top: 32px }

#formRappel label { margin-top: 2px; font-style: normal }

#formRappel .input {
	font-size: 11px;
	width: 160px;
        margin-top: 2px
	}
        
#menuMonCompte {
        background: #f58c00;
        line-height: 26px;
        height: 26px;
}
#menuMonCompte ul { padding: 0; margin: 0; }
#menuMonCompte li {
        padding: 0; margin: 0;
        list-style: none;
        float: left;
        display: inline;
}  
#menuMonCompte li a {
        color: #fff;  
        background: #f58c00; 
        padding: 4px 10px;
        text-decoration: none;
        margin: 2px 1px;
}
#menuMonCompte li a:hover {
        color: #f58c00;  
        background: #fff;     
} 

#menuMonCompte li a.ongletSelect {
        color: #f58c00;  
        background: #fff;
}
#overtrail { position: absolute; z-index: 10; border: 3px solid #A6C947; padding: 3px; background: #fff; }

#pscroller1{
overflow: hidden;
position: relative;

width: 100%;
height: 140px;
}
.innerDiv {
position: absolute;
color: #8e756e;
}
#pscroller1 a { color: #8e756e }

#newsBox {
margin-top: 10px;
padding: 5px 10px;
background: #F8F6F5;
border: 1px solid #CFC4BE
}
#newsBox p { margin: 8px 0; text-align: left }

.newsBoxTitle { margin-bottom: 5px; font-weight: 700; color: #8e756e; border-bottom: 1px solid #8e756e }

.diapoInstal { position: absolute }
.diapoInstal img { position: absolute; width: 428px }

#temoignages p { padding-left: 40px; background: url('../images/quot_v2.png') no-repeat left top }
.btnPlus a {
        margin: 10px 0;
        text-align: center;
        background: #B5A8A0;
        padding: 2px;
        display: block;
        color: #F8F6F5;
        text-decoration: none;
        border: 1px solid #B5A8A0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 8px;
 }
.btnPlus a:hover { background: #F8F6F5; color: #B5A8A0 }

.btn-simul a { 
        display: block;
        width: 262px;
        height: 50px;
        background: url('../images/btn-simulation-photovoltaique.gif') no-repeat 0 0;
        }
.btn-simul a:hover { 
        background: url('../images/btn-simulation-photovoltaique.gif') no-repeat 0 -50px;
        }
.btn-simul a span { display: none; }

.btn-simul2 a { 
        display: block;
        width: 520px;
        height: 30px;
        margin: 0 auto;
        background: url('../images/btn-simul.gif') no-repeat 0 0;
        }
.btn-simul2 a span { display: none; }