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


body {
	margin: 0;
	padding: 0;
	background-color: #384C7D;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #132D7A;
	background-image: url(../images/deco/background.gif);
	background-repeat: repeat-x;
}


/*   

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
} 

*/


p, form, input {
	margin: 0;
	padding: 0;
}

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





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


#general{
	margin:0 auto;
	padding:0;
	width:100%;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto 20px auto;
	padding:0;
	width:770px;
	height:100px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#header_anim{
	float:left;
	margin-top: 5px;
	margin-bottom: 5px;
}
#header_intro {
	margin:0 auto;
	padding:0;
	width:770px;
	height:130px;
	background-repeat: no-repeat;
	background-position: bottom;
}
/*Contenu de page  CONTENT */

#content {
	width: 770px;
	background-image: url(../images/deco/pageHaut.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
#contentbas {
	line-height: 1.5em;
	margin:0 auto;
	padding:0;
	width: 770px;
	background-color:#69A4F4;
	background-image: url(../images/deco/pageBas.jpg);
}

#contentbas02 {
	line-height: 1.5em;
	margin:0 auto;
	padding:0;
	width: 770px;
	background-color:#FFFFFF;
}



/*Bas de page  FOOTER*/

#footer{
	padding:0;
	width:770px;
	height:80px;
	text-align: center;
	color: #FFFFFF;
	background-image: url(../images/deco/footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #06125A;
}


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

#footer a:hover{
	color:#FF9900;
}

.textBlanc {
	color: #FFFFFF;
}
.textBlanc h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-weight: bold;
	margin: 0 10px 0 15px;
  }


.pagemargins {
	line-height: 1.8em;
	margin-right: 10px;
	margin-left: 15px;
}
.Pagetitre {
	color: #E98E29;
	text-align: center;
	font-size: 20px;
	margin: 10px 0 0 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.Pagesoustitre {
	margin-right: 10px;
	margin-left: 15px;
	color: #FFFFFF;
}
.textBleu {
	color: #003366;
	margin-right: 10px;
	margin-left: 15px;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.textOrange {
	color: #E98E29;
}
.filetcatalog {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #A7BCF3;
	margin-right: 20px;
	margin-left: 20px;
}
.filetcatalog {
padding:15px;
}
#contentbas a {
	color: #E98E29;
	text-decoration: none;
	font-weight: bold;
}
#contentbas  a:hover {
	text-decoration: underline;
}
hr {
	margin: 0px;
}
/*classe clear*/

.clear {
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}


 /*------------------------------------------------------*
  *--------------------------     CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
   h1 {
	margin: 0;
	padding: 15px 0 0 0;
	color:#E98E29;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
  }


  
   h2 {
	color:#003366;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-weight: bold;
	margin: 0 10px 0 15px;
  }
  
   h3 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h4 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h5 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h6 {
   	margin: 0;
    padding: 0;
			 color:#000;
  }
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/


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

/* MENU VERTICAL */
#menu_vertical{
	text-align:right;
	float: right;
	margin-top: 20px;
}
ul#menu_vertical{
	margin:0;
	padding:0;
	width:200px;
	list-style:none;
	text-align:center;
	color:#003366;
}

ul#menu_vertical li{
	margin:0 0 1px 0;
	border-bottom: 1px solid #A7BCF3;
}

ul#menu_vertical li a{
	padding:4px 0;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-size: 13px;
	font-weight: bold;
}

ul#menu_vertical li a:hover, ul#menu_vertical li a:focus, ul#menu_vertical li a:active {
	text-decoration:none;
	background-color: #FFFFFF;
	color: #132D7A;
}

/* MENU HORIZONTAL ne pas oublier de mettre un clear:both; après votre menu*/

ul#menu_horizontal{
	margin: 0;
	padding: 0;
	list-style: 0;
}

ul#menu_horizontal li{
	width: 192px;
	color:#fff;
	float:right;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

ul#menu_horizontal li a{
	padding:4px 0;
	display:block;
	color:#fff;
	line-height:1em;
	text-align:right;
	text-decoration:none;
	font-weight: bold;
}

