html, body, table, tr, td, li, form, input, select, textarea, div, span, img, a, b, p, h1, h2, h3, h4 {
    font-family: Arial, Helvetica, sans-serif;
}
html, body, form {
    margin: 0px;
    padding: 0px;
}
body {	
    /*background:transparent url('images/body_repeat.jpg') repeat-x;	*/
    background-color: #1E1C1C ;
    color: #ffffff;
    font-size: 76%;
}
table, th, td, input, select {
    font-size: 100%;
}

h1 {
    color: #425B81;
    margin: 0px;
    padding: 0.5em;
    font-size: 1.5em;
    font-weight:bold;
}
h2 {
    color: #425B81;
    font-size: 1.1em;
    font-weight:bold;
    vertical-align:middle;
    margin: 0px;
    padding: 0px;

}
h3 {
    font-size: 1em;
    font-weight:normal;
    margin: 0px;
    padding: 0px;
}
h4 {
    font-size: 0.9em;
    font-weight:normal;
    margin-top: 0px;
    padding: 0px;
}

img {
    border: 0px;
}
p {
    clear:both;
    font-size: 1em;
}
td {
    font-size: 1em;
}
a {
    text-decoration: none;
}

.normal {
    color: #1E1C1C;
}

a:link {
    text-decoration: none;
    color:#FF0048;
}
a:visited {
    text-decoration: none;
    color:#FF0048;
}
a:hover {
    text-decoration: underline;
    color:#FF0048;
}

textarea {
    color:#1E1C1C;
    border: 1px solid #828282;
    background-color:#FFFFFF;
    font-weight: normal;
    padding:1px;
    border-spacing : 1px;
    width: 100%;
    font-size:1em;
}
input {
    color:#1E1C1C;
    /*border: 1px solid #828282;*/
    background-color:#FFFFFF;
}
select {
    color:#1E1C1C;
    border: 1px solid #828282;
    background-color:#FFFFFF;

}
fieldset {
    color:#CCCCCC;
    border:1px solid #DDDDDD;
}
legend {
    color:#CCCCCC;
    font-weight:bold;
}

.bouton_ok  {
    background-color:#FF0048;
    background-repeat:no-repeat;
    border:0 none;
    color:#FFFFFF;
    cursor:pointer;
    font-size:11px;
    height:21px;
    margin-left:-3px;
    width:28px;
}
.droite {
    text-align: right;
    padding-left: 0px;
}
.bold {
    font-weight:bold;
}
.italic{
    font-style:italic;
}

/* Header */
div.header{
    background-color:transparent;
    background-repeat:no-repeat;
    width:990px;
    height:120px;
}
div.header ul {
    margin: 0.3em;
    padding: 0.3em;
}
div.header ul li {
    background-color:#FFFFFF;
    display: inline;
    float: left;
    list-style: none;
}
div.header ul li.publicite {
    text-align:right;
}

/* Total */
div#head
{
    background-color:#1E1C1C;
    color: #1E1C1C;
    padding: 0px;
    margin: 0 auto;
    text-align: left;
    width: 1053px;
    height:120px;
    margin-left: 63px;
    margin-right:66px;
    vertical-align: top;
}

div.left_header {
    float:left;
    width: 171px;
    height: 120px;
}
div.right_header {
    float:left;
    width: 880px;
    height: 120px;
}
div.photo_header {
    background-image:url('images/header.jpg');
    background-repeat:no-repeat;
    float: left;
    width: 604px;
    height: 120px;
}
div.cart_header {
    float: left;
    width: 200px;
    height: 120px;
    color: #FFFFFF;
    padding-right:48px;
}

div.cart_header img
{	
    vertical-align:bottom;

}

div.cart_header a
{	
    font-size: 12px;
    color: #FF0048;
    font-weight:normal;

}
div.cart_header span
{	
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
}
div.panier {	
    width: 220px;
    height: 34px;
    margin-top: 10px;
    vertical-align: text-top;
}
div#total
{
    border:1px solid #1E1C1C;
    clear: both;
    background-color: #1E1C1C;
    color: #1E1C1C;
    margin: 0 auto;
    text-align: left;
    width: 1182px;

}

/* Top Menu */
div#topmenu {
    text-align: right;
}
div#topmenu ul {
    list-style : none;
    margin: 0px;
    padding: 0.5em 0 0 0;
}
div#topmenu li {	
    display: inline;
    padding: 0 0.5em 0 0.6em;
}

/* Header */

/* Menu1 */

