/* ----- HEADER ----- */

html { 
  font-size:100%; } 

body {
	margin:0 0 60px 0; 
	padding:0;
	line-height:1.4;
	background:url("../images/background.jpg") top left repeat-x;
	background-color:#000; }
  
a {
	text-decoration:none; }
	
a:hover {
	text-decoration:none; }

a.no-pointer {
	cursor: default; }

div#menu ul .disable a {
	color:#d5d5d5 }
	
div#menu ul .disable a:hover {
	color:#d5d5d5 }
	
div#sous-menu ul .disable a {
	color:#2f76be; }
 
div#sous-menu ul .disable a:hover {
	color:#2f76be; }
	
#utilisateur {
	width:994px;
	height:35px;
	margin:0 auto; }

	#utilisateur ul {
		float:right;
		margin:0 0 0 0;
		list-style:none;
		font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-transform:uppercase; }

	#utilisateur li {
		background:url("../images/puce-3.jpg") no-repeat 0 4px;
		display:block;
		float:left;
		margin:10px 0 0 35px;
		padding-left:13px; }

	#utilisateur li a {
		color:#fff; } 

	#utilisateur li a:hover {
		color:#fff;
		text-decoration:underline; }
		
div#header {
	width:994px;
	height:150px;
	margin:0 auto 0 auto;
	background-color:#fff; }

/* MENU */

div#menu {
	position:relative;
	overflow:hidden;
	clear:both;
	width:994px;
	height:60px;
	margin:0 auto;
	background-color:#fff; }

	div#menu ul {
		margin: 0 0 0 10px;
		padding:0;
		list-style-type:none;
		position:relative;
		width:2000px; /*overflow controlé*/
		overflow:hidden;
		list-style-type:none; }
		
	div#menu li   {
		background:url("../images/separateur-menu.jpg") no-repeat 3px 3px;
		display:block;
		float:left;
		font:bold 13px "Trebuchet MS",Arial,Helvetica,sans-serif;
		margin:20px 0 0;
		padding-left:25px;
		padding-right:5px;
		position:relative;
		text-transform:uppercase;
		z-index:2; }
		
	div#menu ul li.first   {
		background:none; }
	
	div#menu li a  {
		color:#5d6770; }

	div#menu li a:hover {
		color:#004c98; }
			
	div#menu li.active a {
		color:#004c98; }
		
#habillage-menu-principal {
	position:absolute;
	z-index:1; }

	#habillage-menu-principal div {
		float:left; }
			
	#habillage-menu-principal .coin-gauche {
		background:url("../images/habillage-menu-principal-g.jpg") no-repeat;
		width:13px; 
		height:10px; }
			
	#habillage-menu-principal .contenu-milieu {
		background-color:#004c98;
		height:10px; }
			
	#habillage-menu-principal .coin-droit {
		background:url("../images/habillage-menu-principal-d.jpg") no-repeat;
		width:13px;
		height:10px; }
		
#habillage-menu-principal.invisible {
	display:none; }
	
div#background-menu {
	overflow:hidden;
	position:relative;
	clear:both;
	height:10px;
	width:994px;
	margin:0 auto;
	background:url("../images/background-menu.jpg") repeat-x top left; }
		
/* SOUS MENU */	
	
div#sous-menu {
	position:relative;
	overflow:hidden;
	width:994px;
	height:48px;
	margin:0 auto;
	background-color:#004c98; }

	div#sous-menu ul {
		position:relative;
		width:2000px; /*overflow controlé*/
		height:48px;
		margin:0 0 0 0;
		padding:0 0 0 30px;
		overflow:hidden;
		color:#000;
		list-style-type:none; }
		
	div#sous-menu li   {
		position:relative;
		z-index:2;
		padding:15px 21px 0 25px;
		float:left;
		display:block;
		font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-transform:uppercase; }

	div#sous-menu li a  {
		color:#fff;}

	div#sous-menu li a:hover {
		color:#fff; }
		
#habillage-menu {
	position:absolute;
	z-index:1; }

	#habillage-menu div {
		float:left; }
			
	#habillage-menu .gauche {
		background:url("../images/habillage-menu-g.jpg") no-repeat;
		width:58px; 
		height:48px; }
			
	#habillage-menu .milieu {
		background-color:#3676b6;
		height:48px; }
			
	#habillage-menu .droite {
		background:url("../images/habillage-menu-d.jpg") no-repeat;
		width:58px;
		height:48px; }
	
#animation {
	margin:0;
	padding:0;
	float:right;
	width:559px; }
	
div#logo {
	float:left;
	width:435px;
	height:150px; }