/*
	CORRECTION DES BUGS IE
	
	HACK IE6 uniquement
	* html ELEMENT {}
	
	HACK IE7 uniquement
	*:first-child+html ELEMENT {}
*/

/* @group RESET DES PROPRIETES PAR DEFAUT */

/*
	On empêche les navigateurs de gérer eux-mêmes l'affichage des éléments
	On va définir tous les éléments qui doivent être stylisés
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

body, p, a, ul, ol, li, h1, h2, h3, h4, span, div {
	color: #000000;
	font: 12px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}
p, a, ul, ol, li, h1, h2, h3, h4, span, div {
	text-align: left;
}

/* @end */

/* @group STYLES GÉNÉRAUX */

body {
	margin: auto;
	text-align: center;
	background: #000 url(../images/trame_fond.gif) repeat-x center 0;
}


a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.colorlink {
	text-decoration: none;
	color: #ff5200;
}

a.neutrallink {
	text-decoration: none;
	color: #000;
}

.h_moncompte {
	background: url(../images/picto_fleche_orange.png) no-repeat 0 1px;
	width: 250px;
	text-align: left;
	margin-bottom:4px;
}

.h_moncompte a {
	color: #ff5200;
	font-size: 12px;
	line-height: 15px;
	padding-left: 22px;
	display: block;
}

a.colorlink:hover {
	text-decoration: underline;
}

em {
	font-weight: bold;
}

.invisible {
	visibility: hidden;
	display: none;
}

.clear {
	clear: both;
}

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

.mt10 {
	margin-top: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.label {
font-size: 11px;
color:#CCC
}

/* @end */

/* @group MISE EN PAGE */

#wrapperwebpopup {
	margin-left: auto;
    margin-right: auto;
	width: 620px;
}

#webpopup_wrapper {
	margin-left: auto;
    margin-right: auto;
	width: 500px;
	background:none;
}

#wrapper {
	margin-left: auto;
    margin-right: auto;
	width: 990px;
}

/* @group Entête */

#header {
	width: 990px;
	height: 188px;
	background: url(../images/fd_header.jpg) no-repeat;
}

#header #h_logo {
	position: absolute;
	width: 200px;
	height: 108px;
	background: url(../images/mouton.png) no-repeat;
	z-index: 10;
	padding-top: 182px;
	color: #fff;
	font-size: 24px;
	line-height: 22px;
	margin-left: 150px;
	text-align: center;
	padding-left: 4px;
}

* html #header #h_logo {
	padding-bottom: 68px;
}

#header #h_titles {
	position: absolute;
	width: 260px;
	height: 120px;
	margin-left: 366px;
	margin-top: 55px;
}

/*
#header #h_titles h1 {
	color: #343434;
	font-size: 45px;
	line-height: 34px;
	font-weight: bold;
	letter-spacing: -2px;
	margin-top: 19px;
}
*/

#header #h_titles h1 {
	color: #343434;
	font-size: 45px;
	line-height: 34px;
	font-weight: bold;
	letter-spacing: -2px;
	margin-top: 9px;
}

* html #header #h_titles h1 {
	margin-top: 10px;
	padding-bottom: 10px;
}

*:first-child+html #header #h_titles h1 {
	margin-top: 10px;
	padding-bottom: 10px;
}

#header #h_choose {
	text-align: right;
	padding-top: 14px;
}

#header #h_choose span {
	color: #666666;
	font-size: 10px;
	line-height: 10px;
	vertical-align: middle;
	margin-left: 10px;
}

#header .h_logout {
	position: relative;
	background: url(../images/picto_deconnexion.gif) no-repeat 0 1px;
	margin-top: 124px;
	margin-left: 800px;
	width: 90px;
	text-align: left;
	height: 12px;
}

#header .h_logout a {
	color: #999999;
	font-size: 10px;
	line-height: 10px;
	padding-left: 22px;
	display: block;
}

/* @end */

/* @group Menu de navigation horizontal */

#navigation {
	width: 990px;
	height: 40px;
	background: url(../images/fd_navi.gif) no-repeat;
}

#navigation ul {
	padding-top: 10px;
	padding-left: 54px;
}

#navigation li {
	margin-right: 6px;
	height: 30px;
	float: left;
}

