/* GENERAL TEMPLATE */

*{
	margin:0;
	padding:0;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#244b28;
}

img{
	border:none;
}

a{
	outline:none;
}

hr{
	width:830px;
	border:1px;
	color:#763d16;
	border-bottom-style:dashed;
}

#intro{
	width:640px;
	margin:40px auto;
	border:1px solid #fff;
	padding:5px;
}

#enter{
	width:640px;
	height:100px;
	margin:20px auto;
	font-size:12px;
	color:#fff;
	text-align:center;
}

#enter a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
}

#enter a.entrer{
	font-size:12px;
}

#enter p{
	padding-top:10px;
}

#container{
	width:900px;
	margin:20px auto;
}

#top{
	height:23px;
	background:url(../images/top.jpg) no-repeat;
}

#header{
	height:157px;
	background:url(../images/header.jpg) no-repeat;
}

#menu{
	width:215px;
	height:150px;
	position:absolute;
	text-align:left;
}

#menu ul{
	list-style-type:none;
	padding-top:10px;
}

#menu ul li{
	padding-bottom:5px;
}

#menu ul li a:link, #menu ul li a:visited{
	color:#34623b;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	width:215px;
	height:15px;
	background:url(../images/lien.png) no-repeat;
	display:block;
	padding-left:35px;
}

#menu ul li a:hover{
	text-decoration:underline;
	color:#c7201a;
	width:215px;
	height:15px;
	background:url(../images/lien_hover.png) no-repeat;
}

#main{
	width:900px;
	min-height:490px;
	background:#e9d37d url(../images/main.jpg) no-repeat;
	padding-top:10px;
}

#content{
	width:880px;
	min-height:480px;
	margin:0 auto;
	font-size:12px;
	color:#763d16;
	text-align:justify;
	padding-bottom:10px;
}

#content ul{
	padding:20px 0 20px 40px;
}

#content ul li{
	padding-bottom:5px;
}

#content a{
	color:#763d13;
	font-weight:bold;
}

#content a:hover{
	color:#34623b;
}

#content table{
	margin:0 auto;
}

table.vend td{
	padding:5px 0 0 5px;
}

h1{
	color:#34623b;
	font-size:14px;
	margin-bottom:15px;
}

#footer{
	height:41px;
	line-height:48px;
	background:url(../images/footer.jpg) no-repeat;
	color:#fff;
	text-align:center;
	font-size:13px;
}

#footer a{
	color:#fff;
	font-weight:bold;
}

#bottom{
	height:20px;
	margin-top:10px;
}

#bottom_left{
	width:80%;
	height:20px;
	float:left;
	color:#fff;
	font-size:10px;
}

#bottom_right{
	width:20%;
	height:20px;
	float:right;
	text-align:right;
}

#bottom a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

#bottom a:hover{
	text-decoration:underline;
}

#bottom p{
	padding-left:25px;
}

#bottom img{
	padding-right:25px;
}

/* CONTACT */

.CFItem {width:400px;clear:both;}
.CFLabel {width:150px;float:left;font-family:Arial;font-size:13px;color:#000000;margin-bottom:2px;margin-top:2px;}
.CFField {width:250px;float:left;font-family:Arial;font-size:13px;color:#000000;margin-bottom:2px;margin-top:2px;}
.CFFieldText {font-family:Arial;font-size:13px;color:#000000;width:250px;}
.CFFieldTextarea {font-family:Arial;font-size:13px;color:#000000;width:250px;}
.CFFieldSelect {font-family:Arial;font-size:13px;color:#000000;width:250px;}
.CFFieldRadio {}
.CFFieldCheckbox {}
.CFFieldPassword {font-family:Arial;font-size:13px;color:#000000;width:250px;}
.CFFieldFile {font-family:Arial;font-size:13px;color:#000000;width:250px;}
.CFFieldEmail {font-family:Arial;font-size:13px;color:#000000;width:250px;}
.CFFieldCopy {}
.CFFieldRadioData {}
.CFFieldCheckboxData {}
.CFCaptcha {width:400px;font-family:Arial;font-size:13px;color:#000000;text-align:center;}
.CFCaptchaTitre {width:100%;text-align:center;font-weight:bold;display:none;}
.CFCaptchaTexte {width:100%;text-align:justify;}
.CFStar {width:400px;font-family:Arial;font-size:13px;color:#ff0000;text-align:center;margin-top:20px;}
.CFStarIcon {font-family:Arial;font-size:13px;color:#ff0000;}
.CFButton {width:400px;text-align:center;}
.CFButtonSubmit input {font-family:Arial;font-size:13px;color:#000000;font-weight:bold;width:200px;text-align:center;margin-top:20px;}
.CFButtonReset input {font-family:Arial;font-size:13px;color:#000000;font-weight:bold;float:left;width:200px;text-align:center;margin-top:20px;display:none;}
.CFMessageSent {width:400px;font-family:Arial;font-size:12px;color:#003300;font-weight:bold;text-align:center;margin-top:20px;}
.CFFieldset {clear:both;display:block;border:solid 1px #999999;margin:0;margin-bottom:4px;padding:10px;width:400px;}
.CFLegend {font-family:Arial;color:#000000;font-size:12px;font-weight:bold;background:#efefef;border:solid 1px #999999;padding:2 5 2 5;margin-bottom:10px;}
.CFHourlimit {font-family:Arial;color:#000000;font-size:13px;} 





