body
{
	margin: 0 ;
	padding: 0 ;
	text-align: center ;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	background: #22211f url(../images/background.png) repeat-x;
}


/* Cadre global */

div#global
{
	width: 1008px ;
	margin: 0 auto ;
	margin-top: 22px;
	text-align: left ;
	position: relative;
	background: url(../images/global.png) repeat-y;
}


/*header */

div#header
{
	margin-left: 18px;
	background: #22211f url(../images/header.png) no-repeat;
	color: #e6fc72 ;
	height: 170px;
	width: 972px;
	
}

div#top
{
	font-size: 10px;
	text-indent: 2em ;
	height: 16px;
	background: url(../images/top.png) repeat-x;
}

div#top a
{
	color: #e6fc72;
}

div#top a:hover
{
	color: #f5cb4c;
}

div#logo
{
	width: 200px;
	height: 166px;
	float: left;
	background: #22211f url(../images/logo.png);
}

div#logo a
{
	display: block;
	height:100%;
}

/* menu */

#menu
{
	width: 772px;
	height:29px;
	list-style-type: none;
	margin-top: 121px;
	margin-left: 200px;
	position: absolute;
	padding:0;
	background: #c07915;
}

#menu ul
{
	padding: 0;
	margin: 0;
}

#menu li
{
	float: left;
	width: 120px;
	margin: 0;
	padding: 0;
	border: 0;
}			
		
#menu li a:link, #menu li a:visited
{
	display: block;
	text-align:center;
	color: #f9f9f9;
	line-height: 29px;
	font-size: 1em ;
	font-weight: bold ;
	letter-spacing: 2px ;
	border-right: 2px solid #e6c55f;
	text-decoration: none;
}

#menu li a:hover
{ 
	background: #f3991b url(../images/bg_menu.png) repeat-x 0 0; 
}

#menu li a:active 
{ 
	background-color: #5F879D;
}

#menu .sousMenu li a:link,#menu .sousMenu li a:visited
{
	display: block;
	color: #FFF;
	margin: 0;
	padding-left:3px;
	border: 0;
	line-height: 24px;
	text-decoration: none;
	text-align:left;
}
#menu .sousMenu li a:hover
{
	background: none;
	border-left: 3px solid #f3991b;
} 			
#menu .sousMenu li
{
	width: 120px;
	background: url("../images/bg_ssmenu.png") repeat-y;
} 			

#menu .sousMenu
{
	display: none;
	list-style-type: none;
	margin-top: 4px;
	padding: 0;
	border: 0;
} 
#menu li:hover > .sousMenu { display: block; } 

/* bloc central */

div#main
{
	padding-top: 25px;
	color: #91a042;
	float: left;
	width: 770px;
	height: 100%;
}

div#main h2
{
	padding-left: 25px ;
	line-height: 25px ;
	font-size: 1.4em ;
	color: #f3991b ;
	border-bottom: 1px solid #f3991b ;
}
div#main h3,a,a:hover
{
	color: black;
}
div#main h3
{
	margin-left: 15px ;
	padding-left: 5px ;
	border-bottom: 1px solid #f3991b ;
	border-left: 3px solid #f3991b ;
	color: #f3991b ;
}

div#main h4
{
	border-bottom: 1px dotted #f3991b ;
}


div#main p
{
	padding-left: 25px ;
	padding-right: 25px;
	text-align: justify ;
	text-indent: 2em ;
	line-height: 1.7em ;
}

div#main a
{
	color: #f3991b ;
}

div#main a:hover
{
	color: #e6fc72;
}

th
{
	background: #a2ba67;
	font-weight: bold;
	color: #525D01;
	padding-left: 10px;
}

table
{
	background: #e0d6d6;
	width: 90%;
	margin: auto;
}

/* bloc login */

div#login
{
	width: 450px;
	height: 150px;
	background: #e4e4e4 url(../images/bg_bloc.png) repeat-x;
	margin-left: 50px;
	padding-top: 5px;
	border: 1px solid #e6fc72 ;
}

/* bloc image */

.blocktb
{
	margin:auto;
	height: 100%;
}