#navigation li.right_gap {
	margin-right: 208px;
}

#navigation li span {
	height: 30px;
	margin-left: 13px;
	display: block;
	float: left;
}

* html #navigation li span {
	margin-left: 6px;
}

#navigation li span a {
	font-size: 18px;
	line-height: 21px;
	color: #fff;
	height: 30px;
	display: block;
	padding-top: 5px;
	padding-right: 13px;
	margin-left: -13px;
	padding-left: 13px;
	float: left;
}

#navigation li:hover {
	background: url(../images/onglet_left_on.gif) no-repeat;
}

#navigation li span:hover {
	background: url(../images/onglet_middle_on.gif) repeat-x;
}

#navigation li span a:hover {
	background: url(../images/onglet_right_on.gif) no-repeat right 0;
	color: #859111;
	text-decoration: none;
}

* html #navigation li:hover, * html #navigation li span:hover, * html #navigation li span a:hover {
	color: #b2c649;
/*	color: #859111; */
	text-decoration: none;
	background-image: none;
}

#navigation li.selected {
	background: url(../images/onglet_left_on.gif) no-repeat;
}

#navigation li.selected span {
	background: url(../images/onglet_middle_on.gif) repeat-x;
}

#navigation li.selected span a {
	background: url(../images/onglet_right_on.gif) no-repeat right 0;
	color: #859111;
}

#navigation li.selected:hover {
	background: url(../images/onglet_left_roll.gif) no-repeat;
}

#navigation li.selected span:hover {
	background: url(../images/onglet_middle_roll.gif) repeat-x;
}

#navigation li.selected span a:hover {
	background: url(../images/onglet_right_roll.gif) no-repeat right 0;
	color: #fff;
	text-decoration: none;
}

* html #navigation li.selected:hover {
	background: url(../images/onglet_left_on.gif) no-repeat;
}

* html #navigation li.selected span:hover {
	background: url(../images/onglet_middle_on.gif) repeat-x;
}

* html #navigation li.selected span a:hover {
	background: url(../images/onglet_right_on.gif) no-repeat right 0;
	color: #859111;
	text-decoration: none;
}

/* -- Newsticker -- */

.ticker{
width:280px;
background-color:#ffffff;
padding:5px;
opacity:0.60;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: alpha(opacity=60);
}

#generale{
width:270px;
height:100px;
}

#generale .figlio{
width:270px;
visibility:hidden;
}

#generale .figlio img{
margin-right:5px;
margin-bottom:30px;
float:left;
}

#generale .figlio h1{
background:none;
margin:0;
padding:0;
font-size:12px;
font-weight:bold;
color:#FF4E00
}


/* ----*/
/* -- Navigation pour les gagnants --*/

#navigationgagnant {
	width: 620px;
	height: 40px;
	background: url(../images/fd_navigagnant.gif) no-repeat;
}

#navigationgagnant ul {
	padding-top: 10px;
	padding-left: 10px;
}

#navigationgagnant li {
	margin-right: 6px;
	height: 30px;
	float: left;
}

#navigationgagnant li.right_gap {
	margin-right: 208px;
}

#navigationgagnant li span {
	height: 30px;
	margin-left: 13px;
	display: block;
	float: left;
}

* html #navigationgagnant li span {
	margin-left: 6px;
}

#navigationgagnant li span a {
	font-size: 18px;
	line-height: 21px;
	color: #fff;
	height: 30px;
	display: block;
	padding-top: 5px;
	padding-right: 13px;
	margin-left: -13px;
	padding-left: 13px;
	float: left;
}

#navigationgagnant li:hover {
	background: url(../images/onglet_left_on.gif) no-repeat;
}

#navigationgagnant li span:hover {
	background: url(../images/onglet_middle_on.gif) repeat-x;
}

#navigationgagnant li span a:hover {
	background: url(../images/onglet_right_on.gif) no-repeat right 0;
	color: #859111;
	text-decoration: none;
}

* html #navigationgagnant li:hover, * html #navigationgagnant li span:hover, * html #navigationgagnant li span a:hover {
	color: #b2c649;
/*	color: #859111; */
	text-decoration: none;
	background-image: none;
}

