/*---------------------------------------*/
/* Global                                */
/*---------------------------------------*/

body {
	padding: 0;
	margin: 0;
	text-align: left;
}

#container {
	width: 760px;
	text-align: left;
	border: 0px solid #000000;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#site {
	width: 760px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:  url(/images/accueil/fond.gif) repeat-y 550px 50%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 8px;
}

/*--------------------------- */
/*          menu CSS          */
/*----------------------------*/

#nav, #nav ul {
	float: left;
	width: 760px;
	list-style: none;
	line-height: 1;
	background: #0DA2A3; /*couleur menus*/
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	/*border: solid #000000;
	border-width: 1px 0;*/
	margin: 0 0 5px 0;
}

#nav a {
	display: block;
	width: 152px;
	w\idth: 146px;
	color: white;
	text-decoration: none;
	padding: 5px 3px;
}

#nav li {
	float: left;
	padding: 0;
	width: 152px;
	margin: 0px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 152px;
	w\idth: 150px;
	font-weight: normal;
	border-width: transparent 1px;
	background: #0DA2A3 url(images/fond_menu.png) repeat;
}

#nav li li {
	padding-right: 5px;
	width: 145px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 0px solid #FFF;
	border-left: 0px solid #FFF;
}

#nav li ul a {
	width: 144px;
	w\idth: 138px;
}

#nav li ul ul {
	margin: -31px 0 0 151px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #49BEBF; /*couleur survol menus*/
}

/*------------------------------------------*/
/*  Corps de texte - Liens	                */
/*------------------------------------------*/

#informations a:link, #contact a:link, #mentions a:link {
	color: black;
	text-decoration: none;
}

#informations a:visited, #contact a:visited, #mentions a:visited {
	color: #0068AF;
	text-decoration: none;
}

#informations a:hover, #contact a:hover, #mentions a:hover{
	color: #0DA2A3;
	text-decoration: none;
}

#informations a:active, #contact a:active, #mentions a:active {
	color: black;
	text-decoration: none;
}

#mentions a:visited {
	color: black;
	text-decoration: none;
}

/*---------------------------------------*/
/* Bannière                              */
/*---------------------------------------*/
div.fondmenu {
	width:760px;
	background:#0DA2A3;
	top:100px;
	height:21px;
	margin: 0px;
}

#banniere h1 {
	text-indent: -9000px;
	margin: 0px;
	padding: 0px;
	height: 71px;
	cursor: hand;
}

#banniere {
	background: #D8DADC url("images/accueil/banniere.png") no-repeat 0px 100%;
	width: 760px;
	height: 71px;
}

/*---------------------------------------*/
/* Présentation                          */
/*---------------------------------------*/

#presentation h2 {
	background-image:  url("images/accueil/site.jpg");
	background-repeat: no-repeat;
	background-position: 0px 100%;
	text-indent: -9000px;
	margin: 0px 0px 10px;
	padding: 0px;
	height: 246px;
	width: 529px;
}

#presentation p {
	font-size: 14px;
	line-height: 1.8em;
	padding-top: 0px;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-bottom: 0px;
}

#colgauche {
	width: 530px;
	float:left;
	top: 100px;
	margin-top: 20px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#formulaire {
	width: 760px;
	float:left;
	top: 100px;
	margin-top: 20px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#dommages h2{
	background-image:  url("images/accueil/dommages.jpg");
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -9000px;
	height: 130px;
	cursor:hand;
}

#pannes h2{
	background-image:  url("images/accueil/pannes.jpg");
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -9000px;
	height: 130px;
	cursor:hand;
}

#pertes h2{
	background-image:  url("images/accueil/pertes.jpg");
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -9000px;
	height: 130px;
	cursor:hand;
}

#annulations h2{
	background-image:  url("images/accueil/annulations.jpg");
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -9000px;
	height: 130px;
	cursor:hand;
}

#protection h2{
	background-image:  url("images/accueil/protection.jpg");
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -9000px;
	height: 130px;
	cursor:hand;
}

#dommages p, #pannes p, #pertes p, #annulations p, #protection p{
	margin-top: -100px;
	margin-left: 130px;
	font-size: 0.8em;
	color: #000000;
	line-height: 130%;
	padding: 0px;
}

#dommages, #pertes, #pannes, #annulations, #protection {
	margin-bottom: 10px;
	height: 100px;
}

