/* CSS Document */
	

#page{
	position: relative;
	margin: auto;
	width: 990px;
}

body {
	background-color: #001d3b;
}

/*-----------------------

	menu-haut
	
------------------------*/

#menu-haut {
	position: relative;
	padding-top: 8px;
	height: 20px;
	text-align: right;
	font-size : 12px;
	

	color: #fff;
}
#menu-haut img {
	margin-bottom: 2px;
	margin-left: 1px;
	margin-right: 1px;
}

#menu-haut a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#menu-haut a:hover {
	text-decoration: underline;
}

/*---------------------

		Entete
		
---------------------*/

#entete {
	position: relative;
	background-image: url("/images/entete.jpg");
	background-repeat : no-repeat;
	width: 990px;
	height: 225px;
	z-index: 200;
	
}

.entete-2010 {
	background-image: url("/images/entete-2010.jpg") !important;
}

#menu-milieu {
	position: absolute;
	width: 990px;
	height:	33px;
	left: 0;
	top: 182px;
	background-image: url("/images/fond-menu.jpg");
	background-repeat : no-repeat;
	
}

#menu-milieu a {
	position: absolute;
	/*text-indent : -9000px;*/
	height:	33px;
	display: block;
	top:0;
	
	
}

#menu-milieu img {
	border: 0;
	
}


/*---------------------

	Principal
	
---------------------*/

#principal {
	position: relative;
	width: 990px;
	min-height: 205px;
	background-color: #fff;
	z-index:10;
	line-height: 1.5em;
	
}


#contenu {
	position: relative;
	padding-left: 78px;
	width: 677px;
	min-height: 398px;
	margin-bottom: 30px;
	
}

#contenu ul { 
	list-style-image: url(/images/puce.gif); 
	margin-bottom: 0;
	margin-left: 20px;
}
#contenu ul li { 
	margin: 0.5em 0 0.5em 0;
	/*line-height: 1em;*/
}

* html #contenu {
	height: 398px;
}

#contenu a {
	color: #024c7e;
}

#contenu h2 {
	
	padding-bottom: 0;
	font-size: 16px;
	color: #024c7e;
}

#contenu h3 {
	
	font-size: 14px;
	color: #024c7e;
}

#bandeau-bleu h1 {
	position: absolute;
	left: 88px;
	top: 56px;
	padding: 0;
	margin:0;
	line-height: 1.5em;
	font-size: 18px;
	color: #910701;
}

#bandeau-bleu {
	position: relative;
	height: 85px;
	background-color: #cee1f3;
	background-image: url("/images/fond-titre-contenu-texte.gif");
	background-position: 78px 62px;
	background-repeat : no-repeat;
	margin-bottom: 20px;
}

#photo-droite {
	position:absolute;
	top: 34px;
	left :778px;
	
}

#bas-contenu {
	border-top: 1px solid #a4b3c1;
	
	width: 677px;
	margin-left: 78px;
	height: 4.5em;
	font-size: 0.8em;
	
	
}

#bas-contenu a {
	color: #a4b3c1;
}

#bas-contenu #imprimer {
	float: left;
}

#bas-contenu #haut-de-page {
	float: right;
}

/*--------------------------------

	Pied
	
--------------------------------*/
#pied {
	padding-top: 5px;
	position: relative;
	font-size: 10px;
	width: 990px;
	height: 35px;
	color: #807f83;
		
}

#pied a{
	color: #807f83;
	text-decoration: none;
}

#pied a:hover {
	text-decoration: underline;
}

#copyright {
	float: left;
}

#conception {
	float: right;
}

/*-------------------------------

	fil
	
--------------------------------*/

#fil {
	position: absolute;
	left: 78px;
	top: 30px;
	font-size: 9px;
	color: #807f83;
}

#fil a{
	text-decoration: none;
	color: #807f83;
}

#fil a:hover{
	text-decoration: underline;
}