#navigationgagnant li.selected {
	background: url(../images/onglet_left_on.gif) no-repeat;
}

#navigationgagnant li.selected span {
	background: url(../images/onglet_middle_on.gif) repeat-x;
}

#navigationgagnant li.selected span a {
	background: url(../images/onglet_right_on.gif) no-repeat right 0;
	color: #859111;
}

#navigationgagnant li.selected:hover {
	background: url(../images/onglet_left_roll.gif) no-repeat;
}

#navigationgagnant li.selected span:hover {
	background: url(../images/onglet_middle_roll.gif) repeat-x;
}

#navigationgagnant li.selected span a:hover {
	background: url(../images/onglet_right_roll.gif) no-repeat right 0;
	color: #fff;
	text-decoration: none;
}

* html #navigationgagnant li.selected:hover {
	background: url(../images/onglet_left_on.gif) no-repeat;
}

* html #navigationgagnant li.selected span:hover {
	background: url(../images/onglet_middle_on.gif) repeat-x;
}

* html #navigationgagnant li.selected span a:hover {
	background: url(../images/onglet_right_on.gif) no-repeat right 0;
	color: #859111;
	text-decoration: none;
}
/*-- Fin Navigation pour les gagnants --*/

/*-- Box Objet Trouvé Filleul - Orange --*/

#boxfilleulorange{
border:solid 5px #FFCC00
width:620px;
}

/*-- Fin Box Objet Trouvé Filleul - Orange --*/

/*-- Top lots --*/

#toplots{
	width: 620px;
	height: 115px;
	background: url(../images/fd_toplot.gif) repeat;
	margin-top:0px;
 padding-top:5px;
}

#lotscontenair{
	display:block;
	width: 610px;
	height: 110px;
	background: #fff;
 margin-left:5px;
}


#slideshow {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 610px;
	height: 110px;
	background-color: #FFF;
	visibility: hidden;
}

.caption {
	clear: both;
	margin-left: 5px;
	height: 110px;
	background-color: #FFF;
}

.toplotcontent
{
margin-left:5px
}

.date{
font-size:16px;
color:#AAA;
padding-top:5px;
margin-left: 5px;
}

.toplotwinner{
font-size:18px;
font-weight:bold;
margin-left: 5px;
color:#000

}
/*-- Fin Top lots --*/

#messageimportant {
margin-top:10px;
background-color:#FFFFE1;
border:solid 1px #FFD3A8;
padding:0px;
width:100%;
color:#000;
}

#messageimportantcontent {
padding:5px;
}

#messageimportant h1 {
color:#CC0000;
font-size:12px;
background:none;
margin-top:0px
}



/* @end */

/* @group Zone centrale */

#middle {
	width: 990px;
	background-color: #fff;
}

#content {
	overflow: hidden; 
	padding: 0 10px 0 20px;
	width: 960px;
	min-height: 445px;
}

* html #content {
	overflow: visible; 
	height: 445px;
}

#middle_footer {
	width: 990px;
	background-color: #fff;
}

#middle_footer div {
	width: 980px;
	background: url(../images/trame_basdepage.gif) repeat-x 0 -5px;
	height: 23px;
	margin-left: 5px;
}

/* définition des colonnes */

.column {
	float: left;
}

.width_190 {
	width: 190px;
}

.width_180 {
	width: 180px;
}

.width_90 {
	width: 90px;
}

.width_85 {
	width: 85px;
}

.width_70 {
	width: 70px;
}

.width_60 {
	width: 60px;
}

.width_290 {
	width: 290px;
}

.width_620 {
	width: 620px;
}

.width_280 {
	width: 280px;
}

.width_325 {
	width: 325px;
}

.width_390 {
	width: 390px;
}

.width_460 {
	width: 460px;
}

.width_110 {
	width: 110px;
}

.width_250 {
	width: 250px;
}

.width_330 {
	width: 330px;
}

.mr_40 {
	margin-right: 40px;
}

* html .mr_40 {
	margin-right: 28px;
}

.mr_5 {
	margin-right: 5px;
}

* html .mr_5 {
	margin-right: 2px;
}

.mr_15 {
	margin-right: 15px;
}

* html .mr_15 {
	margin-right: 7px;
}

.mt_0 {
	margin-top: 0px;
}

