* {
	margin:0;
	padding:0;
	font-family:verdana;
	font-size:11px;
}

body {
	background:white;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	border:none;
}

.erreur input, .panier_compte fieldset .erreur input {
	border:1px solid red;
}
.erreur {
	position:relative;
}
.ico_err {
	display:block;
	width:14px;
	height:14px;
	margin:3px 0 0 4px;
	float:left;
	background:url(../img/ico_err.gif) no-repeat;
}
.detail_erreur {
	display:none;
	position:absolute;
	left:0;
	top:42px;
	padding:3px;
	font-size:9px;
	border:1px solid red;
	background:white;
	z-index:50;
}
.png {
	behavior: url(styles/iepngfix.htc);
}
.clear {
	width:100%;
	clear:both;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
#body {
	width:980px;
	margin:20px auto;
}
#tetiere {
	background:#e2007a url(../img/bg-header.gif) no-repeat;
	height:326px;
	position:relative;
}
#lien_accueil {
	position:absolute;
	width:775px;
	height:62px;
	top:25px;
	left:12px;
	text-indent:-10000px;
	overflow:hidden;
}
#navtop {
	display:block;
	width:auto;
	font-weight:bold;
	top:100px;
	right:0;
	position:absolute;
}
#navtop a, #navtop strong {
	font-family:arial;
	text-transform:uppercase;
	color:white;
	font-weight:bold;
	padding:0 8px;
}
#navtop a:hover {
	text-decoration:none;
}
#navtop li{
	display:block;
	width:auto;
	height:17px;
	float:left;
	padding:4px 0 0 0;
	position:relative;
}
#navtop .navshop_index {
	background:#d4d600;
	margin:0 0 0 15px;
}
#navtop .navshop_index strong {
	color:black;
}
#navtop .navshop_cat {
	background:black;
}

#navtop li ul{
	display:none;
	position:absolute;
	width:130px;
	padding:10px 0 30px 0;
	background:black url(../img/bg-navtop-sscat.gif) no-repeat bottom right;
	z-index:50;
}
#navtop li ul li {
	float:none;
	color:white;
	text-indent:8px;
	height:auto;
	padding:2px;
}
#navtop li ul li a{
	padding:0;
	font-weight:normal;
	text-transform:none;
}
#navtop li ul li a:hover{
	text-decoration:underline;
}
#diapo_header {
	position:relative;
	top:121px;
	left:0;
	width:100%;
	height:200px;
	overflow:hidden;
	z-index:10;
}
#diapo_header li {
	position:absolute;
	width:100%;
	height:200px;
	overflow:hidden;
}

#txt_diapo li  {
	display:block;
	width:200px;
	height:200px;
	margin:0 0 0 120px;
	color:white;
	background:url(../img/bg-trans50.png);
}
#txt_diapo li strong {
	display:block;
	border-bottom:1px solid white;
	font-size:15px;
	padding:20px 0 2px 5px;
	text-transform:uppercase;
}
#txt_diapo li span {
	display:block;
	font-size:13px;
	padding:5px;
}
#txt_diapo li span a{
	color:white;
	font-size:13px;
	text-decoration:underline;
}
#txt_diapo li span a:hover {
	text-decoration:none;
}
#logo_freegun_diap {
	position:absolute;
	right:0;
	top:0;
	width:275px;
	height:200px;
	background:url(../img/logo_freegun_diap.png) no-repeat;
}
#pagin_diapo {
	position:absolute;
	width:100%;
	z-index:50;
	top:178px;
	text-align:right;
}
#pagin_diapo a {
	background:white;
	color:black;
	font-size:15px;
	padding:1px 4px;
	margin:0 5px;
}
#pagin_diapo a.current {
	background:#e2007a;
	color:white;
}

