/* Définition du style de la fiche produit */
#bloc-fiche-produit {
    width: 804px;
    margin: 2px;
    color: #334f51;    
}

#bloc-fiche-produit a {
    color: #334f51;
}



#bloc-fiche-produit h2, #bloc-fiche-produit h1 {
    clear: left;
    color: #fff !important;
    margin: 0 !important;
    padding: 10px 0 0 10px !important;
    height: 21px !important;
	width: 794px !important;
    font-size: 14px;
	background-position: 50% 0px !important;
	background-repeat: no-repeat !important;
	background-color: #cfd8de !important;
}


#bloc-fiche-produit h3 {
    clear: left !important;
    color: white !important;
    height: 23px !important;
    width: 550px !important;
    font-size: 12pt !important;
    margin: 0 !important;
    margin-top: 8px !important;
    padding-left: 10px !important;
    padding-top: 8px !important;
}

.sous-bloc-produit {
    padding: 6px;
    border: 1px soli
}

.sous-bloc-produit#informations-produit {
    background-color: #cfd8de;
    background-image: url('../images/background/bg_produit_sous_bloc_bottom.png');    
    background-repeat: no-repeat;
    background-position: 0 100%;      
}

#detail-produit {
    width: 238px;
    height: 268px;
    float: left;
    background-image: url('../images/background/bg_produit_details.png');    
}

/* Style des pastilles */

#detail-produit span#pastille-produit {
    display: block;
    width: 36px;
    height: 29px;
    float: left;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 6px;
    padding-top: 15px;
    margin: 2px;
	text-align: center;
}

#detail-produit span.pastille-promo {
    background-image: url('../images/interface/pastille_promo.gif');
}

#detail-produit span.pastille-solde {
    background-image: url('../images/interface/pastille_solde.gif');
}

#detail-produit span.pastille-finserie {
    background-image: url('../images/interface/pastille_finserie.gif');
}

#detail-produit span.pastille-destockage {
    background-image: url('../images/interface/pastille_destockage.gif');
}

#detail-produit span.pastille-arrivagemassif {
    background-image: url('../images/interface/pastille_arrivagemassif.png');
}

#detail-produit span.pastille-nouvelarrivage {
    background-image: url('../images/interface/pastille_nouvelarrivage.gif');
}

#detail-produit span.pastille-exclu {
    background-image: url('../images/interface/pastille_exclu.gif');
}

#detail-produit span.pastille-serielimitee {
    background-image: url('../images/interface/pastille_serielimitee.gif');
}

#detail-produit span.pastille-nouveaute {
    background-image: url('../images/interface/pastille_nouveaute_greybg.gif');
}

/* Fin du style des psatilles */

#detail-produit img#image-produit {
    margin-top: 10px;
    margin-left: 10px;
}

#detail-produit p {
    color: #495c3e;
    text-decoration: underline;
    padding: 3px;    
}

#detail-produit ul {
    text-align: center;
    margin: 1px 4px 0 4px;
    border-top: 1px dotted #adbcc7;
	padding: 3px 0 0 0;
}

#detail-produit ul li {
    float: left;
    margin-left: 5px;
}

#detail-produit ul li img {
    border: 1px solid #cfd8de;    
}



form#ajout-panier {
    width: 300px;
    height: 248px;
    float: left;
    margin-left: 6px;
    margin-top: 2px;
    margin-bottom: 8px;
    padding: 8px;
    color: #2f4040;
    font-size: 11px;
    padding-top: 10px;
    background-image: url('../images/background/bg_form_produit_ajout_panier.png');
    background-repeat: no-repeat;
}

form#ajout-panier p label {
    width: 90px;
    display: block;
    float: left;
}

form#ajout-panier p select {
    border: 1px solid #779595;
    background-color: #dbe4e4;
    color: #435454;
    width: 190px;
}

form#ajout-panier p#devenir-membre a {
    color: #495c3e;
}

form#ajout-panier p#devenir-membre {
    border-top: 1px dotted #adbcc7;
    border-bottom: 1px dotted #adbcc7;   
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 4px; 
}

form#ajout-panier p {
    padding: 0;
}

form#ajout-panier p.attributs {
    padding: 2px;
}

form#ajout-panier p#economie {
    float: left;
    clear: both;
    width: 300px;
}