.mt_8 {
	margin-top: 8px;
}

.mt_20 {
	margin-top: 20px;
}

/* définition des titres des colonnes */

.column h1 {
	color: #666;
	font-size: 20px;
	font-weight: bold;
	background: url(../images/flechefb.gif) no-repeat right 6px;
	margin-top: 20px;
}

.column h2 {
	color: #666;
	font-size: 15px;
	margin-top: -3px;
	margin-bottom: 10px;
	border-top: 1px solid #b2b2b2;
}

.column h3 {
	color: #819c14;
	font-size: 12px;
	padding-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.column h4 {
	font-size: 14px;
}

.column h5 {
	font-size: 11px;
	text-transform: uppercase;
	color: #819c14;
	margin-top: 10px;
	margin-bottom: 2px;
}

.width_170 {
	width: 170px;
}

/* définition des formulaires */

.form {
	padding: 6px;
	margin-bottom: 6px;
}

.form span, .form label, .form input, .form select {
	color: #666666;
	font-size: 11px;
	vertical-align: middle;
	line-height: 14px;
}

.mentions {
	color: #333333;
	font-size: 11px;
	margin-bottom: 6px;
	display: block;
}

.form input, .form select {
	margin-bottom: 4px;
}

.submit_button {
	margin-bottom: 4px;
	margin-top: 4px;
	float: left;
}

.mt_0 {margin-top: 0px;}

.ml_5 {
	margin-left: 5px;
}

* html .ml_5 {
	margin-left: 2px;
}

.ml_20 {
	margin-left: 20px;
}

* html .ml_20 {
	margin-left: 10px;
}

.ml_79 {
	margin-left: 79px;
}

* html .ml_79 {
	margin-left: 40px;
}

.ml_90 {
	margin-left: 90px;
}

* html .ml_90 {
	margin-left: 45px;
}

.submit_button, .submit_button div, .submit_button a {
	height: 34px;
	float: left;
}

.submit_button .submit_left {
	background: url(../images/bt_left.png) no-repeat;
	width: 27px;
}

.submit_button .submit_left_sans {
	background: url(../images/bt_left_sans.png) no-repeat;
	width: 16px;
}

.submit_button .submit_center {
	display: block;
	cursor: pointer;
	background: url(../images/bt_middle.png) repeat-x;
	color: #ff5200;
	font-size: 15px;
	font-weight: bold;
	padding-top: 9px;
}

.submit_button .light {
	font-size: 12px;
}

.submit_button .submit_center:hover {
	text-decoration: underline;
}

.submit_button .submit_right {
	background: url(../images/bt_right.png) no-repeat;
	width: 16px;
}

.encadre {
	border: 1px solid #cccccc;
	padding: 1px;	
}

.clickpanel {
cursor: pointer;
}
/* @end */

/* @group Pied de page */

#footer {
	width: 990px;
}

#footer p {
	color: #666666;
	font-size: 10px;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px;
}

#footer p a {
	color: #666666;
	font-size: 10px;
}

#footer #first {
	background: url(../images/trame_bottom_left.gif) no-repeat;
}

#footer #second {
	background: url(../images/trame_bottom_center.gif) repeat-x;
	margin-left: 4px;
}

#footer #third {
	background: url(../images/trame_bottom_right.gif) no-repeat right 0;
	height: 101px;
}

#footer div ul {
	padding-top: 16px;
	padding-left: 16px;
	float: left;
}
#footer div ul li {
	display: block;
	width: 210px;
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}
#footer div ul li a {
	color: #666666;
	font-size: 10px;
}

/* @end */

/* @end */

/* @group PAGE D'ACCUEIL */

.trame_accueil {
	background: url(../images/frise.jpg) no-repeat 0 88px;
}

.forgot_link {
	display: block;
	color: #ff5200;
	font-size: 11px;
	clear: both;
	margin-bottom: 6px;
	margin-left: 106px;
	margin-right: 70px;
}

#forgot_link {
	display: block;
	color: #ff5200;
	font-size: 11px;
	clear: both;
	margin-bottom: 6px;
	margin-left: 106px;
	margin-right: 70px;
}
/* @end */

/* @group PAGE GRILLE */

