/* Global styles
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot{
	margin:0;
	padding:0;
	border:none;
	outline:0;
}
html,body{
	height:100%;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#505050;
}
:focus{
	outline:none;
}
hr{
	border:1px solid #000;
}
table{
	font-size:12px;
	border-collapse:collapse;
	border-spacing:0;
}
a{
	color:#fa7808;
}
a:hover{
	color:#fa7808;
	text-decoration:underline;
}
p{
	padding-bottom:10px;
}
ul,ol{
	margin:5px 0 10px 25px;
}
h1 {
	font-size: 14px;
    font-family: arial, Helvetica, sans-serif;	
	margin: 0px;
	color : #2e3092;
}
#Name {
		font-size: 14px;
    font-family: arial, Helvetica, sans-serif;	
	margin: 0px;
	color : #2e3092;
}

#container1{
	position:relative;
	width:910px;
	margin:0 auto;
	border: solid #f58220;
	border-width: 1px;
	
}

#container2{
	position:relative;
	width:900px;
	margin:0 auto;
	border: solid #505050;
	border-width: 5px;
	
}
#container2 #header{
	position:relative;
	height:137px;
	background:#ffffff;
}

#container2 #menutop{
	position:relative;
	height:37px;
	background-image:url(../images/fondsmenu1.jpg);
}

#container2 #menutop a.topmenu{
	
	color:#000000;
	text-decoration:none;
	font-weight: bold;
	
	
}
#container2 #menutop a.topmenu:hover{
	color:#f5821f;
}

#container2 #wrapper{
	position:relative;
}
#container2 #menu{
	position:absolute;
	left:0;
	top:0;
	width:231px;
	background:#eaeaea;
	height:100%;
	z-index:15;
}

#container2 #menu a{
	display:block;
	color:#000000;
	text-decoration:none;
	width:169px;
	height:30px;
	margin-left:50px;
	margin-top:10px;
	padding-top:0px;
	font-weight: bold;
	
}
#container2 #menu a:hover{
	color:#fff;
	font-weight: bold;
}

#container2 #content{
	position:relative;
	background:#e2e0e0;
	min-height:470px;
	color:#000000;
	padding:10px 5px 10px 245px;
	z-index:1;
}

#container2 #footer{
	position:relative;
	background:ffffff;
	background-image:url(../images/bottom.jpg);
	height:34px;
	color:#ffffff;
	font-weight: bold;
	padding-top:13px;
	padding-left:50px;
	z-index:16;
	
}

.CFItem {width:400px;clear:both;}
.CFLabel {width:150px;float:left;font-family:verdana;font-size:10px;color:#666666;margin-bottom:2px;margin-top:2px;}
.CFField {width:250px;float:left;font-family:verdana;font-size:10px;color:#666666;margin-bottom:2px;margin-top:2px;}
.CFFieldText {font-family:verdana;font-size:10px;color:#666666;width:250px;}
.CFFieldTextarea {font-family:verdana;font-size:10px;color:#666666;width:250px;}
.CFFieldSelect {font-family:verdana;font-size:10px;color:#666666;width:250px;}
.CFFieldRadio {}
.CFFieldCheckbox {}
.CFFieldPassword {font-family:verdana;font-size:10px;color:#666666;width:250px;}
.CFFieldFile {font-family:verdana;font-size:10px;color:#666666;width:250px;}
.CFFieldEmail {font-family:verdana;font-size:10px;color:#666666;width:250px;}
.CFFieldCopy {}
.CFFieldRadioData {}
.CFFieldCheckboxData {}
.CFCaptcha {width:400px;font-family:verdana;font-size:10px;color:#666666;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:verdana;font-size:10px;color:#ff0000;text-align:center;margin-top:20px;}
.CFStarIcon {font-family:verdana;font-size:10px;color:#ff0000;}
.CFButton {width:400px;text-align:center;}
.CFButtonSubmit input {font-family:verdana;font-size:10px;color:#666666;font-weight:bold;width:200px;text-align:center;margin-top:20px;}
.CFButtonReset input {font-family:verdana;font-size:10px;color:#666666;font-weight:bold;float:left;width:200px;text-align:center;margin-top:20px;display:none;}
.CFMessageSent {width:400px;font-family:verdana;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:verdana;color:#666666;font-size:12px;font-weight:bold;background:#efefef;border:solid 1px #999999;padding:2 5 2 5;margin-bottom:10px;} 