div#menu1 {
    background: #F8F4F4;
    clear: both;
    color: #1E1C1C;
    font-size: 14px;
    overflow: hidden;
    width: 100%;
    height: 31px;
    margin-top: 10px;
}
div#menu1 ul {
    margin: 0px 66px 0px 63px;
    padding: 0px;
}
div#menu1 ul li {
    background: #F8F4F4;
    color: #1E1C1C;
    display: inline;
    float: left;
    list-style: none;
    padding: 6px 12px 0px 12px;
}
div#menu1 ul li a {
    background: #F8F4F4;
    color: #1E1C1C;
    display: block;
    text-decoration: none;
    border-bottom: 2px solid #F8F4F4;
    border-top: 2px solid #F8F4F4;
}
div#menu1 ul li a:hover {
    color: #FF0048;
    background: #F8F4F4;
    text-decoration: none;
    border-bottom: 2px solid #1E1C1C;
    border-top: 2px solid #1E1C1C;
}
div#menu1 ul li.active {
    color: #FF0048;
    background: #F8F4F4;
    text-decoration: none;
    border-bottom: 2px solid #1E1C1C;
    border-top: 2px solid #1E1C1C;
}

/* Fil d'Ariane */
div#ariane {
    float:left;
    width:980px;
}
div#ariane p {
    text-align: right;
    margin-top:0px;
    margin-bottom:10px;
}
div#ariane span {
    text-align: right;
    color:green;
}
div#compte p {
    margin-bottom:0px;
    padding-left:10px
}

/* Menu 3 */

/* cadre */
.cadre {
    width:195px;
    margin:0px 0px 5px 0px;
    padding: 0px;
}
.cadre .header {
    background-image:url('images/cadre-gauche_01.gif');
    background-repeat:no-repeat;
    width:195px;
    height:26px;
    padding:0 0 0 0;
}
.cadre .header h2 {
    color:#FFFFFF;
    font-weight:bold;
    font-size:13px;
    padding-top:5px;
    padding-left:5px;
}

.cadre .content_menu {
    background-image:url('images/cadre-gauche_02.gif');
    background-repeat:repeat-y;
    width:190px;
    font-size:11px;
    color:#1E1C1C;
    padding:1px 3px 0px 5px;
}

.cadre .content_menu_sel {
    width:248px;
    font-size:11px;
    color:#1E1C1C;
    padding:1px 3px 0px 5px;
}

.cadre .espace_gauche {
    padding-left:5px;
}
.cadre .espace_droite {
    padding-left:5px;
}
.cadre p {
    padding: 0px;
    margin: 0px;
}
.cadre h3{
    color:#FFFFFF;
    font-size:16px;
    font-weight:bold;
    line-height:24px;
    width:195px;
}
.cadre ul{
    padding: 0px;
    margin: 0px;
}
.cadre li{
    list-style:none;
}
.cadre .footer {
    background-image:url('images/cadre-gauche_03.gif');
    background-repeat:no-repeat;
    width:195px;
    height:11px;
}

/*fin cadre */

div#menu3 h3 {
    margin: 0px;
    padding: 0px;

}

div#menu3 ul {
    margin: 0px;
    padding:0px;
}

#menu3 .header a {
    text-decoration: none;
}

#menu3 .header a:hover {
    text-decoration: none;
}

/* Content */
/* deux colonnes : colonne menu droite, voir right.css */
/* trois colonnes : colonne menu droite et menu gauche, voir left_right.css */
/* Tableaux avec les produits */
table.produits {
    /*border: 1px dotted 000;*/
    border-top: 0px;
    border-bottom: 0px;
    margin: 0.2em;
    width: 99%;
}

/* Produits sur deux colonnes */
td.produit2col {
    /*border-bottom: 1px dotted #000000;*/
    padding: 0.4em;
    vertical-align: top;
    width: 50%;
}
.bordure {
    /*border-right: 1px dotted #000000;*/
}
td.produit2col img {
    /*float: left;*/
}
td.produit2col div.zoom {
    /*float: left;*/
}
td.produit2col div.zoom p {
    /*margin: 0px;
	 text-align: center;*/
}

p.flash {
    color:#FF0048;
    font-weight:bold;
}
.retour {
    clear: both;
}
p.retour img {
    float: none;
}

.alignerimage {
    vertical-align: middle;
}

/* Enregistrement Début */
div.enregistrement {
    float:left;
    width: 500px;
    margin: 0px;
    padding: 5px;
}
div.enregistrement span.enregistrement {
    width: 500px;
    margin: 0px;
}
div.enregistrement span.enregistrementgauche {
    float: left;
    margin: 0px;
    width: 200px;
    padding-right: 10px;
    color:#DDDDDD;
}
div.enregistrement span.enregistrementdroite {
    float: left;
    margin: 0px;
    width: auto;
    color:#DDDDDD;
}

form#entryform p {
    text-align: left;
}
form#entryform span input.champtexte {
    width:250px;
}
form#entryform fieldset {
    border: 1px solid #DDDDDD;
    width:500px;
}
form#entryform textarea {
    width: 250px;
    height:30px;
}

.notice, .etoile {
    color:#FF0048;
    font-weight:bold;
    font-size:0.9em;
}

.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}