#grille {
	margin-bottom: 12px;
	float: left;
}

#grille li {
	cursor: pointer;
	margin-right: 2px;
	margin-bottom: 2px;
	float: left;
}

.selection {
	width: 280px;
	border: 1px solid #cccccc;
	padding: 8px 0 0 10px;
	margin-top: -5px;
	clear: both;
	margin-bottom: 6px;
	height: 38px;
}

* html .selection {
	width: 290px;
}

.selection li {
	margin-right: 13px;
	display: inline;
	height: 40px;
	cursor: pointer;
	float: left;
}

*:first-child+html .selection li {
	margin-right: 12px;
	display: inline;
}

* html .selection li {
	margin-right: 12px;
}

.ball_reflection_green {
	background: url(../images/boule_reflet_vert.gif) no-repeat 0 27px;
}

.ball_reflection_yellow {
	background: url(../images/boule_reflet_jaune.gif) no-repeat 0 27px;
}

.ball_reflection_blue {
	background: url(../images/boule_reflet_bleu.gif) no-repeat 0 27px;
}

.ball_reflection_pink {
	background: url(../images/boule_reflet_rose.gif) no-repeat 0 27px;
}

.ball_reflection_orange {
	background: url(../images/boule_reflet_orange.gif) no-repeat 0 27px;
}

.ball_reflection_grey {
	background: url(../images/boule_reflet_gris.gif) no-repeat 0 27px;
}

.list {
	margin-top: 4px;
	margin-bottom: 4px;
}

.list li {
	background: url(../images/puce.gif) no-repeat;
	padding-left: 20px;
	margin-bottom: 4px;
	line-height: 12px;
	min-height: 16px;
	padding-top: 2px;
}

.lireglement {
	margin-top: 4px;
	margin-bottom: 4px;
}

.lireglement li {
list-style: square;
margin-left: 30px;
}

.reglement{
	margin-top: 8px;
	margin-bottom:8px;
}

.boule_selection {
	position: absolute;
	margin-left: 0;
	margin-top: -27px;
	background: url(../images/boule_selection.png) no-repeat 0 0;
	width: 27px;
	height: 27px;
}

* html .boule_selection {
	margin-top: 0px;
	margin-left: -30px;
}

*:first-child+html .boule_selection {
	margin-top: 0px;
	margin-left: -30px;
}

/* @end */

/* @group PAGES CLUB GOLD */

.gold_name {
	position: relative;
	color: #3e3401;
	font-size: 18px;
	margin-top: -44px;
	margin-left: 17px;
}

#grid_results {
	margin-bottom: 10px;
}

#grid_results table {
	border-collapse: separate;
	border-spacing: 2px;
}

#grid_results table thead td p {
	color: #819c14;
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 10px;
	font-weight: bold;
}

#grid_results table tbody td {
	height: 44px;
	vertical-align: middle;
}

#grid_results table tbody td p {
	padding-left: 4px;
	line-height: 12px;
}

.info {
	color: #666666;
	font-size: 10px;
	margin-bottom: 2px;
}

#grid_infos {
	margin-bottom: 10px;
}

#grid_infos table {
	border-collapse: separate;
	border-spacing: 2px;
}

#grid_infos table thead td p {
	color: #819c14;
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 10px;
	font-weight: bold;
}

#grid_infos table tbody td {
	height: 25px;
	vertical-align: middle;
}

#grid_infos table tbody td p {
	padding-left: 4px;
	padding-right: 4px;
	line-height: 12px;
}

/* @end */

/* @group PAGE GAGNANTS */

.countdown{
	text-align: left;
 width:100%;
 font-size:16px;
 font-weight:bold;
 color:#666
}

#axion{
	text-align: center;
 width:100%;
 font-size:16px;
}

/* @end */

/* @group PAGE GAGNANTS */

#w_choose {
	text-align: right;
 width:620px;
	margin-bottom: 2px;
}

#w_choose {
	color: #666666;
	font-size: 11px;
	text-align: right;
 width:620px;
}

.w_navigation {
	border: 1px solid #cccccc;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 2px;
	float: left;
	width: 600px;
}

#form_filter{
	text-align: right;
 width:620px;
}

* html .w_navigation {
	width: 620px;
}