#col_gauche {
	width:190px;
	float:left;
	margin:0 0 20px 0;
}
#col_gauche .bloc_gauche {
	margin:20px 0 0 0;
}
#col_gauche h3 {
	background:black;
	font-size:13px;
	color:#d4d600;
	padding:0 5px;
	text-transform:uppercase;
}
#col_gauche .bg_color {
	background:#d4d600;
	padding:15px 10px;
}
#col_gauche .border_black {
	border:1px solid black;
}
#col_gauche a {
	color:black;
	text-decoration:underline;
}
#col_gauche fieldset {
	border:none;
	position:relative;
	margin:0 0 10px 0; 
}
#col_gauche fieldset p {
	width:147px;
	margin:2px 0 0 0; 
	float:left;
}
#col_gauche label {
	display:block;
	font-weight:bold;
	height:15px;
}
#col_gauche input {
	border:1px solid black;
	width:145px;
	height:18px;
	display:block;
}
#col_gauche button {
	position:absolute;
	width:20px;
	height:20px;
	bottom:0;
	border:none;
	font-size:9px;
	margin:0 0 0 3px;
	font-weight:bold;
	color:white;
	background:#e2007a;
}
#col_gauche .btn_voirpanier {
	display:block;
	padding:2px 0;
	font-size:10px;
	color:white;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	background:#e2007a;
}
#col_gauche .lst_panier {
	padding:10px;
}
#col_gauche .lst_panier table {
	width:100%;
}
#col_gauche .lst_panier .col_tarif {
	width:60px;
	text-align:right;
}
#col_gauche .lst_panier .col_del {
	width:10px;
}
#col_gauche .btn_panier_suppr {
	display:block;
	width:7px;
	height:7px;
	background:url(../img/btn_panier_suppr.gif) no-repeat;
	overflow:hidden;
	text-indent:-1000px;
}
#col_gauche .lst_panier table tfoot td{
	padding:3px 0 3px 0;
	border-top:1px solid black;
}
#col_gauche .lst_panier table tfoot td .label_total{
	display:block;
	float:left;
	width:50%;
	font-size:12px;
}
#col_gauche .lst_panier table tfoot td .panier_total{
	display:block;
	font-size:14px;
	float:right;
	width:50%;
	text-align:right;
}


#col_gauche .newsletter p {
	padding:5px 0;
}
#col_gauche .newsletter button {
	bottom:5px;
}
#col_gauche .communaute ul {
	padding:10px 0 0 0;
	margin:0 0 0 5px;
}
#col_gauche .communaute ul li {
	padding:2px 0;
	list-style:none;
}
#col_gauche .communaute ul li a {
	display:block;
	height:16px;
	width:auto;
	text-indent:25px;
	
}
#col_gauche .communaute ul li a.lien_facebook {
	background:url(../img/ico_facebook.gif) no-repeat;
}
#col_gauche .communaute ul li a.lien_dailymotion {
	background:url(../img/ico_dailymotion.gif) no-repeat;
}
#col_gauche .communaute ul li a.lien_youtube {
	background:url(../img/ico_youtube.gif) no-repeat;
}
#col_gauche .communaute ul li a.lien_twitter {
	background:url(../img/ico_twitter.gif) no-repeat;
}
#col_gauche .logo_ng {
	padding:20px 0 0 0;
}

#content {
	width:760px;
	float:left;
	margin:20px 0 20px 30px;
}