form#ajout-panier p#alerte-produit {
    float: left;
    clear: both;
    width: 300px;
}

form#ajout-panier p#alerte-produit #alerte-texte {
    float: left;
    margin: 11px 5px 0 0;
}

form#ajout-panier p#alerte-produit #lien-bouton-alerte {
	float: right;
	margin: 0 10px 0 0;
}

form#ajout-panier table tr td.prix {
    text-align: right;    
}

form#ajout-panier table {
    width: 180px;
    margin-bottom: 5px;
}

form#ajout-panier #bouton-ajout-panier {
    float: right;
    margin: 0 10px 0 0;
}

form#ajout-panier table tr td {
    padding: 4px;
    padding-left: 0;
}

form#ajout-panier table tr td strong {
    font-size: 16px;
}

/* le couleur du strong est different en fonction de l'univers */
.casque form#ajout-panier strong {
    font-size: 16px;
    color: #813a3a;
}

.vetement-homme-cuir form#ajout-panier strong {
    font-size: 16px;
    color: #685f33;
}

.vetement-homme-textile form#ajout-panier strong {
    font-size: 16px;
    color: #3d4861;
}

.femme form#ajout-panier strong {
    font-size: 16px;
    color: #784b71;
}

.botte form#ajout-panier strong {
    font-size: 16px;
    color: #413450;
}

form#ajout-panier strong.prixMotoshopping { /*marcus*/
    font-size: 12px;
    font-weight: bold;
}

.tout-terrain form#ajout-panier strong {
    font-size: 16px;
    color: #34422b;
}

.gant form#ajout-panier strong {
    font-size: 16px;
    color: #512f26;
}

.sport-wear form#ajout-panier strong {
    font-size: 16px;
    color: #a0865f;
}

.bagagerie form#ajout-panier strong {
    font-size: 16px;
    color: #473555;
}

.equipement-de-la-moto form#ajout-panier strong {
    font-size: 16px;
    color: #ae734a;
}

.entretien form#ajout-panier strong {
    font-size: 16px;
    color: #365246;
}

/* texte affiche lorsqu'on a ajoute un produit au panier */
#info-produit {
	color: #000;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	margin: 0;
	width: 81px;
	display: block;
}

/* texte affiche lorsqu'on a ajoute un produit au panier */
#produit-ajoute {
  display: inline;
	margin: 0;
	width: 60px;
  float: right;
  margin: 0 0 5px 0;
  margin: 0 20px 5px 0 !important;
}

#produit-ajoute .produit-ajoute-info {
  color: #FFF;
  -moz-border-radius: 5px;
  background-color: #090;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
  padding: 5px;
	margin: 0;
	width: 60px;
  display: block;
}

#description-produit {
    margin: 0;
    width: 544px;
	height: 370px;
	overflow: auto;
    background-color: #eceff2;
    padding: 8px;
    background-image: url('../images/background/bg_description_bottom.png');
    background-position: 0 100%;
    background-repeat: no-repeat;
}

#description-produit p {
    margin: 8px;
}

#description-produit ul {
    list-style-type: disc;    
    margin-left: 30px;
}

.lien-produit-externe {
	margin: 10px 0 0 0 !important;
}

#colonne-droite-fiche-produit {
    float: right;
    width: 220px;
    margin: 0;
    padding-top: 1px;
    padding-left: 4px;
    color: #334f51;
}

#colonne-droite-fiche-produit h4 {
    background-image: url('../images/background/bg_produit_h4.png') !important;
    color: white !important;
    font-weight: bold !important;
    height: 20px !important;
    width: 222px !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-top: 8px !important;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}

#colonne-droite-fiche-produit p#fiche-produit-marque {
    background-image: url('../images/background/bg_produit_droite_marque.png');
    padding: 2px;
    width: 216px;
    height: 120px;
    margin-top: 1px;
}

#colonne-droite-fiche-produit p#fiche-produit-paiement-cetelem {
    background-image: url('../images/background/bg_produit_droite_paiement_cetelem.png');
    padding: 2px;
    width: 216px;
    height: 136px;
    margin-top: 10px;
    font-size: 12px;
}

#colonne-droite-fiche-produit p#fiche-produit-paiement-cetelem span {
    display: block;
    margin-left: 8px;
    color: #000;
}

