/*
*****************
ALL
*****************
*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #36180E url(imgs/fond.jpg) repeat-x;
	color: #6D3A25;
}

td{font-size: 12px;color: #FBDDA9;}

th{text-align: left;font-size: 12px;color: #36180E;}

img {border: 0px;}

input{
	font-family: Arial, Helvetica, sans-serif;
	color: #6D3A25;
}
textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D3A25;
}

#panier th{
	font-size: 12px;
	background-color: #36180E;
	color: #6D3A25;
	}



/*
*****************
CONTAINER
*****************
*/
#centrepage{margin: 0px;padding: 0px;}

#global{margin: 0px;padding: 0px;}

#entete{
	margin: 0px;
	padding: 0px;
	height: 100px;
	background: url(imgs/fd_ent.gif) no-repeat 350px;
}

#milieupage{
	height: 533px;
	background: url(imgs/fd_menu.jpg) no-repeat left;
	margin-bottom: 20px;
}

#piedpage{
	clear: both;
	text-align: center;
	}
#piedpage a{
	text-decoration: none;
	color: #6D3A25;
	}
#piedpage a:hover{
	color: #FBDDA9;
	}		



/*
********************** 
MENU GAUCHE
********************** 
*/
#menu{width: 512px;float: left;}

#menu li {padding-right: 25px;list-style: none;text-align: right;}

.menu1{margin-top: 90px;}

.menu2{margin-top: 30px;}

.menu3{margin-top: 30px;}

.menu4{margin-top: 30px;}



/*
********************** 
CONTENU DES PAGES
********************** 
*/

#contenu{
	margin-top: 40px;
	margin-left: 30px;
	width: 450px;
	float: left;
}

#contenu h1{
	color: #6D3A25;
	font-size: 14px;
}

#boutiqueall{
	width: 300px;
	float: left;
}

#lesimgb{
	width: 130px
	float: left;
}

#lesimgb img{
	margin-bottom:20px;
}

#infopanier{
	width : 270px;
	margin-bottom: 25px;
	padding: 5px;
	background: #AB8245;
	color: #36180E;
}

#info{
	width : 270px;
	margin-bottom: 25px;
	padding: 5px;
	background: #AB8245;
	color: #875233;
}


#boutique{
	width: 280px;
	height: 300px;
	overflow: auto;
	color: #875233;
}

#boutique p{
	font-style: italic;
}

#boutique table{
	margin-left: 20px;
	width: 90%;
	color: #FBDDA9;
}

#boutique td{
	padding: 2px;
}

#boutique a{
	color: #FBDDA9;
	text-decoration: none;
}

#boutique h1{
	margin-top: 20px;
}



#contenuPanier{
	width: 450px;
	height: 450px;
	margin-top: 40px;
	margin-left: 30px;
	float: left;
	text-align: justify;
	overflow :auto;
}


#panierImg img{
	margin-right:20px; 
	margin-bottom:20px; 
}

#contenutext{
	width: 350px;
	height: 350px;
	margin-left: 70px;
	margin-top: 115px;
	padding-right: 20px;
	float: left;
	text-align: justify;
	overflow :auto;
}
#contenutext img{
	float: left;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
}


/*
*******************
page contact
*******************
*/

#contacterreur{margin-left:20px;margin-bottom:20px;font-weight: bold;}

.contact{margin-left:20px;margin-bottom:30px}
#contactForm label{display: inline; float: left; width: 120px; }
#contactForm input{width: 200px;}
#contactForm textarea{width: 200px;}


/*
*****************
util
*****************
*/
#util{height:450px;overflow :auto;padding-right:10px;}
#util label{display: inline; float: left; width: 100px; }
#util input{width: 200px;}



