/* CSS Document */
/* les styles par defaut */
BODY {
	background-image:url(images/background.png);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#FFFFFF;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2C2C2C;
	line-height:1.2em;
}

TD {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2C2C2C;
	line-height:1.2em;
}

A:LINK, A:ACTIVE, A:VISITED {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#505B70;
	text-decoration:none;
}
A:HOVER {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#505B70;
	text-decoration:underline;
}

LI {
	font-family:Arial, Helvetica, sans-serif;
	list-style-type:disc;
	list-style-position:outside;
	margin-left:10px;
}

H1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#2C2C2C;
	line-height:0.8em;
}
H2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#2C2C2C;
	line-height:1em;
}

/* style des elements de formulaire */
FORM 
	{
	margin: 0px ;
	padding: 0px ;
	}

INPUT {
color:#505B70;
background-color:#FFFFFF;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
border-color:#C0C7D3;
border-style: solid;
border-width:1px;
padding: 1px 3px;
}
INPUT.submit {
color:#505B70;
background-color:#FFFFFF;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
border-color:#505B70;
border-style: solid;
border-width:1px;
}
.isin {
color:#505B70;
background-color:#FFFFFF;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
border-color:#505B70;
border-style: solid;
border-width:1px;
}
TEXTAREA {
color:#505B70;
background-color:#FFFFFF;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
border-color:#C0C7D3;
border-style: solid;
border-width:1px;
padding: 3px;
}
SELECT {
color:#505B70;
background-color:#FFFFFF;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
border-color:#C0C7D3;
border-style: solid;
border-width:1px;
}
INPUT.radio {
color:#000000;
background-color:transparent;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
border-style: none;
vertical-align: middle;
padding:0px;
}
INPUT.checkbox {
color:#000000;
background-color:transparent;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
border-style: none;
vertical-align : middle;
}

.enconstruction {
	padding:5px;
	border:0px dashed #CCCCCC;
}
.diverrorreport {
	padding:5px;
	margin:1px;
	border:1px dashed #FFCC00;
}
.div_formresults {
	padding:5px;
	border:1px dashed #CC9900;
}
/* FIN des styles par defaut */

/* Styles table du haut */

#table1_top {
	width:780px;
	height:20px;
	background-color:#E8E8EE;
	background-image:url(images/background_top.png);
	border-left:1px solid #505B70;
	border-right:1px solid #505B70;
	border-bottom:1px solid #505B70;
}
#table1_td {
	text-align:right;
}
A:LINK.href_top, A:ACTIVE.href_top, A:VISITED.href_top {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	text-decoration:none;
}
A:HOVER.href_top {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}

/* FIN Styles table du haut */

/* Styles table du contenant */
#table2_middle {
	width:780px;
	background-color:#FAFAF5;
	background-image:url(images/filigrane.png);
	background-position:center;
	background-repeat:no-repeat;
	border-left:1px solid #505B70;
	border-right:1px solid #505B70;
}
#table2_tdtop {
	height:94px;
	text-align:center;
	vertical-align:top;
}
#table2_td {
	height:100%;
	vertical-align:top;
	/*text-align:center;*/
}
/* FIN Styles table du contenant */

/* Styles colonnes du contenant */
#table2td_contenu {
	height:100%;
}
#table2td_leftcol {
	width:176px;
	background-color:#F3F5F8;
	background-image:url(images/leftcol_top.png);
	background-position:left top;
	background-repeat:repeat-x;
	text-align:left;
	vertical-align:top;
}
#table2td_centercol {
	width:438px;
	height:100%;
	background-color:#FDFDFD;
	background-image:url(images/centercol_top.png);
	background-position:center top;
	background-repeat:no-repeat;
	vertical-align:top;
}
#table2td_rightcol {
	width:164px;
	background-color:#F3F5F8;
	background-image:url(images/rightcol_top.png);
	background-position:left top;
	background-repeat:repeat-x;
	text-align:left;
	vertical-align:top;
}
#table2b_contenant {
	width:100%;
	height:100%;
	background-image:url(images/centercol_bottom.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding-bottom:10px;
}
.block_cols {
	margin-left:0px;
	margin-top:22px;
	margin-right:0px;
	margin-bottom:0px;
}
.block_colscenter {
	margin-left:0px;
	margin-top:30px;
	margin-right:0px;
	margin-bottom:30px;
	padding-bottom:1px;
	text-align:center;
}
.block_colscenterb {
	height:100%;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}
