html {
	scrollbar-face-color: #eeeeee;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #660000;
	background:#2f3328 url('content.gif') repeat-y center;
}

body {
	float:left;
	width:100%;
	clear:both;
	background:#2f3328 url('bg_top.gif') repeat-x top center;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	padding:0;
	margin:0;
	margin-bottom:5px;
	color:#333333;
}

input, select, textarea {
	font-family:Tahoma;
	font-size:10pt;
	color:#000;
	background:#fff;
}

input, textarea {
	border: 1px solid #cccccc;
}
*>input, *>textarea {
	border-color : #333;
}

.trans {
	-moz-opacity:0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

.transno {
	-moz-opacity:1;
	opacity: 1;
	filter:alpha(opacity=100);
}

.creation {
	width:150px;
	margin:2px;
}

p {
	text-align:justify;
}

.email {unicode-bidi:bidi-override; direction: rtl;}

/************************ liens txt ****************************/
.linkblanc a {
	text-decoration:none;
	color:#2f3328;
}

.linkblanc a:hover {
	text-decoration: none;
	color: #ffffff;
}

a {
	text-decoration:none;
	color: #ffffff;
}

a:active {
	text-decoration: underline;
	color: #adcaf0;
}
a:hover {
	text-decoration: underline;
	color: #adcaf0;
}

.mini {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

.lienstrans a{
	display:block;
	width:235px;
	height:84px;
	-moz-opacity:1;
	opacity: 1;
	filter:alpha(opacity=100);
}

.lienstrans a:hover{
	-moz-opacity:0.5;
	opacity: 0.5;
	filter:alpha(opacity=50);
}

/************************* structure site ****************************/
#main {
	width:1000px;
	margin:auto;
	/*float:left;*/
}

#top {
	float:left;
	width:100%;
	clear:both;
	background:url('top.gif') top center no-repeat;
	position:relative;
	height:136px;
}

#famille {
	float:left;
	width:239px;
	margin-top:20px;
}

#famille div.styles a {
	background:url('btn_styles.gif') no-repeat center;
	width:90px;
	height:130px;
	float:left;
	margin-left:28px;
}

#famille div.styles a {
	display:block;
	_display:inline-block;
}

#famille div.styles a:hover, #famille div.styles a.active {
	background:url('btn_styles_hover.gif') center no-repeat;
}

#famille div.contemporains a {
	background:url('btn_contemporains.gif') no-repeat center;
	width:90px;
	height:130px;
	float:left;
	margin-left:16px;
}

#famille div.contemporains a {
	display:block;
	_display:inline-block;
}

#famille div.contemporains a:hover, #famille div.contemporains a.active {
	background:url('btn_contemporains_hover.gif') center no-repeat;
}

#menu {
	float:left;
	width:239px;
	margin-top:20px;
}

#menu ul {
	padding:0px;
	margin:0px;
	text-align:left;
	list-style-type:none;
	width:100%;
}

#menu li {
	width:225px;
	/*height:20px;*/
	text-align:left;
	list-style-type:none;
	float:right;
	/*text-transform:uppercase;*/
}

#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#fff;
	width:225px;
	height:100%;
	display:block;
	_display:inline-block;
	letter-spacing:0px;
}

#menu  a:hover, #menu  a.active {
	color: #fff;
	background-color:#856018;
	text-decoration:none;
}

#menu div{
	padding:4px 0px 4px 20px;
}

#content {
	float:left;
	clear:both;
	width:100%;
	position:relative;
	background: url('content.gif') repeat-y top center;
}

#sideleft {
	float:left;
	width:239px;
	text-align:center;
	background:url('sideleft_top.gif') no-repeat top;
}

#php {
	float:right;
	text-align:justify;
	width:743px;
	background:url('php.gif') no-repeat -18px top;
	/*min-height:330px;
	_height:330px;*/
}

#php2 {
	text-align:justify;
	width:682px;
	/*padding-left:18px;*/
	background-color:#5d6154;
	min-height:150px;
	_height:150px;
	float:left;
	margin-top:0px;
	position:relative;
}

#php2 .bg_produit {
	background:url('fond_produits.gif')  no-repeat top center;
	width:150px;
	height:200px;
	float:left;
	margin:10px;
	text-align:center;
}

#php2 .bg_produit div.top {
	color:#FFFFFF;
	font-weight:bold;
	float:left;
	width:130px;
	margin:10px;
}

#php2 .bg_produit div.content {
	float:left;
	width:150px;
	text-align:center;
}