#colonne-droite-fiche-produit p#fiche-produit-paiement-cetelem span span.info_cetelem {
    display:inline;
    margin:0;
    font-weight: bolder;
}

#colonne-droite-fiche-produit p#fiche-produit-paiement-cetelem span strong {
    font-weight: bold;
}

#colonne-droite-fiche-produit p#fiche-produit-paiement-cetelem span.prix-cetelem {
    margin-top: 12px;
}

#colonne-droite-fiche-produit p#fiche-produit-paiement-cetelem span.prix-cetelem a {
    font-size: 20px;
    color: #017933;
    text-decoration:none;
}

#colonne-droite-fiche-produit p#fiche-produit-paiement-cetelem span.prix-cetelem a:hover {
    text-decoration:underline;
}

#colonne-droite-fiche-produit p#fiche-produit-paiement-cetelem span.payez-dix-fois {
    margin-top: 2px;
    color: #017933;
}

#colonne-droite-fiche-produit p#fiche-produit-paiement-cetelem span.details-cetelem {
    color: #666;
    font-family: 'verdana';
    font-size: 8px;
    line-height: 9px;
    padding-right: 5px;
}

#colonne-droite-fiche-produit div#notation-article {
    text-align: center;
}

#colonne-droite-fiche-produit p.commentaire-produit {
    border-bottom: 1px dotted #718083;   
    padding-bottom: 10px;
    padding-top: 5px;
}

#colonne-droite-fiche-produit form input {
    width: 210px;
    border: 1px solid #779595;   
}

#colonne-droite-fiche-produit form textarea {
    width: 210px;   
    border: 1px solid #779595;       
}

div#produit-pusher {
    display: block;
    width: 780px;
    clear: both;
    margin: 0;
    padding: 0;
}

/* Bloc des notes */

div#ajax_notes img.actif {
	cursor: pointer;
}

div#ajax_notes img.inactif {
	cursor: default;
}

div#ajax_notes img {
	padding: 0 4px 0 4px;
}

div#ajax_notes p {
	text-align: center;
	margin: 5px 0 5px 0;
}

/* Bloc commentaires */
div#bloc-commentaires {
    padding-top: 10px;
    background-color : white;
}

div.bloc-commentaires {
	display: none;
}

div#bloc-commentaires h2 {
    background-image: url('../images/background/bg_produit_h2_whitebg.png');   
}

div#bloc-commentaires div {
    margin-top: 3px;
    background-image: url('../images/background/bg_div_commentaire.png');    
}

div#bloc-commentaires div p.commentaire-infos {
    background-image: url('../images/background/bg_div_commentaire_top.png');  
    height: 28px;
    padding-top: 7px;
    padding-left: 10px;
}

div#bloc-commentaires div p.commentaire-infos span {
    float: right;  
    margin-right: 70px;
}

div#bloc-commentaires div p.commentaire-infos strong {
    float: left;    
}

div#bloc-commentaires div p.commentaire-infos a {
    font-weight: bold;    
}

div#bloc-commentaires div p.commentaire-infos img {
    float: left;   
    margin-right: 4px;
}

div#bloc-commentaires div p.commentaire-texte {
    background-image: url('../images/background/bg_div_commentaire_bottom.png');     
    background-position: 0 100%;
    background-repeat: no-repeat;
    padding: 10px;    
    padding-bottom: 18px;
}

/* commun aux blocs des accessoires et des produits similaires */

/* partie gauche du bloc accessoire et similaire, contenant la pastille, et les deux icones loupe et caddie */
div#bloc-accessoires div.gauche, div#bloc-produits-similaires div.gauche {
    float: left;
	background-image: none;
	width: 40px;
	height: 94px;
	padding: 0;
	margin: 0;
}

