 /*------------------------------------------------*
  *---  WWW.ICARE-NET.COM - agence web ---  CSS  --*
  *------------------------------------------------*/
		
html {
   margin: 0;
   padding: 0;
}


body {
	margin: 0;
	padding: 0;
	background:#D0CBC9 url(../images/deco/body-bg.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000;
}
body#pres li#pres a, body#litige li#litige a, body#accident li#accident a, body#assurance li#assurance a, body#contact li#contact a{
	background:#cac9c9 url(../images/structure/nav-lien-bg.gif) no-repeat;
	background-position:bottom right;
	text-decoration:none;
	font-weight:bolder;
	}
p{
	margin: 0;
	padding:5px 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:12px;
	line-height:17px;
	color:#000;
}

select {
	color: #000;
	background-color: #fff;
}





 /*------------------------------------------------------*
  *--------    CSS BLOCS     						 ----*
  *------------------------------------------------------*/
  
/*//////////////////////////////////////////////////////*/
/*///////////   GLOBAUX   /////////////////////////////*/
/*///////////////////////////////////////////////////*/

#general{
	margin:0 auto;
	padding:0;
	width:100%;
}
#global_content{
	background:#1397ba url(../images/deco/global-bg.gif) repeat-x;
	background-position:bottom;
	padding:2px;
	margin:6px auto;
	width:980px;
	}

/*//////////////////////////////*/
/*////   HEADER   ///////////////*/
/*//////////////////////////////*/

#header{
	margin:0 auto;
	padding:0;
	width:980px;
	height:180px;
	background: url(../images/structure/header.gif) no-repeat;
	background-position:bottom;
}

/*//////////////////////////////*/
/*////   CONTENT   ///////////////*/
/*//////////////////////////////*/

#content {
	margin:0 auto;
	padding:0;
	width: 980px;
	background:#FFF url(../images/structure/content-bg.gif) repeat-y;
}
#content_table{
	width:940px;
	margin:8px auto;
	}
#real_content{
	background-color:#FFF;
	}
#real_content a{
	color:#1697ba;
	text-decoration:underline;
	}
#real_content a:hover{
	color:#000;
	font-weight:bold;
	}
#real_content ul{
	padding:5px 15px;
	margin-top:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:12px;
	line-height:17px;
	color:#000;
	}
#real_content p img{
	margin:0 0 0 12px;
	border:1px solid #000;
	}
#encart_titre{
	height:40px;
	width:230px;
	background:#000 url(../images/structure/encart-titre-bg.gif) repeat-x;
	color:#FFFFFF;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:auto;
	}
#entre_encart{
	width:10px;
	background:#DDD url(../images/structure/entre-encart.gif) repeat-x;
	}
#fin_titre{
	background:#1697ba url(../images/structure/fin-titre-bg.gif) repeat-x;
	}
#entre_gris{
	background:#FFF url(../images/structure/entre-gris-content-bg.gif) no-repeat;
	}
/*//////////////////////////////*/
/*////   FOOTER   ///////////////*/
/*//////////////////////////////*/

#footer{
	margin:0 auto;
	padding:3px 0 0;
	width:980px;
	height:50px;
	background:#60605e url(../images/structure/footer-bg.gif) repeat-x;
	text-align: center;
	color: #FFF;
}

#footer a{
	color:#CCC;
	text-decoration:none;
}

#footer a:hover{
	color:#1697ba;
}

 /*------------------------------------------------------*
  *--------------------------     CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
   h1 {
   	margin: 0 0 20px;
    padding:12px 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	text-align:right;
	display:block;
	color:#1697ba;
	border-bottom:1px solid #999;
	background-color:#D0D0D1;

  }
  
   h2 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h3 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h4 {
   	margin:5px;
    padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	text-transform:uppercase;
	display:block;
	color:#FFF;
	border:1px solid #999;
	background-color:#1697ba;
  }
  
   h5 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h6 {
   	margin: 0;
    padding: 0;
			 color:#000;
  }
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/


 /*------------------------------------------------------*
  *--------------------------     CSS MENU DEBUT     ----*
  *------------------------------------------------------*/

