/*------------------------------------------------*
 *---  WWW.ICARE-NET.COM - agence web ---  CSS  --*
 *------------------------------------------------*/
 /*///////////////////////////////////////////////////////*/
 /*--------------------------------------------------------*/
/*///                IMPORT CSS                     ///*/
/*--------------------------------------------------------*/
@import url("menu.css");

/*////////////////////////////////////////////////////////*/	
		
html {
   margin: 0;
   padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #212121;
	color: #666666;
}

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

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





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


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

/*Haut de page  HEADER*/

#conteneur_header{
	margin:0 auto;
	padding:0;
	width:100%;
	height:271px;
	background-image: url(../images/deco/fond_rep_header_beige.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
/*#header{
	margin:0 auto;
	padding:254px 0 0 0;
	width:990px;
	height:17px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/deco/fond_header_beige.jpg);
}*/

#header{
	margin:0 auto;
	padding:0;
	width:990px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/deco/fond_header_beige.jpg);
}
#flash_anim{
	margin:0 auto 3px auto;
	padding:0;
	width:990px;
	height:250px;
}

a.bouton_head {
	margin:0 20px 0 0;
	padding:0 0 0 12px;
	color:#706854;
	text-decoration:none;
	font-size: 11px;
	text-transform: uppercase;
	background-image: url(../images/deco/bullet_fleche.gif);
	background-repeat: no-repeat;
	background-position: left 4px;

}
a.bouton_head:hover {
	color:#262520;
	text-decoration:none;

}

a.bouton_contact {
	margin:0 270px 0 0;
	padding:0 0 0 12px;
	color:#861615;
	text-decoration:none;
	font-size: 11px;
	text-transform: uppercase;
	width: 50px;
}
a.bouton_contact:hover {
	color:#262520;
	text-decoration:none;

}

.home{
	margin:0 0 0 171px;
	padding:0;
	background:none;
	background-image:none;
}

.contact{
	margin:0 0 0 19px;
	padding:0;
	background:none;
	background-image:none;
}
/*Contenu de page  CONTENT */

#conteneur_content {
	margin:0 auto;
	padding:0;
	width: 100%;
	background-color: #F4F4F4;
	background-image: url(../images/deco/fond_rep_conteneur_content.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#content {
	margin:0 auto;
	padding:0;
	width: 990px;
	background-image: url(../images/deco/fond_content.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#content_index {
	margin:0 auto;
	padding:0;
	width: 990px;
	background-image: url(../images/deco/fond_content.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 300px;
	cursor:pointer;
}

#conteneur_tri{
	margin:0 auto;
	padding:0 0 111px 0;
	width: 100%;
	background-color: #292929;
	border-color:#333333;
	border-style:solid;
	border-width:1px 0 0 0;
	height: 100px;
}
#tri{
	margin:0 auto;
	padding:0;
	width: 990px;
	height: 60px;

}

#next {
	font-size:10px;
	margin:0px;
	padding:2px 0px 0px 7px;
	width:85px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	color:#8D8A82;
	text-transform:lowercase;
	letter-spacing:normal;
	text-decoration:none;
	background-image:url(../images/deco/boutons/suivant_a.gif);
	height: 16px;
	display: block;
	float: right;
}

#next:hover {
	background-image:url(../images/deco/boutons/suivant_hover.gif);
	color: #605E5A;
}

/*Bas de page  FOOTER*/
#conteneur_footer{
	margin:0 auto 0 auto;
	padding:0;
	width:100%;
	height:60px;
	background-color:#212121;
	background-image: url(../images/deco/fond_rep_cont_footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

*html #conteneur_footer{
	margin:-30px 0 0 0;
}
*+html #conteneur_footer{
	margin:-30px 0 0 0;
}

#footer{
	margin:0 auto;
	padding:12px 0 0 0;
	width:1050px;
	text-align: center;
	color: #96988B;
	font-size: 9px;
}

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

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

#footer p{
	margin:15px 0 0 0;
	padding:0;
	color: #5E6054;
}

#footer span{
	margin:0;
	padding:0;
	color: #6B6F54;
}