div#bloc-accessoires p.pastille-nouveaute, 
div#bloc-accessoires p.pastille-promo, 
div#bloc-accessoires p.pastille-vide, 
div#bloc-accessoires p.pastille-solde, 
div#bloc-accessoires p.pastille-finserie, 
div#bloc-accessoires p.pastille-destockage, 
div#bloc-accessoires p.pastille-arrivagemassif, 
div#bloc-accessoires p.pastille-nouvelarrivage, 
div#bloc-accessoires p.pastille-exclu, 
div#bloc-accessoires p.pastille-serielimitee, 
div#bloc-produits-similaires p.pastille-nouveaute, 
div#bloc-produits-similaires p.pastille-promo, 
div#bloc-produits-similaires p.pastille-vide, 
div#bloc-produits-similaires p.pastille-solde, 
div#bloc-produits-similaires p.pastille-finserie, 
div#bloc-produits-similaires p.pastille-destockage, 
div#bloc-produits-similaires p.pastille-arrivagemassif, 
div#bloc-produits-similaires p.pastille-nouvelarrivage, 
div#bloc-produits-similaires p.pastille-exclu, 
div#bloc-produits-similaires p.pastille-serielimitee {
    float: left !important;
    margin: 0 !important;
    padding: 10px 0 10px 0 !important;
    height: 21px !important;
    width: 40px !important;
    color: #fff !important;
	font-weight: bold !important;
	text-align: center !important;
}

div#bloc-produits-similaires div img, div#bloc-accessoires div img {
    float: left;    
    margin: 3px 0 0 0;
}

div#bloc-produits-similaires div img.loupe, div#bloc-produits-similaires div img.caddie,
div#bloc-accessoires div img.loupe, div#bloc-accessoires div img.caddie {
	margin: 5px 0 0 10px;
	clear: both;
}

div#bloc-produits-similaires div img.vignette, div#bloc-accessoires div img.vignette {
	margin: 2px 0 0 0;
	clear: none;
}

/* bloc des accessoires */
div#bloc-accessoires {
    display: block;
    margin-top: 8px;
    padding-bottom: 8px;
    background-color: #cfd8de;
    background-image: url('../images/background/bg_produit_sous_bloc_bottom.png');    
    background-repeat: no-repeat;
    background-position: 0 100%;      
}

div#bloc-accessoires p {
	margin: 0 5px 5px 5px;
}

div#bloc-accessoires div {
    height: 94px;
    width: 785px;
    margin: 8px;
    background-image: url('../images/background/bg_produit_accessoire.png');   
	background-position: left top;
	background-repeat: no-repeat;
}

/* Style pour les pastilles */

div#bloc-accessoires p.pastille-nouveaute {
    background-image: url('../images/background/pastille_new_small_greybg.png');
}

div#bloc-accessoires p.pastille-promo {
    background-image: url('../images/background/pastille_promo_small_greybg.png');
}

div#bloc-accessoires p.pastille-solde {
    background-image: url('../images/background/pastille_solde_small_greybg.gif');
}

div#bloc-accessoires p.pastille-finserie {
    background-image: url('../images/background/pastille_finserie_small_greybg.png');
}

div#bloc-accessoires p.pastille-destockage {
    background-image: url('../images/background/pastille_destockage_small_greybg.gif');
}

div#bloc-accessoires p.pastille-arrivagemassif {
    background-image: url('../images/background/pastille_arrivagemassif_small_greybg.png');
}

div#bloc-accessoires p.pastille-nouvelarrivage {
    background-image: url('../images/background/pastille_nouvelarrivage_small_greybg.png');
}

div#bloc-accessoires p.pastille-exclu {
    background-image: url('../images/background/pastille_exclu_small_greybg.png');
}

div#bloc-accessoires p.pastille-serielimitee {
    background-image: url('../images/background/pastille_serielimitee_small_greybg.png');
}

/* Fin de style pour les pastilles */

div#bloc-accessoires div img {
    float: left;    
    padding-top: 3px;
}

div#bloc-accessoires div h5 {
    width: 500px;
    display: block;
    margin-left: 130px;
    padding: 10px;
    padding-left: 0;
    font-weight: bold;
    font-size: 11px;
}

div#bloc-accessoires div p.description-accessoire {
    margin-left: 130px;
    width: 500px;
}

div#bloc-accessoires div ul {
    float: right;    
    margin-right: 25px;
    margin-top: 10px;
}

div#bloc-accessoires div ul li {
    margin-bottom: 10px;    
}

div#bloc-accessoires div ul li strong {
    font-size: 14px;
}

/* bloc des produits similaires */
div#bloc-produits-similaires h2 {
    background-image: url('../images/background/bg_produit_h2_whitebg.png');   
}

div#bloc-produits-similaires {
    display: block;
    margin-top: 8px;
    padding: 0;
    background-image: url('../images/background/bg_div_produit_similaire.png');
}

