/* GENERAL TEMPLATE */

*{
	margin:0;
	padding:0;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	background-color:#272634;
}

a{
	outline:none;
}

img{
	border:none;
}

#container{
	width:780px;
	margin:20px auto;
	border:1px solid #A9A8AE;
}

#header{
	height:204px;
	background:url(../images/header.jpg) no-repeat;
}

#menu{
	height:36px;
	line-height:36px;
	background:url(../images/menu.jpg) repeat-x;
	border-bottom:1px solid #A9A8AE;
	text-align:center;
	color:#fff;
}

#menu ul{
	list-style-type:none;
}

#menu ul li{
	display:inline;
	padding-right:5px;
}

#menu ul li.last{
	padding-right:0;
}

#menu ul li a:link, #menu ul li a:visited{
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
}

#menu ul li a:hover{
	color:#272634;
}

#main{
	min-height:390px;
	padding:10px 0;
}

#main_content{
	min-height:390px;
}

#left{
	width:252px;
	min-height:390px;
	float:left;
}

#contact_top{
	width:252px;
	height:78px;
	background:url(../images/contact_top.png) no-repeat;
}

#contact{
	width:252px;
	min-height:200px;
	background:url(../images/contact.png) repeat-y;
	font-size:11px; 
	color:#272634;
	font-weight:bold;
}

#contact p{
	padding-left:55px;
}

#contact a{
	color:#487491;
	text-decoration:none;
}

#contact a:hover{
	color:#272634;
}

#contact_bottom{
	width:252px;
	height:20px;
	background:url(../images/contact_bottom.png) no-repeat;
}

#auto{
	width:750px;
	min-height:390px;
	margin:0 auto;
}

#content{
	width:502px;
	min-height:390px;
	margin-left:268px;
	color:#fff;
	text-align:justify;
	font-size:11px;
}

#content ul{
	padding:15px 0 15px 30px;
}

#content a{
	color:#ffcc00;
	text-decoration:none;
}

#content a:hover{
	color:#fff;
}

span.under{
	color:#ffcc00;
}

h1{
	font-size:14px;
	color:#adc6d6;
	padding:15px 0;
}

#footer{
	height:35px;
	background:url(../images/footer.jpg) repeat-x;
	color:#fff;
	font-size:10px;
}

#footer a{
	text-decoration:none;
	color:#fff;
	font-size:10px;
}

#footer a:hover{
	color:#ffcc00;
}

#footer p{
	margin-left:20px;
}

#footer img{
	padding:10px 20px 0 0;
}

#footer_left{
	width:80%;
	height:35px;
	line-height:35px;
	float:left;
}

#footer_right{
	width:20%;
	height:35px;
	float:right;
	text-align:right;
}

/* CONTACT */

input[type=text]{
	width:250px;
	height:20px;
	border:1px solid #A9A8AE;
}

textarea{
	width:250px;
	height:80px;
	border:1px solid #A9A8AE;
}

.CFItem {width:400px;clear:both;}
.CFLabel {width:150px;float:left;font-family:Verdana;font-size:11px;color:#fff;margin-bottom:2px;margin-top:2px;}
.CFField {width:250px;float:left;font-family:Verdana;font-size:11px;color:#272634;margin-bottom:2px;margin-top:2px;}
.CFFieldText {font-family:Verdana;font-size:11px;color:#272634;width:200px;}
.CFFieldTextarea {font-family:Verdana;font-size:11px;color:#272634;width:250px;}
.CFFieldSelect {font-family:Verdana;font-size:11px;color:#272634;width:200px;}
.CFFieldRadio {}
.CFFieldCheckbox {}
.CFFieldPassword {font-family:Verdana;font-size:11px;color:#272634;width:200px;}
.CFFieldFile {font-family:Verdana;font-size:11px;color:#272634;width:200px;}
.CFFieldEmail {font-family:Verdana;font-size:11px;color:#272634;width:250px;}
.CFFieldCopy {}
.CFFieldRadioData {}
.CFFieldCheckboxData {}
.CFCaptcha {width:326px;font-family:Arial;font-size:13px;color:#fff;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:"Century Gothic";font-size:11px;color:#ff0000;text-align:right;margin-top:20px;}
.CFStarIcon {font-family:Arial;font-size:13px;color:#ff0000;}
.CFButton {width:400px;text-align:center;}
.CFButtonSubmit input {font-family:"Century Gothic";font-size:13px;border:none;cursor:pointer;color:#272634;font-weight:normal;background-color:#ADC6D6;width:100px;height:25px;text-align:center;margin-top:20px;}
.CFButtonReset input {font-family:"Century Gothic";font-size:12px;color:#000000;font-weight:normal;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:310px;}
.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;} 



