/* Feuille de style pour le contenu des pages 
 * C'est cette feuille de style qui doit être liée aux pages du site
 * La feuille de style de la charte est appelée depuis cette feuille.
 */
 
/* Import des style pour la charte */
@import "charte.css";
h1{
font-family: Arial, Helvetica, Verdana;
font-size: 2.0em;
font-weight: normal;
color:#4BA3DB;
padding-bottom:2px;
border-bottom:1px solid #CCC;
margin-top:22px;
padding-bottom:6px;
}

h2.infos{
font-family: Arial, Helvetica, Verdana;
font-size: 2.0em;
font-weight: normal;
color:#4BA3DB;
padding-bottom:2px;
border-bottom:1px solid #CCC;
margin-top:22px;
padding-bottom:6px;
margin-bottom:5px;
}

#contenu p.titre-gris{
font-family: Arial, Helvetica, Verdana;
color:#999999;
font-size:1.5em;
padding-top:20px; 
padding-bottom:10px;
clear:left;
}

a{
color:#4BA3DB;
text-decoration:none;
}
a:hover{
color:#008441;
text-decoration:underline;
}


.click{
color:#008441;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
.click:hover{
color:#4BA3DB;
font-size:12px;
font-weight:bold;
text-decoration:none;
}


/*----------------- NOS AIDES AUDITIVES AU JUSTE PRIX -----------*/
.bloc-gamme{
	float:left;
	width:500px;
	margin-left:55px;
}


.plan_site{
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
.plan_site:hover{
color:#4BA3DB;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

/* STYLE DE LA PAGE CONTACT */
.inputForm{
	font-family: Arial, Courier, monospace;;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	background-color:#fff;
	width: 135px;
	border: 1px solid #808080;
	margin-top:2px;
}
.inputFormOver{
	font-family:  Arial, Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	background-color:#FCFBFA;
	width: 135px;
	border: 1px solid /*#A73364;*/#808080;
	margin-top:2px;
}



.button{
	font-family:Arial, Courier, monospace;
	font-size: 12px;
	color: #ffffff;
	border: 1px solid #B5B3B3;
	width:80px;
	background-position: bottom left;
	background-color: #A4A4A4;
	vertical-align: bottom;
	margin-right:2px;
}
.buttonOver{
	font-family:Arial, Courier, monospace;
	font-size: 12px;
	color: #fff;
	border: 1px solid #B5B3B3;
	width:80px;
	background-position: bottom left;
	background-color: #B5B3B3;
	vertical-align: bottom;
	margin-right:2px;
}

.frmContact{ /* dedicated ID for "contact form"*/
width:570px;
border:1px solid #000000;
background-image:url(../images/charte/backss.jpg);
background-position:left bottom;
background-repeat:no-repeat;



}

.frmGuide{ /* dedicated ID for "contact form"*/
width:570px;


}
.frmContact .Label, .frmContact label{
   font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #707070;
  font-weight:normal;
  text-align:left;
   margin-left:5px;
    margin-right:5px;

}

.notice{
   font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
font-weight:normal;
line-height:18px;
text-align:center;
}

.frmRecomander{ /* dedicated ID for "contact form"*/
width:480px;
border:1px solid #000000;
background-image:url(../images/charte/pop_backs.jpg);
background-position:center;
background-repeat:no-repeat;
height:160px;


}
.bgLine{
	margin-top: 5px;
	margin-bottom: 0px;
	background: url(../images/charte/bg_subtitle01.jpg) no-repeat left bottom;
	padding-left: 25px;
	padding-bottom: 3px;
	color: #802E19;
	font-weight: bold;
	font-size: 1.2em;
	}
	.bgLine0{
	margin-top: 5px;
	margin-bottom: 0px;
	background: url(../images/charte/bg_subtitle.jpg) no-repeat left bottom;
	padding-left: 25px;
	padding-bottom: 3px;
	color: #802E19;
	font-weight: bold;
	font-size: 1.2em;
	}
	
		.bgLine1{
	margin-top: 5px;
	margin-bottom: 0px;
	background: url(../images/charte/bg_subtitle01.gif) no-repeat left bottom;
	padding-left: 25px;
	padding-bottom: 3px;
	color: #802E19;
	font-weight: bold;
	font-size: 1.2em;
	}
	
	.labelDevis{
	width:200px;
	float:left;
	
	
	}
.box_devis{
	 
	border:1px solid #e7e7e7;
	padding-top:5px;
	padding-left:5px;
	width:400px;
	padding:0px;
	margin:0px;
	}
.selected{
	font-weight: bold;
	}
	
	.titreParagraphe{
font-family: Arial, Helvetica, Verdana;
font-size: 1.1em;
font-weight: bold;
color:#008441;
border-bottom:1px solid #4BA3DB;
display:block;
margin-bottom:10px;
}