.w_navigation, .w_navigation a, .w_navigation span {
	color: #666666;
	font-size: 11px;
}

.w_navigation a, .w_navigation span {
	padding-right: 2px;
	float: left;
	display: block;
	margin-right: 4px;
}

.w_navigation span.selected {
	color: #ff5200;
}

.w_navigation span.right {
	float:right;
}

#grid_winners {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

#grid_winners table tbody td img {
	margin-bottom: 6px;
}

#grid_winners table tbody td p.date {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}

#grid_winners table tbody td p.gain {
	color: #819c14;
	font-weight: bold;
}

/* @end */

/* @group PAGE PARRAINAGE */

.sponsor_link {
	color: #ff5200;
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.trame_sponsor {
	background: url(../images/visu_parrainage.gif) no-repeat right bottom;
	width: 630px;
	height: 170px;
	position: absolute;
	margin-top: -152px;
	margin-left: 355px;
}

/* @end */

/* @group PAGE JEU */

.info_banner {
	width: 145px;
	margin-right: 3px;
	float:left;
}

.banniere{float:left;width:468px;min-height:60px;cursor:pointer;margin-bottom:10px}
.banniereIn{float:left;width:468px;min-height:60px;cursor:pointer;}

* html .info_banner {
	margin-right: 2px;
}

.points {float:right;width:64px;background: url(../images/bg-points.png) no-repeat;min-height:64px}
.points .contenu {text-align:right;margin-right:5px;margin-top:5px}
.points .contenu h4 {color:White;text-align:right;margin-right:0px;margin-top:5px;font-size:20px;font-weight:bold;}
.points .contenu p {color:White;text-align:right;margin-right:0px;margin-top:-5px;font-size:11px;font-weight:normal}

/* @end */


/* @group WEBPOPUP */

#webpopup_content {
	width: 500px;
	min-height:300px;
	}

#webpopup_content h1 {
	margin-left: 10px;
	color: #343434;
	font-size: 16px;
	font-weight: bold;
}

#webpopup_content p {
	margin-left:10px;
}

#webmiddle {
	width: 500px;
	background-color: #fff;
}

/* @end */

/* @group BOX DECOUVERTE */

.discovery {
	margin-top: 20px;
	width: 280px;
	float: left;
	padding: 5px;
	margin-bottom:5px;
}

.discovery .container {
	float: left;
	width: 280px;
}

.discovery .container img {
	position: absolute;
	margin-left: 191px;
}

.discovery .container h1, .discovery .container h2, .discovery .container p, .discovery .container a {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	background-image: none;
	border-style: none;
}

.discovery .container h1 {
	margin: 4px 0 0 10px;
	width: 170px;
	line-height: 28px;
	font-size: 23px;
	font-weight: bold;
}

.discovery .container h2 {
	margin: 0 0 8px 10px;
	width: 170px;
	line-height: 13px;
	font-size: 14px;
}

.discovery .container p.small {
	margin-left: 10px;
	width: 137px;
	line-height: 14px;
	font-size: 12px;
	/*font-weight: bold;*/
}

.discovery .container p.long {
	margin-left: 10px;
	width: 165px;
	line-height: 14px;
	font-size: 12px;
}

.discovery .container div.footer {
	width: 280px;
	font-size: 1px;
	line-height: 1px;
	margin-top: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	border-top-style: dotted;
	border-top-width: 1px;
}

.discovery .container div.footer a {
	display: block;
	float: left;
	background: url(../images/puce_link.png) no-repeat 0 center;
	margin-left: 10px;
	padding-left: 18px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 11px;
	line-height: 11px;
	font-size: 11px;
}

.discovery .container div.footer div.submit_button {
	float: right;
	margin: 0 2px 0 0;
}

/* @group BLEU */

.discovery.blue {
	background-color: #c4efff;
}

.discovery.blue .container {
	background: #38a2cc url(../images/trame_blue_box.gif) no-repeat 0 0;
}

.discovery.blue .container h1 {
	color: #e2001a;
}

.discovery.blue .container h2 {
	color: #ffffff;
}

.discovery.blue .container p.small {
	color: #000000;
}

.discovery.blue .container p.long {
	color: #000000;
}

.discovery.blue .container div.footer {
	border-color: #c4efff;
}