/*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: 5px 0 0 0;
	color:#404040;
	font-size:20px;
	

  }
  
   h2 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h3 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h4 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h5 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h6 {
   	margin: 0;
    padding: 0;
			 color:#000;
  }
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
#bas_contact{
	margin:0 0 0 16px;
	padding:18px 0 5px 4px;
	color: #676565;
	font-weight: normal;
	font-size: 5px;
	height: 10px;
	text-align: left;
	background-color:#333333;
	width: 968px;
	border-width:0 1px 1px 1px;
	border-style: solid;
	border-bottom-color: #3A3939;
	border-right-color: #3A3939;
	border-left-color: #3A3939;
	border-top-color: #333333;
}

#lien_page{
	margin:0 auto 0 16px;
	padding:18px 0;
	color: #676565;
	font-weight: normal;
	font-size: 11px;
	height: 36px;
	text-align: center;
	background-color:#333333;
	width: 972px;
	border-width:0 1px 1px 1px;
	border-style: solid;
	border-bottom-color: #3A3939;
	border-right-color: #3A3939;
	border-left-color: #3A3939;
	border-top-color: #333333;
	z-index: -10;
}

#pages{
	margin:0;
	padding:0;
	color: #676565;
	font-weight: normal;
	font-size: 11px;
}

#lien_page p.fleche{
	margin:0 70px 0 0;
	padding:0;
	float:right;


}
#lien_page p.label{
	margin:0;
	padding:0;
	float:right;


}


#pages a{
	color: #676565;
	text-decoration: none;
	padding: 4px 7px;
	line-height: 20px;
	height: 20px;

}
#pages a:hover{
	color: #E5E3E3;
	background-color: #3E3F41;

}

.area_select{
	width:130px;
	height:17px;
	margin:0 5px 0 5px;
	padding:0;
	background-color:#F2F0E6;
	border-color:#676565;
	border-style:solid;
	border-width:1px;
	color: #5C5B4E;
	font-size: 11px;
	line-height:17px;

}
/*/////////////////////////////////FICHE////////////////////////////////////////*/
#bas_fiche{
	margin:0;
	padding:13px 40px 35px 185px;
	width:759px;
	background-color:#FFFFFF;
	border-color:#B6B5B5;
	border-style:solid;
	border-width:1px 1px 0 1px;
}

#bas_fiche h1{
	margin:0 0 25px 20px;
	padding:0 0 5px 0;
	/*padding:6px 0 5px 20px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
	text-transform:uppercase;
	color:#7F7D75;
	border-color:#BEBBB0;
	border-style:solid;
	border-width:0 0 1px 0;
	display: block;

}
#bas_fiche h1 img{
	margin:0 0 0 37px;
	padding:0;


}
#bas_fiche h1.cero{
	margin:0;
	padding:6px 0 1px 45px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	color:#7F7D75;
	letter-spacing:-1px;
	background-image: url(../images/deco/numero_titre_fiche/00.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-color:#BEBBB0;
	border-style:solid;
	border-width:0 0 1px 0;
	display: block;
	width: 523px;
}

#bas_fiche h1.cero1{
	margin:0;
	padding:6px 0 1px 75px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	color:#7F7D75;
	letter-spacing:-1px;
	background-image: url(../images/deco/numero_titre_fiche/00.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-color:#BEBBB0;
	border-style:solid;
	border-width:0 0 1px 0;
	display: block;
	width: 523px;
}

#bas_fiche .un {
	border-style:solid;
	border-width:0 0 1px 0;
	border-color:#BEBBB0;
	display: block;
	width: auto;
	height:25px;
/*	padding:6px 0 1px 65px;
/*	background-image: url(../images/deco/numero_titre_fiche/01.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
}


#bas_fiche p{
	margin:0;
	padding:0 100px 0 55px;
	/*padding:15px 180px 0 55px;*/
	font-size:10px;
	font-weight:normal;
	text-transform: none;
	color:#96988B;
	line-height:14px;
}

.description_lightbox{
	margin:0;
	padding:0 0 10px 0;
	font-size:11px;
	color:#7F7D75;
	line-height:14px;
	font-weight:normal;
}


#fleche {
	background-image:url(../images/deco/boutons/aller_bg.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:17px;
	height:17px;
	display: block;
	color: #333333;
}

#fleche:hover {
	background-image:url(../images/deco/boutons/aller_bg.gif);
	background-position:0px -17px;
	background-repeat:no-repeat;
	width:17px;
	height:17px;
	color: #CCCCCC;
}
#fleche span {
	display:none;
}

.fin_texte {
	margin:0;
	padding:4px 0 0 0;

}
#form_contact{
	margin:15px auto;
	padding:0;
	width:495px;
}

#photos_fiche{
	margin:27px 26px 0 0;
	padding:14px 20px 5px 21px;
	width:495px;
	height:327px;
	background-image: url(../images/deco/fond_photos_fiche.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;

}
#photos_fiche img.bmg{
	margin:0;
	padding:0 0 0 357px;
	height:68px;
	width:152px;

}


#galerie{
	margin:27px 7px 15px 0;
	padding:0;
	width:560px;
	float: right;
	height:331px;
}

#galerie.deux{
	margin:27px 0 15px 0;
	padding:0;
	width:560px;
	float: right;
	
}

