body 
	{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bodyback.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}

div 
	{
	position:relative;
	}

img {border: none;}

/* header */

#lignesup 
	{
	height: 62px;
	width: 100%;
	background-repeat:repeat-x;
	text-align:right;
	}
	
#header 
	{
	top: -30px;
	height: 117px;
	background-color:#ffffff;
	margin-left: 170px;
	background-repeat:no-repeat;
	}

#logo 
	{
	position:absolute;
	top: 32px;
	width:170px;
	left: 0px;
	color: #BEAF83;
	}
	
/* Menu horizontal */

#navi 
	{
	background-color:#A6D923 ;
	height: 20px;	
	top:-30px;
	margin-left: 170px;
	background-repeat:repeat-x;
	}

/* Menu vertical gauche */

#supmenu 
	{
	position:relative;
	width: 170px;
	left: 0px;
	top: -75px;
	padding-left:10px;
	background-repeat:repeat-y;
	}

#menuv 	
	{
	position:relative;
	width: 170px;
	height:340px;
	line-height:20px;
	left: 0px;
	top: -75px;
	padding-left:15px;
	background-repeat:no-repeat;
	}

a.menutext:link, a.menutext:visited
	{
	font-size: 11px;
	font-weight:bold;
	color: #296937;
	text-decoration: none;
	margin-left:5px;
	}
	
a.menutext:hover 
	{
	font-size: 11px;
	font-weight:bold;
	color: #F66606;
	text-decoration: none;
	margin-left:5px;
	}

/* barre des fonctionnalités */

#icons 
	{
	position:relative;
	top:-30px;
	padding-top:5px;
	padding-bottom:4px;
	text-align: right;
	}

/* barre de navigation */

#servicenav 
	{
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 170px;
	padding-left:10px;
	position:relative;
	top:-30px;
	color: #F66606;
	font-size: 10px;
	}

a.servicelink:link , a.servicelink:visited 
	{
	font-size: 10px;
	color: #BDAF82;
	text-decoration: none;
	}
	
a.servicelink:hover 
	{
	font-size: 10px;
	color: #F66606;
	text-decoration: none;
	}

ul.body 
	{
	margin-left: 150px;
	list-style-type:none;
	}
	
li.body 
	{
	margin-left: 60px;
	list-style-type:circle;
	}

a.sitemap:link , a.sitemap:visited 
	{
	color: #A52A2A;
	text-decoration: none;
	}
	
a.sitemap:hover 
	{
	color: #F66606;
	text-decoration: none;
	}

/* zone éditable */

hr 
	{ 
	height:1px; 
	color:#BDAF82; 
	background-color: #BDAF82; 
	border: 1px;
	}
	
h1 
	{
	font-size: 14px;
	color: #296937;
	}
h2 
	{
	font-size: 12px;
	color: #F66606;
	font-weight: bold;
	}
	
h3 
	{
	font-size: 10px;
	color: #BDAF82;
	font-weight: normal;
	}

#bodytext 
	{
	position:absolute;
	top:230px;
	left: 200px;
	line-height: 16px;
	margin-right:20px;
	width:80%;
	background-repeat:no-repeat;
	}

#cart
	{
	width:70%;
	
	}

.nopheader
{
background-color:#CCCCCC;
height:15px;
}
.nopentry
{
height:15px;
}
.noptotal
{
height:15px;
}

a.bodylink:link , a.bodylink:visited 
	{
	font-size: 11px;
	color: #A52A2A;
	text-decoration: underline;
	}

a.bodylink:hover 
	{
	font-size: 11px;
	color: #F66606;
	text-decoration: none;
	}
	
a.admin:link , a.admin:visited 
	{
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
	}

a.admin:hover 
	{
	font-size: 9px;
	color: #F66606;
	text-decoration: none;
	}

#img
	{
	position:absolute;
	top:400px;
	width:75%;
	}
#quote
	{
	position:absolute;
	top:250px;
	width:75%;
	text-align:right;
	font-weight:400;
	font-style:italic;
	}
	
/*formulaires*/

form 
	{
	line-height: 8px;
	}
	
input , textarea
	{
	background-color: #FFFFFF;
	border: 1px solid #296937;
	color: #296937;
	padding-left: 5px;
	}

input.radio, input.checkbox
{
border:none;
}


.button,  .buttonover
	{
	background-color: #F66606;
	border: 1px solid #F66606;
	color: #ffffff;
	padding-left: 5px;
	}
	
label 
	{
	padding-right: 5px;
	padding-top: 3px;
	float: left;
	width: 13em;
	text-align:left;
	}
	
label.error
	{
	color:#ff0000;
	font-weight:bold;
	font-style:italic;
	}

#error_login
	{
	top:-320px;
	left: 200px;
	line-height: 16px;
	color:#ff0000;
	font-weight:bold;
	margin-right:20px;
	width:70%;
	}

.radio
	{ 
	background-color:ffffff;
	}