/* FIN Styles table du contenant */

/* Styles table du bas */

#table3_bottom {
	width:780px;
	height:24px;
	background-color:#505B70;
	background-image:url(images/background_bottom.png);
	border-left:1px solid #505B70;
	border-right:1px solid #505B70;
	border-top:0px solid #505B70;
	border-bottom:1px solid #505B70;
}
#table3_td {
	text-align:center;
}
A:LINK.href_bottom, A:ACTIVE.href_bottom, A:VISITED.href_bottom {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}
A:HOVER.href_bottom {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#F3F5F8;
	text-decoration:none;
}

/* FIN Styles table du bas */


/* Styles du bloc rechercher sur le site */
#table_recherchersite {
	margin-left:2px;
}
#td_recherchersite_input {
	width:133px;
	background-image:url(images/rechercher_bginput.png);
	background-position:left top;
	background-repeat:no-repeat;
}
.rechercher_motscles {
	width:118px;
	color:#B9BBC5;
	background-color:transparent;
	font-size:11px;
	border-style: none;
	vertical-align : middle;
	padding:0px;
}
.rechercher_motsclesisin {
	width:118px;
	color:#707676;
	background-color:transparent;
	font-size:11px;
	border-style: none;
	vertical-align : middle;
	padding:0px;
}
#div_recherchersite_motscles {
	position:absolute;
	margin-left:10px;
	margin-top:-6px;
	width:118px;
	background-color:#FFFFFF;
	border:1px solid #C9BC74;
	display:none;
}
/* FIN Styles block rechercher */


/* STYLE bloc top arborescence */
#toparbo_div {
	width:100%;
}
#toparbo_table {
	width:420px;
}
#toparbo_bg {
	background-image:url(images/toparbo_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
}
#toparbo_tdlinks {
	padding-left:3px;
	padding-right:3px;
	padding-top:10px;
}
A:LINK.href_toparbo, A:ACTIVE.href_toparbo, A:VISITED.href_toparbo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-decoration:none;
}
A:HOVER.href_toparbo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#505B70;
	text-decoration:none;
}
img#toparbo_img {
	border:0;
}
/* Fin style bloc top arborescence  */

/* MENU en CSS */
ul#menu {
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
/* Suppression du margin, du padding et des puces du <ul> */
}
ul#menu li {
	margin: 0 0 0 0 ;
	padding: 0 ;
	list-style-type:none;
/* Suppression du padding du <li> et on définit une marge basse de 5px pour aérer le tout */
}
ul#menu li a {
	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 100% ;
	line-height: 20px ;
	color: #2C2C2C ;
	text-indent: 25px ; /* On décale le texte de 40px du bord gauche */
	text-decoration: none ;
	background: url(images/menu_bg_normal.png) no-repeat 0 0 ; /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
	border: 0px solid #dbd ;
}
ul#menu li a:hover {
	color:#505B70;
	background: url(images/menu_bg_over.png) no-repeat 0 0; /* 0 -30px Et ici on décale l'image du background de 30px vers le haut pour laisser apparaître la 2eme partie de l'image */
	border: 0px solid #f97 ;
}
ul#menu li a:active {
	color:#505B70;
	background: url(images/menu_bg_over.png) no-repeat 0 0; /* 0 -30px Et ici on décale l'image du background de 30px vers le haut pour laisser apparaître la 2eme partie de l'image */
	border: 0px solid #f97 ;
}

/* -- ss menu style */
ul#ssmenu {
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
/* Suppression du margin, du padding et des puces du <ul> */
}
ul#ssmenu li {
	margin: 0 0 0 0 ;
	padding: 0 ;
	list-style-type:none;
/* Suppression du padding du <li> et on définit une marge basse de 5px pour aérer le tout */
}
ul#ssmenu li a {
	font-size:10px;
	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 100% ;
	line-height: 18px ;
	color: #2C2C2C ;
	text-indent: 30px ; /* On décale le texte de 40px du bord gauche */
	text-decoration: none ;
	background: url(images/menu_bg_ssmenu_normal.png) no-repeat 0 0 ; /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
	border: 0px solid #dbd ;
}
ul#ssmenu li a:hover {
	color:#505B70;
	background: url(images/menu_bg_ssmenu_over.png) no-repeat 0 0; /* 0 -30px Et ici on décale l'image du background de 30px vers le haut pour laisser apparaître la 2eme partie de l'image */
	border: 0px solid #f97 ;
}
ul#ssmenu li a:active {
	color:#505B70;
	background: url(images/menu_bg_ssmenu_over.png) no-repeat 0 0; /* 0 -30px Et ici on décale l'image du background de 30px vers le haut pour laisser apparaître la 2eme partie de l'image */
	border: 0px solid #f97 ;
}
/* <------ fin sous menu style */
/* FIN du menu en CSS */