.actu_accueil {
	height:255px;
	margin:0 0 20px 0;
}
.actu_accueil .content_actu {
	width:238px;
	float:left;
	margin:0 0 0 23px;
	background:#e2007a;
	color:white;
	height:255px;
}
.actu_accueil .content_actu.prems {
	margin:0 0 0 0;
}
.actu_accueil .content_actu h3 {
	background:black url(../img/bg-h3-actu.jpg) no-repeat 0 3px;
	text-indent:17px;
	text-transform:uppercase;
	padding:3px 0 ;
}
.actu_accueil .content_actu p {
	padding:8px;
}
h1, h2, h3 {
	font-family:arial;
}
h1 {
	display:block;
	width:100%;
	height:26px;
	color:#d4d600;
	background:url(../img/bg-h1.gif) no-repeat;
	font-size:18px;
	text-indent:50px;
	text-transform:uppercase;
}
h1 em {
	color:white;
	font-size:12px;
	text-transform:none;
	font-family:arial;
	font-weight:normal;
}
h1 a {
	color:#d4d600;
	font-size:18px;
	font-family:arial;
}
h1 span.lowercase {
	font-size:18px;
	text-transform:lowercase;
}
.bloc_produit {
	width:173px;
	height:290px;
	margin:20px 0 18px 22px;
	float:left;
	position:relative;
}
.bloc_produit.premcol {
	margin:20px 0 10px 0;
}
.bloc_produit h2 {
	padding:0 0 3px 0;
}
.bloc_produit h2, .bloc_produit h2 a {
	font-size:15px;
	text-indent:16px;
	text-transform:uppercase;
	color:black;
	font-family:arial;
}
.bloc_produit h2 a:hover {
	text-decoration:none;
}
.bloc_produit h2 span {
	text-transform:lowercase;
	font-weight:normal;
	font-size:15px;
	font-family:arial;
}
.bloc_produit.type_femme h2 {
	background:url(../img/bg-h2-femme.gif) no-repeat 0 2px;
}
.bloc_produit.type_homme h2 {
	background:url(../img/bg-h2-homme.gif) no-repeat 0 2px;
}
.bloc_produit.type_garco h2 {
	background:url(../img/bg-h2-garcon.gif) no-repeat 0 2px;
}
.bloc_produit.type_fille h2 {
	background:url(../img/bg-h2-fille.gif) no-repeat 0 2px;
}
.bloc_produit.type_acces h2 {
	background:url(../img/bg-h2-accessoire.gif) no-repeat 0 2px;
}
.bloc_produit.type_femme .detail_prod {
	border:1px solid #e2007a;
}
.bloc_produit.type_homme .detail_prod {
	border:1px solid #000000;
}
.bloc_produit.type_garco .detail_prod {
	border:1px solid #009ee0;
}
.bloc_produit.type_fille .detail_prod {
	border:1px solid #f191c5;
}
.bloc_produit.type_acces .detail_prod {
	border:1px solid #fe8f00;
}
.bloc_produit .detail_prod img {
	display:block;
}
.bloc_produit .detail_prod p {
	padding:6px;
	height:20px;
}
.bloc_produit .detail_prod p a{
	display:block;
	height:20px;
	width:auto;
	float:left;
	color:white;
	line-height:23px;
}
.bloc_produit .detail_prod p .prix{
	display:block;
	width:auto;
	height:20px;
	float:right;
	color:white;
	font-size:16px;
	font-weight:bold;
}
.bloc_produit .detail_prod p .prix.barre {
	text-decoration:line-through;
}
.bloc_produit .detail_prod .bloc_promo {
	display:block;
	position:absolute;
	background:red;
	top:115px;
	left:60px;
	width:136px;
	padding-top:31px;
	height:73px; /* 104px*/
	background:url(../img/etoile_promo.png) no-repeat;
	
	text-align:center;

	
}
.bloc_produit .detail_prod .bloc_promo strong, 
.bloc_produit .detail_prod .bloc_promo span {
	font-size:12px;
	font-size:14px;
	font-weight:bold;
	color:white;
	margin:0 0 0 -10px;
}
.bloc_produit.type_femme .detail_prod p {
	background:#e2007a;
}
.bloc_produit.type_homme .detail_prod p {
	background:#000000;
}
.bloc_produit.type_garco .detail_prod p {
	background:#009ee0;
}
.bloc_produit.type_fille .detail_prod p {
	background:#f191c5;
}
.bloc_produit.type_acces .detail_prod p {
	background:#fe8f00;
}
.bloc_produit .lien_ajout_panier {
	display:block;
	width:100%;
	color:white;
	text-align:center;
	font-weight:bold;
	background:black;
	text-transform:uppercase;
}
.bloc_produit.type_femme .lien_ajout_panier {
	border-top:1px solid #e2007a;
}
.bloc_produit.type_homme .lien_ajout_panier {
	border-top:1px solid #000000;
}
.bloc_produit.type_garco .lien_ajout_panier {
	border-top:1px solid #009ee0;
}
.bloc_produit.type_fille .lien_ajout_panier {
	border-top:1px solid #f191c5;
}
.bloc_produit.type_acces .lien_ajout_panier {
	border-top:1px solid #fe8f00;
}
.bloc_produit .detail_prod ul {
	height:55px;
	overflow:hidden;
	list-style-type:square;
	padding:0 0 0 20px;
}
.bloc_produit .detail_prod span {
	color:black;
}
.bloc_produit.type_femme .detail_prod ul {
	color:#e2007a;
}
.bloc_produit.type_homme .detail_prod ul {
	color:#000000;
}
.bloc_produit.type_garco .detail_prod ul {
	color:#009ee0;
}
.bloc_produit.type_fille .detail_prod ul {
	color:#f191c5;
}
.bloc_produit.type_acces .detail_prod ul {
	color:#fe8f00;
}



