/* GENERAL TEMPLATE */

*{
	margin:0;
	padding:0;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#f4f4f4;
}

img{
	border:none;
}

#links{
	width:980px;
	height:20px;
	margin:50px auto 0;
	text-align:right;
}

#links a:link, #links a:visited{  
	font-size:12px;
	color:#8e8e8e;
	font-weight:bold;
	text-decoration:none;  
}	  
 
#links a:hover{
	font-size:12px;
	color:#8f1f1e;
	font-weight:bold;
	text-decoration:underline; 
}
 
#container{
	width:980px;
	margin:0 auto;
	border:3px solid #8f1f1e;
}

#main_left{
	width:300px;
	min-height:500px;
	float:left;
}

#logo{
	height:66px;
	background:url(../images/logo.jpg) no-repeat;
}

#menu{
	min-height:200px;
	background-color:#fff;
}

#menu ul{
	list-style-type:none;
}

#menu ul li{
	height:15px;
}

#box{
	height:208px;
	background:url(../images/box.jpg) no-repeat;
}

#contact{
	min-height:120px;
	background-color:#8e8e8e;
	font-size:11px;
	color:#fff;
	text-align:center;
}

#contact p{
	padding-top:15px;
}

#contact a{
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}

#contact a:hover{
	text-decoration:underline;
}

#main_right{
	width:680px;
	min-height:500px;
	margin-left:300px;
}

#header{
	height:266px;
	background:url(../images/header.jpg) no-repeat;
	border-bottom:2px solid #8f1f1e;
}

#content{
	min-height:308px;
	background-color:#f4f4f4;
	padding-top:20px;
}

#contenu{
	width:660px;
	min-height:300px;
	margin:0 auto;
	font-size:12px;
	color:#8e8e8e;
	text-align:justify;
}

#contenu h1{
	font-size:13px;
	font-weight:bold;
	color:#8f1f1e;
	margin-bottom:15px;
}

#footer{
	width:980px;
	height:20px;
	margin:5px auto;
	font-size:10px;
	color:#8e8e8e;
	text-align:center;
}

#footer a:link, #footer a:visited{
	font-size:10px;
	color:#8e8e8e;
	text-decoration:none;
	font-weight:bold;
}

#footer a:hover{
	text-decoration:underline;
}

#proximedia{
	width:980px;
	height:20px;
	line-height:20px;
	text-align:right;
	margin:20px auto;
}

#proximedia 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;} 










