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


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#000 url(../images/body/background.jpg);
	color: #000;
}

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


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


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

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:980px;
	height:210px;
	background:#000 url(../images/header/background.jpg) no-repeat top;
}

/*Contenu de page  CONTENT */
#home_content{
	width:980px;
	height:467px;
	margin:0 auto;
	background:url(../images/home/provisoire.jpg) no-repeat top;
	}
a.home_cont{
	display:block;
	text-align:center;
	color:#cc9c92;
	font:normal normal normal 17px/1.5em Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	padding-top:390px;
	}
a:hover.home_cont{
	color:#FFF;
	font-weight:bolder;
	}
#content {
	margin:0 auto;
	padding:0;
	width: 980px;
	background:#000 url(../images/content/background.jpg) repeat-y top;
}
#content_title{
	background:#000 url(../images/content/bg-title.jpg) no-repeat top;
	height:40px;
	padding:30px 15px 0 0;
	color:#FFF;
	text-align:right;
	text-transform:uppercase;
	}
#content_title h1{
	color:#FFF;
	font:normal normal bold 22px/1.3em Georgia, "Times New Roman", Times, serif;
	margin:0;
	}
/*****   partie de gauche ********/
#content_gauche{
	float:left;
	position:relative;
	left:5px;
	background:#000;
	width:645px;
	background:url(../images/content/bg-left-content.jpg) no-repeat top left;
	}
#content_gauche h2{
	margin:5px 0 0 10px;
	padding:22px 0 14px 75px;
	font:normal normal bold 16px/1.3em Georgia, "Times New Roman", Times, serif;
	text-align:left;
	text-transform:uppercase;
	display:block;
	color:#bed0db;
	background:url(../images/content/bgtitle.gif) no-repeat left;
	}
#content_gauche p{
	font:normal normal normal 12px/1.2em Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:justify;
	padding:10px 34px 0;
	margin:0;
	}
a.lien_rose{
	font-weight:bolder;
	color:#cc9c92;
	text-decoration:none;
	}
a:hover.lien_rose{
	color:#FFF;
	text-decoration:underline;
	}
/*///////////////////////////////////////*/
#vignette_conteneur{
	width:580px;
	margin:0 auto;
	}
#vignette_conteneur img{
	margin-bottom:5px;
	}
.vignette_prod{
	width:170px;
	padding:3px;
	margin:3px;
	float:left;
	border:1px solid #cc9c92;
	text-align:center;
	}
.vignette_prod a{
	display:block;
	background:#ddd;
	text-align:center;
	font-size:10px;
	font-weight:bolder;
	color:#000;
	}
.vignette_prod a:hover{
	text-decoration:none;
	}
.vignette_prod img{
	border:0;
	}
.vignette_prod h4{
	text-transform:uppercase;
	text-align:center;
	margin:0;
	font:normal normal bolder 13px Verdana, Arial, Helvetica, sans-serif;
	border:solid #000;
	border-width: 1px 0;
	background:#cc9c92;
	}
.vignette_prod h5{
	font:normal normal normal 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	padding:1px;
	margin:0;
	display:block;
	text-align:center;
	color:#FFF;
	border-bottom:1px dotted #DDD;
	}
/*////   fiche produit  /////*/
#pres_fiche{
	text-align:center;
	margin:3px 3px 3px 0;
	}
.vignette_fiche{
	width:310px;
	font:11px Arial, Helvetica, sans-serif;
	padding:3px;
	float:left;
	text-align:left;
	margin:3px;
	border:1px solid #cc9c92;
	}
.vignette_fiche dl{
	margin-top:0;
	padding-left:3px;
	}
.vignette_fiche dt{
	padding:3px;
	font-weight:bold;
	display:block;
	border-top:1px dotted #ccc;
	background:#cc9c92;
	}
.vignette_fiche dd{
	padding:3px 10px;
	margin:0;
	display:block;
	border-top:1px dotted #ccc;
	background:#ffc2b6;
	}
.vignette_fiche p{
	padding:3px 3px 10px;
	font-size:12px;
	color:#CCC;
	}
.vignette_fiche h2{
	font:normal normal normal 18px/1.5em Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #cc9c92;
	color:#cc9c92;
	text-align:right;
	margin:0;
	padding:2px;
	}
/*****   partie de droite ********/
#content_droit{
	float:right;
	position:relative;
	right:5px;
	background:#CCC;
	width:325px;
	background:url(../images/content/bg-right-content.jpg) no-repeat top right;
	}
.img_transparent{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	}
/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:20px 0 0;
	font:normal normal normal 11px/1.2em Verdana, Arial, Helvetica, sans-serif;
	width:980px;
	height:30px;
	background:#000 url(../images/footer/background.jpg) no-repeat top;
	text-align: center;
	color:#FFF;
}

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

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


/*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   ----*
  *------------------------------------------------------*/

 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/


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

/* MENU VERTICAL */