/*---------------------------------------*/
/* Informations, Coordonnées, Contact    */
/*---------------------------------------*/

#conteneurInformations {
	width: 210px;
	float:right;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #FFFFFF;
}

#informations {
	background: #D8DADC no-repeat 0px 100%;
	padding-bottom: 7px;
	top: 100px;
	margin-top: 20px;
}

#coordonnees, #contact {
	background: #D8DADC url("images/accueil/bandeau_bas.png") no-repeat 0px 100%;
	padding-bottom: 7px;
	margin: 10px 0px;
}

#chiffres {
	background: #FFFFFF;
	border: 0.2em dashed #0068AF;
	height: 103px;
	width: 205px;
	padding: 0px;
	margin-bottom: 15px;
}

#chiffres a img{
	border: none;
}

#informations h2 {
	height: 50px;
	background:   no-repeat;
	margin: 0 0px;
	padding-bottom:0px;
	font-size: 14px;
	padding-top: 30px;
	padding-left: 10px;
	font-weight: normal;
	text-decoration: blink;
}

#coordonnees h2{
	height: 23px;
	text-indent: -9000px;
	background:   url("images/accueil/bandeau_coordonnees.png") no-repeat;
	margin: 0 0px;
	padding-bottom:0px;
	padding-top: 0px;
}

#contact h2{
	height: 23px;
	text-indent: -9000px;
	background:   url("images/accueil/bandeau_contact.png") no-repeat;
	margin: 0 0px;
	padding-bottom:0px;
}


#informations ul, #contact ul {
	padding: 5px;
	margin: 0px;
}

#informations li, #contact li {
	font-size: 11px;
	list-style: none;
	line-height: 15px;
	background-image:  url("images/accueil/puce_liste.png");
	background-repeat: no-repeat;
	background-position: 0% 60%;
	padding-left: 10px;
}

#coordonnees p {
	font-size: 11px;
	font-style: normal;
	line-height: 120%;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*---------------------------------------*/
/* Bas de page                           */
/*---------------------------------------*/

#mentions {
	font-size: 10px;
	color: black;
	text-align: center;
	height: 38px;
	width: 760px;
	background-color: white;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 22px 0px 0px;
	float: left;
	background-image:  url("images/accueil/mentions.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/*---------------------------------------*/
/* Formulaires                           */
/*---------------------------------------*/
#form p {
	font-size: 12px;
	color: #000000;
	line-height: 150%;
	width: 530px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#form p span {
	float: right;
	width: 425px;
	margin-top: -19px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#form p span span {
	margin-top: 20px;
	margin-bottom: 30px;
}

#envoyer {
	clear: both;
}

.check {
	margin-top: -20px;
	margin-left: 380px;
	display: block;
	padding: 0px;
	margin-bottom: 5px;
}

