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


body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #BFB89D;
}


/*   

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

*/

p{
	margin: 0 0 0 10px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #DACBB6;
	font-size: 10px;
	line-height: 13px;
	letter-spacing: 1px;
} 

em{
	margin: 0;
	padding: 0;
	color: #C8B193;
	font-size: 9px;
	line-height: 13px;
	letter-spacing: 1px;

}

strong{
	margin: 0;
	padding: 0;
	color: #F1EBE2;
	font-size: 10px;
	line-height: 13px;
	letter-spacing: 1px;
}

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



li {
	list-style-image:none;
}

img {
	margin:0;
	padding:0;
	background-color:none;
	border:none;
}




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


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

/*Haut de page  HEADER*/

#header{
    
	margin:0 auto;
	padding:0;
	width:866px;
	height:268px;
	/*background-color: #FFFFFF;*/
	background-image:url(../images/home_rotator/header01.jpg);
	background-repeat:no-repeat;
	background-position:center 16px;
}

#rota_polaroid{
	
	margin:0;
	padding:0;
	width:866px;
	height:255px;
	/*float:right;*/
}



#titres_club{
	margin:0 0 0 258px;
	padding:21px 5px 0  0;
	width:377px;
	height:22px;
	color:#D3CBBB;
	font-size:10px;
	line-height:10px;
	text-align:right;
	background-image:url(../images/deco/titres/club_hippique.jpg);
	background-repeat:no-repeat;
	background-position:top left;

}

#titres_vente{
	margin:0 0 0 258px;
	padding:21px 5px 0  0;
	width:377px;
	height:22px;
	color:#D3CBBB;
	font-size:10px;
	line-height:10px;
	text-align:right;
	background-image: url(../images/deco/titres/chevaux_poneys_vente.jpg);
	background-repeat:no-repeat;
	background-position:top left;

}



#titres_elevage{
	margin:0 0 0 258px;
	padding:21px 5px 0  0;
	width:302px;
	height:22px;
	color:#D3CBBB;
	font-size:10px;
	line-height:10px;
	text-align:right;
	background-image: url(../images/deco/titres/elevage.jpg);
	background-repeat:no-repeat;
	background-position:top left;

}

#titres_bienvenue{
	margin:0 0 0 258px;
	padding:21px 10px 0  0;
	width:287px;
	height:22px;
	color:#D3CBBB;
	font-size:10px;
	line-height:10px;
	text-align:right;
	background-image: url(../images/deco/titres/accueil.jpg);
	background-repeat:no-repeat;
	background-position:top left;

}

#titres_paddock{
	margin:0 0 0 258px;
	padding:21px 5px 0  0;
	width:302px;
	height:22px;
	color:#D3CBBB;
	font-size:10px;
	line-height:10px;
	text-align:right;
	background-image: url(../images/deco/titres/au_paddock.jpg);
	background-repeat:no-repeat;
	background-position:top left;

}

#titres_contact{
	margin:0 0 0 258px;
	padding:21px 5px 0  0;
	width:302px;
	height:22px;
	color:#D3CBBB;
	font-size:10px;
	line-height:10px;
	text-align:right;
	background-image: url(../images/deco/titres/contact.jpg);
	background-repeat:no-repeat;
	background-position:top left;

}


#titres_plans{
	margin:0 0 0 258px;
	padding:21px 5px 0  0;
	width:246px;
	height:22px;
	color:#D3CBBB;
	font-size:10px;
	line-height:10px;
	text-align:right;
	background-image: url(../images/deco/titres/plans.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}


/* NOUVEL ACCORDEON */

#accordeon {
	width:179px;
	margin:0 auto;
}

#accordeon a {
	margin:0px;
	padding:10px 0 8px 0;
	text-align:center;
	list-style:none;
	color:#D0C479;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration:none;
	letter-spacing: 1px;
	display:block;	
	border-top-color:#926D49;
	border-top-style:dotted;
	border-top-width:1px;
	height:17px;
}