ul#menu_vertical{
	margin:0;
	padding:0;
	width:200px;
	list-style:none;
	text-align:center;
	color:#fff;
}

ul#menu_vertical li{
	margin:0 0 1px 0;
	background:#990000;
	border: 1px solid #600;
}

ul#menu_vertical li a{
	padding:4px 0;
	background:#990000;
	display:block;
	color:#fff;
	text-decoration:none;
}

ul#menu_vertical li a:hover, ul#menu_vertical li a:focus, ul#menu_vertical li a:active {
	background:#900;
	text-decoration:none;
}

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

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

ul#menu_horizontal li{
	margin-right:1px;
	width: 150px;
	border:1px solid #600;
	color:#fff;
	float:left;
}

ul#menu_horizontal li a{
	padding:4px 0;
	background:#990000;
	display:block;
	color:#fff;
	line-height:1em;
	text-align:center;
	text-decoration:none;
}

ul#menu_horizontal li a:hover, ul#menu_horizontal li a:focus, ul#menu_horizontal li a:active {
	background: #900 ;
	text-decoration:none;
}
/*/////////////////////////////////////////////////////////////////*/
/*////    menu ajax  ////////////////////*/
/*///////////////////////////////////////////////////*/
#supheader{
	width:980px;
	background:#555 url(../images/supheader/background.jpg) no-repeat top;
	margin:5px auto 0;
	padding:0;
	}
#navUL{
	margin-top: 57px;
	margin-left:100px;
	}
/* Nav */
	.nav {
		float: left;
		width: 700px;
	}

	.nav ul {
		float: left;
		list-style: none;
		height: 23px;
		margin:0;
	}

	.nav li {
		float: left;
		height: 23px;
		padding:0;
		border-right:1px dotted #888;
	}

	.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
		height: 21px;
		padding: 5px 5px 0;
		color: #CCC;
		font: 13px/16px Arial, sans-serif;
		font-weight:bold;
		background: none;
		text-align: center;
		text-decoration: none;
		outline: 0;
	}

	.nav li a:hover {
		text-decoration: none;
		color: #ffffff;
	}

/* SubNav */
	.subNavContainer {
		display: none;
		float: left;
		overflow: hidden;
		height: 0px;
		width: 600px;
	}

	.subNav {
		display: none;
		height: 22px;
	}

	.subNav a:link, .subNav a:visited, .subNav a:active {
		float: right;
		padding: 0 10px 0 18px;
		height: 23px;
		color: #cc9c92;
		font: 11px/22px Arial, sans-serif;
		text-align: center;
		display: block;
		text-decoration: none;
		outline: 0;
	}

	.subNav a:hover {;
		background: #cc9c92 url(http://colourlovers.com.s3.amazonaws.com/images/v3/header/subNav/bullet.png) left no-repeat;
		color:#000;
	}



 
 /*------------------------------------------------------*
  *--------------------------     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 PAGE CONTACT  DEBUT                  ----*
  *---------------------------------------------------------*/
/* NE_PAS_TOUCHER_CETTE_LIGNE_POUR_MAIL_PAGE_CONTACT_DEBUT */

/* DIV général contenant l'ensemble du FORMULAIRE */
div.formulaire_general {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#cc9c92;
	background-color: inherit;
	color: inherit;
	width: 550px;
	margin: 0 auto;
}
/* DIV contenant l'ensemble des ERREURS de saisie */
div.formulaire_erreursSaisie {
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	background-color: #eee;
	color: #f00;
	padding: 5px;
	margin-bottom: 3px;
}
/* DIV pour chaque LIGNE D'ERREUR de saisie */
div.formulaire_erreursSaisie_ligne {
}

/* Tableau de champs général */
table.formulaire_table {
	width: 100%;
}
/* GROUPE de champs : ligne EN-TÊTE de table */
.formulaire_table th {
	background-color: #ccc;
	color: #cc9c92;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/* GROUPE de champs : en FIELSET */
.formulaire_table fieldset {
	border-style: solid;
	border-width: 1px;
	border-color: #cc9c92;
}
/* LEGENDE du fielset ci-dessus */
.formulaire_table legend {
	font-weight: bold;
	padding: 10px;
	text-align:center;
	color:#cc9c92;
}
/* LIGNES de SÉPARATION entre deux lignes de 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;
		color:#cc9c92;
	}
	/* Normal */
	td.formulaire_nom_champ {
	}
	/* En cas d'ERREUR sur le champ */
	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;
	}
	/* Normal */
	td.formulaire_td_champ {
	}
	/* En cas d'ERREUR sur le 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: 12px;
		text-align: left;
		width: 200px;
		padding-top: 2px;
		padding-right: 3px;
		padding-bottom: 2px;
		padding-left: 3px;
		/* Attention, jouer sur l'opacité ICI (sur les INPUT) peut provoquer des problèmes d'affichage de SELECT sous IE */
		/*filter: alpha(opacity=80);
		opacity: 0.8;*/
	}
	/* Normal */
	.formulaire_champ {
		background-color: #eee;
		color:#330000;
		border-style: solid;
		border-width: 1px;
		border-color: #ccc;
		width:400px;
	}
	/* En cas d'ERREUR sur le champ */
	.formulaire_champ_erreur {
		background-color: #fcc;
		border-style: solid;
		border-width: 1px;
		border-color: #f99;
		width:400px;
	}