/* MENU VERTICAL */
#menu_content{
	width:190px;
	height:270px;
	background-color:#FFF;
	background:#FFF url(../images/structure/nav-bg.gif) repeat-x;
	}
#menu_coin_haut{
	position:relative;
	top:0;
	right:170px;
	}
#menu_coin_bas{
	position:relative;
	top:2px;
	}
ul#menu_vertical{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	color:#000;
}

ul#menu_vertical li{
	margin:0 0 4px 0;
	/*background:#990000;*/
	border: 1px dotted #DDD;
}

ul#menu_vertical li a{
	padding:8px 0;
	/*background:#990000;*/
	display:block;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
}

ul#menu_vertical li a:hover, ul#menu_vertical li a:focus, ul#menu_vertical li a:active {
	background:#cac9c9 url(../images/structure/nav-lien-bg.gif) no-repeat;
	background-position:bottom right;
	text-decoration:none;
	font-weight:bolder;
}

 /*------------------------------------------------------*
  *--------------------------     CSS MENU FIN	     ----*
  *------------------------------------------------------*/



 /*------------------------------------------------------*
  *--------------------------     CSS PLANS DEBUT    ----*
  *------------------------------------------------------*/
  
/*page plans debut*/
#plan {
	width: 310px;
}

#plan img {
 margin-top: 10px;
	margin-bottom: 10px;
}

/*page plans fin*/



/*pop up plans DEBUT */
#popup_plan {
 margin-top:20px;
	width: 550px;
	position: absolute;
	left: 50%;
	margin-left: -275px;
}

#popup_plan a {
	color:#333;
	text-decoration:none;
}

#popup_plan a:hover {
	color:#666;
}

#popup_plan img {
	border: 1px solid #333;
}

/*pop up plans FIN */

 /*------------------------------------------------------*
  *--------------------------     CSS PLANS FIN         ----*
  *------------------------------------------------------*/



 /*------------------------------------------------------*
  *-----------    CSS EFFETS  DEBUT                  ----*
  *------------------------------------------------------*/

#zone {
	margin:5px;
	width: 300px;
	height: 250px;
	overflow: auto;
	}


.transparence {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	}
	
.clear {
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}
.remarques_bleu{
	color:#1697ba;
	border:1px solid #1697ba;
	font-style:italic;
	margin:15px;
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:12px;
	}
.lettrine_h1{
	font-size:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-style:italic;
	}
.rolexpert_sstitre{
	background-color:#999;
	color:#FFF;
	margin: 0 15px;
	padding:0 0 0 10px;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	}
.bigbluetext{
	font-size:14px;
	color:#1697ba;
	font-weight:bold;
	}
.entete_form{
	color:#222;
	border:1px solid #CCC;
	font-style:italic;
	padding:5px;
	margin:0 0 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:11px;
	}
.bluebg{
	background-color:#CCC;
	border:1px solid #1697ba;
	}
 /*------------------------------------------------------*
  *-----------    CSS EFFETS  FIN                    ----*
  *------------------------------------------------------*/






 /*---------------------------------------------------------*
  *----        CSS PAGE CONTACT  DEBUT                  ----*
  *---------------------------------------------------------*/
/* NE_PAS_TOUCHER_CETTE_LIGNE_POUR_MAIL_PAGE_CONTACT_DEBUT */

/* DIV contenant l'ensemble du formulaire */
div.formulaire_general {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	width: 300px;
	margin: 0 auto;

}
/* DIV général des erreurs de saisie */
div.formulaire_erreursSaisie {
	border: solid 1px #1697ba;
	background-color: #DDD;
	color: #1697ba;
	padding: 5px;
	margin-bottom: 3px;
}
/* DIV pour chaque erreur de saisie */
div.formulaire_erreursSaisie_ligne {
}

