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


body {
	margin: 0;
	padding: 0;
	background-color: #38180B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #55220C;
	background-image: url(../images/deco/fond_general.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/*   

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

*/


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

select, input {
	color: #55220C;

}





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


#general{
float: left;
	padding:0;
	width:780px;
	margin-top: 54px;
	border-color: #9A3E15;
	border-bottom: 20px solid;
	border-right: 20px solid;
	border-top: 20px solid;
	background-color: #D0531D;
}

#general_index{
	padding:0;
	width:780px;
	margin-top: 54px;
	border-color: #9A3E15;
	border-bottom: 20px solid;
	border-right: 20px solid;
	border-top: 20px solid;	
}

#flash_anim {
	background-image: url(../images/diaporama/bg.jpg);
	background-repeat: no-repeat;
}

#anim_cote {
	
	float: left;
	width: 250px;
	height: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/*.flash_cote{
	float:right;
	width: 250px;
	height: auto;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 5px;
}*/

#menu-rappel{
background-color: #D0531D;
}
/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:770px;
	height:120px;
	background-color: #999;
}

/*Contenu de page  CONTENT */

#content {
	padding:0;
	background-color: #D0531D;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content-index {
	padding:0;
	background-image: url(../images/diaporama/bg2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#logo_index {
	padding:0;
	height: 300px;
	float:right;
/*	background-color: #301B1A;*/
}

.texte {
	text-align: justify;
	padding: 0px 30px 30px 30px;
}
.noel {
	text-align: center;
	padding: 0px 30px 30px 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/deco/fond-noel.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.noel p{
	padding: 5px;
	margin: 0;
	font-weight: 500;

}
.petit {
	font-size: 9px;
}

.lettrine{
	color: #8A0023;
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	padding-left: 15px;
}
.highlight {
	font-size: 11px;
	color: #8A0023;
}

#menu-carte {
	padding: 0 30px 20px 30px;
}
#menu-carte a {
	display: block;
	float: left;
	padding: 2px 8px 2px 8px;
	margin: 1px;
	text-decoration: none;
	background-color: #59220D;
	color: #E65C20;
}
#menu-carte a:hover {
	background-color: #8B3514;
	color: #E65C20;
}
#vin td {
	padding: 4px;
	background-color: #C34E1B;
}





.nav {
	background-color: #AF4618;
	background-position: bottom;
	background-repeat: no-repeat;
	vertical-align: top;
}


/*Bas de page  FOOTER*/

#footer{
	padding:0;
	height:20px;
	text-align: center;
	color: #4C1E0A;
	line-height: 20px;
}

#footer a, #footer_index a{
	color:#9A3E15;
	text-decoration:none;
}

#footer a:hover, #footer_index a:hover{
	color:#9F0028;
}

#footer_index{
	padding:0;
	height:20px;
	text-align: center;
	color: #4C1E0A;
	line-height: 20px;
	background-color: #D0531D;
}


#acc td {
	padding: 0 0 8px 0;
}



/*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: 0;
	   color:#000;

  }
  
   h2 {
	margin: 0 0 20px 30px;
	padding: 1px 10px 1px 0;
	color:#DA571E;
	text-align: right;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #9F0028;
  }
  
   h3 {
	margin: 0;
	padding: 1px 10px 1px 10px;
	color:#E65C20;
	background-color: #9F0028;
	width: 80%;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
  }
  
   h4 {
	margin: 0;
	padding: 0;
	color:#9F0028;
	font-size: 14px;
  }
  
   h5 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h6 {
   	margin: 0;
    padding: 0;
			 color:#000;
  }
#menu_vertical {
	margin-bottom: 10px;
}

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


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

/* MENU VERTICAL */

#menu_vertical a{
	padding:0 0 0 10px;
	display:block;
	color:#4C1E0A;
	text-decoration:none;
	font-size: 12px;
	line-height: 22px;
}

#menu_vertical a:hover, body#pres a#pres, body#carte a#carte, body#cave a#cave, body#eve a#eve, body#or a#or, body#acces a#acces {
	background-color:#9F0028;
	text-decoration:none;
	color: #DA5318;
	background-image: url(../images/deco/puce-menu.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
}
#menu-rappel {
	text-align: center;
	padding: 5px 0 5px 0;
}
#menu-rappel a {
	color: #2F1106;
	text-decoration: none;
}
#menu-rappel a:hover {
	color: #990000;
}



a.maison {
	margin: 8px;
	display: block;
	padding: 4px;
	text-decoration: none;
	background-color: #9A3E15;
	color: #E65C20;
	text-align: center;
}
a.maison:hover {
	background-color: #9F0028;
}




/* 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{
	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;
}


 
 /*------------------------------------------------------*
  *--------------------------     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;
	}
	
 /*------------------------------------------------------*
  *-----------    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{
	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;
	color:#02468B;
	font-size:11px;
}

 /*------------------------------------------------------*
  *--------    CSS POST IT  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: #55220C;
	width: 300px;
	margin: 0 auto;

}
/* DIV général des erreurs de saisie */
div.formulaire_erreursSaisie {
	border: solid 1px #9A3E15;
	background-color: #9A3E15;
	color: #E65C20;
	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 #9A3E15;
	background-color: #9A3E15;
	color: #E65C20;
	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 #55220C; 
	width: 100%;
}
/* Regroupement de champs : ligne en-tête de table */
.formulaire_table th {
	background-color: #9A3E15;
	color: #E65C20;
	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: #55220C;
	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;
	
}
/* Champs dans les formulaires (input, textarea) : sans erreur */
.formulaire_champ {
	background-color: #D0531D;
	border: solid #55220C 1px;
}
/* Champs dans les formulaires (input, textarea) : en cas d'erreur */
.formulaire_champ_erreur {
	background-color: #9A3E15;
	border: solid 1px #9A3E15;
	color: #E65C20;
}
/* 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: #9A3E15;
	border: solid 1px #9A3E15;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E65C20;
	cursor: pointer;
	margin: 5px;
}
/* Texte en bas du formulaire concernant les astérisques */
.formulaire_note {
	text-align: center;
	font-style: italic;
	padding-top: 8px;
}
/* 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: #D0531D;
	text-decoration: none;
}

#referencement a:hover {
	color: #9A3E15;
}

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