body {
	background-image: url(/images/fond-page.png);
	background-repeat: repeat;
	margin: 10px 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}
div#contenu {
	float:left;
	position: relative;
	margin-top: 10px;
	margin-left: 15px;
	width:750px;
	font-size: 90%;
}
div#conteneur{
		width:1000px ;
		margin: 0 auto ;
		text-align: left ;
		border: 6px solid #fff ;
		background: #fff ;
}
div#menugauche {
	clear:both;
	margin-top:15px;
	float:left;
	position: relative;
	width:220px;
	margin-top: 10px;
}
div#menugauche3 {
position: relative;
float:left;
width:130px;
margin-top: 10px;
margin-left: 15px;	
}		
div#header {
		height: 183px ;
		margin: 0 ;
		background: url(images/header5.jpg) no-repeat left top ;
		/* On définit la hauteur de la partie header, contenant le titre du site */
}
h1#header {
		height: 205px ;
		margin: 0 ;
		background: url(images/logo5.jpg) no-repeat left top ;
		/* On définit la hauteur de la partie header, contenant le titre du site */
}
		
h1#header a {
		width: 400px ;
		height: 70px ;
		display: block ;
		background: url(title.gif) no-repeat ;
		position: relative ;
		left: 350px ;
		top: 15px ;
}		
h1#header a span {
		display: none ;
}	
#menu {
	height: 45px;
	margin: 0 auto;
	background: #5C8549 repeat-x;
}
#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
#menu li {	
	display: inline;
}
#menu a {
	display: block;
	float: left;
	margin-left: 15px;
	height : 25px;
	padding: 15px 10px 0px 10px;
	border-bottom: 4px solid #E88B00;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-color: #E88B00;
	letter-spacing: 1px;		
}
#menu a:hover {
	border-bottom-color: #E88B00;
	background: #E88B00;
}
#menu .active a {
	border-bottom-color: #E88B00;
	background: #E88B00;
}
h1{
    font: 1.4em "Arial Narrow", Helvetica, Arial, Geneva, sans-serif;
    margin-top: 30px;
	font-size:200%;
	font-weight: bold;
    padding: 0 0 0 25px;
    background: transparent url(background.gif) repeat-x 0 50%;
	color: #D27E00;
}
h1 span {
    padding: 0 8px;
    background: #FFF;
	line-height : 90%;
}
h2 {
    font: 1.4em "Arial Narrow", Helvetica, Arial, Geneva, sans-serif;
    margin-top: 30px;
	font-size:200%;
	font-weight: bold;
    padding: 0 0 0 25px;
    background: transparent url(background.gif) repeat-x 0 50%;
	color: #D27E00;
}
h2 span {
    padding: 0 8px;
    background: #FFF;
	line-height : 90%;
}
	
div#contenu p {
			text-align: justify ;
			line-height: 1.7em ;
		}
div#contenu a
		{
			color: #A0182E ;
		}
div#contenu a:hover
		{
			color: #A0182E ;
		}
p#footer
		{
			margin: 0 ;
			padding-right: 10px ;
			line-height: 50px ;
			text-align: right ;
			color: #A0182E ;
		}
strong {
	font-weight: bold;
	color: #060;
}
img {
	margin-right: 8px;
	margin-top: 4px;
}
pre
		{
			overflow: auto ;
			background: #dea ;
			border: 2px solid #9b2 ;
			padding: 5px 0 0 5px ;
			font-size: 1.2em ;
		}
.johnson_box {
	background-color: #E4EFE6;
	padding: 7px;
	font-weight: bold;
	border: thin dotted #4C7C52;
}
.johnson_box_prod {
	background-color: #E4EFE6;
	padding: 7px;
	font-weight: bold;
	border: thin dotted #4C7C52;
}
.prix{
	color: #F00;
	font-size: 18px;
	font-weight: normal;
}
.prix2{
	color: #F00;
	font-size: 12px;
	font-weight: normal;
}



#menuDeroulant
{
 list-style-type: none;
 margin: 0;
 padding: 0;
 border: 0;
background: #5C8549;
position:relative;
}

#menuDeroulant li
{
 float: left;
	margin-left: 15px;
	height : 25px;
	padding: 15px 10px 0px 10px;
	border-bottom: 4px solid #E88B00;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;	
 
 background: #5C8549;
}

#menuDeroulant li a:link, #menuDeroulant li a:visited
{
 display: block;
	
}

#menuDeroulant .sousMenu li a:link,
#menuDeroulant .sousMenu li a:visited
{
 display: block;
 color: #FFF;
 margin: 0;
 border: 0;
	height : 25px;
	padding: 15px 10px 0px 10px;
	border-bottom: 4px solid #E88B00;
	text-transform: uppercase;
}

#menuDeroulant .sousMenu li
{
 margin: 0;
 padding: 0;
 border: 0;
 magrin-bottom: 5px;
 magrin-right: 5px;
 magrin-left: 5px;
 height:45px;
}

#menuDeroulant .sousMenu
{
 display: none;
 list-style-type: none;
 margin: 0;
 padding: 0;
 border: 0;
 position:absolute;
 left:0px;
 top:43px;
 font-size:16px;
 height:43px;
 z-index:1000;
 background: #5C8549;
}

#active
{
	background-color:#E88B00;
}


#menuDeroulant li:hover > .sousMenu { display: block; }
#menuDeroulant .sousMenu > .sousMenu { display: block; }