.discovery.blue .container div.footer a {
	color: #ffd30b;
}

/* @end */

/* @group ROSE */

.discovery.pink {
	background-color: #ffc4f9;
}

.discovery.pink .container {
	background: #cb1bbe url(../images/trame_pink_box.gif) no-repeat 0 0;
}

.discovery.pink .container h1 {
	color: #e2001a;
}

.discovery.pink .container h2 {
	color: #ffffff;
}

.discovery.pink .container p.small {
	color: #000000;
}

.discovery.pink .container p.long {
	color: #000000;
}

.discovery.pink .container div.footer {
	border-color: #ffc4f9;
}

.discovery.pink .container div.footer a {
	color: #ffaa39;
}

/* @end */

/* @group VIOLET */

.discovery.purple {
	background-color: #ecc4ff;
}

.discovery.purple .container {
	background: #8e1bcb url(../images/trame_violet_box.gif) no-repeat 0 0;
}

.discovery.purple .container h1 {
	color: #e2001a;
}

.discovery.purple .container h2 {
	color: #ffffff;
}

.discovery.purple .container p.small {
	color: #000000;
}

.discovery.purple .container p.long {
	color: #000000;
}

.discovery.purple .container div.footer {
	border-color: #ecc4ff;
}

.discovery.purple .container div.footer a {
	color: #ffaa39;
}

/* @end */

/* @group JAUNE */

.discovery.yellow {
	background-color: #fff1c4;
}

.discovery.yellow .container {
	background: #e0a61b url(../images/trame_yellow_box.gif) no-repeat 0 0;
}

.discovery.yellow .container h1 {
	color: #819c0d;
}

.discovery.yellow .container h2 {
	color: #ff5200;
}

.discovery.yellow .container p.small {
	color: #000000;
}

.discovery.yellow .container p.long {
	color: #000000;
}

.discovery.yellow .container div.footer {
	border-color: #fff1c4;
}

.discovery.yellow .container div.footer a {
	color: #ffff00;
}

/* @end */

/* @group ROUGE */

.discovery.red {
	background-color: #ffcfc4;
}

.discovery.red .container {
	background: #cb381c url(../images/trame_red_box.gif) no-repeat 0 0;
}

.discovery.red .container h1 {
	color: #819c0d;
}

.discovery.red .container h2 {
	color: #ffffff;
}

.discovery.red .container p.small {
	color: #000000;
}

.discovery.red .container p.long {
	color: #000000;
}

.discovery.red .container div.footer {
	border-color: #ffcfc4;
}

.discovery.red .container div.footer a {
	color: #ffaa39;
}

/* @end */

/* @group ORANGE */

.discovery.orange {
	background-color: #ffdec4;
}

.discovery.orange .container {
	background: #e85d17 url(../images/trame_orange_box.gif) no-repeat 0 0;
}

.discovery.orange .container h1 {
	color: #819c0d;
}

.discovery.orange .container h2 {
	color: #ffffff;
}

.discovery.orange .container p.small {
	color: #000000;
}

.discovery.orange .container p.long {
	color: #000000;
}

.discovery.orange .container div.footer {
	border-color: #ffdec4;
}

.discovery.orange .container div.footer a {
	color: #ffd30b;
}

/* @end */

/* @group VERT */

.discovery.green {
	background-color: #dcffc4;
}

.discovery.green .container {
	background: #68cb1c url(../images/trame_green_box.gif) no-repeat 0 0;
}

.discovery.green .container h1 {
	color: #ff5200;
}

.discovery.green .container h2 {
	color: #ff5200;
}

.discovery.green .container p.small {
	color: #000000;
}

.discovery.green .container p.long {
	color: #000000;
}

.discovery.green .container div.footer {
	border-color: #dcffc4;
}

.discovery.green .container div.footer a {
	color: #ffff00;
}

/* @end */

/* @end */
/* @group PAGES POPUPS */

#popup_wrapper {
	margin-left: auto;
    margin-right: auto;
	width: 440px;
}

#popup_content {
	width: 440px;
	height: 250px;
	background: url(../images/visu_popup.jpg) no-repeat;
}

