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


body {
	scrollbar-face-color: #CCC;
	scrollbar-shadow-color: #000;
	scrollbar-highlight-color: #FFF;
	scrollbar-3dlight-color: #FFF;
	scrollbar-darkshadow-color: #FFF;
	scrollbar-track-color: #FFF;
	scrollbar-arrow-color: #000;
	margin: 0;
	padding: 0;
	background-color: #A40422;
	font-family: "trebuchet MS";
	font-size:12px;
	color: #5E0C1B;
	background-image: url(../images/deco/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	
}


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


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

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

p {
	margin: 0px;
 padding: 0px;
}

li {
	list-style-image: url(../images/deco/puce.gif);
}



 /*------------------------------------------------------*
  *-----------------------------------     CSS BLOCS     ----*
  *------------------------------------------------------*/
.intro{
	width:650px;
	left: 50%;
	margin-left: -409px;
	position: absolute;
}

#general{
	width:818px;
	left: 50%;
	margin-left: -409px;
	position: absolute;
}
#intro{
	width:818px;
	left: 50%;
	margin-left: -409px;
	position: absolute;
	background-image: url(../images/deco/bg_intro.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*Haut de page*/

#header{
	padding:0;
	height:375px;
}

/*Contenu de page*/

#content {
	background-image: url(../images/deco/bg_content.gif);
	background-repeat: repeat-y;
	
}
#contenu {
	padding: 5px 15px 15px 15px;
	text-align: justify;
}

#nav {
}
#nav a {
	display: block;
	background-image: url(../images/deco/bouton_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 35px;
	margin-bottom: 5px;
	color: #5E0C1B;
	text-decoration: none;
	text-indent: 95px;
}
#nav a:hover {
	background-image: url(../images/deco/bouton_on.gif);
}
#ssnav {
}
#ssnav a {
	text-decoration: none;
	background-color: #A40422;
	padding: 0px 2px 0px 2px;
	color: #FFFFFF;
	margin-right: 10px;
	
}
#ssnav a:hover {
	background-color: #FFC5D0;
}

#encart {
margin:0 auto;
text-align:center;
background-color: #fc78a8;
color:#FFFFFF;
font-weight:bold;
width:150px;
}

#capacites {
	margin-top: 15px;
	color: #FFFFFF;
}
#capacites img {
	border: 1px solid #A40422;
}
#capacites td.descriptif {
	padding: 5px;
	text-align: justify;
	background-color: #A40422;
}
a.lien_retourliste {
	display: block;
	margin-top: 10px;
	background-color: #5E0C1B;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 5px;
}
a.lien_retourliste:hover {
	background-color: #970A24;
}

.cliquez {
	line-height: 20px;
	display: block;
	margin-top: 10px;
	background-color: #FF80A3;
	background-image: url(../images/deco/fleche.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFFFFF;
	text-indent: 30px;
}
#adresse {
	padding-top: 15px;
	text-align: center;
}
#adresse a {
	color: #5E0B1B;
	text-decoration: none;
}
#adresse a:hover {
	color: #FF99CC;
}
/*Bas de page*/

#footer{
	padding:0;
	height:61px;
	background-image: url(../images/deco/footer.gif);
	background-repeat: repeat;
	
}

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

#footer a:hover{
	color:#999;
}
#jpgrotator {
	height: 538px;
}
#rappel_menu {
	text-align: center;
}
#rappel_menu a {
	text-decoration: none;
	color: #FFCCCC;
	padding: 0px 5px 0px 5px;
}
#rappel_menu a:hover {
	color: #CC3366;
}
/*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;
}
.espace {
	height: 7px;
}

.img_sous_menu{
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 6px 90px;

}

 /*------------------------------------------------------*
  *--------------------------     CSS PLANS     ----*
  *------------------------------------------------------*/
  
/*page plans*/

#plan {
	width: 425px;
}

#plan a{
	width: 425px;
	text-decoration:none;
	font-weight:bold;
	color:#5E0B1B;
	padding-left:10px;
}

#plan img {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #A40422;
}

/*pop up plans*/
#popup_plan {
 margin-top:10px;
	width: 700px;
	position: absolute;
	left: 50%;
	margin-left: -350px;
}

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

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

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


.lettrine {
	color:#FFA0BE;
	font-size: 18px;
	font-weight: bold;
	margin-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.paragraphe_italique {
	color:#A40422;
	font-size: 14px;
	font-weight: bold;
	margin-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}

 /*------------------------------------------------------*
  *--------------------------     CSS TITRES     ----*
  *------------------------------------------------------*/
  
   h1 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color:#666666;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #E2E2E2;

  }
  
   h2 {
   	margin: 0px;
    padding: 0px;
	   color: #000;
  }
  
   h3 {
   	margin: 0px;
    padding: 0px;
  	 color:#000;
  }
  
   h4 {
	margin: 0px;
	padding: 0px;
	color:#7C0218;
	font-size: 16px;
  }
  
   h5 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
  }
  
   h6 {
   	margin: 0px;
    padding: 0px;
  	 color:#000;
  }

 

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

#zone {
	margin:5px;
	width: 300px;
	height: 250px;
	overflow: auto;
}
#contenu .img_haut-droit{
	display: block;
	float: right;
	margin: 0 0 6px 10px;
	width: 67px;

}
#content .img_haut-droit{
	display: block;
	float: right;
	margin: 0 0 6px 10px;
	width: 67px;

}

.transparence {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}
	
.titre_tarif{
	float: left;
	width: 325px;
	height: 30px;
	font-weight: bold;
}

.content_bouton_paypal{
	text-align: right;
	float:left;
	height: 30px;
}

.tarif_descriptif{
		border-bottom: dotted 1px #000;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-bottom: 10px;
}

 /*---------------------------------------------------------*
  *----        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 #f00;
	background-color: #fee;
	color: #f00;
	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 #A40422;
	background-color: #FF80A;
	color: #000;
	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: #A40422;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
/* 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: #f00;
	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: #eee;
	border: solid #A40422 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: #A40422;
	border: solid 1px #A40422;
	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                  ----*
  *-------------------------------------------------------*/

.blog
{color:#5e0c1b;
text-decoration:underline;}

.blog:hover
{color:#ff80a3;
text-decoration:underline;}