#infospertes h2 {
	background-image:  url(images/demande_infos/pertes.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 39px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#infosannul h2 {
	background-image:  url(images/demande_infos/annulations.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 39px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#infosdommages h2 {
	background-image:  url(images/demande_infos/dommages.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 39px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#infosprotection h2 {
	background-image:  url(images/demande_infos/protection.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 39px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#infospannes h2 {
	background-image:  url(images/demande_infos/pannes.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 39px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#form h3 {
	font-size: 14px;
	color: #0268B1;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0068AF;
	display: block;
	clear: both;
}

/*---------------------------------------*/
/* Contactez-nous                        */
/*---------------------------------------*/

#contacteznouspertes h2 {
	background-image:  url(images/contact/titre_pertes.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 39px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#contacteznousannul h2 {
	background-image:  url(images/contact/titre_annulation.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 39px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#contacteznousdommages h2 {
	background-image:  url(images/contact/titre_dommages.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 39px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#contacteznousprotection h2 {
	background-image:  url(images/contact/titre_protection.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 39px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#contacteznouspannes h2 {
	background-image:  url(images/contact/titre_pannes.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 39px;
	margin: 0px 0px 20px;
	padding: 0px;
}

/*---------------------------------------*/
/* Cartes                                */
/*---------------------------------------*/

#carte p {
	padding-left: 300px;
	font-size: 10px;
	font-weight: bold;
	margin: -430px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#contactannul h2 {
	background-image:  url(images/cartes/titre_contact_annulation.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 39px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#contactprot h2 {
	background-image:  url(images/cartes/titre_contact_protection.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 39px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#contactpanne h2 {
	background-image:  url(images/cartes/titre_contact_pannes.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 39px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#contactdommage h2 {
	background-image:  url(images/cartes/titre_contact_dommages.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 39px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#contactpertes h2 {
	background-image:  url(images/cartes/titre_contact_loyers.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 39px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#carte {
	height: 445px;
}

#gestionsiegepanne {
	margin-top: -270px;
	width: 440px;
}

#gestionsiege h3, #gestionsiegepanne h3 {
	font-size: 14px;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	background-color: #0DA2A3;
	padding: 5px 0px 5px 3px;
	color: #FFFFFF;
}

#gestionsiege h4, #gestionsiegepanne h4 {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #0DA2A3;
	padding-bottom: 4px;
	color: #0DA2A3;
	margin-bottom: 3px;
	margin-top: 10px;
}

#gestionsiege h5, #gestionsiegepanne h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

#gestionsiege p, #gestionsiegepanne p {
	font-size: 12px;
	font-weight: normal;
	display: inline;
	margin-right: 40px;
	padding-top: 10px;
}

/*---------------------------------------*/
/* Rubriques                             */
/*---------------------------------------*/

#pannesform h2 {
	background-image:  url(images/pannes/titre_form.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 42px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#pannesprise h2 {
	background-image:  url(images/pannes/titre_prise.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 42px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#pannesfaq h2 {
	background-image:  url(images/pannes/titre_faq.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 42px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#pannesconditions h2 {
	background-image:  url(images/pannes/titre_conditions.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 42px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#pannesagrement h2 {
	background-image:  url(images/pannes/titre_agrement.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 42px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#dommagesform h2 {
	background-image:  url(images/dommages/titre_forms.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 42px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#dommagesconditions h2 {
	background-image:  url(images/dommages/titre_conditions.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 42px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#dommagesrisques h2 {
	background-image:  url(images/dommages/titre_risque.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 42px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#dommagespropotierce h2 {
	background-image:  url(images/dommages/titre_propotierce.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 42px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#dommagespropodommage h2 {
	background-image:  url(images/dommages/titre_propodommages.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 42px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#dommagescode h2 {
	background-image:  url(images/dommages/titre_ouverture.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 42px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#dommagesexperts h2 {
	background-image:  url(images/dommages/titre_experts.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 42px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#dommagesformetdoc h2 {
	background-image:  url(images/dommages/titre_conditions.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 42px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#dommagesdeclaration h2 {
	background-image:  url(images/dommages/titre_declarations.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 42px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#dommagesfaq h2 {
	background-image:  url(images/dommages/titre_faq.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 42px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#annulconditions h2 {
	background-image:  url(images/annulations/titre_conditions.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 42px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#annulobjet h2 {
	background-image:  url(images/annulations/titre_objet.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 39px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#annulfaq h2 {
	background-image:  url(images/annulations/titre_faq.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 39px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#annulrisque h2 {
	background-image:  url(images/annulations/titre_evaluation.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 39px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#pertefaq h2 {
	background-image:  url(images/pertes/titre_faq.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 39px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#perteobjet h2 {
	background-image:  url(images/pertes/titre_objet.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 39px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#perterisque h2 {
	background-image:  url(images/pertes/titre_eval.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 39px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#perteconditions h2 {
	background-image:  url(images/pertes/titre_conditions.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 42px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#pertesolvabilite h2 {
	background-image:  url(images/pertes/titre_solvabilite.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 42px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#pannesobjet h2 {
	background-image:  url(images/pannes/titre_objet.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 39px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#protectionobjet h2 {
	background-image:  url(images/protection/titre_objet.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 39px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#protectionfaq h2 {
	background-image:  url(images/protection/titre_faq.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 39px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#protectionrisque h2 {
	background-image:  url(images/protection/titre_risque.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 39px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#protectionconditions h2 {
	background-image:  url(images/protection/titre_conditions.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-indent: -999em;
	height: 39px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#pannesobjet h3 {
	font-size: 18px;
	color: #318C6F;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #318C6F;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#perteobjet p, #pannesobjet p, #annulobjet p, #protectionobjet p, #dommagesrisques p, #dommagesfaq p {
	font-size: 12px;
	line-height: 150%;
	text-align: justify;
	text-indent: 1em;
	margin-top: 0.8em;
	margin-bottom: 0em;
}

#dommagesfaq p {
	font-size: 12px;
	line-height: 150%;
	text-align: justify;
	margin-top: 0.8em;
	margin-bottom: 0em;
	text-indent: 0px;
}

#dommagesfaq td {
	font-size: 12px;
	margin: 3px;
	height: 10px;
	line-height: 150%;
}


#pannesobjet p span {
	text-indent: 0px;
}

#perteobjet img, #protectionobjet img, #dommagesrisques img  {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
	margin-left: 0px;
}

#pannesobjet img, #annulobjet img {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 0px;
	float: left;
	margin-left: 0px;
}

#perteobjet ul, #pannesobjet ul, #annulobjet ul, #protectionobjet ul, #dommagesrisques ul, #dommagesfaq ul {
	margin-top: 0px;
	margin-left: 0px;
	font-size: 12px;
	text-align: left;
	line-height: 150%;
	padding: 0px;
	list-style-position: inside;
	list-style-type: square;
	margin-bottom: 0px;
}

#perteobjet strong, #pannesobjet strong, #annulobjet strong, #protectionobjet strong{
	color: #0068AF;
}
#pannesobjet h4 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: #318C6F;
	border: 1px solid #000000;
	text-align: center;
	padding: 4px;
	text-transform: uppercase;
}
#site2 {
	width: 760px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 8px;
}

#dommagesrisques h3, #dommagesfaq h3 {
	font-size: 18px;
	color: #7096CF;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7096CF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#dommagesfaq h4 {
	font-size: 16px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#dommagesrisques ul ul{
	margin-top: 0px;
	margin-left: 0px;
	font-size: 12px;
	text-align: left;
	line-height: 150%;
	padding: 0px;
	list-style-position: inside;
	list-style-type: circle;
	margin-bottom: 0px;
}

#dommagesrisques span{
	font-style: italic;
}

/*---------------------------------------*/
/* Calcul sovabilité                     */
/*---------------------------------------*/

#formCalcul p {
	font-size: 12px;
	color: #000000;
	line-height: 150%;
	width: 530px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#solvabilite {
	font-size: 12px;
	margin: 3;
}

#solvabilite tr {
	height: 30px;
	text-indent: 4px;
	padding-right: 5px;
}

#cola {
	background-color: #F3CBA3;
}

#colb {
	background-color: #F8E0C9;
}

#colc {
	background-color: #CCCCCC;
}

/*---------------------------------------*/
/* Formulaires                           */
/*---------------------------------------*/

#somEvalProt ul{
	font-size: 14px;
	color: #9F134D;
	margin-top: 40px;
	width: 760px;
	padding: 0px;
	margin-left: 0px;
}

#somFormPanne ul {
	font-size: 14px;
	color: #318C6F;
	margin-left: 0px;
	margin-top: 40px;
	width: 760px;
	padding: 0px;
}

#somFormDommages ul{
	font-size: 14px;
	color: #6C8FBB;
	margin-left: 0px;
	margin-top: 40px;
	width: 760px;
	padding: 0px;
}

#somEvalProt li, #somFormPanne li, #somFormDommages li{
	list-style-type: square;
	list-style-position: inside;
}

#somEvalProt a, #somFormPanne a, #somFormDommages a{
	text-decoration: none;
	color: #000000;
}

/*---------------------------------------*/
/* Carte contacts                        */
/*---------------------------------------*/

#contactCarte{
	background-color: #FFFFCC;
	border: 1px solid #666666;
	position: relative;
	height: 160px;
	width: 250px;
	margin-top: 70px;
	margin-right: auto;
	margin-left: 100px;
	overflow: auto;
}

#contactCarte h5{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding-left: 10px;
	padding-top: 10px;
}

#contactCarte ul{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding-left: 10px;
	padding-top: 0px;
}

#contactCarte li{
	list-style-type: square;
	list-style-position: inside;
}

#contactCarte img{
	border: 0;
}

#bandeaucarte {
	background-color: #0DA2A3;
	height: 24px;
	margin: 0px;
	padding: 0px;
}

#dept {
	float: left;
	background-color: #0DA2A3;
	padding-left: 5px;
	padding-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 17px;
	color: #FFFFFF;
	display: inline;
}

#fermer {
	background-color: #0DA2A3;
	height: 20px;
	float: right;
	display: inline;
	padding-right: 3px;
}
