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


body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #AA2F00;
	border-color:#DCB700;
	background-color:#FFFFFF;
	background-position: top;
}


/*   

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

*/


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

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

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



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


#general{
	margin:0 auto;
	padding:0;
	width:912px;
}
#flash {
	width: 900px;
	height: 300px;
	margin: 0 auto;
}
#logo {
	background-color: #FFFFFF;
	width: 900px;
	margin: 0 auto;
	margin-top: 20px;
}

#menu_rappel {
	text-align: center;
	padding-top: 15px;
	font-size: 10px;
}
#menu_rappel a {
	color: #999999;
	padding: 0 3px 0 3px;
	text-decoration: none;
}
#menu_rappel a:hover {
	color: #666666;
}





/*Haut de page  HEADER*/

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

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0;
	width: 858px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DCB700;
	border-right-color: #DCB700;
	border-bottom-color: #DCB700;
	border-left-color: #DCB700;
}
.fond_bouquet {
	background-image: url(../images/deco/bg_content_bouquet.jpg);
}
.fond_pres {
	background-image: url(../images/deco/bg_content_presentation.jpg);
}
.fond_evene {
	background-image: url(../images/deco/bg_content_evenement.jpg);
}
.fond_abo {
	background-image: url(../images/deco/bg_content_abonn_.jpg);
}

.fond_command {
	background-image: url(../images/deco/bg_content_command_.jpg);
}

.texte_contact{
	padding:0 10px 10px 10px;
}

#texte {
	margin-left: 27px;
	width: 400px;
	text-align:left;
	padding-bottom: 30px;
	color:#993300;
}
#block_texte_seul {
	width: 400px;
	text-align: justify;
	color:#993300;
	float: left;
	margin: 10px 25px 10px 0;
}
#block_texte_droite {
	width: 370px;
	min-height:400px;
	color:#993300;
	float: right;
	margin-top: 67px;
	margin-bottom: 10px;
	padding: 0 30px 0 0;
}
#block_fleur {
	width: 173px;
	text-align: justify;
	color:#993300;
	float: left;
	margin: 10px 20px 10px 0;
}
#block_fleur h3{
	margin: 0;
	padding: 0;
	color:#CC3300;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.prix{
	font-weight:bold;
	color:#000000;
}
#texte03 {
	margin-right: 0px;
	width: 173px;
	text-align: justify;
	color:#993300;
}


.frais{
	color: #666666;
	font-style: italic;


}
.titre_formules{
	padding:3px;
	color: #AA2F00;
	background-color: #DCB700;
	margin-bottom: 6px;
	font-weight: bold;
	text-transform: uppercase;
}
.tarif_abonnement{
	padding:3px 0;
	font-weight: bold;
	background-color: #DDD;
}
.prix_abonnement{
	padding:5px;
	background-color: #F4F4F4;
	margin-bottom: 6px;
	border: 1px solid #DDD;
}

/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:0;
	height:26px;
	width: 848px;
	line-height: 20px;
	padding-left: 10px;
	background-color: #AA2F00;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #AA2F00;
	border-bottom-color: #DCB700;
	border-left-color: #AA2F00;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #832400;
	color: #FFFFFF;
}

#footer a{
	color:#FFF;
	text-decoration:none;
}
#footer a.rose {
	color:#333333;
	text-decoration: none;
}


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


/*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 PLANS          ----*
  *------------------------------------------------------*/
  
/*page plans debut*/
#plan {
	width: 310px;
}

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

/*page plans fin*/



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

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

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

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

/*pop up plans 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: 400px;
	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 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;
}
/* 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: #AA2F00;
	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 {
	text-align: left;
	width: 100%;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/* Champs dans les formulaires (input, textarea) : sans erreur */
.formulaire_champ {
	background-color: #DCB700;
	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: #AA2F00;
	border: solid 1px #AA2F00;
	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;
}
/**************/
/* 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 TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
   h1 {
   font-size:18px;
   	margin: 0 20px 10px 0;
    padding: 25px 0 0 0 ;
	color:#AA2F00;

  }
  
   h2 {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color: #AA2F00;
	text-align: center;
	margin: 4px 23px 0 0;
	padding: 5px  0;
	
  }
  
   h3 {
	margin: 0;
	padding: 0;
	color:#CC3300;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
  }
  
   h4 {
	margin: 0;
	padding: 0;
	color:#CC3300;
	font-size: 12px;
	font-weight: bold;
  }
  
   h5 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h6 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES 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 POST IT  DEBUT                 ----*
  *------------------------------------------------------*/

/*<div id="transparent" class="transparent" style="position: absolute; z-index: 10; left: 24px; top: 107px; width: 200px; padding: 0px; cursor:move"></div>*/

#post_it_header{
	width: 200px;
	height:80px;
	background:url(../images/admin/punaise.gif) no-repeat;
}

#post_it_content{
	width: 200px;
	height:120px;
	border-bottom:#000 solid 1px;
	border-left:#000 solid 1px;
	border-right:#000 solid 1px;
	background:#D1CFCF;
}

#post_it_content a{
	color:#3DAFEB;
	text-decoration: none;
}

#post_it_content a:hover{
color:#F67F00;
}

#post_it_content h4{
	margin:0;
	padding:10px 0 0 0;
	color:#F67F00;
	font-size:14px;
	text-align:center;
}

#post_it_content p{
	margin:0 auto;
	padding:15px 0 0 0;
	width:180px;
	color:#02468B;
	font-size:11px;
}

 /*------------------------------------------------------*
  *--------    CSS scroll                      ----*
  *------------------------------------------------------*/
#support {
	position:relative;
	width:303px;
	height:320px;
	overflow:hidden;
	top: 30px;
	left: 30px;
	z-index: 1;
}
#contenu {
	width: 280px;
	text-align: justify;
}
.scroll {
	width:17px;
	height:320px;
	position:absolute;
	right:0;
	background-image: url(../images/deco/vertic.gif);
	background-repeat: no-repeat;
	background-position: center top;
}	




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

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

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

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

 /*------------------------------------------------------*
  *--------    CSS REFERENCEMENT  FIN                ----*
  *------------------------------------------------------*/
#plan
{margin-top:20px;margin-bottom:20px;}

#plan_contact
{float:right; width: 375px; margin-top:110px;margin-right:10px;}

#formulaire_contact
{float:left; width: 400px; margin-left:10px; ;margin-bottom:10px;margin-top:10px;}

#plan_contact a
{color:#AA2F00;}