#footer {
	display:block;
	clear:both;
	padding:20px 0 5px 0;
	background:#e2007a;
	/*text-align:center;*/
	color:white;
}
#footer #nfo_divers, #footer #nfo_tel {
	display:block;
	padding:0 12px;
	height:65px;
	line-height:16px;
	border-right:1px solid white;
	float:left;
	font-size:10px;
}
#footer #nfo_tel {
	width:170px;
}
#footer #nfo_tel {
	width:125px;
}
#footer a {
	margin:0 3px;
	color:white;
	font-weight:bold;
	font-size:10px;
}
#footer strong {
	font-size:10px;
}
#footer img {
	display:block;
	width:auto;
	height:auto;
	float:right;
	margin:0 21px 0 0;
}





/************************* LISTING PRODUIT *************************/
#lst_prod_flts {
	width:100%;
	font-size:12px;
	font-weight:bold;
}
#lst_prod_flts a {
	color:black;
	text-decoration:underline;
}
#lst_prod_flts .stylish_flt a {
	text-decoration:none;
}
#lst_cat_enfant, #flt_lst {
	width:50%;
	height:15px;
	float:left;
	margin:10px 0;
}
#flt_lst {
	text-align:right;
}
#flt_lst a {
	padding:0 0 0 12px;
	background:url(../img/flbas_noir.gif) no-repeat 0 3px;
}
#flt_lst a.flt_on {
	background:url(../img/flhaut_noir.gif) no-repeat 0 3px;
}
#filtres_tris {
	/*display:none;*/
	position:relative;
	z-index:10;
	background:black;
	clear:both;
	padding:5px 0;
	height:26px;
}
#filtres_tris p {
	position:relative;
	display:block;
	width:213px;
	float:left;
	padding:0 0 0 40px;
}
#filtres_tris p label {
	position:absolute;
	padding:3px 0;
	display:block;
	top:4px;
	left:45px;
	font-size:9px;
	font-weight:bold;
	color:#e2007a;
	background:white;
	text-transform:uppercase;
}
#x_lst {
	position:relative;
	z-index:5;
	width:100%;
	clear:both;
}
.pagin {
	display:block;
	width:260px;
	margin:5px auto;
	background:#e2007a;
	text-align:center;
	color:white;
	padding:3px;
}
.pagin a, .pagin strong {
	color:white;
}
.pagin .page_prem, .pagin .page_prec, .pagin .page_suiv, .pagin .page_dern {
	display:block;
	width:13px;
	height:11px;
	text-indent:-10000px;
	overflow:hidden;
	margin:0 4px;
}
.pagin .page_prem {
	float:left;
	background:url(../img/pagin_prem.gif) no-repeat;
}
.pagin .page_prec {
	float:left;
	background:url(../img/pagin_prec.gif) no-repeat;
}
.pagin .page_suiv {
	float:right;
	background:url(../img/pagin_suiv.gif) no-repeat;
}
.pagin .page_dern {
	float:right;
	background:url(../img/pagin_dern.gif) no-repeat;
}

.loadeur {
	position:absolute;
	display:block;
	top:25px;
	width:100%;
	height:15px;
	background:url(../img/loader1.gif) no-repeat 50%;
}


