body{
  	margin: 0; /* pour éviter les marges */
  	text-align: center; /* pour corriger le bug de centrage IE */
	background-color:#043144;
	color:#282561;
	font-size:11px;
	font-family:verdana,arial;
	}

#primero{
	width:1024px;
	height:auto;
	margin-left: auto;
  	margin-right: auto;
  	text-align: left;
  	position:relative;
}

#lang{
	width:1014px;
	height:11px;
	background-color:#CCC;
	padding:5px;
	font-size:10px;
	text-align:left;
}

#header{
	margin: 0; /* pour Ã©viter les marges */
	padding:0;
	width:1024px;
	height:174px;
}

.band{
	width:1024px;
	height:25px;
	background-color:#DDD;
	display:none;
}

.env{
	background-color:#c5caca !important;
	text-align:center;
}

.left{
	margin-left: 1%;
	float: left;
	width: 32%;
	background-color:#e9e9e9;	
	margin-right: 1%;
	}

.middle{
	float: left;
	width: 32%;
	background-color:#e9e9e9;	
	margin-right: 1%;
}

.right{
	float: right;
	width: 32%;
	background-color:#e9e9e9;
	margin-right: 1%;
}

.big_title{
	display: block;
	padding: 5px;
	color: #025d77;
	font-size: 15px;
	text-align: center;
	margin-top:-15px;
	}

.text{
	padding: 10px;
}

.clear{
	clear:both;
}

#contenu{
	width:98%;
	height:auto;
	background-color:#c5caca;
	padding-top: 30px;
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 30px;
	color: #025d77;
	font-size: 11px;
}

#footer{
	clear:both;

	width:994px;
	height:11px;
	color:white;
	background: #043144 url(images/footer.png) repeat top left;
	margin-bottom:50px;
	padding: 15px;
}

a{
	color:#282561;
	text-decoration:none;
}

a:hover{
	color:red;
}

a img{
	border:0px;
}

.ombre {
  border-right:4px solid #bbb;
  border-bottom:4px solid #bbb;
}

.image {
	text-align: center;
}


.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
	}
.menu ul{
	background:#333333;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:#333333 url("images/seperator.gif") bottom right no-repeat;
		color:#cccccc;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #CCC url("images/hover.gif") bottom center no-repeat;
			color:#000;
			text-decoration:none;
			}
	
	.menu li a:hover{
	background: #CCC url("images/hover.gif") bottom center no-repeat;
}
	
	.menu ul li:hover a{
		color:#fff;
	}		
	
	.menu li ul{
		background:#333333;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#CCC url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#000;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

.hautgauche, .hautdroit, .basgauche, .basdroit 
{
height: 18px;
width: 18px;
background-repeat: no-repeat;
}

.hautgauche
{
background-image: url('images/hg.png');
}

.basgauche
{
background-image: url('images/bg.png');
}

.hautdroit
{
background-image: url('images/hd.png');
float: right;
}

.basdroit
{
background-image: url('images/bd.png');
float: right;
}
		