/*ajout*/

#menu_ {
	padding-top: 10px;
	padding-left: 17px;
	width: 150px;
}

#menu {
	margin-top: 6px;
	background-image:url(/img/fr/page_gauche.jpg);
	background-position:top;
	background-repeat:repeat-y;
}
#menu h1 {
	background-image:url(/img/fr/page_gauche_titre_cat.jpg);
	background-repeat:no-repeat;
	height: 21px;
	font-size: 0px;
}
#menu p.bottom {
	background-image:url(/img/fr/page_gauche_bas_cat.jpg);
	background-repeat:no-repeat;
	height: 16px;
	font-size: 0px;
}

/* menu niveau principal */
#menu_0 {
	list-style-type: None;
	width: 165px;
	padding:0px;
	margin-left: 7px;
	margin-top: 7px;
	display: block;
	left: 15px;
	white-space: normal;
}

#menu_0 li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#menu_0 li a {
	color:#1C5779;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 155px;
	padding: 1px;
	padding-left: 10px;
	display: block;	
}

#menu_0 li a:hover {
	background-color: #FAB83A;
}

#menu_0 li.sel {
	background-color: #FAB83A;
}

#menu_0 li.suite {
	background-image: url(/img/com/icone_menu_g.gif);
	background-position: 150px center;
	background-repeat: no-repeat;
}

#menu_0 li.suite a {
	background-image: url(/img/com/icone_menu_g.gif);
	background-position: 150px center;
	background-repeat: no-repeat;
}

#menu_0 li.suite a:hover {
	background-image: url(/img/com/icone_menu_no.gif);
}


#menu_0 li.suitesel {
	background-image: url(/img/com/icone_menu_nob.gif);
	background-position: 150px center;
	background-repeat: no-repeat;
	background-color: #FAB83A;
}

#menu_0 li.suitesel a {
	background-image: url(/img/com/icone_menu_nob.gif);
	background-position: 150px center;
	background-repeat: no-repeat;
}

#menu_0 li.suitesel a:hover {
	background-image: url(/img/com/icone_menu_nob.gif);
}


/* menu niveau 1 */
#menu_1 {
	list-style-type: None;
	width: 145px;
	padding:0px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 5px;
	display: block;
	left: 15px;
	white-space: normal;
}

#menu_1 li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/*	color:#1C5779;*/
#menu_1 li a {
	color:#009E9E;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 135px;
	padding: 1px;
	padding-left: 10px;
	display: block;	
}

#menu_1 li a:hover {
	background-color: #FAB83A;
}

#menu_1 li.sel {
	background-color: #FAB83A;
}

#menu_1 li.suite {
	background-image: url(/img/com/icone_menu_g.gif);
	background-position: 130px center;
	background-repeat: no-repeat;
}

#menu_1 li.suite a {
	background-image: url(/img/com/icone_menu_g.gif);
	background-position: 130px center;
	background-repeat: no-repeat;
}

#menu_1 li.suite a:hover {
	background-image: url(/img/com/icone_menu_no.gif);
}


#menu_1 li.suitesel {
	background-image: url(/img/com/icone_menu_nob.gif);
	background-position: 130px center;
	background-repeat: no-repeat;
	background-color: #FAB83A;
}

#menu_1 li.suitesel a {
	background-image: url(/img/com/icone_menu_nob.gif);
	background-position: 130px center;
	background-repeat: no-repeat;
}

#menu_1 li.suitesel a:hover {
	background-image: url(/img/com/icone_menu_nob.gif);
}

/* menu niveau 2 */
#menu_2 {
	list-style-type: None;
	width: 125px;
	padding:0px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 5px;
	display: block;
	left: 15px;
	white-space: normal;
}

#menu_2 li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/*	color:#1C5779; */
#menu_2 li a {
	color:#666666;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 115px;
	padding: 1px;
	padding-left: 10px;
	display: block;	
}

#menu_2 li a:hover {
	background-color: #FAB83A;
}

#menu_2 li.sel {
	background-color: #FAB83A;
}




a.menu_acc {
	color:#1C5779;
	text-decoration: none;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 150px;
}
a.menu_acc:hover {
	background-color: #FFCC33;
}
a.menu_bas {
	color:#1C5779;
	text-decoration: none;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 160px;
	position: relative;
}
a.menu_bas:hover {
	background-color: #FFCC33;
}