/************************* FICHE PRODUIT *************************/
#detail_prd {
	width:729px;
	margin:20px auto;
}
#col_phot {
	width:282px;
	float:left;
	border:1px solid black;
}
#col_phot img {
	display:block;
}
#col_phot .nfo_img {
	display:block;
	height:18px;
	line-height:16px;
	background:#e2007a;
	font-size:10px;
	color:white;
	text-align:center;
	font-weight:bold;
	border-top:1px solid black;
}
#col_desc {
	position:relative;
	width:238px;
	height:301px;
	float:left;
	border:1px solid black;
	margin:0 10px;
}
#col_desc h2{
	background:url(../img/bg-h2-prod.gif) no-repeat 7px 7px;
	font-size:17px;
	padding:4px 0 4px 25px;
	text-transform:uppercase;
	font-family:arial;
}
#col_desc h2 em{
	font-size:17px;
	text-transform:none;
	font-weight:normal;
	font-style:normal;
	font-family:arial;
}
#col_desc p {
	padding:3px 7px;
}
#col_desc p strong {
	display:block;
}
#col_desc p .lst_color {
	text-transform:lowercase;
}
#col_desc p .lst_color a{
	color:black;
}
#col_desc #media2 {
	position:absolute;
	bottom:0;
}
#col_desc #media2 a{
	display:block;
	border:1px solid black;
	float:left;
	margin:0 0 10px 10px;
}
#col_desc #media2 img{
	display:block;
}
#col_panier {
	width:181px;
	height:301px;
	float:left;
}
#col_panier #bloc_panier {
	margin:0 0 10px 0;
	border:1px solid black;
}
#col_panier #bloc_panier #nfo_prix {
	background:#e2007a;
	color:white;
	width:171px;
	margin:3px auto;
	border:1px solid black;
}
#col_panier #bloc_panier #nfo_prix em, #col_panier #bloc_panier #nfo_prix strong {
	display:block;
	font-size:17px;
	/*width:70%;*/
	width:47%;
	padding:2px;
}
#col_panier #bloc_panier #nfo_prix em {
	float:left;
	text-decoration:line-through;
}
#col_panier #bloc_panier #nfo_prix strong {
	float:right;
	text-align:right;
}
#col_panier #bloc_panier #nfo_prix span {
	display:block;
	background:black;
	text-align:center;
	font-size:10px;
	clear:both;
	padding:2px 0;
}
#col_panier #bloc_panier fieldset {
	border:none;
	padding:16px 0 0 3px;
}
#col_panier #bloc_panier fieldset p {
	position:relative;
	clear:both;
	height:20px;
	margin:0 0 25px 0;
}
#col_panier #bloc_panier fieldset p label {
	position:absolute;
	padding:3px 0;
	display:block;
	top:3px;
	left:3px;
	font-size:12px;
	font-weight:bold;
	color:#e2007a;
	background:white;
	text-transform:uppercase;
	z-index:50;
}
#col_panier #bloc_panier #btns {
	padding:0;
}
#col_panier #bloc_panier button{
	background:black;
	color:white;
	font-weight:bold;
	border:none;
	width:100%;
	padding:3px 0;
	text-transform:uppercase;
	font-size:10px;
	cursor:pointer;
}
#col_panier #bloc_panier button:hover {
	
}
#col_panier #nfo_paiement {
	height:114px;
	border:1px solid black;
}
#col_panier #nfo_paiement p {
	padding:4px 35px;
	font-size:12px;
	text-transform:uppercase;
}
#col_panier #nfo_paiement p.p_paiement {
	background:url(../img/picto_paiement.gif) no-repeat 7px 6px;
}
#col_panier #nfo_paiement p.p_qualite {
	background:url(../img/picto_freegun.gif) no-repeat 7px 6px;
}
#col_panier #nfo_paiement p.p_offres {
	background:url(../img/picto_offres.gif) no-repeat 7px 6px;
}
#col_panier #nfo_paiement p strong{
	display:block;font-size:12px;
} 


