html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, legend,
form, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

input.text{
	border:1px solid #858585;
}

textarea.text{
	border:1px solid #858585;
}

.sep{
	clear:both;
	height:1px;
}

#absolute_home{
	width:115px;
	height:115px;
	position:absolute;
	top:20px;
	background-color:transparent;
	cursor:pointer;
	left:20px;
}

#cfca_header{
	height:194px;
}

#cfca_header .header_content{
	width:1024px;
	height:194px;
	margin:0 auto;
	background:transparent url('../i/main-background.jpg') no-repeat 0 0;
	position:relative;
}

#cfca_header .header_content .content_gui{
	float:right;	
	padding-right:20px;
	text-align:right;
	margin-top:60px;
}

#cfca_header .header_content .content_gui h1{
	color:#04187d;
	font-size:22px;	
	font-weight:bold;
	float:left;
	line-height:25px;
}

#cfca_header .header_content .content_nav{
	position:absolute;
	height:40px;
	bottom:0px;
	left:20px;
}

#cfca_header .header_content .content_nav ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}

#cfca_header .header_content .content_nav ul li{
	float:left;
	height:40px;
	width:184px;
	margin-right:2px;
}

#cfca_header .header_content .content_nav ul li a{
	float:left;
	height:40px;
	width:184px;
	background:transparent url('../i/onglets-bgd.gif') repeat-x 0 0;
	text-align:center;
	text-decoration:none;
	color:white;
	font-weight:bold;
	font-size:14px;
	line-height:40px;
	cursor:pointer;
}

#cfca_header .header_content .content_nav ul li a.actif{
	background:transparent url('../i/onglets-bgd-actif.gif') repeat-x 0 0 !important;
	color:#04187d;
	text-decoration:none;
}

#cfca_header .header_content .content_nav ul li a.actif:hover{
	background:transparent url('../i/onglets-bgd-actif.gif') repeat-x 0 0 !important;
	color:#04187d;
	text-decoration:none;
}


#cfca_header .header_content .content_nav ul li a:hover{
	background:transparent url('../i/onglets-bgd-hover.gif') repeat-x 0 0 !important;
	color:#04187d;
	text-decoration:none;
}

#cfca_main{
	min-height:400px;

}

#cfca_main .center_content{
	width:1024px;
	margin: 0 auto;
	background:transparent url('../i/maincontent-bgd.gif') repeat-x 0 0;
	min-height:560px;
}

#cfca_bottom{
	height:50px;
}

#cfca_bottom .bottom_content{
	height:50px;
	width:1024px;
	background:transparent url('../i/footer-filet-top.gif') no-repeat 0 0;
	margin:0 auto;
	margin-top:20px;
}

#cfca_bottom .bottom_content .txt_bottom{
	width:750px;
	margin:0 auto;
	font-size:12px;
	color:#d5d5d5;
	text-align:center;
	padding-top:5px;
	line-height:14px;
}

#cfca_bottom .bottom_content .txt_bottom .ext{
	text-decoration:underline;
	color:#2e2e2e;
}


#cfca_bottom .bottom_content .txt_bottom a{
	text-decoration:none;
	color:#d5d5d5;
}



#cfca_bottom .bottom_content .txt_bottom .bold{
	color:#2e2e2e;
}



