/* ----------------------------- */
/*       contenu produits        */
/* ----------------------------- */
.aff_produits {

	border:1px solid #CFDDF2; 
	
	/*background:#CFDDF2;  couleur de font des pages*/
	color:#000;
	height: 100%;
	
	clear: both;
	overflow: hidden;
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
	border-radius:25px;
	
	padding:5px;
	margin:5px;
	
    float: right;

	/*width: 600px;  largeur du contenu */
}
/* ----------------------------- */
/*       bouton des menu         */
/* ----------------------------- */
div#positionflag {
   margin-left:100px;
   margin-top:15px;
   margin-bottom:15px;
   float: left;
}
	
#boutton {
    width: 12em;
    padding: 0 0 1em 0;
    margin-bottom: 1em;
   }

#boutton ul {
    list-style: none;
    margin:0;
    padding:0;
    border: none;
}

#boutton li {
	padding-left: 30px;
    margin: 0;
     
}
   
#boutton li a {
    display: block;
    padding: 5px 5px 5px 20px;
	background-position: left center;
    color: #000;

    text-decoration: none;
}



#boutton li a:hover {
    padding: 5px 5px 5px 20px;
    color: #FFFF00;
	background-image: url(../images/puce_on.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-color: #5384D0;
}