/* STYLE des contenus ------------------------- */
#corps_contenu {
	/*width:390px;*/
	font-size:11px;
	text-align:left;
	vertical-align:top;
	margin-top:20px;
}

.contenutexte a {
	color:#343434;
	font-weight:bold;
	border-bottom:1px #cccccc dotted;
}

#tablerechercherdans {
	width:390px;
	height:120px;
	background-image:url(images/contenu_bg1.png);
	background-position:top left;
	background-repeat:no-repeat;
	vertical-align:top;
}
#tabletdrechercherdans {
	padding-top:0px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:0px;	
}

#tablecontenu_1 {
	width:390px;
	height:120px;
	background-image:url(images/contenu_bg1.png);
	background-position:top left;
	background-repeat:no-repeat;
	vertical-align:top;
}
#tabletdcontenu_1 {
	padding-top:0px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:0px;
}

.img_1 {
	border:2px solid #505B70;
}
.img_2 {
	border:2px solid #C0C7D3;
}
.titre_1 {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:17px;
	color:#505B70;
	line-height:1.1em;
}
.titre_2 {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:17px;
	color:#B7055B;
	line-height:1.1em;
}
.petittitre_1 { /* en 'rose' */
	font-size:10px;
	color:#B7055B;
	line-height:1.1em;
}
.petittitre_2 { /* en 'gris' */
	font-size:10px;
	color:#666666;
	line-height:1.1em;
}
.petittitre_3 { /* en 'rose' */
	font-size:11px;
	color:#B7055B;
	line-height:1.1em;
}
.petittexte_1 {
	font-size:10px;
	color:#2C2C2C;
}
.petittexte_2 {
	font-size:10px;
	color:#4A4A4A;
}

a:link.href_petit, a:active.href_petit, a:visited.href_petit {
	font-size:10px;
	color: #2C2C2C ;
	text-decoration: none ;
}
a:hover.href_petit {
	color:#505B70;
	text-decoration: none ;
}
a:active.href_petit,a:visited.href_petit {
	color:#505B70;
}

ul#ul_1 {
	margin: 0 ;
	margin-left:15px;
	padding: 0 ;
	list-style-type:none;
	list-style-image:url(images/puce1.gif);
	vertical-align:bottom;
	list-style-position:inside;
/* Suppression du margin, du padding et des puces du <ul> */
}
ul#ul_1 li {
	margin: 0 0 3px 0;
	padding: 0;
	list-style-type:none;
/* Suppression du padding du <li> et on définit une marge basse de 5px pour aérer le tout */
}