/* SUFFIXES : texte qui s'ajoute après les champs (€, kg, /jour...) */
span.formulaire_champ_suffixe, span.formulaire_champ_suffixe_erreur {
	font-style: italic;
}

/* Cellules réunies (colspan) : dans TOUS les cas */
td.formulaire_td_colspan, td.formulaire_td_colspan_erreur {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* Cellule TD du Titre d'un objet TABLEAU */
td.formulaire_tableau_titre {
	font-style: italic;
}
/* Cellule TH d'un objet TABLEAU au croisement des en-têtes de lignes/colonnes */
th.formulaire_tableau_coin {
	background-color : transparent;
}
/* EN-TETE TH de COLONNES d'un objet TABLEAU */
th.formulaire_tableau_colonne_entete {
	background-color: #ccc;
}
/* EN-TETE TH de LIGNES d'un objet TABLEAU */
th.formulaire_tableau_ligne_entete {
	background-color: #ccc;
}

/* TD du Bouton "ENVOYER" du formulaire */
td.formulaire_td_envoyer {
	padding-right: 5px;
	text-align: right;
}
/* BOUTON "ENVOYER" du formulaire */
input.formulaire_envoyer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #cc9c92;
	color: #000;
	border: solid 1px #000;
	cursor: pointer;
	margin: 5px;
}

/* TEXTE EN BAS du formulaire concernant les astérisques */
.formulaire_note {
	text-align: center;
	font-style: italic;
}

/* DIV du message une fois le MESSAGE ENVOYÉ */
div.formulaire_msgRetour {
	background-color: #eee;
	color: #000;
	text-align: center;	
	padding: 10px;
	margin: 50px auto;
	border: solid 1px #999;
}
/* Lien "RETOUR" un fois le message envoyé */
a.formulaire_msgRetour_lien {
	color: #000;
	font-weight: bold;
}

/**************/
/* CALENDRIER */
/**************/

.div_calend {
	position: absolute;
	margin-left: 0px;
	margin-top: -80px;
	display: none;
	z-index: 100;
}
.div_calend .tab_general {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	text-align: center;
	width: 280px;
	border: solid 1px #333;
}
.div_calend .cell_mois {
	background-color: #ccc;
	font-weight: bold;
	text-align: center;
	color: #000;
	width: 60%;
	padding: 3px;
}
.div_calend .cell_fleche {
	background-color: #ccc;
	text-align: center;
	padding: 3px;
}
.div_calend .cell_fleche a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.div_calend .cell_nomjour {
	font-size: 10px;
	color: #000;
	background-color: #ddd;
	text-align: center;
	vertical-align: middle;
	border-top: solid 1px #ddd;
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	border-left: solid 1px #ddd;
	padding: 3px;
}
.div_calend .cell_jour {
	font-size: 10px;
	color: #000;
	background-color: #eee;
	text-align: center;
	vertical-align: middle;
	border-top: solid 1px #fff;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-left: solid 1px #fff;
}
.div_calend .cell_jour:hover {
	border-top: solid 1px #ccc;
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee;
	border-left: solid 1px #ccc;
}
.div_calend .cell_jour_vide {
	background-color: #f8f8f8;
}
.div_calend .cell_jour_a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	text-align:center;
	display: block;
	width:inherit;
	padding: 3px;
}
.div_calend .cell_jour_a:hover {
	background-color: #fff;
	color: #666;
	font-weight:bold;
}
.div_calend .lien_fermer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #333;
	text-decoration: none;
	padding: 2px;	 /** voir note de l'attribut taille **/
	display: block;  /** on met un display: block car le margin-top ne sera pas pris en compte pour un display in-line (par défaut) **/
	width: 70px;	 /** display: block implique une taille de 100%. Il faut donc mettre une taille qui DOIT être cohérente avec le padding **/
	text-align: center;
}

/* 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: #666;
}

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

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

#referencement a img {
	border: none;
}

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

ul#navpage{
	height:12px;
	margin:0;
	padding:10px 45px 10px 0;
	list-style-type:none;
	font-size:0.9em;
	text-align:right;
}

ul#navpage li{
	margin:0 0 0 0;
	padding:0;
	display:inline;
}

ul#navpage a{
	color:#BFD0DB;
	text-decoration:none;
	/*text-decoration:underline;*/
}

ul#navpage a:hover{
	text-decoration: none;
	color: #Cc9C92;
}

ul#navpage a.texte_page{
	font-weight : bold;
	font-size 	: 12px;
	color 		: #000;
	background 	: #CC9C92;
}


ul#navpage .inactif {
	color: #666;
}