div#bloc-produits-similaires div {
    height: 94px;
    width: 785px;
    margin: 8px;
    background-image: url('../images/background/bg_produit_produit_similaire.png');    
}

/* Style pour les pastilles */

div#bloc-produits-similaires p.pastille-nouveaute {
    background-image: url('../images/background/pastille_new_small_whitebg.png');
}

div#bloc-produits-similaires p.pastille-promo {
    background-image: url('../images/background/pastille_promo_small_whitebg.png');
}

div#bloc-produits-similaires p.pastille-solde {
    background-image: url('../images/background/pastille_solde_small_whitebg.gif');
}

div#bloc-produits-similaires p.pastille-finserie {
    background-image: url('../images/background/pastille_finserie_small_whitebg.png');
}

div#bloc-produits-similaires p.pastille-destockage {
    background-image: url('../images/background/pastille_destockage_small_whitebg.gif');
}

div#bloc-produits-similaires p.pastille-arrivagemassif {
    background-image: url('../images/background/pastille_arrivagemassif_small_whitebg.png');
}

div#bloc-produits-similaires p.pastille-nouvelarrivage {
    background-image: url('../images/background/pastille_nouvelarrivage_small_whitebg.png');
}

div#bloc-produits-similaires p.pastille-exclu {
    background-image: url('../images/background/pastille_exclu_small_whitebg.png');
}

div#bloc-produits-similaires p.pastille-serielimitee {
    background-image: url('../images/background/pastille_serielimitee_small_whitebg.png');
}

/* Fin de style pour les pastilles */

div#bloc-produits-similaires div h5 {
    width: 500px;
    display: block;
    margin-left: 130px;
    padding: 10px;
    padding-left: 0;
    font-weight: bold;
    font-size: 11px;
}

div#bloc-produits-similaires div p.description-produit-similaire {
    margin-left: 130px;
    width: 500px;
}

div#bloc-produits-similaires div ul {
    float: right;    
    margin-right: 25px;
    margin-top: 10px;
}

div#bloc-produits-similaires div ul li {
    margin-bottom: 10px;    
}

div#bloc-produits-similaires div ul li strong {
    font-size: 14px;
}

/* Définition des styles des fond des titres h2 */

/* --------------------
    Fond  : gris
    Bords : arrondis
    Largeur : 804px;
   --------------------  */
#bloc-fiche-produit h2.casque, #bloc-fiche-produit h1.casque {
    background-image: url('../images/background/bg_h2_casque.png');
}

#bloc-fiche-produit h2.vetement-homme-cuir, #bloc-fiche-produit h1.vetement-homme-cuir {
    background-image: url('../images/background/bg_h2_vetement_homme_cuir.png');
}

#bloc-fiche-produit h2.vetement-homme-textile, #bloc-fiche-produit h1.vetement-homme-textile {
    background-image: url('../images/background/bg_h2_vetement_homme_textile.png');
}

#bloc-fiche-produit h2.femme, #bloc-fiche-produit h1.femme  {
    background-image: url('../images/background/bg_h2_femme.png');
}

#bloc-fiche-produit h2.botte, #bloc-fiche-produit h1.botte {
    background-image: url('../images/background/bg_h2_botte.png');
}

#bloc-fiche-produit h2.tout-terrain, #bloc-fiche-produit h1.tout-terrain {
    background-image: url('../images/background/bg_h2_tout_terrain.png');
}

#bloc-fiche-produit h2.gant, #bloc-fiche-produit h1.gant {
    background-image: url('../images/background/bg_h2_gants.png');
}

#bloc-fiche-produit h2.sport-wear, #bloc-fiche-produit h1.sport-wear {
    background-image: url('../images/background/bg_h2_sport_wear.png');
}

#bloc-fiche-produit h2.bagagerie, #bloc-fiche-produit h1.bagagerie{
    background-image: url('../images/background/bg_h2_bagagerie.png');
}

#bloc-fiche-produit h2.equipement-de-la-moto, #bloc-fiche-produit h1.equipement-de-la-moto {
    background-image: url('../images/background/bg_h2_equipement_moto.png');
}

#bloc-fiche-produit h2.entretien, #bloc-fiche-produit h1.entretien {
    background-image: url('../images/background/bg_h2_entretien.png');
}

