/* Global */

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:Verdana, Arial, Helvetica, sans-serif;
	background-color:#2e5171;
	font-size:12px;
}  
  
:focus{   
    outline:none;   
}   
  
table{   
    border-collapse:collapse;   
    border-spacing:0;   
}   
a {
	outline:none;
}
a:hover {
	text-decoration:none;
}
p{   
    margin-bottom:10px;   
} 
  
ul,ol{   
    margin:5px 0 10px 25px;   
} 
 
/* */

#container {
	width:100%;
	height:100%;
} 

#header {
	position:absolute;
	top:0;
	left:17%;
	width:83%;
	height: 97px;
	background-image: url(../images/header.png);
	background-repeat:no-repeat;
	background-color:#415c74;
	z-index:0;
}

#left {
	float:left;
	width:258px;
	position:relative;
	z-index:1;
	margin-top:10px;
}

.logo {
	position:relative;
	top:0;
}

h1 {
	font-size:16px;
	text-align:center;
	line-height:50px;
	color:#fff;
}

/* Navigation */

#nav {
	display:block;
	width:258px;
	margin:0;
	padding:0;
	float:left;
	padding:50px 0 25px 0;
	background-color:#1f3b54;
	margin-top:-50px;
}

#nav li {
	display:block;
	width:233px;
	height:25px;
	background: url(../images/button.jpg) no-repeat;
	padding-left:25px;
	line-height:25px;
	list-style-type:none;
}

#nav a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	width:220px;
}

#nav a:hover {
	color:#A2ABB3;
	text-decoration:none;
	border-right: 2px solid #A2ABB3;
}

#sub {
	float:left;
	width:258px;
	margin-bottom: 20px;
	padding-top:3px;
	background-color:#2e5171;
}

#sub ul {
	margin:0;
	padding:0 0 5px 0;
}

#sub li {
	display:block;
	width:253px;
	height:27px;
	background: url(../images/box.jpg) no-repeat;
	text-align:center;
	padding-left:5px;
	font-size:11px;
	line-height:27px;
	color:#ffffff;
	margin-top:2px;
}
  
#contact {
	float:left;
	width:258px;
	height:134px;
	margin-top:25px;
	background: url(../images/contactbg.jpg) no-repeat;
	background-position: 44px;
	text-align:center;
	color:#fff;
}
#contact span {
	position:relative;
	top:15px;
}
#contact a {
	color:#fff;
}
.proximedia {
	margin-top:20px;
}

#content {
	float:left;
	width:540px;
	margin-top:97px;
}

#fototop {
	width:540px;
	height:283px;
}

#text {
	width:500px;
	padding: 20px;	
}

label {
	display:block;
	width:150px;
	color:#000;
}

#Contactform {
	background-color:#2e5171;
}

fieldset {
	margin-left:20px;
}

/* CMS styles */  
   
#Info{   
    display:block;
	color:#fff;   
}  

#Info a{   
	color:#a2abb3; 
	text-decoration:underline;  
}  

#Info a:hover{   
	color:#a2abb3;
	text-decoration:none;   
}  

.CFFieldset * {font-family:Arial, Helvetica, sans-serif; font-size:11px;}
.CFFieldText ,
.CFFieldTextarea ,
.CFFieldSelect ,
.CFFieldPassword ,
.CFFieldFile ,
.CFFieldEmail , 
.CFField {width:270px; color:#000; background:#fff; border:1px solid #3F2827; margin:0;}
.CFField {border:none;}

.CFLabel, 
.CFLegend,
.CFCaptchaTexte {color:#fff;}

.CFItem {width:100%;clear:both;}   
.CFLabel {width:230px;float:left;font-size:10px;margin-bottom:2px;margin-top:2px;}   
.CFField {float:left;font-size:10px;margin-bottom:2px;margin-top:2px;}   
.CFFieldRadio {}   
.CFFieldCheckbox {}   
.CFFieldCopy {}   
.CFFieldRadioData {}   
.CFFieldCheckboxData {}   
.CFCaptcha {width:100%;font-size:10px;text-align:center;}   
.CFCaptchaTitre {width:100%;text-align:center;font-weight:bold;display:none;}   
.CFCaptchaTexte {width:100%;text-align:justify;}   
.CFStar {width:100%;font-size:10px;color:#ff0000;text-align:center;margin-top:20px;}   
.CFStarIcon {font-size:10px;color:#ff0000;}   
.CFButton {width:100%;text-align:center;}   
.CFButtonSubmit input {font-size:10px;font-weight:bold;width:200px;text-align:center;margin-top:20px;}   
.CFButtonReset input {font-size:10px;font-weight:bold;float:left;width:200px;text-align:center;margin-top:20px;display:none;}   
.CFMessageSent {width:400px;font-size:12px;color:#003300;font-weight:bold;text-align:center;margin-top:20px;}   
.CFFieldset {clear:both;display:block;margin:0;margin-bottom:4px;padding:0;width:500px;}   
.CFLegend {font-size:12px;font-weight:bold;padding:0;margin-bottom:10px;}   