ul#menu_horizontal li a:hover, ul#menu_horizontal li a:focus, ul#menu_horizontal li a:active {
	text-decoration:none;
	color: #FF9900;
}


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



 /*------------------------------------------------------*
  *--------------------------     CSS PLANS DEBUT    ----*
  *------------------------------------------------------*/
  
/*page plans debut*/
#plan {
	width: 730px;
	margin-right: 20px;
	margin-left: 20px;
}

#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;
	}
	
 /*------------------------------------------------------*
  *-----------    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: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	width: 80%;
	margin: 0 auto;
	border: 0;

}
/* DIV général des erreurs de saisie */
div.formulaire_erreursSaisie {
	border: solid 1px #f00;
	background-color: #fee;
	color: #FF6600;
	padding: 5px;
	margin-bottom: 3px;
	font-size: 11px;
	font-weight: normal;
}
/* DIV pour chaque erreur de saisie */
div.formulaire_erreursSaisie_ligne {
	font-size: 11px;
	font-weight: normal;
}

/* DIV message une fois le message envoyé */
div.formulaire_msgRetour {
	border: solid 1px #036;
	background-color: #9cf;
	color: #000;
	text-align: center;	
	padding: 10px;
	font-size: 11px;
	font-weight: normal;
}
/* Lien "Retour" un fois le message envoyé */
a.formulaire_msgRetour_lien {
}
/* Tableau de champ général */
table.formulaire_table {
	border: 0; 
	width: 100%;
	font-size: 11px;
	font-weight: normal;
}
/* Regroupement de champs : ligne en-tête de table */
.formulaire_table th {
	color: #FF9900;
	padding: 5px;
	text-align: center;
	font-size: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-weight: bold;
	margin: 0 10px 0 15px;
}
/* Regroupement de champs : en fielset */
.formulaire_table fieldset {
	border: 0;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}
/* 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: 140px;
	padding: 0px 5px 0px 10px;
	text-align: right;
	color: #003366;
	font-size: 11px;
	font-weight: normal;
}
/* Libelle des champ dans le formulaires : sans erreur */
td.formulaire_nom_champ {
	color: #003366;
	font-size: 11px;
	font-weight: normal;
}
/* Libelle des champ dans le formulaires : sans erreur */
td.formulaire_nom_champ_erreur {
	color: #FF6600;
	font-weight: bold;
	font-size: 11px;
	font-weight: normal;
}
/* Cellules qui contiennent les champs : dans tous les cas */
td.formulaire_td_champ, td.formulaire_td_champ_erreur {
	padding-right: 10px;
	color: #003366;
	font-size: 11px;
	font-weight: normal;
}
/* Cellules qui contiennent les champs : en cas d'erreur */
td.formulaire_td_champ, td.formulaire_td_champ_erreur {
	color: #003366;
	font-size: 11px;
	font-weight: normal;
}
/* Cellules qui contiennent les champs : sans erreur */
td.formulaire_td_champ, td.formulaire_td_champ_erreur {
	border: 0;
	color: #003366;
	font-size: 11px;
	font-weight: normal;
}
/* 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: 440px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	border: 0;
	color: #003366;
}
/* Champs dans les formulaires (input, textarea) : sans erreur */
.formulaire_champ {
	background-color: #A7BCF3;
	border: 0;
	font-size: 11px;
	font-weight: normal;
}
/* Champs dans les formulaires (input, textarea) : en cas d'erreur */
.formulaire_champ_erreur {
	background-color: #FFCC99;
	border: 0;
		font-size: 11px;
	font-weight: normal;
}
/* 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;
	color: #003366;
}
/* TD du Bouton "Envoyer" du formulaire */
td.formulaire_td_envoyer {
	padding-right: 5px;
	text-align: right;
	border: 0;
}
/* Bouton "Envoyer" du formulaire */
input.formulaire_envoyer {
	background-color: #003366;
	border: 0;
	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;
	color: #FFFFFF;
}

#referencement img {
	padding: 3px;
}

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

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

 /*------------------------------------------------------*
  *--------    CSS REFERENCEMENT  FIN                ----*
  *------------------------------------------------------*/
#contentIntro {

	width: 770px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}
