html {
	width: 100%;
	height: 100%;
}
	
body{

	SCROLLBAR-FACE-COLOR: #416920;
	SCROLLBAR-HIGHLIGHT-COLOR: #416920;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-BASE-COLOR: #FFFFFF;
	background: #416920 url(images/background.jpg) repeat-x; 
	margin: 0; 
	background-position: center top;
	text-align: center;
	padding: 0;
	width: 100%;
	height: 100%;
		font-family:'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

td {
	font-family:'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.texte {
	font-family:'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.grostitre {
	font-family:'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #281D19;
	text-decoration: none;
	text-transform: uppercase;

}

.titre {
	font-family:'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #DEFCA0;
	text-decoration: none;

}

.sous-titre {
	font-family:'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E2E2E2;
	text-decoration: none;

}

.gras {
	font-family:'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;

}

.souligne {
	font-family:'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;

}

.mention {
	font-family:'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a  { text-decoration:underline; font-size:11px; font-family:'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;  color: #FFF; font-weight: normal; }
 
a:link 		{ color:#FFF; }
a:visited	{ color:#FFF; }
a:active 	{ color:#C3FF4B; }
a:hover 	{ color:#C3FF4B; }


/* Dezscription classe Liens NAVIG */ 
.nav  { font-size:14px; font-weight:bold;}
a:link.nav 		{ text-transform: none; color:#C3FF4B; font-size:14px; font-weight:bold;}
a:visited.nav 	{ text-transform: none; color:#C3FF4B; font-size:14px; font-weight:bold;}
a:active.nav 	{ text-transform: none; color:#FFF; font-size:14px; font-weight:bold;}
a:hover.nav 	{ text-transform: none; color:#FFF; font-size:14px; font-weight:bold;}

.cadre-images {
	border: 1px solid #3F2318;
}

.separateur {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #000;
}

.fields {
	font-family:'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #000;

}
.fondsite {
	background-image: url(images/fondsite.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.fondcontenu {
	background-image: url(images/fondcontent.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.fondencart {
	background-position: top center;
	width:95%;
	height:200px;
	text-align:center;
	border:dotted #FFF 1px;
}
.fondencart2 {
	background-position: top center;
	width:95%;
	text-align:center;
	border:dotted #FFF 1px;
}