#accordeon a:hover {
	color:#fff;
	background-color: #340B07;
	filter:alpha(opacity=70);
	-moz-opacity:0.5;
	opacity: 0.5;
	border-top-color:#674E34;
	border-top-style:dotted;
	border-top-width:1px;
}
#chevaux a, #club a, #plans a {
	margin:0px;
	padding:0px;
	text-align:center;
	list-style:none;
	color:#D0C479;
	font-size: 10px;
	line-height: 32px;
	height:32px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration:underline;
	letter-spacing: 1px;
	display:block;
	border:none;
}

#chevaux a:hover, #club a:hover, #plans a:hover {
	color:#fff;
	background-color: #340B07;
	filter:alpha(opacity=70);
	-moz-opacity:0.5;
	opacity: 0.5;
	background-color:#340B07;
	text-decoration: none;
	border:none;
}	
/* FIN NOUVEL ACCORDEON */

/*DEBUT de MENU */
/*DEBUT de ACORDEON
dl.accordion-menu {
	width: 179px;
}

dl.accordion-menu dt.a-m-t {
	margin:0;
	padding:10px 0 8px 0;
	text-align:center;
	list-style:none;
	color:#B09C73;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration:none;
	letter-spacing: 1px;
	display:block;	
	border-top-color:#926D49;
	border-top-style:dotted;
	border-top-width:1px;
	height:17px;
	
}

dl.accordion-menu dt.a-m-t-hover{
	color:#E7E0D3;
	background-color: #340B07;
	filter:alpha(opacity=70);
	-moz-opacity:0.5;
	opacity: 0.5;
	border-top-color:#674E34;
	border-top-style:dotted;
	border-top-width:1px;
}


dl.accordion-menu dt.a-m-t-down{
	color: #E2DBCB;
}


html.accordion-menu-js dt.a-m-t{
	cursor:pointer;
	zoom:1;
}

dl.accordion-menu dd.a-m-d {
	margin: 0;
	padding: 0;
	padding:0;
}

html.accordion-menu-js dd.a-m-d{
	display:none;
}


html.accordion-menu-js dd.a-m-d-expand {
	display:block;
}

html.accordion-menu-js dd.a-m-d-before-expand {
	display:block;
	position:relative;
	z-index:-1;
	opacity:0;
	height:auto !important;
	visibility:hidden;
	overflow:visible;
}


html.accordion-menu-js dt.a-m-t-expand {
	color: #F4EEB0;
}

html.accordion-menu-js dd.a-m-d-anim {
	overflow:hidden;
	display:block;	
}

dl.accordion-menu dd.a-m-d .bd{
	padding:0.5em;
	text-align: left;
}*/
/*FIN de ACCORDEON*/
.titre{
	margin:0;
	padding:10px 0 8px 0;
	text-align:center;
	list-style:none;
	color:#B09C73;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration:none;
	letter-spacing: 1px;
	display:block;	
	border-top-color:#926D49;
	border-top-style:dotted;
	border-top-width:1px;
	height:17px;
}

.titre a{
	margin:0;
	padding:10px 0 8px 0;
	text-align:center;
	list-style:none;
	color:#B09C73;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration:none;
	letter-spacing: 1px;
	display:block;	
	border-top-color:#926D49;
	border-top-style:dotted;
	border-top-width:1px;
	height:17px;
}

.titre a:hover  {
	color:#E7E0D3;
	background-color: #340B07;
	filter:alpha(opacity=70);
	-moz-opacity:0.5;
	opacity: 0.5;
	border-top-color:#926D49;
	border-top-style:dotted;
	border-top-width:1px;

	}
a.bouton_principal{
	margin:0px;
	padding:10px 0 8px 0;
	text-align:center;
	list-style:none;
	color:#B09C73;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration:none;
	letter-spacing: 1px;
	display:block;	

	height:17px;
}

a:hover.bouton_principal  {
	color:#E7E0D3;
	background-color: #340B07;
	filter:alpha(opacity=70);
	-moz-opacity:0.5;
	opacity: 0.5;
}
	
a.bouton_principal_paddock{
	margin:0;
	padding:10px 0 8px 0;
	text-align:center;
	list-style:none;
	color:#B09C73;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration:none;
	letter-spacing: 1px;
	display:block;	
	border-top-color:#926D49;
	border-top-style:dotted;
	border-top-width:1px;
	height:17px;

}