/* Tableau minicaddie*/
table.minicaddie {
    width: 100%;
}
table.minicaddie td {
    border-bottom: 1px solid #DDDDDD;
    padding: 0.1em;
}
table.minicaddie td.final {
    font-weight:bold;
    color:#FF0048;
}
table.minicaddie caption {
    background: #425B81;
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
}


/* Tableau caddie et historique des commandes */

.caddie_global {
    border:2px solid #CCCCCC;
    display:inline-block;
    width:100%;
}

table.caddie {
    width: 98%;
    margin-left:7px;
}
table.caddie td {
    border-bottom: 1px solid #DDDDDD;
    padding: 0.1em;
}
table.caddie th {
    text-align:center;
    padding: 0.1em;

}
table.caddie caption {
    background: #425B81;
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
}

.listeprod {
    text-align: left;
}

div.totalcaddie p {
    padding-right: 1em;
    text-align: left;
}

div.totalcaddie ul {
    background-color:#CCCCCC;
    float:right;
    list-style:none outside none;
    margin:0;
    padding:0.5em 0;
    width:346px;
    color: #1E1C1C;
    padding-top: 8px;
}
div.totalcaddie li {
    display: inline;
    padding: 0 0.5em 0 0.6em;
}
div.totalcaddie li.premier {
    border-left: 0px;
    padding: 0 0.5em 0 0.6em;
}
div.totalcaddie li.dernier {
    border-left: 1px solid #DDDDDD;
    padding: 0 0.5em 0 0.6em;
}

.boutoncaddie ul {
    list-style : none;
    margin: 0px;
    padding: 0.5em 0 0.5em 0;
    text-align:center;
}
.boutoncaddie  li {
    display: inline;
    padding: 0 0.5em 0 0.6em;
    padding-top: 30px;
}

/* Menu2 */
div#menu2 {
    /*
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	*/
    /* deux colonnes : colonne menu droite, voir right.css */
}
div#menu2 h3 {
    color:#1E1C1C;
    font-weight:bold;
    font-size:21px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}
div#menu2 ul {
    margin: 1em;
    padding: 0px;
}
div#menu2 ul li {
    list-style-type: none;
    padding: 0.1em 0 0.1em 0;
}
div#menu2 li a {
    text-decoration: none;
}