.clients_tr {
	background-color:#E9ECF1;
	border-top:1px solid #E9ECF1;
	border-bottom:1px solid #E9ECF1;
	color:#505B70;
	line-height:120%;
}
.clients_tr2 {
	background-image:url(images/bg_contenu_1.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	border-left:1px solid #E9ECF1;
	border-right:1px solid #E9ECF1;
	border-bottom:1px solid #E9ECF1;
	color:#505B70;
	line-height:120%;
}

.cursorhand {
	cursor:pointer;
}

A:LINK.href_numpage, A:ACTIVE.href_numpage, A:VISITED.href_numpage {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#505B70;
	text-decoration:none;
	padding:1px 5px;
	border:1px solid #E9ECF1;
}
A:HOVER.href_numpage {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#505B70;
	text-decoration:none;
	padding:1px 5px;
	border:1px solid #CCCCCC;
	background-color:#E9ECF1;
}

A:LINK.href_numpage_actif, A:ACTIVE.href_numpage_actif, A:VISITED.href_numpage_actif, A:HOVER.href_numpage_actif {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#505B70;
	text-decoration:none;
	padding:1px 5px;
	border:1px solid #CCCCCC;
	background-color:#E9ECF1;
}
/* Fin style des contenus  ------------------ */


/* LES ONGLETS -------------- */
.onglet1 {
	background-image:url(images/onglet1_center_normal.png);
	background-position:top left;
	background-repeat:repeat-x;
	vertical-align:bottom;
	color:#8F8F8F;
	cursor:pointer;
}
.onglet1_over {
	background-image:url(images/onglet1_center_over.png);
	background-position:top left;
	background-repeat:repeat-x;
	vertical-align:bottom;
	color:#626262;
	cursor:pointer;
}
a:LINK.onglet1_href, a:VISITED.onglet1_href  {
	color:#8F8F8F;
	text-decoration:none;
}
a:HOVER.onglet1_href  {
	color:#626262;
	text-decoration:none;
}
.inputonglets {
	color:#C9CACD;
	background-image:url(images/bginput1.png);
	background-position:top left;
	background-repeat:repeat-x;
	font-size:11px;
	border:1px solid #C0C7D3;
	vertical-align: middle;
	padding-left:2px;
}
.inputonglets_isin {
	color:#707676;
	background-image:url();
	background-position:top left;
	background-repeat:repeat-x;
	font-size:11px;
	border:1px solid #919BAF;
	vertical-align: middle;
	padding-left:2px;
}
.selectonglets {
	color:#707676;
	background-color:#FFFFFF;
	font-size:11px;	
	border:1px solid #C0C7D3;
	vertical-align: middle;
}
.inputerror, .diverror {
	color:#707676;
	font-size:10px;
	border:0;
	background-color:transparent;
	vertical-align: middle;
	padding-left:2px;
	width:100%;
}

	/* les onglets design 2 (inversé) */
	.onglet2  {
		background-image:url(images/onglet2_center_normal.png);
		background-position:top left;
		background-repeat:repeat-x;
		vertical-align:middle;
		color:#968D5C;
		cursor:pointer;
	}
	.onglet2_over {
		background-image:url(images/onglet2_center_over.png);
		background-position:top left;
		background-repeat:repeat-x;
		vertical-align:middle;
		color:#626262;
		cursor:pointer;
	}
	A:LINK.href_onglet2, A:ACTIVE.href_onglet2, A:VISITED.href_onglet2 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#919BAF;
		text-decoration:none;
	}
	A:HOVER.href_onglet2 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#505B70;
		text-decoration:none;	
	}
	/* fin onglets design 2 (inversé) */
	
	
/* FIN DES ONGLETS ---------- */

/* LES BLOCKS */
	/* block 1 */
	.block1_table {
		width:152px;
		margin-bottom:12px;
	}
	.block1_0 {
		background-image:url(images/block1_0.png);
		background-position:bottom left;
		background-repeat:no-repeat;
		height:31px;
		padding-left:6px;
	}
	.block1_1 {
		background-image:url(images/block1_1.png);
		background-position:top left;
		background-repeat:repeat-y;
		padding: 0px 8px;
	}
	.block1_2 {
		background-image:url(images/block1_2.png);
		background-position:top left;
		background-repeat:no-repeat;
		height:9px;
	}
	.block1_3 {
		background-image:url(images/block1_3.png);
		background-position:top left;
		background-repeat:repeat-y;
		padding: 0px 8px;
	}
	.block1_4 {
		background-image:url(images/block1_4.png);
		background-position:top left;
		background-repeat:no-repeat;
		height:8px;
	}

	/* block 2 */
	.block2_table {
		width:152px;
		margin-bottom:12px;
	}
	.block2_0 {
		background-image:url(images/block2_0.png);
		background-position:bottom left;
		background-repeat:no-repeat;
		height:31px;
		padding-left:6px;
	}
	.block2_1a {
		background-image:url(images/block2_1a.png);
		background-position:top left;
		background-repeat:repeat-y;
		padding: 4px 8px;
	}
	.block2_1b {
		background-image:url(images/block2_1b.png);
		background-position:top left;
		background-repeat:repeat-y;
		padding: 4px 8px;
	}
	.block2_2 {
		background-image:url(images/block2_2.png);
		background-position:top left;
		background-repeat:no-repeat;
		height:9px;
	}
	
	/* block 1 grand */
	.block1_grand_td {
		padding: 4px 8px;
		border-bottom:1px dashed #E3E0D1;
	}
	
	/* block 1b */
	.block1b_0 {
		background-image:url(images/block1b_0.png);
		background-position:bottom left;
		background-repeat:no-repeat;
		height:31px;
		padding-left:6px;
	}
	.block1b_1 {
		background-image:url(images/block1b_1.png);
		background-position:top left;
		background-repeat:repeat-y;
		padding: 0px 8px;
	}
	.block1b_2 {
		background-image:url(images/block1b_2.png);
		background-position:top left;
		background-repeat:no-repeat;
		height:9px;
	}
	.block1b_3 {
		background-image:url(images/block1b_3.png);
		background-position:top left;
		background-repeat:repeat-y;
		padding: 0px 8px;
	}
	.block1b_4 {
		background-image:url(images/block1b_4.png);
		background-position:top left;
		background-repeat:no-repeat;
		height:8px;
	}

