*{
    padding:0px;
    margin:0px;
}


body{
    font-family:verdana;
    font-size:0.8em;
    background-color:#ffffff;
    background-image:url(./img/fd_page_vierge.jpg);
    background-repeat:no-repeat;
    background-position:center top;
    color:#2A258B;
    padding-top:0px;
    margin-top:0px;
}


p{
    padding-bottom:10px;
}

img{
    border:0px solid pink;
}

h1{
    padding-bottom:10px;
}
h2{
    padding-bottom:10px;
}
h3{
    padding-bottom:10px;
}
h4{
    padding-bottom:10px;
}

#global {
    text-align:center;
    margin:auto;
    width:888px;
    border:0px solid red;
}


#bandeau{
    margin-left:253px;
    height:268px;
}



a:link{color:#2A258B;text-decoration:none;}
a:active{color:#2A258B;text-decoration:none;}
a:visited{color:#2A258B;text-decoration:none;}
a:hover{color:#2A258B;text-decoration:none;}



#menu_top{
   width:888px;
   text-align:right;
   padding-top:7px;
   clear:both;
}
#menu_top ul{
   list-style-type:none;
}
#menu_top ul li{
   margin-right:20px;
   display:inline;
}
#menu_top ul li a{
   color:#3D3D57;
}


#fil_ariane{
    padding-bottom:30px;
}

#col_gauche{
   width:215px;
   float:left;
   text-align:right;
   color:#2A258B;
   min-height:470px;
}

#col_gauche ul{
   list-style-type:none;
   padding-top:10px;
}
#col_gauche a{
   color:#2A258B;
}


#col_droite{
   width:570px;
   float:left;
   margin-left:70px;
   text-align:left;
   padding-top:17px;
}


.rubrique_fiche{
   color:#C7D400;
   font-weight:bold;
   text-transform:uppercase;
   padding-bottom:5px;
}
.prix{
   font-size:20px;
   display:inline;
}



/*
#contenu_page{
   text-align:left;
   float:left;
   width:700px;
}

#page_site{
   text-align:left;
   float:left;
   width:650px;
   margin-left:20px;
}
#bas_page_accueil{
   width:680px;
   margin-left:20px;
}


#menu{
   width:210px;
   text-align:left;
   float:right;
}
#menu ul{
   padding-bottom:20px;
   list-style-type:none;
}
#menu ul li{
   margin-left:0px;
   margin-bottom:10px;
}
#menu ul li a{
   font-weight:bold;
   font-size:1em;
}



*/








#pied{
   text-align:right;
   width:888px;
}
#pied ul{
   padding-top:40px;
   list-style-type:none;
}
#pied ul li{
   margin-right:20px;
   display:inline;
}
#pied ul li a{
   text-decoration:none;
   color:#666666;
   font-size:0.8em;
}





/******************************************************************************/

.wrapper{
    clear:both;
}

/******************************************************************************/

.but{
   background-color: #C7D400;
   border: 1px solid #C7D400;
   color:#29278A;
   font-weight:bold;
   padding-left:8px;
   padding-right:8px;
   padding-top:3px;
   padding-bottom:3px;
}

/****  PANIER  *****************/
.tabPanier{
    border-collapse:collapse;
    width:100%;
}
.tabEntetePanier{
    padding:5px;
    background-color:#3384AF;
    color:#ffffff;
    text-align:center;
    height:30px;
    font-weight:bold;
    border-right:1px solid #ffffff;
    border-bottom:1px solid #ffffff;
}
.lignePanier_1{
    padding:5px;
    background-color:#f2f2f2;
    border-right:1px solid #ffffff;
    border-bottom:1px solid #ffffff;
}
.lignePanier_2{
    padding:5px;
    background-color:#ebebeb;
    border-right:1px solid #ffffff;
    border-bottom:1px solid #ffffff;
}
.tabPiedPanier{
    padding:5px;
    border-bottom:1px solid #3384AF;
}