div#menu2 li a:hover {
    color: #DDD;
    background: #FFFFFF;
    text-decoration: underline;
}
/*menu2_mv*/
.menu2_mv {
    background-image: url('images/mv_bg.gif');
    background-repeat: no-repeat;
    width:248px;
    height: 464px;
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 0px;
}
.menu2_mv .header {
    width:248px;
    padding:0px;
    margin: 0px;
}
.menu2_mv .header h2 {
    margin: 0px;
    padding: 0px;
    color:#1E1C1C;
    font-size:24px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.menu2_mv .content_menu {	
    width:248px;
    font-size:11px;
    color:#1E1C1C;
    padding:0px;
}
/*menu2_alaune*/
.menu2_alaune {
    width:248px;
    height:240px;
    margin-bottom: 10px;
    margin-top: 22px;
    padding: 0px;
    border:1px solid #FF0048;
    vertical-align: middle; 
}
.menu2_alaune .header {
    width:248px;
    margin: 0px;
    padding: 0px;
    height: 30px;
}
.menu2_alaune .header h2 {
    color:#FF0048;
    font-size:20px;
    padding:4px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight:normal;
    margin-top: -18px;
    float:left;
}
.menu2_alaune .content_menu {	
    width:248px;
    font-size:11px;
    color:#1E1C1C;
    padding:0px;
}
/*menu2_newsletter*/
.menu2_newsletter {
    background-image: url('images/newsletter.gif');
    background-repeat: no-repeat;
    width:248px;
    height:77px;
    padding: 0px;
}
.menu2_newsletter .header {
    width:248px;
    padding: 0px;
    margin: 0px;
    height: 37px;
}
.menu2_newsletter .header h2 {
    color:#1E1C1C;
    font-size:20px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 0px;
    margin-left: -2px;
    margin-top: -1px;
    float:left;
}
.menu2_newsletter .content_menu {	
    width:248px;
    font-size:11px;
    color:#1E1C1C;
    padding:0px;
}
/*menu2_shop*/
.menu2_shop {
    background-image: url('images/shop_bg.gif');
    background-repeat: no-repeat;
    width:248px;
    height:50px;
    margin: 0px;
    padding: 0px;
}
.menu2_shop .header {
    width:248px;
    margin: 0px;
    padding-top: 3px;
    height: 24px;
}

.menu2_shop .header h2 {
    color:#1E1C1C;
    font-size:20px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-left: -2px;
    margin-top: -5px;
    padding: 0px;
}

.menu2_shop .content_menu {	
    width:248px;
    font-size:11px;
    color:#1E1C1C;
    padding:0px;
}
/*menu2_academy*/
.menu2_academy {
    background-image: url('images/kult_academy_bg.gif');
    background-repeat: no-repeat;
    width:248px;
    height:50px;
    margin: 0px;
    padding: 0px;
}
.menu2_academy .header {
    width:248px;
    margin: 0px;
    padding-top: 3px;
    height: 24px;
}

.menu2_academy .header h2 {
    color:#1E1C1C;
    font-size:20px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-left: -2px;
    margin-top: -4px;
    padding: 0px;
}

.menu2_academy .content_menu {	
    width:248px;
    font-size:11px;
    color:#1E1C1C;
    padding:0px;
}
/*menu2_checkgift*/
.menu2_checkgift {
    background-image: url('images/check_gift_bg.jpg');
    background-repeat: no-repeat;
    width:248px;
    height:50px;
    margin: 0px;
    padding: 0px;
}
.menu2_checkgift .header {
    width:248px;
    margin: 0px;
    padding-top: 3px;
    height: 24px;
}

.menu2_checkgift .header h2 {
    color:#1E1C1C;
    font-size:20px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-left: -1px;
    margin-top: -4px;
    padding: 0px;
}

.menu2_checkgift .content_menu {	
    width:248px;
    font-size:11px;
    color:#1E1C1C;
    padding:0px;
}

/*menu2_your_kult*/
.menu2_your_kult {
    background-image: url('images/your_kult.jpg');
    background-repeat: no-repeat;
    width:248px;
    height:50px;
    margin: 0 0 0 2px;
    padding: 0; 
}
.menu2_your_kult .header {
    width:248px;
    margin: 0px;
    padding-top: 3px;
    height: 24px;
}

.menu2_your_kult .header h2,.menu_satage_photo .header h2{
    color:#FFFFFF !important;
    font-size:20px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-left: -1px;
    margin-top: -3px;
    padding: 0px;
}

.menu2_your_kult .content_menu {	
    width:248px;
    font-size:11px;
    color:#FFF;
    padding:0px;
}
/*menu2_paiement*/
.menu2_paiement {
    background-image: url('images/paiement_bg.gif');
    background-repeat: no-repeat;
    width:248px;
    height:79px;
    margin: 0px;
    padding: 0px;
}
.menu2_paiement .content_menu {	
    width:248px;
    font-size:12px;
    color:#ffffff;
    padding-top: 50px;
    text-align: center;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* Footer */
div#footer {
    clear: both;
    width: 100%;
    font-size: 12px;
    color: #4C4545;
}
div.footer_top {
    width: 100%;
    background: #F8F4F4;
    vertical-align:middle;
    padding-top: 10px;
    padding-bottom: 10px;
}
div.footer_bottom {
    clear: both;
    color: #FFFFFF;
    margin-top: 15px;
    width: 100%;
    vertical-align:middle;
    min-width: 600px;
    text-align: center;
}

div.footer_top td {
    padding-left: 40px;
}
div#footer a {
    font-size: 12px;
    color: #4C4545;
}

/* page change_mot_pass_form*/
.changepass {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #1E1C1C;
    float: left;
    margin: 0.2em 0 0.5em 0;
    padding: 0.3em 0 0.2em 0;
    width: 98%;
}

/* page step1 */
.stepgauche {
    background: #1E1C1C;
    color: #1E1C1C;
    float: left;
    margin: 0.2em 0 0.5em 0;
    padding: 0.2em 0 0.2em 0;
    width: 282px;
}
.stepdroite {
    background: #1E1C1C;
    color:#1E1C1C;
    float: left;
    margin: 0.2em 0 0.5em 4px;
    padding: 0.1em 0 0.2em 0;
    width: 282px;
}

form#entryformstep p {
    text-align: left;
}
form#entryformstep fieldset {
    border: 1px solid #DDDDDD;
    color: #CCCCCC;
    background-color: #1E1C1C;
}
form#entryformstep legend {
    color:#CCCCCC;
    font-weight:bold;
}
form#entryformstep p.droite {
    text-align: right;
}
form#entryformstep textarea {
    width: 98%;
}
form#entryformstep p.boutonenregistrement {
    clear: both;
}

.formulaire-achat {
    width:140px;
}


/* achat/index.php */
.achatgauche {
    background: #FF0048;
    border: 1px solid #DDDDDD;
    color: #1E1C1C;
    float: left;
    margin-top: 0.5em;
    min-height: 260px;
    padding-top: 0.5em;
    width: 250px;
}
.achatdroite {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #1E1C1C;
    float: left;
    margin: 0.5em 0 0 4px;
    min-height: 260px;
    padding-top: 0.5em;
    width: 250px;
}

/*caddie.php */

th.caddie{
    background: #FF0048;
    color : #CCCCCC;
}

ul.caddie {
    text-align:center;
}
.caddie_red {
    color : #FF0048;
    font-weight:bold;
}

p.caddie_bold {
    color:#C7C7C7;
    font-weight:bold;
    text-align: left;
}

div#choix_zone p{
    text-align: left;
    padding-left:15px;
}