a:hover.bouton_principal_paddock{
	color:#E7E0D3;
	background-color: #340B07;
	filter:alpha(opacity=70);
	-moz-opacity:0.5;
	opacity: 0.5;


	}	
	
a.sousbouton{
	margin:0;
	padding:0;
	text-align:center;
	list-style:none;
	color:#9A8865;
	font-size: 10px;
	line-height: 32px;
	height:32px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration:underline;
	letter-spacing: 1px;
	display:block;

}

a:hover.sousbouton{
	color:#E7E0D3;
	background-color: #340B07;
	filter:alpha(opacity=70);
	-moz-opacity:0.5;
	opacity: 0.5;
	background-color:#340B07;
	text-decoration: none;


	}	
/*FIN de MENU VER*/

/*Contenu de page  CONTENT */

#contenu {
	margin:0 auto;
	padding:0;
	width: 866px;
	background-color:#FFFFFF;
	background-image:url(../images/deco/rep_content.jpg);
	background-repeat:repeat-y;
	background-position:top center;
}

#content {
	margin:0 auto;
	padding:0;
	width: 866px;
	background-image: url(../images/deco/top_content4.jpg);
	background-repeat: no-repeat;
	background-position:top center;
}
.table_general{
	margin:0 auto;
	padding:0;
	width: 850px;
}
.td_menu{
	margin:0;
	padding:0;
	width: 212px;
}

.td_bas_menu{
	margin:0;
	padding:0;
	width: 212px;
	height:120px;
	text-align:center;
	background-image: url(../images/deco/icons/logo_chevaux.jpg);
	background-repeat: no-repeat;
	background-position:bottom center;
	
}

.td_info{
	margin:0;
	padding:0px;
	width: 638px;
}
.td_info_2{
	margin:0;
	padding:10px 25px 5px 35px;
	width: 638px;
}

.td_info_index{
	margin:0;
	padding:10px 25px 5px 35px;
	width: 638px;
	background-image:url(../images/deco/presentation.jpg);
	background-repeat:no-repeat;
	background-position:right 30px;
}

.td_info_plans{
	margin:0;
	padding:10px 25px 5px 35px;
	width: 638px;
	background-image: url(../images/deco/contact.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

.raie{
	margin:13px 0 5px 10px;
	padding:0px;

	}

#text_index{
	margin:10px 0 0 0;
	padding:0px;
	width: 180px;
	}

.photo_large{
	margin:10px 0 0 50px;
	padding:0;
	border-color:#DDDAB7;
	border-style:solid;
	border-width:1px;
}

.photo_plage_ptit{
	margin:11px 0 5px 11px;
	padding:0;
	border-color:#DDDAB7;
	border-style:solid;
	border-width:1px;
}
.float_left{
	margin:5px 10px 5px 0;
	padding:0;
	float:left;
	border-color:#DDDAB7;
	border-style:solid;
	border-width:1px;
}

.float_right{
	margin:5px 0 5px 10px;
	padding:0;
	float: right;
	border-color:#DDDAB7;
	border-style:solid;
	border-width:1px;
}

/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:17px 0 0 0;
	width:866px;
	height:41px;
	background-color:#FFFFFF;
	text-align: center;
	color: #999999;
	background-image:url(../images/deco/img_footer.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

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

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


/*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: 10px 0 3px 10px;
	padding:0;
	color: #D0C479;
	font-size: 17px;
	line-height: 17px;
	font-weight:bold;
	letter-spacing:1px;
	text-transform: uppercase;

  }
  
   h2 {
	margin: 10px;
	padding:0;
	color: #AA8553;
	font-size: 14px;
	line-height: 17px;
	font-weight:bold;
	text-transform: uppercase;

  }
  
   h3 {
	margin: 10px;
	padding:0;
	color: #CAAF8E;
	font-size: 11px;
	line-height: 17px;
	font-weight:bold;

  }
  
   h4 {
	margin: 3px 0 2px 0;
	padding:0;
	color: #C5BE94;
	font-size: 10px;
	line-height: 11px;
	font-weight:bold;
	text-transform: uppercase;
  }
  
   h5 {
   	margin: 10px 0;
	padding:10px;
	color: #fff;
	font-size: 12px;
	font-variant:small-caps;
	border:1px solid #fff;

  }
  
   h6 {
   	margin: 0;
    padding: 0;
			 color:#000;
  }
  
  .p_mini{
	margin: 0;
	padding: 0;
	color: #988D54;
	font-size: 9px;
	font-weight: normal;
	text-transform: none;
	text-align: left;



}

.p_resaltado{
	margin: 10px;
	padding:0;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 13px;
	font-weight:bold;
	letter-spacing: normal;
}
.h_clair{
	margin: 10px;
	padding:0;
	color: #E2D5C2;
	font-size: 11px;
	line-height: 17px;
	font-weight:normal;
}

a.lien_actu{
	margin: 0 0 0 300px;
	padding:0;
	color: #C0120E;
	font-size: 9px;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	text-decoration:underline;
	line-height:15px;
}	

a:hover.lien_actu{

	color: #FE3434;

	text-align: left;
	text-decoration:none;
}	
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/


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

/* MENU VERTICAL */

ul#menu_vertical{
	margin:0;
	padding:0;
	width:200px;
	list-style:none;
	text-align:center;
	color:#fff;
}

ul#menu_vertical li{
	margin:0 0 1px 0;
	background:#990000;
	border: 1px solid #600;
}