.thumbnail
{
	width: 110px;
	border: 1px solid #91a042;
	float: left;
	text-align: center;
	margin-left: 4px;
	margin-right: 10px;
	margin: 10px;
	padding-top:4px;
	position: relative;
}	

.thumbnail h1
{
	border-bottom: 1px solid #91a042 ;
	color: #cc0000 ;
	line-height: 15px ;
	font-size: 1.2em ;
}

.thumbnail p
{
	text-indent: 0;
}

.thumbnail a,img
{
	text-decoration:none;
	border: none;
}

/* Sidebar */

div#sidebar
{
	position: relative;
	/*background: #dcdfca url(../images/sidebar.png) repeat-y;*/
	float: left;
	width: 200px;
	height: 100%;
	margin-left: 18px;
	color: #91a042;
}

div#sidebar h1
{
	font-size: 17px;
	margin-right: 45px;
	padding-left: 40px ;
	border-bottom: 1px solid #91a042 ;
	color: #91a042 ;
}

div#sidebar p
{
	text-align: justify ;
	padding-left:45px;
	font-size:10px;
	line-height: 1.1em ;
}

div#sidebar ul
{
	list-style-image: url(../images/puce.png);
	padding-left: 20px;
}

div#sidebar a
{
	color: #91a042;
}

div#sidebar a:hover
{
	color: #f5cb4c;
} 

.promo
{
	margin-left: 23px;
	width: 170px;
	height: 200px;
	text-decoration: none ;
}
.promo a
{
	text-decoration: none ;
}

/* icones */

.panier h1
{
	background-image: url("../images/panier.png"); 
	background-repeat: no-repeat;
	background-position:8px;
	font-size: 17px;
	margin-right: 45px;
	padding-left: 40px ;
	border-bottom: 1px solid #91a042 ;
	color: #91a042 ;
}
.espaceClient h1
{
	background-image: url("../images/client.png"); 
	background-repeat: no-repeat;
	background-position:8px;
	font-size: 17px;
	margin-right: 45px;
	padding-left: 40px ;
	border-bottom: 1px solid #91a042 ;
	color: #91a042 ;
}

.magasin h1
{
	background-image: url("../images/maison.png"); 
	background-repeat: no-repeat;
	background-position:8px;
	font-size: 17px;
	margin-right: 45px;
	padding-left: 40px ;
	border-bottom: 1px solid #91a042 ;
	color: #91a042 ;
}

.promo
{
	margin-left: 23px;
	width: 170px;
	height: 200px;
	text-decoration: none ;
}
.promo a
{
	text-decoration: none ;
}

.nouveaute h3
{
	background-image: url("../images/maison.png"); 
	background-repeat: no-repeat;
	font-size: 17px;
	margin-right: 45px;
	padding-left: 40px ;
	border-bottom: 1px solid #91a042 ;
	color: #91a042 ;
}

.classique h3
{
	
	background-image: url("../images/maison.png"); 
	background-repeat: no-repeat;

	font-size: 17px;
	margin-right: 45px;
	padding-left: 40px ;
	border-bottom: 1px solid #91a042 ;
	color: #91a042 ;
}

/* pied de page */

div#footer 
{
	background: #c07915;
	position: absolute;
	float: left;
	width: 772px;
	height: 20px;
	bottom: 0;
	right: 18px;
	border-top: 1px solid #e6fc72 ;
	text-indent: 2em ;
	text-align: center ;
	color: #e6fc72 ;
	font-size: 10px ;
}

div#footer img
{
	float: right;
	margin-right: 10px;
	margin-top: -11px;
}

div#footer a
{
	color: #e6fc72;
}

div#footer a:hover
{
	color: #cc0000;
} 

/* alignement des colonnes */

.align
{
	clear:both;
	padding-bottom: 20px;
}

/* bas de page */

div#bottom
{
	font-size: 10px;
	text-indent: 2em ;
	height: 16px; 
	width: 972px;
	margin:auto;
	padding-top: 5px;
	padding-bottom: 15px;
	color: #808080;
	background: #22211f url(../images/bottom.png) repeat-x;
}

div#bottom a
{
 color: #808080;
}

div#bottom a:hover
{
	color: #91a042;
}
	