/*step2 */
.step2 {
    background: #FFFFFF;
    color: #1E1C1C;
    float: left;
    margin: 0.2em 0 0.5em 0;
    padding: 0.2em 0 0.2em 0;
    width: 98%;
}

#step2caddie {
    background:none repeat scroll 0 0 #1E1C1C;
    color:#C7C7C7;
    float:left;
    margin:0.2em 0 0.5em;
    padding:0.2em 0;
    width:98%;
}

#step2caddie p {
    text-align:right;
}

div#center {
    text-align:center;
}

#center img{
    border:0px;
}

div#left {
    text-align:left;
}


/*achat/produit_details.php */
.produit_detail_gauche {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    float: left;
    margin: 0.2em 0 0.5em 0;
    padding: 0.2em 0 0.2em 0;
    width: 278px;
}
.produit_detail_droite {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    float: left;
    margin: 0.2em 0 0.5em 4px;
    padding: 0.2em 0 0.2em 0;
    width: 278px;
}
div.produit_detail_droite p {
    text-align:left;
}
div.produit_detail_gauche p {
    text-align:center;
}

.produit_detail_img3 {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    float: left;
    margin: 0.2em 0 0.5em 0;
    padding: 0.2em 0 0.2em 0;
    width: 278px;
    text-align:center;
}
.produit_detail_img4 {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    float: left;
    margin: 0.2em 0 0.5em 4px;
    padding: 0.2em 0 0.2em 0;
    width: 278px;
    text-align:center;
}

div ul.produit_detail {
    background: #FFFFFF;
    float: left;
    width: 33%;
    margin: 0.5em 0 0.5em 0;
    padding: 0px;
}

div ul.produit_detail li {
    list-style-type: none;
    padding: 0 0 0 0.5em;
}

input img {
    border:0px;
}

/* utilisateurs/contact */
#contact{
    color:#CCCCCC;
}
#contact table{
    padding:1em;
}

#contact textarea{
    width: 90%;
}

#contact input{
    width: 90%;
}

#contact .bouton{
    width:125px;
    color:#FFF;
    border: 1px solid #828282;
    background-color:#FFFFFF;
    font-weight: normal;
    padding:1px;
    border-spacing: 1px;
}

#contact .gauche{
    width: 25%;
}

#contact .droite{
    width: 75%;
}

/* fonction colonne */
#colonne {
    text-align:center;
}

/* Module publicité */
#publicite {
    text-align:center;
    margin-top:3px;
    margin-left:-3px;
}

/* Module nuage de tag */
#nuage {
    text-align: justify;
    position:relative;
    line-height:25px;
    padding: 0.5em;
}
#nuage a {text-decoration:none}
#nuage a.level0 {font-size:9px; color:#BFBFBF;}
#nuage a.level1 {font-size:9px; color:#B8C9D6;}
#nuage a.level2 {font-size:10px; color:#668AA8;}
#nuage a.level3 {font-size:10px; color:#47657B;}
#nuage a.level4 {font-size:11px; color:#E76300;}
#nuage a.level5 {font-size:11px; color:#685C65;}
#nuage a.level6 {font-size:12px; color:#8C524D;}
#nuage a.level7 {font-size:13px; color:#B44732;}
#nuage a.level8 {font-size:14px; color:#E53A11;}
#nuage a.level9 {font-size:15px; color:#E76300; font-weight: bold}
#nuage a.level10 {font-size:17px; color:#FF3300; font-weight: bold}
#nuage a:hover {color: white; background-color: #668AA8;}

/* Affichage des produits en ligne */
.col_flash {
    width: 550px;
    float: left;
    color:#FF0048;
    font-weight:bold;
}
.col1 {
    width: 550px;
    height:20px;
    padding-top:5px;
    padding-left:5px;
    float: left;
    border-top:1px solid #C7C7C7;
    border-bottom:1px solid #C7C7C7;
}

.col1_nom {
    width: 49%;
    height:20px;
    float: left;
    margin-left:0.5em;
}
.col1_prix {
    width: 49%;
    height:20px;
    float: left;
    text-align:right;
}

.espace_prod {
    width: 550px;
    float: left;
    height:10px;
}

.col2 {
    width: 160px;
    padding-top: 10px;
    padding-bottom: 2px;
    float: left;
    border:1px solid #C7C7C7;
}

.col3 {
    width: 385px;
    padding-top: 10px;
    padding-bottom: 2px;
    padding-left:5px;
    float: left;
}

.col4 {
    width: 550px;
    float: left;
}
div.col_zoom {
    width:160px;
    text-align:center;
    font-weight:normal;
    font-size:1em;
}

div.col_zoom a {
    font-weight:normal;
    font-size:1em;
    text-decoration:none;
}

.col_zoom:link,.zoom:visited, .zoom:active {
    font-weight:normal;
    font-size:1em;
    text-decoration:none;
}