a.menu_0 {
	color:#1C5779;
	text-decoration: none;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 130px;
	position: relative;
}
a.menu_0:hover {
	background-color: #FFCC33;
}
/* activé */
a.menu_0_a {
	background-color: #FFCC33;
}
a.menu_1 {
	color:#1C5779;
	text-decoration: none;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 140px;
	position: relative;
}
a.menu_1:hover {
	background-color: #FFCC33;
}
a.menu_1_a {
	background-color: #FFCC33;
}
a.menu_2 {
	color:#1C5779;
	text-decoration: none;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 130px;
	position: relative;
}
a.menu_2:hover {
	background-color: #FFCC33;
}
a.menu_2_a {
	background-color: #FFCC33;
}





/*	background-image:url(/img/com/page_fond.jpg);*/
body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #EDEDED;
	background-position:top left;
	background-repeat:repeat-y;
}

#fond_page0 {
	background-image:url(/img/com/page_fond.jpg);
	top: 0px;
	left: 0px;
	width: 975px;
	text-align: left;
	margin: 0 auto;
	padding-top: 0px;
	position: relative;
}

#fond_page {
	top: 0px;
	left: 0px;
	width: 975px;
	text-align: left;
}

form, p, h1 {
	margin: 0;
	padding: 0;
}
fieldset { border: 1px solid #8A8989; padding: 7px;  }
legend { font-size: 110%; font-weight: bold; }
hr { color: #8A8989; }
a { color: #000000; }
a:hover { text-decoration: none; }
img { border: 0px; }
p { color: #1C5779; }

.note { font-size: 90%; }
.black { color: #000000; }
.blue { color: #1C5779; }
.error { text-align: center; color: red; }
.bg_gray { background-color: #EEEEEE; }
.orange  { color: #FAB83A; }

td.paire { background-color: #ffffff; }
td.impaire { background-color: #F7F5E1; }

a.panier {
	color: #ffffff;
	background-color: #1C5779;
	text-decoration: none;
	font-size: 80%; 
	padding: 2px 6px 2px 6px;
	text-align: right;
}



#left {
	position: absolute;
	left: 6px;
	top: 0px;
	width: 182px;
}
/*
#main, #footer {
	margin-left: 200px;
	width: 570px;
}

#main, #footer {
	width: 550px;
	padding: 10px;
}
*/
#main, #footer {
	margin-left: 200px;
	width: 710px;
	padding: 10px;
}

#main { min-width: 600 px;}

#logo span, #fast_search h1 span, #menu h1 span, #mainTitle span, #photo span {
	display: none;
}

#logo {
	margin: 0px;
	background-image:url(/img/com/page_logo.jpg);
	background-repeat:no-repeat;
	height: 72px;
	font-size: 0px;
}

#fast_search {
	margin-top: 6px;
	background-image:url(/img/fr/page_gauche.jpg);
	background-position:top;
	background-repeat:repeat-y;
}
#fast_search h1 {
	background-image:url(/img/fr/page_gauche_titre_rech.jpg);
	background-repeat:no-repeat;
	height: 20px;
	font-size: 0px;
}
#fast_search .form_raw {
	margin: 5px 10px 0px 10px;
	padding-left: 10px;
	font-weight: bold; 
	font-size: 80%;
	color: #7F7F7F;
}
#fast_search .form_action {
	text-align: center;
	margin: 5px 0 2px 0;
}

#fast_search p.bottom {
	background-image:url(/img/fr/page_gauche_bas.jpg);
	background-repeat:no-repeat;
	height: 23px;
	font-size: 0px;
}


#menu {
	margin-top: 6px;
	background-image:url(/img/fr/page_gauche.jpg);
	background-position:top;
	background-repeat:repeat-y;
}
#menu h1 {
	background-image:url(/img/fr/page_gauche_titre_cat.jpg);
	background-repeat:no-repeat;
	height: 21px;
	font-size: 0px;
}
#menu p.bottom {
	background-image:url(/img/fr/page_gauche_bas_cat.jpg);
	background-repeat:no-repeat;
	height: 16px;
	font-size: 0px;
}

#header {
	margin-left: 188px;
	padding-left: 13px;
	width: 760px;
	height: 152px;
	background-image:url(/img/fr/page_en_tete.jpg);
	background-repeat:no-repeat;
/*	border: thin solid;*/
}
#header #mainTitle {
	font-size: 0px;
}
#header #welcome_user {
	margin-right: 30px;
	text-align: right;
	line-height: 17px;
}
#header #menu_top {
	margin: 18px 28px 0 0;
	text-align: right;
}