.text_bottom_avertissement {
	display:block;
	font-size:9px;
	color:#999999;
	text-align:center;
}
.text_bottom_avertissement a {
	font-size:9px;
	color:#999999;
}
.text_bottom_copy {
	display:block;
	text-align:center;
}

/* FIN DES BLOCKS */

/* Les recettes */
A:LINK.href_lettre, A:ACTIVE.href_lettre, A:VISITED.href_lettre {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:14pt;
	color:#919BAF;
	text-decoration:none;
	font-weight:bold;
}
A:HOVER.href_lettre {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:14pt;
	color:#637189;
	text-decoration:underline;
}
A:LINK.href_lettre_active, A:ACTIVE.href_lettre_active, A:VISITED.href_lettre_active {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:14pt;
	color:#637189;
	text-decoration:underline;
}
A:HOVER.href_lettre_active {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:14pt;
	color:#637189;
	text-decoration:underline;
}
.href_lettre_inactive {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:14pt;
	color:#C0C7D3;
	text-decoration:none;
}

/* Mise en forme */
.recette_ingredients {
	margin:0 0 0 15px;
}

/* Les articles */
#articles_sel {
	width:150px;
	font-size:10px;
}
.article_opt_theme {
	width:150px;
	color:#333333;
	font-weight:bold;
	background-color:#F3F5F8;
	padding-top:1px;
	padding-bottom:1px;
	border-top:1px solid #FFFFFF;
}
.article_opt_ssrub {
	width:130px;
	color:#666666;
	margin-left:12px;
}
.article_opt {
	width:130px;
	color:#7B869B;
	margin-left:20px;
}
.article_top_com {
	padding-left:20px;
	padding-right:20px;
	text-align:justify;
}

/* Fin des articles */

/* -- ul_resultats style */
ul#ul_resultats {
	margin: 0 ;
	margin-left:15px;
	padding: 0 ;
	padding-left:10px;
	list-style-type:none;
	list-style-image:url(images/puce1.gif);
	vertical-align:bottom;
	list-style-position:inside;
/* Suppression du margin, du padding et des puces du <ul> */
}
ul#ul_resultats li {
	margin: 0 0 3px 0;
	padding: 0;
	list-style-type:none;
/* Suppression du padding du <li> et on définit une marge basse de 5px pour aérer le tout */
}
ul#ul_resultats li a {
	font-size:11px;
	display: block; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 100% ;
	line-height: 18px ;
	color: #2C2C2C ;
	text-indent: 0px ; /* On décale le texte de 40px du bord gauche */
	text-decoration: none ;
	border: 0px solid #dbd ;
	border-bottom: 1px solid #E8EAED;
}
ul#ul_resultats li a:hover {
	color:#505B70;
	border: 0px solid #f97 ;
	border-bottom: 1px solid #E8EAED;
	background-color:#F6F6F6;
}
ul#ul_resultats li a:active {
	color:#505B70;
	border: 0px solid #dbd ;
	border-bottom: 1px solid #E8EAED;
}


/* -- ul_resultats_galerie style */
ul#ul_resultats_galerie {
	margin: 0 ;
	margin-left:40px;
	padding: 0 ;
	padding-left:0px;
	list-style-type:none;
	list-style-image:url(images/puce_galerie.gif);
	vertical-align:bottom;
	list-style-position:inside;
/* Suppression du margin, du padding et des puces du <ul> */
}
ul#ul_resultats_galerie li {
	margin: 0 0 10px 0px;
	padding: 0;
	float:left;
	width:190px;
