/* ////////////////// METTRE A JOUR ////////////////////
////////////////// BANDEAU_BOUTIQUE.CSS //////////////*/

/* BANDEAU */

#bandeau {
    position: relative;
    padding: 0px;
	margin: 0px;
	width: 820px;
	height: 180px;
	background-image: url(images/bandeau.jpg);
}

#bandeau a{
	color: #3c3c3c;
	text-decoration: none;
}

#bandeau a:hover{
	color: #2c2c2c;
	text-decoration: none;
}

#accueil {
	position: absolute;
	margin-left: 10px;
	margin-top: 15px;
	width: 220px;
	height: 45px;
}

#menu {
	position: absolute;
	bottom: 95px;
	right: 30px;
}

#espaceclient {
	position: absolute;
	bottom: 5px;
	right: 30px;
	color: #3c3c3c;
}

.texte {
	color: #33FF33;
	font-size: 12px;
}

/* FOOTER */

#footer {
    clear: both;
	width: 820px;
	height: 45px;
	margin-top: 0px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 15px;
}