#BANNER {
	display: none;
/*	position: absolute;
	width: 234px;
	height: 60px;
	border: 1px solid #000000;
	margin: 2px 2px 2px 0; */
}
/*
#menu_top a {
	background-color: #FAB83A;
	border: 1px solid #666666;
	padding: 7px !important;
	padding-bottom: 6px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-size: 90%;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;

	border-bottom: 0px;
}*/

#main #navigation { background-color: #EFEFFF; padding: 3px; font-size: 80%; margin-bottom: 15px; }
#main #navigation .nav_last { font-weight: bold; color: #FAB83A; }

#footer { font-size: 80%; margin-top: 20px; }
#footer #foot_address { text-align: center; color: #555555; margin-bottom: 5px; }
#footer #foot_notes { background-color: #EEEEEE; padding: 3px; }
#footer #foot_notes #copyright { text-align: left; float: left; }
#footer #foot_notes #conditions { text-align: right; }



#lstPromoAccueil {  font-size: 95%; margin-top: 15px; }
#lstPromoAccueil h1 { margin: 15px 0 -3px 5px; padding: 0; font-size: 120%; color: #E33D22; }
#lstPromoAccueil a { color: #1C5779; }
#lstPromoAccueil a.lastFamPromo { font-weight: bold; color: #FAB83A; }
#lstPromoAccueil p { margin: 10px 0 5px 3px; }
#lstPromoAccueil p.promo { background-color: #EEEEEE; margin: 0; padding: 1px 0 2px 3px; color: #1C5779; }
#lstPromoAccueil p.promo .note { font-size: 80%; }
#lstPromoAccueil .tarif {color: red; }

#flashPromo {
	width: 350px;
	height: 148px;
	border: 1px solid #8A8989;
	margin: 0px;
	padding: 5px;
}
#flashPromo p { color: #000000; margin: 0; padding: 0; }
#flashPromo p.promo { font-size: 80%; font-weight: bold; color: #E2451C; }
#flashPromo p.desc { font-size: 80%; }
#flashPromo td.tarif { text-align: right; font-weight: bold; color: #1C5779; font-size: 110%; }

#familleDetail { margin-top: 15px; }
#familleDetail p.text { font-size: 90%; margin: 15px 0 15px 3px; }
#familleDetail h1 { font-size: 100%; color: #1C5779; margin-bottom: -3px; }
#familleDetail #listChilds { background-color: #eeeeee; padding: 10px; }
#familleDetail #listChilds a { font-size: 80%; color: #1C5779; }
#familleDetail .childPaire { line-height: 15px; width: 250px; display: block; margin-left: 250px; margin-top: -15px;}
#familleDetail .childImpaire { line-height: 15px; width: 250px; display: block; }

#listArticle table { margin: 0; padding: 0; }
#listArticle td  p { color: #000000; }
#listArticle .name {font-size: 90%; font-weight: bold; }
#listArticle .name a { color: #1C5779;}
#listArticle .ref { font-size: 70%; }
#listArticle .desc { font-size: 80%; }
#listArticle .tarif { text-align: right; font-weight: bold; color: #000000; margin: 5px 0 5px 0; }
#listArticle .promo { font-weight: bold; color: #E2451C; }
#listArticle h1 { margin: 15px 0 -3px 5px; font-size: 100%; color: #1C5779; }
#listArticle .famille { color: #1C5779; background-color: #eeeeee; margin: 15px 0 10px 0; }
#listArticle .famille a { color: #1C5779; }
#listArticle .impaire { background-color: #F7F5E1; }

#articleDetail { margin: 10px 0 30px 0; }
#articleDetail .tarif  { font-size: 110%; text-align: right; font-weight: bold; color: #1C5779; margin: 5px 0 5px 0; }
#articleDetail .deee  { font-size: 70%; text-align: right; color: #1C5779; margin: 5px 0 5px 0; }
#articleDetail .name {font-size: 90%; font-weight: bold; color: #1C5779; }
#articleDetail .ref { font-size: 70%; color: #000000; }
#articleDetail .desc { font-size: 80%; margin: 5px 0 5px 0; color: #1C5779; }
#articleDetail .promo { font-weight: bold; color: #E2451C; }
#articleDetail H1 {font-size: 90%; font-weight: bold; color: #1C5779; }

.panier_non_dispo {
	color: #CC0000;
	font-size: 10px;
	font-weight: bold;
}

