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


body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: Arial;
	color: #3e1f1c;
}


/*   

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

*/


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

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





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


#general{
	margin:0 auto;
	padding:0;
	padding-top:5px;
	width:100%;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:800px;
	height:177px;
}

/*Contenu de page  CONTENT */


#content_index {
	margin:0 auto;
	padding:0;
	padding-top:10%;
	width: 640px;
}

#content {
	margin:0 auto;
	padding:0;
	width: 800px;
	background-color:#cbbdb0;
}
.intermediaire {
font-size:9px;
text-align:justify;
}

/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:0;
	width:100%;
	height:100%;
	text-align: right;
	color: #3e1f1c;
	font-size:9px;
}

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

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


/*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;
}
.cible_inc{
	width: 400px;
	font-size: 10px;
	padding: 5px;
}

/*------------------------------------------------------*
  *--------------------------     CSS  scroll     ----*
  *------------------------------------------------------*/
#support {
	position:relative;
	width:420px;
	overflow:hidden;
	left:0px;
	top: 10px;
	right: 20px;
	bottom: 0px;
	margin: 10px;
	border: solid #ff6600 1px;
	height: 300px;
}
#cible {
	width: 420px;
	text-align: justify;
	left: 5px;
	margin: 0 auto;
	right: 20px;
	font-size: 10px;
}
.scroll {
	width:17px;
	height:300px;
	position:absolute;
	right:0px;
	background-image: url(../imagenes/deco/vertic_photo.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
 /*------------------------------------------------------*
  *--------------------------     CSS scroll FIN     ----*
  *------------------------------------------------------*/
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
   h1 {
   	margin: 0;
    padding: 0;
	   color:#3e1f1c;

  }
  
   h2 {
	margin: 0;
	padding: 0;
	color:#ff6600;
	font-size: 12px;
  }
  
   h3 {
	margin: 0;
	padding: 0;
	color:#674c5b;
	font-size: 14px;
  }
  
   h4 {
   	margin: 0;
    padding: 0;
	color:#ff6600;
  }
  
  
   h5 {
   	margin: 0;
    padding: 0;
	   color:#3e1f1c;
  }
  
   h6 {
   	margin: 0;
    padding: 0;
	   color:#3e1f1c;
  }
		
		 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN    ----*
  *------------------------------------------------------*/

.texte1
{
	font-size:11px;
	line-height: 17px;
} 		
.texte1 a
{
	font-size:11px;
	color: #3E1F1C;
	text-decoration: none;
} 
.texte1 a:hover
{
	font-size:11px;
	color: #FF6600;
}
ul.texte1 {
	margin:20px 0 20px 15px;
	padding:0;
}
 /*------------------------------------------------------*
  *-----------------------------------     CSS MENU     ----*
  *------------------------------------------------------*/

.menu
{
	display: block;
	width: 100%;
	height:20px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	padding-right:5px;
	padding-top:3px;
	text-decoration:none;
	background-color:#a98b81;
}

.menu:hover
{
	color:#FFFFFF;
	background-color:#c75b06;
} 

.sous_menu
{
	display: block;
	width: 100%;
	color:#FFFFFF;
	text-align:right;
	font-size:12px;
	padding-right:15px;
	text-decoration:none;
}

.sous_menu:hover
{
	color: #673206;
} 

.lien
{
	color:#ff6600;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

.lien:hover
{
	color:#a98b81;
} 

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

.image {
	border: 4px solid #a98b81;
}

.align_h {
background-repeat:repeat-x;
	}
	

#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{
	border-bottom:#000 solid 1px;
	border-left:#000 solid 1px;
	border-right:#000 solid 1px;
	background:#D1CFCF;
}

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

#post_it_content a:hover{
	text-decoration: underline;
}

#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 ul{
	margin:5px 3px;
	padding:0;
	color:#000;
	font-size:12px;
	text-align:left;
}
#post_it_content li{
	margin:0 0 0 10px;
	padding:0;
	list-style: none;
}

#post_it_content p{
	margin:0 auto;
	padding:15px;
	color:#02468B;
	font-size:11px;
}
td#prochain a img {
padding: 0;
margin: 4px 0 0 0;
}
 /*------------------------------------------------------*
  *--------    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: Arial;
	font-size: 11px;
	color: #3e1f1c;
	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 #3e1f1c;
	background-color: #3e1f1c;
	color: #fff;
	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 #3e1f1c; 
	width: 100%;
}
/* Regroupement de champs : ligne en-tête de table */
.formulaire_table th {
	background-color: #3e1f1c;
	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: Arial;
	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: #a98b81;
	border: solid #a98b81 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: #ff6600;
	border: solid 1px #a98b81;
	font-family: Arial;
	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: 70%;
}

#referencement img {
	padding: 3px;
}

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

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

 /*------------------------------------------------------*
  *--------    CSS annonces  DEBUT              ----*
  *------------------------------------------------------*/
.liens_annonces {
	padding: 5px;
	padding-bottom: 10px;
	margin: 10px;
	background-color: #D4C399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	text-align: left;
}

.liens_annonces a{
	text-decoration: none;
	color: #D57226;
}

.liens_annonces h1{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}

.liens_annonces .annonce{
	width: 130px;
	float: left;
	margin-right: 5px;
}

.liens_annonces .nom_site{
	color: 444;
}

.liens_annonces .txt_lien{
	color: #3e1f1c;
	font-size: 10px;
	margin: 5px 0;
}

.liens_annonces .annonce .url_site{
	color: #3e1f1c;
	font-size: 10px;
}

 /*------------------------------------------------------*
  *--------    CSS annonces  Fin                     ----*
  *------------------------------------------------------*/



 /*------------------------------------------------------*
  *--------    CSS REFERENCEMENT  FIN                ----*
  *------------------------------------------------------*/
	.accoblock {

	
		width: 500px;
		}
		
	.accotexte {
	
	font-size: 12px;
	
	width: 500px;
}

.titleacco  a{
	display: block;
   color:#3e1f1c;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
}

.myborder {
	font-size:11px;
}	

.lieuPresentation{
	color:#674c5b;
	font-weight: bold;
}

.lettrine {
float: left; /* positionnement de la lettrine dans le conteneur*/
font-size: 2em; /* 3 hauteurs de lignes pour la lettrine*/

font-weight: bold;
font-family: Georgia, Times New Roman, Times, serif;
color: Orange;
border: 1px solid #F47B00; /* définition d'une bordure autour de la lettrine*/
background-color: transparent; 
margin: 2px;
padding: 1px;
line-height: 1em;
}

/* table musique sacrée et lyrique*/
.tableauSacree{
	font-size:11px;
	font-weight: bold;
	border-spacing: 0px;
}

.tableauSacree td {
border-bottom: 1px solid Maroon ;
text-align: left;
}

.nonPret{
font-weight: normal;
font-size:11px;
color: #FF6226;
}