/* Suppression du padding du <li> et on définit une marge basse de 5px pour aérer le tout */
}
ul#ul_resultats_galerie li a {
	font-size:11px;
	display: block; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 160px ;
	line-height: 18px ;
	color: #2C2C2C ;
	text-indent: 0px ; /* On décale le texte de 40px du bord gauche */
	text-decoration: none ;
	border: 0px solid #dbd ;
	border-bottom: 1px solid #E4E2C9;
	padding:4px 0px;
}
ul#ul_resultats_galerie li td a {
	border:0px;
	border-bottom: 1px solid #FAFAF5;
	padding:0px;
	margin:0px;
	line-height:1em;
	width:auto;
	cursor:pointer;
}
ul#ul_resultats_galerie li a:hover {
	color:#505B70;
	border: 0px solid #f97 ;
	border-bottom: 1px solid #E4E2C9;
	background-color:#F0EFE0;
}
ul#ul_resultats_galerie li a:active {
	color:#505B70;
	border: 0px solid #dbd ;
	border-bottom: 1px solid #E4E2C9;
}
/* <------ fin sous menu style */

/* résultats de recherche : propositions */
.search_suggest {
	display: none;
	position:absolute;
	z-index:0;
	background-color: #fff;
	border: 1px solid #919BAF;
}
.search_suggest a {
	display: block;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	padding: 2px 2px;
}
.search_suggest a:hover {
	color: #fff;
	background-color: #919BAF;
	text-decoration: none;
}

.search_suggest_tit {
	width:100%; font-size:9px; color:#cccccc;text-align:center; padding:2px;
}
/*  <------ fin résultats de recherche : propositions */


/* blocks liens */
ul.block_lien {
	margin: 0 ;
	padding: 0 ;
	list-style-type:none;
	vertical-align:middle;
/* Suppression du margin, du padding et des puces du <ul> */
}
ul.block_lien li {
	margin: 0 0 3px 0;
	padding: 0;
	list-style-type:none;
/* Suppression du padding du <li> et on définit une marge basse de 5px pour aérer le tout */
}
li a.block_lien {
	display: block; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 100%;
	text-indent: 0px ; /* On décale le texte de Xpx du bord gauche */
	text-decoration: none ;
	text-align:left;
}
li a:hover.block_lien {
	display: block; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 100%;
	text-indent: 0px ; /* On décale le texte de Xpx du bord gauche */
	text-decoration: underline;
	background-color:#F5F3EF;
}
/*  <------ fin blocks liens */



/* Pour les images de la galerie photo */

a.photo img {filter:alpha(opacity=80);
               -moz-opacity: 0.80;
               opacity: 0.80;
			   border-color:#AAAAAA;
			   }

a.photo:hover img {filter:alpha(opacity=100);  
                     -moz-opacity: 1.0;  
                     opacity: 1.0;
					 border-color:#B7055B;
					 }
					 
/* -- ul_photo style */
ul#ul_photo {
	margin: 0 ;
	margin-left:15px;
	padding: 0 ;
	padding-left:10px;
	list-style-type:none;
	list-style-image:url(images/picture_save.gif);
	vertical-align:bottom;
	list-style-position:inside;
/* Suppression du margin, du padding et des puces du <ul> */
}
ul#ul_photo li {
	margin: 0 0 3px 10px;
	padding: 0;
	list-style-type:none;
/* Suppression du padding du <li> et on définit une marge basse de 5px pour aérer le tout */
}
ul#ul_photo li a {
	font-size:11px;
	display: block; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 100% ;
	line-height: 18px ;
	color: #2C2C2C ;
	text-indent: 0px ; /* On décale le texte de 40px du bord gauche */
	text-decoration: none ;
	border: 0px solid #dbd ;
	border-bottom: 1px solid #E4E2C9;
}
ul#ul_photo li a:hover {
	color:#505B70;
	border: 0px solid #f97 ;
	border-bottom: 1px solid #E4E2C9;
	background-color:#F0EFE0;
}
ul#ul_photo li a:active {
	color:#505B70;
	border: 0px solid #dbd ;
	border-bottom: 1px solid #E4E2C9;
}
/* <------ fin sous menu style */

.link_listwinners {
	float:right;
	font-weight:bold;
	background:url(images/block1b_1.png) top center repeat-y;
	margin:0 15px -20px 0;
}
.link_listwinners span {
	background:url(images/block1b_0.png) top center no-repeat;
	padding:8px 0;
	display:block;
	width:152px;
	text-align:center;
	color:#B7055B;
}