#contents_vertical{
	margin:0;
}

#wrapper{
}

/*Barre du menu horizontal*/
#slogan{
	float: left;
	width: 250px;
	font-size: 1.5em;
	font-weight: bold;
	margin: 4px 0 4px 10px;
}

#lien_menu_h{
	height:30px;
	width:914px;
    margin: 0px 1px;
}

/*Fin barre du menu horizontal*/
#logo{
	height: 194px;
}

#logo .logo{
    position: relative;
	width:915px;
	height:194px;
}

/*PARTIE GAUCHE*/
#partie_gauche{
    float:left;
    width: 180px;
    padding-left:1px;
}

.titre_g{
    width: 160px;
    margin: 0px 0px 10px 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
}

/*PARTIE GAUCHE ACHAT*/
#partie_gauche_achat{
	float:left;
	width: 180px;
    padding-left:1px;
    /*background:url(../images/fd_partie_droite.gif) no-repeat 100% 150px;*/
}

/*CENTRE*/
#centre_page{
	width: 430px;
    padding-right: 10px;
    float: right;
}

#tableau_article{
	border: 3px outset #716c6e;
	width: 100%;
    min-height: 500px;
    float: left;
}

#intro_article{
	font-weight:bold;
	text-align: center;
	width: 430px;
	padding: 10px 0;
	float:left;
    text-decoration: blink;
}

.grand {
	font-size:1.5em;
}

.article {
	width: 140px;
	height: 140px;
	text-align: center;
	float:left;
}

/*PARTIE DROITE*/
#partie_droite{
	float: right;
	width: 250px;
	background:url(../images/fd_partie_droite.gif) no-repeat 100% 150px;
}

#image_tableau{
    position: absolute; 
    top: 25px; 
    left: 70px; 
    z-index: 50; 
}

#texte_partie_droite{
	width: 240px;
	margin: 20px 10px;
}

#compte_panier{
	width: 120px;
    margin: 0 auto;
}

#compte{
	width: 120px;
    margin: 0 auto;
}

#panier{
	width: 120px;
	float: left;
}

.texte_commande{
	text-align: center;
	font-weight: bold;
}

.input_commande{
	margin-top: 5px;
	font-size: 10px;
	text-align: center;
	font-weight: bolder;
    padding: 3px;
    background-color: #ffffff;
    border: 1px solid #716c6e;
}

#promotion{
	border: 1px solid #716c6e;
	width: 240px;
	margin-top: 5px;
}

#titre_promotion{
	text-align: left;
	margin-top: 20px;
}

#promotion img{
	float: left;
}