#popup_content h1 {
	position: absolute;
	margin-top: 53px;
	margin-left: 170px;
	color: #343434;
	font-size: 16px;
	font-weight: bold;
}

#popup_content p {
	position: absolute;
	margin-top: 86px;
	margin-left:/* la feuille de style n'est plus valide, grr.. */
* html img {
	behavior: url(css/iepngfix.htc);
}

* html #header #h_logo, * html .submit_button div, * html .submit_button a, * html .boule_selection {
	behavior: url(css/iepngfix.htc);
}
c);
}


/* @group ENRICHISSEMENTS DES TABLEAUX */

.grid_automatic {
	background: url(../images/legende_ordi.gif) no-repeat 2px 0;
	padding-left: 26px;
	height: 20px;
	padding-top: 5px;
	margin-top: 1px;
}

.grid_manual {
	background: url(../images/legende_manuel.gif) no-repeat 2px 0;
	padding-left: 26px;
	height: 20px;
	padding-top: 5px;
	margin-top: 1px;
}

* html .grid_manual, * html .grid_automatic {
	padding-bottom: 6px;
}

.bg_green {
	background-color: #e9f4c6;
	border: 1px solid #d3ea8d;
}

.bg_salmon {
	background-color: #ffe7c5;
	border: 1px solid #ffc67d;
}

.bg_white {
	background-color: #ffffff;
}

/* Produits de la Bergerie */

.Produit{
width: 100%;
margin-right:0px;
margin-top:12px;
border-bottom:dashed 1px #cccccc;
padding-bottom:5px;
}

.Produit .Title{
text-align:left;
margin-right:5px;
font-size:18px;
font-weight:bold;
color:#666
}

.Produit .Lots{
font-size:12px;
}

.Produit .Lots span{
font-size:12px;
color:#CC0000;
font-weight:bold;
}

.Produit .Lots a{
text-align:center;
color: #ff5200;
}

.Produit .Lots a:hover{
text-align:center;
text-decoration: underline;
}

.Produit .Title span{
color:#CC0000;
font-size:10px;
margin-left:5px;
}

.Produit .Title span span{
color:#CC0000;
font-weight:bold;
margin-left:5px;
}

.Produit .Image{
float:left;
margin-top:3px;
margin-right:5px;
margin-bottom:5px;
cursor:hand 
}

.Produit .Description{
text-align:left;
font-size:14px;
margin-left:5px;
color:#666
}

.Produit .Detail{
text-align:left;
margin-left:5px;
}

.Produit .Detail a{
text-align:center;
color: #ff5200;
}

.Produit .Detail a:hover{
text-align:center;
text-decoration: underline;
}

/* Update Panel Ajax */
.modalBackground
{
    background-color:#e6e6e6;
    filter:alpha(opacity=60);
    opacity:0.60;
}

/* Affichage des informations de l'audiotel */

.audiotel{
  float:left;
  margin-bottom:10px;
}

.audiotel .numtel{
 font-size:24px;
 font-weight:bold;
}

.audiotel .appel{
 font-weight:bold;
}

.audiotel .appel span{
 color:#CC0000;
 font-weight:bold;
}

.audiotel .aide{
 font-size:11px;
}

.audiotel .mention{
 font-size:10px;
}

.formaudiotel input
{
 font-size:20px;
}

.formaudiotel
{
 text-align:center;
}

/* @end */

/* @group FIX PNG POUR IE6 UNIQUEMENT */

/* la feuille de style n'est plus valide, grr.. */
* html img {
	behavior: url(css/iepngfix.htc);
}

* html #header #h_logo, * html .submit_button div, * html .submit_button a, * html .boule_selection {
	behavior: url(css/iepngfix.htc);
}

/* @group MESSAGES D'ERREUR */


.error_message {
	margin-bottom: 2px;
	padding: 6px;
	margin-top: 2px;
	overflow: hidden;
	color: #ff5200;
	font-size: 11px;
	line-height: 12px;
	background-color: #FFFFFF; /* pour opéra*/
	background-color: rgba(255,255,255,0.7);
}

* html .error_message {
	background-color: #FFFFFF;
}

*:first-child+html .error_message {
	background-color: #FFFFFF;
}

/* @end */

/* FB Styles */

.FBConnectButton_Text{font-size:9px;}

/* @end */
