@import url("reset.css");
@import url("commun.css");

/* annulation des marges par defaut */
body, table, div, p, h1, h2, h3, h4, h5, img, ul, li {
    margin:0;
    border:0;
    padding:0;
}

html, body {
	height:100%;
}

/*Haut*/
#bg_gauche_haut{
	text-align: right;
    width: 570px;
    background-image: url("/images/base/squelette/bg_gauche_haut.jpg");
	background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: top right;
}

#logo{
	background-image: url(/images/base/squelette/sep_haut_gauche.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #f5f2e9;
    width: 250px;
	height: 190px;
}

#banniere{
	background-image: url(/images/base/squelette/header_droite.jpg);
	background-repeat: no-repeat;
	background-color: #f5f2e9;
    width: 690px;
	height: 190px;
}

#bg_droit_haut{
    width:690px;
    background-image: url(/images/base/squelette/bg_droit_haut.jpg);
	background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: top left;
}

/*Milieu*/
#bg_gauche{
	text-align: right;
    width: 570px;
    background-image: url(/images/base/squelette/bg_gauche.jpg);
	background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: top right;
}

.lien{
	cursor: pointer;
}

.lien:hover{
	background-color: #c0d85e;
	cursor: pointer;
}

#middle{
	width: 940px;
	background-color: #f5f2e9;
	color: #A56531;
}

#compte_panier, #compte_panier a, #compte_panier a:hover {
	text-align: right;
	font-size: 12px;
	text-decoration: none;
	color: #A56531;
}

#menu{
	background-color: #f5f2e9;
    width: 225px;
    padding-top: 50px;
    padding-left: 25px;
}

#contenu{
	font-size: 12px;
	background-color: #f5f2e9;
    width: 670px;
}

#bg_droit{
    width:570px;
    background-image: url(/images/base/squelette/bg_droit.jpg);
	background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: top left;
}

/*Footer*/
#footer, #footer a{
	height: 15px;
	text-align: center;
	text-decoration: none;
	background-color: #ffffff;
	font-size: 10px;
	color: #A56531;
}