@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
    padding:0;
    width: 100%;
    text-align:center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    background: #ffffff;
}

/********** HEADER ****************/
div#header{
	width: 984px;
	height: 130px;
	position: relative;
    margin: 0 auto;
    text-align: left;
	background: url('../images/style/bg-header.gif') no-repeat;
}

div#info-compte{
	position: absolute;
	left: 645px;
	width: 334px;
	height: 17px;
	line-height: 17px;
	padding-left: 5px;
	color: #ffffff;
}

div#date_maj{
	position: absolute;
	left: 188px;
	width: 334px;
	height: 17px;
	line-height: 17px;
	padding-left: 5px;
	color: #0000000;
	top: 69px;
    font-size: 8px;
}

div#titre-page{
	position: absolute;
	top: 103px;
	width: 172px;
	height: 27px;
	line-height: 27px;
	padding-left: 5px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

div#bloc-liste{
	position: absolute;
	left: 182px;
	top: 103px;
	width: 366px;
	height: 27px;
	line-height: 27px;
}

div#bloc-liste select{
	margin: 2px 0 0 10px;
	width: 340px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
}


/*menu haut*/
div#menu-haut{
	position: absolute;
	left: 654px;
	top: 103px;
	width: 325px;
	height: 27px;
	padding-left: 5px;
	border-left: 2px solid #ffffff;
}

#menu-haut ul {
	 padding: 0;
	 margin: 0;
	 list-style: none;
}

#menu-haut li{
	float: left;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	border-right: 2px solid #ffffff;
}

#menu-haut li a{
	display: block;
	height: 27px;
	line-height: 27px;
	text-align: center;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

/*************** CORPS PAGE ********************************/
#conteneur {
    width: 984px;
	height:688px;
    position: relative;
    margin: 0 auto;
    text-align: left;
}

#footer{
	width: 984px;
	position: relative;
    margin: 0 auto;
	height: 38px;
	background: url('../images/style/footer.png') no-repeat;	
}

/********* GENERAL *****************************/
a img{
	border: 0;
	text-decoration : none;
}

.align-droite{
	text-align: right;
}