/* DIV message une fois le message envoyé */
div.formulaire_msgRetour {
	border: solid 1px #036;
	background-color: #9cf;
	color: #1697ba;
	text-align: center;	
	padding: 10px;
}
/* Lien "Retour" un fois le message envoyé */
a.formulaire_msgRetour_lien {
}
/* Tableau de champ général */
table.formulaire_table {
	border: solid 1px #000; 
	width: 100%;
}
/* Regroupement de champs : ligne en-tête de table */
.formulaire_table th {
	background-color: #1697ba;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	visibility:hidden;
	display:none;
}
/* Regroupement de champs : en fielset */
.formulaire_table fieldset {
}
/* Légende du fielset ci-dessus */
.formulaire_table legend {
}
/* Lignes qui séparent les lignes avec les champs */
.formulaire_cell_espacement {
	height: 5px;
}
/* Libelle des champ dans le formulaires : dans tous les cas */
td.formulaire_nom_champ, td.formulaire_nom_champ_erreur {
	width: 100px;
	padding: 0px 5px 0px 10px;
	text-align: right;
}
/* Libelle des champ dans le formulaires : sans erreur */
td.formulaire_nom_champ {
}
/* Libelle des champ dans le formulaires : sans erreur */
td.formulaire_nom_champ_erreur {
	color: #1697ba;
	font-weight: bold;
}
/* Cellules qui contiennent les champs : dans tous les cas */
td.formulaire_td_champ, td.formulaire_td_champ_erreur {
	padding-right: 10px;
}
/* Cellules qui contiennent les champs : en cas d'erreur */
td.formulaire_td_champ, td.formulaire_td_champ_erreur {
}
/* Cellules qui contiennent les champs : sans erreur */
td.formulaire_td_champ, td.formulaire_td_champ_erreur {
}
/* Champs dans les formulaires (input, textarea) : dans tous les cas */
.formulaire_champ, .formulaire_champ_erreur {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	width: 200px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/* Champs dans les formulaires (input, textarea) : sans erreur */
.formulaire_champ {
	background-color: #9cf;
	border: solid #036 1px;
}
/* Champs dans les formulaires (input, textarea) : en cas d'erreur */
.formulaire_champ_erreur {
	background-color: #fcc;
	border: solid 1px #f00;
}
/* Texte qui s'ajoute après les champ (€, kg, /jour...) */
span.formulaire_champ_suffixe, span.formulaire_champ_suffixe_erreur {
	font-style: italic;
}
/* Libelle des champ dans le formulaires : dans tous les cas */
td.formulaire_td_checkbox, td.formulaire_td_checkbox_erreur {
	padding: 0px 10px 0px 10px;
}
/* TD du Bouton "Envoyer" du formulaire */
td.formulaire_td_envoyer {
	padding-right: 5px;
	text-align: right;
}
/* Bouton "Envoyer" du formulaire */
input.formulaire_envoyer {
	background-color: #1697ba;
	border: solid 1px #1697ba;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	cursor: pointer;
	margin: 5px;
}
/* Texte en bas du formulaire concernant les astérisques */
.formulaire_note {
	text-align: center;
	font-style: italic;
}
/* NE_PAS_TOUCHER_CETTE_LIGNE_POUR_MAIL_PAGE_CONTACT_FIN */
 /*-------------------------------------------------------*
  *----        CSS PAGE CONTACT  FIN                  ----*
  *-------------------------------------------------------*

 

 /*------------------------------------------------------*
  *--------    CSS REFERENCEMENT  DEBUT              ----*
  *------------------------------------------------------*/

#referencement {
	margin-right: auto;
	margin-left: auto;
	font-size: 9px;
	text-align: center;
	padding-top: 50px;
}

#referencement img {
	padding: 3px;
}

#referencement a {
	color: #999;
	text-decoration: none;
}

#referencement a:hover {
	color: #666;
}

 /*------------------------------------------------------*
  *--------    CSS REFERENCEMENT  FIN                ----*
  *------------------------------------------------------*/