.col_zoom:hover {
    font-weight:normal;
    font-size:1em;
    text-decoration:underline;
}


div.col_detail {
    float: left;
    background-image:url('images/bouton_fond.png');
    background-repeat:no-repeat;
    width:133px;
    height:27px;
    text-align:center;
    font-weight:normal;
    color:#FFFFFF;
    font-size:1em;
}

.col_detail:link, .col_detail:visited, .col_detail:active{
    font-weight:normal;
    color:#FFFFFF;
    font-size:1em;
    text-decoration:none;
}

.col_detail:hover {
    font-weight:normal;
    color:#FFFFFF;
    font-size:1em;
    text-decoration:underline;
}

.espace_haut {
    padding-top:10px;
}

div.headertop{
    background-color:transparent;
    background-repeat:no-repeat;
    width:990px;
    height:40px;
}

.menu2_mv .headertop {
    width:248px;
    padding:0px;
    margin: 0px;
    height: 50px;
}
.menu2_mv .headertop h2 {
    margin-top: -4px;
    margin-left: -1px;
    padding: 0px;
    color:#1E1C1C;
    font-size:24px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight:normal;
    float:left;
}

table.fctop {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    width:248px;
    margin-bottom:40px;
}


/* Page catalogue */

table.fc {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    width:175px;
    height: auto;
}

td.fc_titre_produit {
    width:175px;
    font-size : 1em;
    font-weight:bold;
    border-top:1px solid #C7C7C7;
}

td.fc_prix {
    text-align:right;
    border-top:1px solid #C7C7C7;
    height:25px;
    font-weight:bold;
    color:#FF0048;
    font-size:1em;
}

td.fc_flash {
    text-align:center;
    border-top:1px solid #C7C7C7;
    font-weight:bold;
    color:#FF0048;
    font-size:1em;
}

td.fc_descriptif {
    color:#1E1C1C;
    font-size:1em;
    text-align:justify;
    height:25px;
}

td.fc_image {
    width:175px;
    text-align:center;
    vertical-align:top;
}

td.fc_zoom {
    background-image:url('images/fc_fond.png');
    background-repeat:no-repeat;
    width:130px;
    height:25px;
    text-align:center;
    font-weight:bold;
    font-weight:normal;
    color:#FFFFFF;
    font-size:1em;
}

td.fc_zoom a{
    font-weight:normal;
    color:#FFFFFF;
    font-size:1em;
    text-decoration:none;
}

.zoom:link,.zoom:visited, .zoom:active{
    font-weight:normal;
    color:#FFFFFF;
    font-size:1em;
    text-decoration:none;
}
.zoom:hover{
    font-weight:normal;
    color:#FFFFFF;
    font-size:1em;
    text-decoration:underline;
}

td.fc_detail {
    background-image:url('images/fc_detail.png');
    background-repeat:no-repeat;
    width:130px;
    height:25px;
    text-align:center;
    font-weight:normal;
    color:#FFFFFF;
    font-size:1em;
}

.plus_detail:link, .plus_detail:visited, .plus_detail:active {
    font-weight:normal;
    color:#FFFFFF;
    font-size:1em;
    text-decoration:none;
}

.plus_detail:hover {
    font-weight:normal;
    color:#FFFFFF;
    font-size:1em;
    text-decoration:underline;
}

/* Page catalogue */

table.fp {
    background-color:#F8F4F4;
    width:720px;
    margin-left:20px;
    clear:both;
}

td.fp_produit {
    width:360px;
    height:278px;
    font-size : 1em;
    font-weight:normal;
    color:#1E1C1C;
    vertical-align:top;
    border:2px solid #FF0048;
    padding:10px;
}

td.fp_des {
    width:360px;
    height:250px;
    font-size : 1em;
    font-weight:normal;
    color:#1E1C1C;
    vertical-align:top;
    padding:10px;
}

td.fp_min {
    width:360px;
    height:250px;
    font-weight:bold;
    color:#1E1C1C;
    font-size:1em;
    text-align:center;
    vertical-align:top;
}

td.fp_image_grande {
    width:360px;
    height:278px;
    font-weight:bold;
    color:#1E1C1C;
    font-size:1em;
    text-align:center;
    vertical-align:middle;
}

td.fp_descriptif {
    color:#1E1C1C;
    font-size:1em;
    text-align:justify;
    height:25px;
}

td.fp_image {
    width:556px;
    text-align:center;
    vertical-align:middle;
}

#files {
    text-align:center;
    list-style-type:none;
}

#files li {
    float:left;
    margin-left:25px;
}

td.fp_descriptif {
    width:556px;
    text-align:justify;
}

td.fp_ami {
    background-color:#FFFFFF;
    border:1px solid #C7C7C7;
    width:556px;
    text-align:left;
    padding-left:5px;
}

span.titre_produit {
    color: #425B81;
    font-size: 1.1em;
    font-weight:bold;
}

p.prix {
    font-weight:bold;
    color:#FF0048;
    font-size:1em;
}

