@charset "utf-8";
/* CSS Document */

html {
    font-size: 100%; /* vite un bug d'IE 6-7 sur unit relative em */
}




BODY {

	TEXT-ALIGN: center;
	background-image: url(images/fond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #183581;
}


h1 {
	background-image: url(images/puce-h1.jpg);
	background-repeat: no-repeat;
	text-align:left;
	vertical-align:top;
	padding-left:50px;
	padding-right:10px;
	color: #03296a;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 23px;
	font-weight: bold;
}

h2 {
	text-align:left;
	vertical-align:top;
	padding-left:50px;
	padding-right:30px;
	color: #ea5c26;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top:10px;
}

table {

	width:420px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:20px;
	border: 1px solid #999;
}

table p {
	text-align:left;
	vertical-align:top;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-left:15px;
}

table p a {
	background-image:url(images/puce-plus.png);
	background-repeat:no-repeat;
	background-position:right;
	height:8px;
	color: #ea5c26;
	padding-right:30px;
	text-align:right;
	
}

p {
	text-align:justify;
	vertical-align:top;
	padding-left:50px;
	padding-right:35px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top:5px;
}

li {
	background-image: url(images/puce-menu.gif);
	background-repeat: no-repeat;
}


#header {

	MARGIN-LEFT: auto;
	WIDTH: 985px;
	MARGIN-RIGHT: auto;
	POSITION: relative;
	HEIGHT: 250px;
	margin-top:35px;
	
}
#global {

	MARGIN-LEFT: auto;
	WIDTH: 993px;
	MARGIN-RIGHT: auto;
	POSITION: relative;
	background-image: url(images/bbas.gif);
	background-repeat: repeat-y;
}
#col_gauche {
	background-image: url(images/f-menu.jpg);
	background-repeat: no-repeat;
	FLOAT: left;
	WIDTH: 260px;
	POSITION: relative;
	HEIGHT: 300px;
	TEXT-ALIGN: left;
	margin-left:4px;

}
#menu_droite {

	FLOAT: right;
	WIDTH: 210px;
	POSITION: relative;
	HEIGHT: 300px;
	TEXT-ALIGN: left;
	padding-left:10px;
	padding-top:10px;

	
}
#page_principale {

	LEFT: 0px;
	FLOAT: left;
	WIDTH: 500px;
	POSITION: relative;

}

#page_principale a

	{
	color:#000000;
		
	}

#pave_centre {
	background-image: url(images/bg-principal.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	height:160px;
	padding-left:30px;

	
}	
#footer {
	CLEAR: both;
	WIDTH: 985px;
	POSITION: relative;
	HEIGHT: 146px;
	background-image: url(images/footer.jpg);
	margin-left:3px;
}

#footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	padding-top:95px;
	padding-left:55px;
	text-align:left;

}

#footer a {
	color:#FFFFFF;
	text-decoration: none;
		
}
/******************************/
		/* MENU DE NAV */
/******************************/

#menu {
	list-style: none;


	
}
#menu li {
	background-repeat: no-repeat;
	height:30px;
	margin-left:-25px;



}

#menu a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #036;
	text-decoration:none;
	margin-left:50px;





}

#menu a:hover {
	color: #ea5c26;
	text-decoration: underline;
}

.texte_petit_gras {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}

