body, html {
	margin: 0;
	padding: 0;
}
html {
	font-family:Arial, Helvetica, sans-serif;
	background:#ececec url(../img/fond/html-fond.jpg) repeat-x;
}
div#global {
	margin: 0 auto;
	width: 1020px;
	height: auto;
	background: url(../img/fond/fond-global.png) repeat-y;
}
div#global-fin {
	margin: 0 auto;
	width: 1020px;
	height: 10px;
	background: url(../img/fond/fond-global-fin.png) repeat-y;
}
div#cadre{
	width:1000px;
	margin: 0 10px;
}
div#bandeau {
	margin:0;
	padding:0;
	height:87px;
	width:100%;
	background:url(../img/fond/cadre-bandeau.jpg) center no-repeat;
}
div#menu {
	margin:0;
	padding:0;
	height:43px;
	width:100%;
	background:#FFFFFF;
}
div#contenu {
	margin:0;
	padding:0;
	width:100%;
	background:#FFFFFF url(../img/fond/fond-contenu.jpg) top left repeat-y;
	display:table;
}
div#cont-gauche {
	margin:0;
	padding:0;
	float:left;
	width:230px;
	height: 100%;
	background:url(../img/fond/menu-boutique-repeat.jpg) repeat;
}

/********************** EN ATTENTE DE LA BOUTIQUE **************************/
div#cont-gauche p.annonce{
	width:100%;
	text-align:center;
	color:#FFFFFF;
}
/***************************************************************************/
div#cont-droite {
	margin:0 0 0 1px;
	padding:0;
	float:right;
	width:769px;
}
/******************************************** BANDEAU ***********************************************/
div#raccourcis{
	position:relative;
	margin:0 1px 0 719px;padding:0;
	width:280px;
	height:50px;
}
div#rac-accueil, div#rac-compte, div#rac-panier-vide, div#rac-panier-plein, div#rac-panier-detail {
	position:relative;
	float:right;
}
div#rac-accueil{
	width:62px;
	height:46px;
	background:url(../img/fond/rac-accueil-off.png) center no-repeat;
}
div#rac-accueil a{
	width:62px;
	height:46px;
	display:block;
}
div#rac-accueil:hover{	
	background:url(../img/fond/rac-accueil-on.png) center no-repeat;
}

div#rac-compte{
	width:62px;
	height:46px;
	background:url(../img/fond/rac-compte-off.png) center no-repeat;
}
div#rac-compte a{
	width:62px;
	height:46px;
	display:block;
}
div#rac-compte:hover{	
	background:url(../img/fond/rac-compte-on.png) center no-repeat;
}
div#rac-panier-vide{
	width:62px;
	height:46px;
	background:url(../img/fond/rac-panier-vide.png) center no-repeat;
}
div#rac-panier-vide a, div#rac-panier-plein a{
	width:62px;
	height:46px;
	display:block;
}
div#rac-panier-plein{
	width:62px;
	height:46px;
	background:url(../img/fond/rac-panier-on.png) left center no-repeat;
}
div#rac-panier-detail{
	width:94px;
	height:43px;
	background:#ff00d8;
	font-size:0.8em;
	color:#FFFFFF;
}
div#rac-panier-detail p{
	text-align:center;
	position:relative;
	margin:2px 0;padding:0;
}
div#rac-panier-detail a{
	color:#FFFFFF;
	text-decoration:underline;
}
div#search{
	margin:0 1px 0 719px;padding:0;
	height:35px;
}
.bouton-ok{
	background:url(../img/fond/bouton.jpg) center repeat-x;
	color:#FFFFFF;
	cursor:pointer;
	font-size:1em;
	height:24x;
	width:30px;
	text-align:center;
	border:1px dashed #FFFFFF;
}
/*****************************************************************************************************/
.img{
	border: 0px;
}
/*****************************************************************************************************/
div#plan-site {
	margin:0 auto;
	padding:0;
	width:1000px;
	background: url(../img/fond/fond-global.png) repeat-y;
}
div#bas-page {
	margin:1px 0 0 0;
	padding:0;
	width:1000px;
	background:#e9e9e9;
	display:table;
}
div#plan-site .colonne-bp {
	position:relative;
	float:left;
	width:220px;
	height:110px;
	margin:15px 14px;
}
div#plan-site .colonne-first {	
	width:250px;
}
div#plan-site .colonne-droite {	
	width:190px;
}
div#plan-site p {
	text-indent:10px;
}
div#plan-site p.titre-bp {
	font-size:0.9em;	
	font-variant:small-caps;
	color:#333333;
	margin:0 0 10px 0;
	text-decoration:underline;
}
div#plan-site p.lien-bp {
	font-size:0.8em;
	margin:5px 0 0 0;	
}
div#plan-site p.lien-bp a{
	color:#737373;
	text-decoration:none;
}
div#plan-site p.lien-bp :hover {
	text-decoration:underline;	
}
.colonne-first, .colonne-gauche {
	border-right: 1px solid #FFFFFF;
}
.colonne-milieu {
	border-right:1px solid #FFFFFF;
}