p.notice {
    color:#FF0048;
    font-size:1em;
    text-decoration:none;
}

.notice:link, .notice:visited, .notice:active {
    color:#FF0048;
    font-size:1em;
    text-decoration:none;
}
.notice:hover {
    color:#FF0048;
    font-size:1em;
}

span.prix {
    font-weight:bold;
    color:#FF0048;
    font-size:1em;
    padding-left:30px;
}

span.ecotaxe {
    font-weight:normal;
    color:#1E1C1C;
    font-size:0.9em;

}

/* affiche_produit_colonne new */
#top {
    width:230px;
    margin: 0px;
    padding: 0px;
}
#top h3 {
    /*background-image:url('images/separateur_arrow.gif');
	background-repeat:no-repeat;*/
    color:#1E1C1C;
    font-size:11px;
    font-weight:bold;
    line-height:24px;
    width:195px;
    padding-left:0px;
    margin-left:-5px;
}
#top p {
    padding: 0px;
    margin: 0px;
    text-align:center;
}

.bouton {
    background-color:#FF0048;
    color:#FFF;
    height:27px;
    text-align:center;
    padding-top:0.3em;
    font-size:14px;
    font-weight:bold;
    border-style : none;
    cursor:pointer;
}
.bouton:link, .bouton:visited, .bouton:active {
    background-color:#FF0048;
    color:#FFF;
    font-size:14px;
    font-weight:bold;
}
.bouton:hover {
    background-color:#FF0048;
    color:#FFF;
    height:27px;
    text-align:center;
    text-decoration:none;
    font-size:14px;
    font-weight:bold;
}

.bouton_order_caddie {
    background-color:#FF0048;
    background-repeat:no-repeat;
    border-style:none;
    color:#FFF;
    cursor:pointer;
    font-size: 21px;
    font-variant:small-caps;
    margin-top:50px;
    text-align:center;
    margin-bottom: 10px;
    width: 130px;
}

.bouton_order {
    background-image:url('images/addToCart.jpg');
    background-repeat:no-repeat;
    width:197px;
    height:54px;
    text-align:center;
    padding-bottom:6px;
    font-size:1em;
    border-style : none;
    cursor:pointer;
}
.bouton_order:link, .bouton_order:visited, .bouton_order:active {
    font-size:1em;
}
.bouton_order:hover {
    background-image:url('images/addToCart.jpg');
    background-repeat:no-repeat;
    width:197px;
    height:54px;
    text-align:center;
    padding-bottom:6px;
    font-size:1em;
    border-style : none;
    cursor:pointer;
}
.clicbouton {
    background-color:#FF0048;
    color:#FFF;
    width:auto;
    height:27px;
    text-align:center;
    font-size:20px;
    border:0px;
    padding-bottom:0.6em;
    cursor:pointer;
}

div#content {
    width: 773px;
}

#content h2 {
    color: #1E1C1C;
    font-size: 24px;
    font-weight: bold;
    vertical-align: top;
    padding: 0px;
    margin: 0px;
}

#content h3 {
    color: #CCCCCC;
    font-size: 24px;
    vertical-align: top;
    padding: 0px;
    margin: 0px;
}

.title_bold {
    font-size:30px;
    font-weight: bold;
}

.blanc:link, .blanc:visited {
    color: #FFFFFF;
}
.blanc:hover {
    color: #FFFFFF;
    text-decoration: none;
}

/* scroller modules/menus/fonctions.php */
#pscroller1 {
    width: 90%;
    height: 180px;
    padding: 5px;
    clear: both;
    /*border: 1px solid black;
	background-color: lightyellow;*/
}

.form_error {
    color: #FF0048;
}
.form_mandatory {
    color: #FF0048;
}

.bold {
    font-weight: bold;
}

/*module faq*/
#faq p {
    margin: 0px;
}
.search_tag {
    background-color: #FFFF00;
    font-weight: bold;
}
a.logo {
    display: block;
}

div.home_text {
    color: #FFFFFF;
    font-size: 14px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 20px;
}
div.content_background {
    width: 771px;
    background-color: #F8F4F4;
    min-height:50px;
}

.multi_form {
    width:30px;
}

.h5 {
    font-size:18px;
    margin: 0;
    padding: 0;
}

.h6 {
    font-size:24px;
}

.artistName {
    color:#FF0048;
}

.desArtPdt {
    width:80px;
}

.artPdtName {
    font-size:12px;
    color:#1E1C1C;
}

#pdtContent {
    background-color:#F8F4F4;
    margin-bottom:20px;
}

.pdtTitle {
    color:#FF0048;
    font-size:18px;
    font-weight:bold;
}

.artistePdtName {
    font-size:14px;
    font-weight:bold;
    color:#555555;
}

.pdtPriceTitle {
    color:#FF0048;
    font-size:16px;
}

.pdtForm {
    padding-left:30px;
}