#galerie a img.vignette{
	margin:0 10px 11px 0;
	padding:0px;
	float: left;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	border-top-color: #FFFFFF;
	border-bottom-color: #999999;
	border-right-color: #B0B0B0;
	border-left-color: #C9C9C9;
	border-width: 1px;
	border-style: solid;

}
#galerie a:hover img.vignette{
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
	opacity: 0.8;
	border-top-color: #EBEBEB;
	border-bottom-color: #8B8B8B;
	border-right-color: #9E9E9E;
	border-left-color: #B9B9B9;
	border-width: 1px;
	border-style: solid;

}
#fantome_cero{
	margin: 27px 0 0 0;
	padding: 0;
	float: right;
	width: 192px;
}
#fantome{
	margin: 27px 0 0 0;
	padding: 0;
	float: right;
	width: 132px;
}




/*/////////////////////////////////fin de FICHE////////////////////////////////////////*/
 /*------------------------------------------------------*
  *--------------------------     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: inherit;
	width: 550px;
	margin: 0;
}
/* 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 {
	color: #FFFFFF;
	padding: 5px 0 5px 50px;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	background: none;
}
/* GROUPE de champs : en FIELSET */
.formulaire_table fieldset {
	border-style: solid;
	border-width: 1px;
	border-color: #666;
}
/* LEGENDE du fielset ci-dessus */
.formulaire_table legend {
	font-weight: bold;
	padding: 5px;
}
/* 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: 120px;
		padding: 0px 5px 0px 10px;
		text-align: right;
	}
	/* Normal */
	td.formulaire_nom_champ {
	color: #666666;
	}
	/* 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: 380px;
		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: #FFFFFF;
		color: #333333;
		border-style: solid;
		border-width: 1px;
		border-color: #ADACA7;
	}
	/* En cas d'ERREUR sur le champ */
	.formulaire_champ_erreur {
		background-color: #fcc;
		border-style: solid;
		border-width: 1px;
		border-color: #f99;
	}

/* 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: #ADACA7;
	color: #FFFFFF;
	border: solid 1px #B6B5B5;
	cursor: pointer;
	margin: 5px;
	font-weight: bold;
}

/* 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: #FFFFFF;
	color: #666666;
	text-align: center;	
	padding: 10px;
	margin: 50px auto;
	border: solid 1px #B6B5B5;
}
/* Lien "RETOUR" un fois le message envoyé */
a.formulaire_msgRetour_lien {
	color: #666666;
	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: #666666;
	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: #5E6054;
}

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

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

#referencement a img {
	border: none;
	margin: 0;
}

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

#numero_liste {
	font-weight:bold;
	margin:0;
	padding:0 1px 0 1px;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#B4B4B4;
	border-color:#7F7F7F;
	border-style:solid;
	border-width:1px;
}

.nav_pages{
	margin: 0 auto;
	padding: 2px 20px 0 0;
	text-align: right;
	font-size: 11px;
	color: #7f7d75;
}
.nav_pages a{
	color: #7f7d75;
	text-decoration: none;
	border: 1px solid #7f7d75;
	margin: 0 5px 0 0;
	padding: 1px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.nav_pages a.texte_page{
	color: #000080;
	background-color : #dfd6b7;
	text-decoration: none;
	border: 1px solid #7f7d75;
	margin: 0 5px 0 0;
	padding: 1px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
.nav_pages a.lien_page{
	color: #7f7d75;
	text-decoration: none;
	border: 1px solid #7f7d75;
	margin: 0 5px 0 0;
	padding: 1px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
.nav_pages .inactif{
	color: #333;
	text-decoration: none;
	
}
.nav_pages a:hover{
	color: #FFF;
	background-color:#7f7d75;
	text-decoration: none;
	border: 1px solid #7f7d75;

}

.nav_pages span{
	color: #888;
	text-decoration: none;
	border: 1px solid #7f7d75;
	margin: 0 5px 0 0;
	padding: 1px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.aucun_produit{
	background-color:#d1d3d5;
	border-top-color:#fff;
	border-left-color:#fff;
	border-right-color:#333;
	border-bottom-color:#333;
	border-style:solid;
	border-width:1px;
}
.liens-site {
width:213px;
}
.liens-site p{
	color:#000;
	font-weight:bold;
}
.liens-site a{
	color:#666666;
	text-decoration:none;
}

.liens-site a:hover{
	color:#000;
}

.rouge {
	color:#E6060E;
	font-size:14px;
}

.pdf{
	background-image:url("../images/deco/pdf.gif");
	background-position:left 8px;
	background-repeat:no-repeat;
	color:#FF0000;
	margin:0 0 10px 0;
	padding:10px 0 2px 20px;
	text-align:left;
}