ul#menu_vertical li a{
	padding:4px 0;
	background:#990000;
	display:block;
	color:#fff;
	text-decoration:none;
}

ul#menu_vertical li a:hover, ul#menu_vertical li a:focus, ul#menu_vertical li a:active {
	background:#900;
	text-decoration:none;
}

/* 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: 300px;
	padding: 10px 15px 0 3px;
}

#plan img {
	 margin-top: 5px;
	margin-bottom: 3px;
	border-color:#C5BE94;
	border-width:1px;
	border-style:solid;
}

/*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: #C5B698;
	width: 500px;
	margin: 1px  auto 0 auto;
}
/* DIV général des erreurs de saisie */
div.formulaire_erreursSaisie {
	border-color:#410D0A;
	border-width:1px;
	border-style:solid;
	background-color: #C7BFAF;
	color: #410D0A;
	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-color:#410D0A;
	border-width:1px;
	border-style:solid;

	background-color: #FFF;
	color: #410D0A;
	text-align: center;	
	padding: 10px;
}
/* Lien "Retour" un fois le message envoyé */
a.formulaire_msgRetour_lien {
	color: #410D0A;
	font-weight: bold;
}
/* Tableau de champ général */
table.formulaire_table {
	border-color:#410D0A;
	border-width:1px;
	border-style:solid; 
	width: 100%;
	padding:5px;
	color:#C5B698;
}
/* Regroupement de champs : ligne en-tête de table */
.formulaire_table th {
	color: #C8BA9D;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
/* 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: 2px;
}
/* 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 {
	color: #C5B698;
}
/* Libelle des champ dans le formulaires : sans erreur */
td.formulaire_nom_champ_erreur {
	color: #C5B698;
	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: 300px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/* Champs dans les formulaires (input, textarea) : sans erreur */
.formulaire_champ {
	background-color: #330000;
	border-color:#410D0A;
	border-width:1px;
	border-style:solid;
	color: #C5B698;
}
/* Champs dans les formulaires (input, textarea) : en cas d'erreur */
.formulaire_champ_erreur {
	background-color: #333333;

	border-color:#000000;
	border-width:1px;
	border-style:solid;
	
	
}
/* 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:#330000;
		border-color:#410D0A;
	border-width:1px;
	border-style:solid;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C5B698;
	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: 3px;
}

#referencement img {
	padding: 3px;
}

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

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

   /*------------------------------------------------------*
  *--------    CSS text page index  DEBUT              ----*
  *------------------------------------------------------*/

#ref_index {
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	text-align: center;
	color: #666;
	width:866px;
}

#ref_index a{
	color:#CC0000;
	text-decoration:none;
}

#ref_index a:hover{
	color:#333333;
}




 /*------------------------------------------------------*
  *--------    CSS text page index  FIN                ----*
  *------------------------------------------------------*/


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

.liens_annonces h1{
	color: #AA8553;
	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 .annonce .nom_site{
	color: #3366FF;
}

.liens_annonces .annonce .txt_lien{
	color: #CCCCCC;
	font-size: 10px;
}

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


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