/************************* PAGES PANIER/COMMANDE/COMPTE CLIENT *************************/
.panier_compte {
	width:95%;
	margin:20px auto;
}
.lst_base1 {
	width:100%;
	border-collapse:collapse;
	margin:10px 0;
}
.lst_base1 .tr_1 {
	background:#e5e5e5;
}
.lst_base1 tbody td {
	padding:6px 0;
	border-top:1px solid black;
	border-bottom:1px solid black;
	font-size:12px;
}
.lst_base1 td.ref {
	padding-left:10px;
}
.lst_base1 tbody td.img {
	width:70px;
}
.lst_base1 tbody td.taille {
	width:60px;
	text-align:center;
}
.lst_base1 td.monnaie {
	text-align:right;
	padding:0 10px 0 0;
	width:120px;
}
.lst_base1 tbody td.qte {
	width:140px;
	text-align:center;
}
.lst_base1 tbody td.qte div {
	width:70px;
	margin:0 auto;
}
.lst_base1 img {
	border:1px solid black;
}
.lst_base1 input {
	display:block;
	float:left;
	width:20px;
	height:16px;
	border:1px solid #e2007a;
	margin:0 5px;
	text-align:center;
}
.lst_base1 .stat_attente {
	color:red;
}
.lst_base1 .stat_paiemvalid {
	color:orange;
}
.lst_base1 .stat_expevalid {
	color:green;
}
.lst_base1 .pdf {
	display:block;
	width:24px;
	height:30px;
	text-indent:-10000px;
	overflow:hidden;
	background:url(../img/ico_pdf.gif) no-repeat;
	
}

.lst_base1 button {
	display:block;
	float:left;
	width:18px;
	height:18px;
	border:none;
	text-indent:-10000px;
	overflow:hidden;
}
.lst_base1 button.btn_moins {
	background:url(../img/btn_moins.gif) no-repeat;
}
.lst_base1 button.btn_plus {
	background:url(../img/btn_plus.gif) no-repeat;
}
.lst_base1 tfoot tr td div{
	display:block;
	height:20px;
	margin:10px 0;
	padding:5px 10px 0 10px;
	background:#e2007a;
}
.lst_base1 tfoot tr td div.resume_max {
	height:56px;
}
.lst_base1 tfoot span {
	display:block;
	width:40%;
	color:white;
	font-weight:bold;
	height:18px;
}
.lst_base1 tfoot .label_total {
	float:left;
	font-size:10px;
}
.lst_base1 tfoot .total_panier {
	float:right;
	text-align:right;
	font-size:12px;
}
.etape_suiv {
	display:block;
	width:210px;
	height:18px;
	margin:20px auto;
	background:#e2007a;
	color:white;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	font-size:12px;
	line-height:18px;
}
.panier_compte h2 {
	background:url(../img/bg-h2-paniercompte.gif) no-repeat 0 2px;
	font-family:arial;
	font-size:14px;
	padding:0 0 0 15px;
}
.sous_h2 {
	font-style:normal;
	font-size:10px;
}
.separ_compte {
	width:100%;
	height:4px;
	margin:2px 0;
	overflow:hidden;
	background:url(../img/bg-separ-paniercompte.gif)
}
.panier_compte fieldset {
	border:none;
	margin:15px 0;
	width:260px;
	float:left;
}
.panier_compte fieldset legend {
	font-size:12px;
	font-weight:bold;
	margin:10px 0 0 0;
}
.panier_compte fieldset p {
	display:block;
	position:relative;
	clear:both;
	height:50px;
}
.panier_compte fieldset label {
	font-size:12px;
	width:100%;
	display:block;
	float:left;
	padding:3px 0;
}
.panier_compte fieldset input, .panier_compte fieldset textarea, .panier_compte fieldset select {
	display:block;
	float:left;
	font-size:12px;
	padding:2px;
	border:1px solid #999;
}
.panier_compte fieldset textarea {
	
}
.panier_compte #fs_f_connectprinc {
	position:relative;
}
.panier_compte #fs_f_connectprinc #btn_connect {
	position:absolute;
	bottom:10px;
	left:150px;
	height:20px;
	width:20px;
	background:#e2007a;
	border:none;
	color:white;
	font-size:9px;
	font-weight:bold;
}
.panier_compte #pied_inscript {
	width:100%;
	clear:both;
}
.panier_compte #pied_inscript input {
	display:block;
	width:auto;
	float:left;
	
}
.panier_compte #pied_inscript label {
	display:block;
	width:96%;
	float:right;
	padding:0;
}
.panier_compte .form_btns {
	clear:both;
	padding:10px;
}
.panier_compte .form_btns button{
	display:block;
	width:190px;
	height:18px;
	margin:0 auto;
	background:#e2007a;
	color:white;
	font-weight:bold;
	text-transform:uppercase;
	border:none;
}
.panier_compte #mail, .panier_compte #prenom, .panier_compte #nom,
.panier_compte #adr1, .panier_compte #adr2 {
	width:210px;
}
.panier_compte #id_pays {
	width:145px;
}
#a_affiche_form {
	display:block;
	float:right;
	width:auto;
	margin:3px 0 0 0;
	font-size:10px;
	font-weight:normal;
	color:black;
	text-decoration:underline;
}
#coord_livr {
	padding:20px 0 0 0;
}
#coord_livr fom, #coord_livr fieldset {
	margin:0;
	padding:0;
}
.panier_compte #coord_livr fieldset {
	width:100%;
	float:none;
}
#coord_livr p {
	display:block;
	height:25px;
	clear:both;
}
#coord_livr strong, #coord_livr fieldset label {
	display:block;
	float:left;
	width:120px;
	font-weight:bold;
	font-size:11px;
}
#coord_livr span.value {
	display:block;
	float:left;
	width:120px;
}
#coord_livr button {
	display:block;
	width:146px;
	height:18px;
	margin:10px 0 0 120px;
	background:#e2007a;
	color:white;
	font-weight:bold;
	text-transform:uppercase;
	border:none;
}
#choix_livr, #choix_paiement {
	border-bottom:1px solid black;
	padding:20px 0 0 0;
	margin:0 0 20px 0;
}
#choix_livr p, #choix_paiement p {
	clear:both;
	padding:10px 0 0 0;
	border-top:1px solid black;
}
#choix_livr p .img, #choix_paiement p .img {
	display:block;
	width:150px;
	float:left;
	margin:0 0 10px 0;
}
#choix_livr p .desc_trans, #choix_paiement p .desc_paiement {
	display:block;
	width:395px;
	float:left;
}
#choix_livr p strong {
	display:block;
	width:125px;
	float:left;
}
#choix_livr p input, #choix_paiement p input {
	display:block;
	width:auto;
	float:right;
}
#choix_livr .clear {
	height:1px;
	overflow:hidden;
}
#valid_cgv {
	width:75%;
	margin:0 auto;
	text-align:center;
}
#valid_cgv a {
	color:#e2007a;
}
#btn_valid_cmd {
	display:block;
	width:215px;
	height:18px;
	margin:20px auto;
	background:#e2007a;
	color:white;
	font-weight:bold;
	text-transform:uppercase;
	border:none;
}
.valid_erreur, #choix_livr .valid_erreur, #choix_paiement .valid_erreur{
	width:100%;
	margin:10px auto;
	padding:3px;
	border:1px solid red;
	font-weight:bold;
}