/* --------------------
    Fond  : blanc
    Bords : 1px gris arrondis
    Largeur : 804px;
   --------------------  */
#bloc-fiche-produit h2.casque {
    background-image: url('../images/background/bg_produit_h2_whitebg_casque.png');
}

#bloc-fiche-produit h2.vetement-homme-cuir {
    background-image: url('../images/background/bg_produit_h2_whitebg_vetement_homme_cuir.png');
}

#bloc-fiche-produit h2.vetement-homme-textile {
    background-image: url('../images/background/bg_produit_h2_whitebg_vetement_homme_textile.png');
}

#bloc-fiche-produit h2.femme {
    background-image: url('../images/background/bg_produit_h2_whitebg_femme.png');
}

#bloc-fiche-produit h2.botte {
    background-image: url('../images/background/bg_produit_h2_whitebg_botte.png');
}

#bloc-fiche-produit h2.tout-terrain {
    background-image: url('../images/background/bg_produit_h2_whitebg_tout_terrain.png');
}

#bloc-fiche-produit h2.gant {
    background-image: url('../images/background/bg_produit_h2_whitebg_gant.png');
}

#bloc-fiche-produit h2.sport-wear {
    background-image: url('../images/background/bg_produit_h2_whitebg_sport_wear.png');
}

#bloc-fiche-produit h2.bagagerie {
    background-image: url('../images/background/bg_produit_h2_whitebg_bagagerie.png');
}

#bloc-fiche-produit h2.equipement-de-la-moto {
    background-image: url('../images/background/bg_produit_h2_whitebg_equipement_moto.png');
}

#bloc-fiche-produit h2.entretien {
    background-image: url('../images/background/bg_produit_h2_whitebg_entretien.png');
}

/* --------------------
    Fond  : gris plus clair
    Bords : arrondis
    Largeur : 560px;
   --------------------  */
#bloc-fiche-produit h3.casque {
    background-image: url('../images/background/bg_produit_h3_casque.png');
}

#bloc-fiche-produit h3.vetement-homme-cuir {
    background-image: url('../images/background/bg_produit_h3_vetement_homme_cuir.png');
}

#bloc-fiche-produit h3.vetement-homme-textile {
    background-image: url('../images/background/bg_produit_h3_vetement_homme_textile.png');
}

#bloc-fiche-produit h3.femme {
    background-image: url('../images/background/bg_produit_h3_femme.png');
}

#bloc-fiche-produit h3.botte {
    background-image: url('../images/background/bg_produit_h3_botte.png');
}

#bloc-fiche-produit h3.tout-terrain {
    background-image: url('../images/background/bg_produit_h3_tout_terrain.png');
}

#bloc-fiche-produit h3.gant {
    background-image: url('../images/background/bg_produit_h3_gants.png');
}

#bloc-fiche-produit h3.sport-wear {
    background-image: url('../images/background/bg_produit_h3_sport_wear.png');
}

#bloc-fiche-produit h3.bagagerie {
    background-image: url('../images/background/bg_produit_h3_bagagerie.png');
}

#bloc-fiche-produit h3.equipement-de-la-moto {
    background-image: url('../images/background/bg_produit_h3_equipement_moto.png');
}

#bloc-fiche-produit h3.entretien {
    background-image: url('../images/background/bg_produit_h3_entretien.png');
}

/* style du fils d'ariane */
.ariane a {
	color: #334F51;
}

.ariane a:hover {
	text-decoration: none;
}

form#form_avis p {
	text-align: left;
}


/* -------------------
	Style du bloc d'aide
    --------------------- */

div#center-column #titre_aide {
	margin-top: 10px;
    line-height:22px;
	font-size: larger;
	font-weight: bold;
	border: none;
	background: url('../images/background/bg_center_bloc_h4_aide.gif') no-repeat;
	height:22px;
	width: 534px;
}

div#center-column  #lien_callback {
	float:left;
	border-right: 1px solid #CFD8DE;
}

div#center-column  #bloc_guides {
	float:left;
	width:350px;
}

div#center-column  #bloc_guides h5 {
	width:100%;
	margin: 5px 0 0 15px;
}

div#center-column  #bloc_guides ul {
	list-style: none;
	margin-left: 15px;
}