.divDown {
    position:relative;
    background-color:#CCCCCC;
    height:auto;
    vertical-align:middle; 
}

.auxArtTitle  {
    color:#1E1C1C;
    font-size:24px;
    font-weight:bold;
    float: left;
    margin-left: -2px;
    margin-top: -5px;
}

table #coupdecoeur {
    margin-top:10px;
    background-color: #FFFFFF;
    height: 800px;
    width: 100%;
}
#coupdecoeur .petit_produit {
    width: 175px;
    vertical-align:top;
}
#coupdecoeur .grand_produit {
    width: 450px;
    background-position:top center;
    vertical-align: top;
}
#coupdecoeur .artiste {
    font-size: 18px;
    font-weight: bold;
    color: #FF0048;
    display: inline;
}

#coupdecoeur .titre {
    font-size: 18px;
    font-weight: bold;
    color: #1E1C1C;
    display: inline;
}

#coupdecoeur .grand_produit_des{
    vertical-align:top;
}

.div_actualite {
    color:#FFFFFF;
    border: 1px solid #AAAAAA;
    margin: 15px 10px 10px 10px;
}

.actu_titre {
    font-size:28px;
    float: left;
    color:#FFFFFF;
    margin-top: -6px;
    margin-left: -1px;
    width: 118px;
    height: 29px;
    position: relative;
    right: 5px;
    top: -7px;
}

.lignecaddie{
    color:#FF0048;
}
.lignecaddie_blanc, .lignecaddie_blanc a{
    color:#FFFFFF;
}

.select_caddie{
    color:#CCCCCC;
    background-color:#1E1C1C;
}

.bouton_go{
    background-color:#FF0048;
    border:0 none;
    color:#FFF;
    font-size:18px;
}

#FDown a {
    color:#1E1C1C;
    text-decoration:none;
}

#FDown a:hover {
    color:#1E1C1C;
    text-decoration:none;
}

#description {
    color:#1E1C1C;
    width: 500px;
    padding-left: 10px;
}

.bouton_newsletter {
    border:none;
    color:#FFFFFF;
    background-color:#1E1C1C;
    height:18px;
}

.photo {
    width: 195px;
}

#articleTxt p {
    color: #FFFFFF;
}

#sumArtW p {
    color: #FFFFFF;
}

#sumArtB p {
    color: #1E1C1C;
}

.news_titre {
    font-size:28px;
    background-color:#1E1C1C;
    float: left;
    margin-left: -3px;
    color:#FF0048;
}

#coupdecoeur td{
    vertical-align: top;
}

#yk_table {
    border-spacing: 10px;
    width: 768px;
}

#yk_table .yk_step {
    height: 100px;
    background-image: url(images/empty.png);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

#yk_table .yk_step_title {
    font-size: 36px;
    font-weight: bold;
    color: #1E1C1C;
    text-align: center;
    margin-left: -36px;
}

.yk_step_des {
    text-align: center;
    font-size: 19px;
}

#multipage_table a {
    color: #1E1C1C;
}

.parc_real_in
{
    opacity : 0;
    filter : alpha(opacity=0);
    position : relative;
    height: 40px;
    left: -320px;
}

.parc_sub_btn
{
    background-color: #FFF;
    height: 50px;
    width: 150px;
    border: none;
    color: #FF0048;
    font-size: 16px;
    margin-left: 20px;
}

.parc_in {
    height: 40px;
    width: 151px;
    border: 2px solid #000;
    margin-right: 10px;
}

.parc_btn {
    background-color: #FFF;
    height: 40px;
    width: 100px;
    border: none;
    margin-right: 10px;
    color: #FF0048;
    font-size: 16px;
}

#div_your_kult {
    background-color: #FF0048;
    padding: 10px;
    text-align: center;

    margin: 0px -5px 0px -5px;

}

#boutoncart_table {
    border-spacing: 0;
    border-collapse: collapse;
}

#boutoncart_table td{
    padding-left: 8px;
    padding-right: 8px;
}
#boutoncart_div{
    background-color: #CCC;
    width: 328px;
    padding: 5px;
    float: right;
}
#boutoncart_table .right_border{
    border-right: 1px solid #777;
}
.clear {
    clear: both;
}

.cat_description{
    clear: both;
    color: #1E1C1C;
    margin: 3px 12px 3px 12px;
}

.menu_satage_photo {
    background-image:url("images/stage_photo.gif") !important;
    margin-left: 2px !important;
}

.navigation_pro_link a{
    height: 20px;
    display: block;
    width: 110px;
    padding-top: 55px;
    font-size: 10px;
    color: #000000;
}

a.article_suivant{
    float: right;
    text-align: center;
    background:url("images/article_suivant.png") 0px 0 no-repeat;
}

a.article_precedent{
    float: left;
    text-align: center;
    background:url("images/article_precedent.png") 0px 0 no-repeat;
}

.fp_produit .prix{
    font-size: 18px !important;
}