.pop_ajout {
	padding:30px 10px 0 10px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.pop_ajout a {
	font-size:14px;
	font-weight:bold;
	color:#e2007a;
}

#PaymentRequest {
	display:block;
	height:40px;
	padding:120px 0 0 0;
	background:url(../img/logos_paiement.jpg) no-repeat 50% top;
}
#PaymentRequest #bouton {
	display:block;
	width:auto;
	height:auto;
	margin:0 auto 0 auto;
	padding:5px;
	color:white;
	font-weight:bold;
	cursor:pointer;
	border:none;
	background:#e2007a;
}
/************************* PAGES PHOTOS/VIDEOS *************************/
.content_galerie {
	padding:15px 0;
}
.lst_base2 {
	padding:10px 0;
	position:relative;
	border-bottom:3px solid #e2007a;
}
.lst_base2 .clear {
	height:1px;
	overflow:hidden;
}
.lst_base2 .photo_rand {
	display:block;
	width:138px;
	height:138px;
	float:left;
	margin:0 16px 0 0;
	border:1px solid #999;
}
.lst_base2 .photo_rand img {
	margin:9px;
}
.pagin_media {
	margin:15px auto 10px auto;
}
.pict_view {
	display:block;
	width:14px;
	height:15px;
	position:absolute;
	top:117px;
	left:117px;
	text-indent:-1000px;
	overflow:hidden;
	background:url(../img/picto_loupe.gif) no-repeat;
}