#php2 .bg_produit div.content img {
	border:1px solid #777777;
}

#diapo {
	background:url('bg_anim.jpg') top center no-repeat;
	height:143px;
	width:1000px;
	float:left;
}

#footer {
	float:left;
	width:100%;
	clear:both;
	color:#000;
	position:relative;
	background-color:#FFFFFF;
	height:24px;
	text-align:left;
	font-size: 9px;
}

#footer div {
	width:100%;
	float:left;
	position:absolute;
	bottom:6px;
	left:20px;
}

#footer a {
	color:#006600;
	text-decoration:underline;
}

#footer a:hover{
	color:#666666;
}

/* FORMULAIRE DE CONTACT */

form.contact label {
	float:left;
	width:120px;
	text-align:left;
	margin-bottom:10px;
}

form.contact sup {
	font-size:8px;
	color:#cc0000;
}

form.contact input {
	float:left;
	width:200px;
	margin-bottom:10px;
	margin-left:5px;

}

form.contact textarea {
	float:left;
	width:100%;
	clear:both;
}

.livraison {
	background:url('livraison.gif') no-repeat top right;
	width:225px;
	height:74px; 
	float:left; clear:both;
	margin:10px 0px 10px 14px;
}

.right {
	float:right;
	width:320px;
	padding-right:40px;
	text-align:justify;
	color:#FFFFFF;
	margin-top:20px;
}

.rightlegal {
	float:left;
	width:642px; clear:both;
	text-align:justify;
	color:#FFFFFF;
	margin:20px 0px 20px 20px;
}

.contact {
	float:left;
	width:682px;
	text-align:justify;
	color:#FFFFFF;
	margin-top:20px;
	padding-left:10px;
}

.left {
	float:left;
	width:280px;
	height:300px;
}

/*************************PHP***************************/

.conteneur_php {
	float:left;
	width:682px;
}

.bloc_famille {
	float:left;
	width:113px;
	height:113px; 
	background:#336600;
	position:relative;
}

.titre_famille {
	float:left;
	width:682px;
	height:60px;
}

.conteneur_texte {
	float:left;
	width:682px;
}

.conteneur_texte div.texte_presentation {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:justify;
	padding:10px;
}

#menu_bloc {
	float:left;
	width:100%;clear:both;
	/*background-color:#5d6154;*/
}

#menu_bloc ul {
	padding:0px;
	margin:0px;
	text-align:left;
	list-style-type:none;
	width:100%;
}

#menu_bloc li {
	width:131px;
	text-align:center;
	list-style-type:none;
	float:left;
	text-transform:normal;
	margin-right:0px;
}

#menu_bloc a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#fff;
	width:131px;
	display:block;
	_display:inline-block;
}

#menu_bloc  a:hover, #menu_bloc  a.active {
	color: #003333;
	background-color:#f0e7ad;
	text-decoration:none;
}

#menu_bloc div{
	padding:3px 0px 3px 0px;
}

/********************LISTING************************/

div.listing {
	width:326px;
	height:160px;
	float:left;
	background:url('bg_listing.gif') no-repeat top center;
}

div.listing div.photo {
	width:140px;height:140px;
	float:left;
	margin:10px;
	/*background:#333333;*/
}

div.listing div.contenu {
	width:155px;
	float:left;
	margin-top:10px;
}

div.listing div.contenu div.titre {
	font-weight:bold;
}

div.listing div.contenu div.texte {
	margin-top:10px;
}

div.listing div.contenu div.prix {
	margin-top:0px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
}

div.listing div.contenu div.plus {
	text-align:right;
	margin-top:10px;
	width:155px; height:20px;
	background:url('savoir_plus.gif') no-repeat right;
}

div.blocleft {
	margin:10px 5px 0px 10px;
}

div.blocright {
	margin:10px 10px 0px 5px;
}

div.restauration {
	width:642px;
	float:left;
	clear:both;
	padding:20px;
	color:#FFFFFF;
}

div.restauration p {
	text-align:left;
}

/* recherche */
form.recherche sup {
	color:#cc0000;
}

form.recherche fieldset {
	border:1px solid #ccc;
	padding:10px;
	margin-bottom:20px;
	clear:both;
	background:none;
}

form.recherche fieldset legend {
	font-weight:bold;
	color:#d68800;
	padding:8px;
	padding-bottom:2px;
	text-transform:uppercase;
	/margin-bottom:10px;
}

form.recherche fieldset table {
	color:#fff;
}