 /*------------------------------------------------*
  *---  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:10px;
	color: #000;
	background:#015940 url("../images/deco/fond.jpg") 
	top left repeat-x fixed;

}


/*   

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

*/


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

p.contenu {
	margin-top: 5px;
}


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



a{
color:#000;
text-decoration:none; 
}

a img
{
  border:  none ;
}

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


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

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:780px;
	height:250px;
	background-color:#346641;

}

#header_vert{
	margin:0;
	padding:0;
	width:780px;
	height:24px;
	background-color: #346641;
	text-align: center;
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0;
	width: 780px;

	background-color:#37978F;
}

#simpleviewer {
	margin:0 auto;
	padding:0;
}

#blanc {

	margin:0 0 0 5px;
	padding:0;
	width: 775px;
	background-color:#FFF;
}
#bas_vert{
	margin:0;
	padding:0;
	height:5px;
	background-color: #37978F;
}
#droite{
	margin:0 0 0 3px;
	padding:0;
	width:617px;
	background-color:#FFF;
}

#droite_bas{
	margin-left:36px;
	margin-top:15px;
	min-height:90px;
	width:200px;
}

.img_pdf{
margin-left:3px;
}


#photo{
	margin:0px;
	padding:5px;
}


#photo_legende{
	margin:auto;
	padding:auto;
	text-align: center;
	font-style:italic;
	font-size:12px;
	width:240px;
	padding:5px;
}



#texte{
	margin:0px;
	padding:10px;
}
#rubrique_total{
	margin:0 0 0 0;
	padding:0;
	width:150px;
	background-color: #FFF;
}

#rubrique{
	margin:3px 0 0 3px;
	padding:0;
	width:150px;
	background-color: #E2E2E2;
}

#rubrique:hover{
	margin:3px 0 0 3px;
	padding:0;
	width:150px;
	background-color: ##00694B;
}





#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#coordonnees{
	padding:6px;
	margin:10px;
	border: 1px solid #00826C;
	}
#coordonnees h1{
	display:block;
	padding:5px;
	background-color:#00826C;
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
	}
dl{
	font:italic 12px/130% Arial, Helvetica, sans-serif;
	margin:9px 15px;
	}
dt{
	background:url(../images/deco/puce-liste.gif) no-repeat;
	padding:0 0 0 20px;
	margin:5px;
	display:block;
	border-top:1px dotted #CCCCCC;
	}
dd{
	margin:2px 0 20px 40px;
	}

ul.partenaires_gestion  {
	list-style-type: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

li {
	margin-bottom:10px;
}

.bloc_restaurant .titre_carte {
    color: #808080;
    display: block;
    font-weight: bold;
	color: #00826C;
	font-size: 12px;
}

.bloc_restaurant .description_carte {
    color: #999999;
    display: block;
    font-style: italic;
    margin-left: 10px;
    padding: 0 0 5px 10px;
	font-size: 11px;
}

.bloc_restaurant .prix_carte {
    color: #000000;
    display: block;
    float: right;
    font-size: 11px;
    font-weight: bold;
    margin-right: 10px;
}

.bloc_restaurant a {
    color: #999999;
    text-decoration: none;
}

.bloc_restaurant img{
    background-color: #E5E5E5;
    float: left;
    margin: 0 10px 15px;
}

/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:0;
	width:780px;
	height:30px;
	background-color:#37978F;
	text-align: center;
	color: #FFF;
}

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

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


/*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;
	FONT-SIZE: 11px;
	font-weight:200;
	font-family: verdana, sans-serif;
	   color:#000;

  }
  

  
   h2 {
   	margin:6px 0 0 40px;
	FONT-SIZE: 11px;
	font-weight:500px;
	font-family: arial, sans-serif;
	color:#FFF;
  }
  
     h3 {
   	margin:0;
    padding:12px 0 0 11px;
	line-height:17px;

	FONT-SIZE: 13px;
	font-family: verdana, sans-serif;
	color:#00826C;
  }
  
  
   h4 {
   	margin:0 5px 2px 5px;
	line-height:14px;

	FONT-SIZE: 13px;
	font-family: verdana, sans-serif;
	color:#000;
  }
    
	h4 a:hover {
   color:#379891;
   }
  
   h5 {
   	margin:0 5px 2px 5px;
	line-height:12px;

	FONT-SIZE: 11px;
	font-family: verdana, sans-serif;
	color:#000;
  }
  	h5 a:hover {
   color:#379891;
   }
  
   h6 {
   	margin:0;
    padding:14px 0 0 11px;
	line-height:17px;
	FONT-SIZE: 13px;
	font-family: verdana, sans-serif;
	color:#00826C;
  }
		

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


 /*------------------------------------------------------*
  *--------------------------     CSS PLANS DEBUT         ----*
  *------------------------------------------------------*/
  
#plan{
	margin:0px;
	padding:0 0 0 5px;
}

#plan img {
 margin-top: 10px;
	margin-bottom: 10px;
}

  #cliquer {
   	margin:-10px 0 0 0;
	FONT-SIZE: 11px;
	font-family: arial, sans-serif;
	font-weight:200;
	color:#000;
  }
  
  .cliquer{
  FONT-SIZE: 11px;
	font-family: arial, sans-serif;
	color:#000;
	margin-left:6px;
	margin-top:3px;
  }
  
  
 .pdf_texte{
 FONT-SIZE: 11px;
	font-family: arial, sans-serif;
	font-weight:200;
	color:#000;
 }
/*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;
	}
.biggreen{
	color:#00826C;
	font-size:16px;
	font-weight:bolder;
	}
	
 /*------------------------------------------------------*
  *-----------    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: #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 #036;
	background-color: #9cf;
	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 {

	width: 100%;
}
/* Regroupement de champs : ligne en-tête de table > cachée*/
.formulaire_table th {
	background-color:transparent;
	color:#FFFFFF;
	text-align: center;
	font-size:5px;
}
/* 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=80);
	-moz-opacity: 0.8;
}
/* Champs dans les formulaires (input, textarea) : sans erreur */
.formulaire_champ {
	background-color: #3F9F94;
	border: solid #38978F 1px;
}
/* Champs dans les formulaires (input, textarea) : en cas d'erreur */
.formulaire_champ_erreur {
	background-color: #005B4B;
	border: solid 1px #3F9F94;
}
/* 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: #00694B;
	border: solid 1px #000;
	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;
	width: 55%;
}

#referencement img {
	padding: 3px;
}

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

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

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