.lst_base2 .desc_gal {
	width:604px;
	float:left;
	height:139px;
	position:relative;
}
.bloc_titre {
	position:relative;
	background:black;
	height:17px;
	padding:2px 5px 0 5px;
	overflow:hidden;
}
.bloc_titre h2 {
	display:inline;
}
.bloc_titre h2 a {
	font-size:12px;
	text-transform:uppercase;
	color:#d4d600;
}
.bloc_titre em {
	color:#d4d600;
	font-size:12px;
	font-style:normal;
}
.bloc_titre .nb_item {
	color:white;
	padding:0 4px;
	font-size:12px;
}
.bloc_vote {
	display:block;
	position:absolute;
	right:4px;
	top:1px;
	width:80px;
	height:17px;
	background:url(../img/vote_off.gif) no-repeat;
}
.bloc_vote span{
	display:block;
	height:17px;
	background:url(../img/vote_on.gif) no-repeat;
}
.lst_base2 .desc_gal p {
	display:block;
	padding:10px 0;
	height:70px;
	overflow:hidden;
}
.lst_base2 .desc_gal .lien_gal {
	display:block;
	position:absolute;
	left:0;
	bottom:8px;
	color:black;
	text-transform:underline;
}

.lst_photo {
	width:140px;
	float:left;
	position:relative;
	margin:20px 6px 0 6px;
}
.lst_photo.prem_col {
	margin:20px 0 0 0;
}
.lst_photo .nfo_nb_votes{
	display:block;
	font-size:9px;
	/*width:100%;*/
	color:white;
	padding:3px;
	text-align:right;
	background:black;
}
.lst_photo .cadre_img {
	display:block;
	width:138px;
	height:138px;
	border:1px solid #999;
}
.lst_photo .cadre_img img {
	margin:9px;
}
.lst_photo .pict_view {
	top:135px;
	left:117px;
}
/*.lst_photo*/ .bloc_votez {
	display:block;
	height:19px;
	position:relative;
	background:black;
	color:white;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	text-indent:5px;
	text-transform:uppercase;
}
.lst_photo .bloc_votez  .bloc_vote {
	cursor:pointer;
}
.lst_photo .current_vote {
	display:none;
	position:absolute;
	background:#d4d600;
	z-index:10;
}

.nfo_nbvote {
	display:block;
	width:auto;
	padding:4px 30px 0 0;
	float:right;
	font-weight:normal;
	color:white;
}
.content_pop h1 {
	overflow:hidden;
}
.img_zoom {
	display:block;
	/*margin:0 auto;*/
}
.pop_footer {
	display:block;
	height:20px;
	width:100%;
	position:absolute;
	bottom:0;
	background:black;
}
.pop_footer .current_page {
	display:block;
	float:left;
	padding:2px 0 0 4px;
	color:white;
	font-size:12px;
}
.pop_footer .bloc_votez {
	width:145px;
	float:right;
}
.pop_footer .bloc_vote {
	cursor:pointer;
}

/********** PAGE CONTACT **********/
#f_contact {
	width:250px;
	float:left;
	overflow:hidden;
	margin:0;
}
#f_contact input, #f_contact #nom, #f_contact select, #f_contact textarea {
	width:240px;
}
#f_contact textarea {
	height:140px;
}
#f_contact .form_btns {
	clear:both;
	padding:10px 0;
}
#f_contact .form_btns button {
	margin:0;
	width:246px;
}
#img_contact {
	width:auto;
	float:right;
	padding:30px 0 0 0;
}
#f_contact .feedback, #f_contact .feedback em {
	font-size:10px;
	padding:0;
}













.pagin_prec, .pagin_suiv {
	display:block;
	width:30px;
	height:57px;
	position:absolute;
	top:200px;
	text-indent:-10000px;
	overflow:hidden;
}
.pagin_prec {
	left:20px;
	background:url(../img/pop_prec.png) no-repeat;
}
.pagin_suiv {
	right:20px;
	background:url(../img/pop_suiv.png) no-repeat;
}

.swf {
	width:500px;
	margin:15px auto;
}



