@charset "utf-8";
/* CSS Document */

#structure {
	position: relative;
	margin-left: -475px;
	left: 50%;
	width: 950px;
	min-height: 500px;
	_height: 500px;
}

#header {
	position: relative;
	width: 950px;
	height: 115px;
}

#logo {
	float: left;
	width: 238px;
	height: 115px;
}

#milieu-header {
	float: left;
	width: 501px;
	height: 115px;
}

#slogan {
	position: relative;
	width: 501px;
	height: 50px;
}

/************
*	NAV		*
*************/
	#nav {
		position: relative;
		/*margin-top: -4px;*/
		/*width: 501px;*/
		/*height: 42px;*/	margin-top:20px; margin-left:15px;
	}
	#nav a{
		font-family:Arial; 		color:#3399cc; 		font-size:12px; 
		text-decoration:none; 		text-transform:uppercase; 		font-weight:bold;
		margin:8px; padding:0px;
	}
	#nav a:hover{ border-bottom:3px solid #E6ECEB; }
	#nav ul   { margin:0px; padding:0px; }
	#nav ul li{ display:inline; list-style:none; color:#CCCCCC; margin:0px; padding:0px; }
	
	#nav #current{ border-bottom:3px solid #E6ECEB; color:#3366CC }


#numero-verde {
	float: left;
	padding-top: 45px;
	padding-left: 10px;
	width: 200px;
	height: 62px;
}

#footer {
	position: relative;
	width: 100%;
	/*min-height: 30px;*/
	_height: 30px;
	background-color: #004175;
	height: 105px;			background:url(../images/general/footer_bg.jpg) repeat-x top;
}

#footer-nav {
	position: relative;
	padding-top: 10px;
	margin-left: -475px;
	left: 50%;
	/*width: 950px;*/				width: 900px;
	/*height: 30px;*/
}

#copyright {
	float: left;
	/*padding-left: 10px;*/ padding-left:30px;
	/*width: 630px;*/width: 430px;
	/*height: 30px;*/			 color:#6699CC;
}
			#copyright a{ color:#66CCFF; }
			#copyright a:hover{color:#FFFFFF; }


#lien-nav {
	/*float: left;*/float:right;
	/*width: 310px;*/width: 410px;						text-align:right;
	/*height: 30px;*/
	
	color:#6699CC; font-size:11px; font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}
			#lien-nav a{ color:#66CCFF; }
			#lien-nav a:hover{color:#FFFFFF; }
			#lien-nav strong, #lien-nav b { color:#66CCFF !important; }

.clear {
	clear: both;
	height: 0px;
	_display: none;
	visibility: hidden;
	padding: 0px;
	margin: 0px;
}






#contenu h1{
	font-family:Arial !important; font-size:28px !important; font-weight:normal; color:#336699; 
	margin:0px; padding:0px;
 /* font-family:Arial !important; font-size:23px !important; font-weight:bold; color:#006dc6; 
	margin:0px; padding:0px; */
}



/*********************
* FOOTER WelcomePage *
*********************/
	#wlcmpg{ 
		margin:0 auto; padding:0px; width:890px; 
		text-align:center; color:#0066CC; font-family:Arial;
	 }
	#wlcmpg ul{ }
	#wlcmpg ul li{ display:inline; list-style:none; margin:0px; padding:0px; }
	#wlcmpg a{ text-decoration:none; color:#66CCFF; 	font-size:11px;  	margin:0px 10px;  }
	#wlcmpg a:hover{ text-decoration:underline; color:#FFFFFF; }
	