.panier_dispo {
	color: #009933;
	font-size: 10px;
	font-weight: bold;
}


#PanierDetail th { font-size: 80%; text-align: center; font-weight: normal; padding: 5px 0 10px 0; }
#PanierDetail td { text-align: center; font-size: 80%; }
#PanierDetail td.paire { background-color: #ffffff; }
#PanierDetail td.impaire { background-color: #eeeeee; }
#PanierDetail td.name { text-align: left; }
#PanierDetail td.name a { font-size: 90%; font-weight: bold; color: #1C5779; }
#PanierDetail td.prixTot { font-weight: bold; }
#PanierDetail td input { text-align: right; font-size: 80%; }
#PanierDetail a { color: #1C5779; }
#PanierDetail .action_suppr { text-align: left; }
#PanierDetail #livraison p, #PanierDetail #facturation p { text-align: left; color: #000000; width: 200px; margin: 5px; }

#panier_tot { 
	font-size: 105%; 
	background-color: #eeeeee; 
	border: 1px solid #8A8989; 
	width: 250px; 
	padding: 5px; 
	margin: 15px 15px 10px 260px;
}

#panier_warning_ {
	background: url(/img/com/attention.gif) no-repeat top left;
	float: left;
	margin: 10px 0 0 20px;
	padding-left: 25px;
	width: 350px;
	font-size: 80%;
}
#panier_warning {
	background: url(/img/com/attention.gif) no-repeat top left;
	float: left;
	margin: 0px 0 0 20px;
	padding-left: 25px;
	width: 200px;
	font-size: 80%;
}
#command_warning {
	background: url(../images/ico-warning.gif) no-repeat top left;
	float: left;
	margin: 10px 20px 20px 10px;
	padding-left: 25px;
/*	width: 350px; */
	font-size: 80%;
}

#auth_login_page p { font-size: 90%; margin: 10px 0 10px 0; }
#auth_login_page .form_raw { margin: 5px 0 5px 0; }
#auth_login_page label {
 	clear: both;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 230px;
	text-align: right; 
	margin-right: 5px;
	color: #1C5779;
}
#auth_login_page a { color: #1C5779; }
#auth_login_page .auth_error { text-align: center; color: red; }

#auth_login_new td { font-size: 90%; padding-left: 30px; }
#auth_login_new textarea {  }

#profil p { color: black; font-size: 90%; padding: 3px; margin: 5px; }
#profil #PreviewPanier { position: absolute; left: 730px; top: 220px; height: 120px; }
#profil .title { background-color: #EEEEEE; width: 300px; color: black; padding: 2px; }
#profil .error { color: red; }
#profil td { font-size: 90%; padding-left: 30px; }

#PreviewPanier {
	width: 160px;
	height: 148px;
	border: 1px solid #8A8989;
	padding: 5px;
}
#PreviewPanier p { font-size: 90%; color: #1C5779; margin: 0 0 5px 0; padding: 0; }

#command p { font-size: 90%; color: #000000; margin: 0 0 15px 0;  }
#command td { font-size: 90%; }
#ListCommand td { font-size: 80%; padding: 5px; }
#ListCommand th { font-size: 75%; padding: 5px; }
#payMethod p, #payMethod td { font-size: 90%; margin: 10px; padding: 10px; }

.form_raw_center { margin: 5px 0 5px 0; }
.form_raw_center label {
 	clear: both;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 230px;
	text-align: right; 
	margin-right: 5px;
	color: #1C5779;
}



#POPUP { background-color:#ffffff; text-align: center; }
#POPUP img { border: 1px solid #cccccc; padding:3px; background-color:#FFFFFF; margin:10px; }
#POPUP #CLOSE { text-align: center; }
#POPUP #CLOSE a { color:#000000; }

#note { margin: 30px 0; 
font: 90% Verdana, Arial, Helvetica, sans-serif;
	}
#note #titre0 {font-size: 90%; font-weight: bold; color: #1C5779; }
#note .comm
{
	font-size: 80%;
	color: #555555;
	margin-left: 10px;
	font-weight: normal;
 }
#note .date
{
	font-size: 80%;
	color: #000000;
	margin-left: 10px;
 }
#note #titre1 {
font-size: 90%; font-weight: bold; color: #1C5779; 
	margin-top: 20px;
	}
#note #pseudo {
	margin-left: 40px;
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	margin-top: 8px;
}
#note #commentaire {
	margin-left: 30px;
	font-size: 80%;
	color: #000000;
	margin-top: 8px;
}

