html {
	overflow: scroll;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
}

#conteneur {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

/*---------- Entete ----------*/

#entete {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	padding-top: 40px;
}

#menu_principal {
	margin-left: 150px;
}

#banner {
	background-repeat: no-repeat;
	height: 80px;
}

#banner h1 {
	background-color: inherit;
	color: #FFFFFF;
	font-size: 16px;
	text-align: left;
	letter-spacing: 2px;
	margin: 0px;
	padding: 54px 0px 0px 10px;
}

/*---------- Partie centrale ----------*/

#centre {
	background-color: #0a4776;
	color: inherit;
}

#menu_secondaire {
	float: left;
	width: 150px;
	height: 350px;
	background-image: url(../images/degrade.gif);
	background-repeat: repeat-x;
	text-align: left;
	padding-top: 50px;
	overflow: visible;
}

#menu_secondaire img {
	margin: 0px 10px 0px 10px;
}

#menu_secondaire p {
	font-size: 11px;
	font-weight: bold;
	margin: 10px 10px 1px 10px;
	text-align: center;
}

#menu_secondaire ul {
	list-style-type: none;
	border-right: 2px solid #0a4776;
	border-left: 2px solid #0a4776;
	padding: 0px;
	margin: 0px 10px 0px 10px;
}

#menu_secondaire li {
	display: inline;
}

#menu_secondaire li a {
	display: block;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	background-color: #EAF1FC;
	color: #0a4776;
	font-size: 11px;
	text-decoration: none;
}

#menu_secondaire li a:visited {
	background-color: #EAF1FC;
	color: #0a4776;
}

#menu_secondaire li a:hover {
	background-color: #037372;
	color: #FFFFFF;
}

#contenu {
	margin: 0px 4px 0px 150px;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 13px;
	text-align: justify;
	padding: 20px 25px 20px 25px;
}

#contenu h2 {
	margin: 0px;
	font-size: 16px;
	text-align: left;
	background-color: inherit;
	color: #03444b;
}

#contenu h3 {
	margin: 0px 0px 5px 0px;
	font-size: 13px;
	text-align: left;
	background-color: inherit;
	color: #0a4776;
}

#contenu hr {
	margin-bottom: 20px;
	margin-top: 4px;
}

#contenu p {
	margin: 0px 0px 10px 0px;
}

.image_centre {
	text-align: center;
}

.image_droite {
	float: right;
	text-align: center;
	margin: 5px 0px 0px 15px;
}

.image_gauche {
	float: left;
	text-align: center;
	margin: 6px 15px 0px 0px;
}

.legende {
	padding: 5px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 12px;
}

#coin_contenu{
	background-color: #FFFFFF;
	color: inherit;
	margin: 0px 4px 0px 150px;
}

#bas_droit {
	height: 24px;
	width: 24px;
	background-image: url("../images/bas_droit.gif");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	color: inherit;
	float: right;
}

#ligne {
	height:24px;
}

.gras {
	font-weight: bold;
	background-color: inherit;
	color: #03444b;
}

.italique {
	font-style: italic;
}

.position_tableau {
	float: right;
	width: 200px;
	margin-left: 10px;
}

.tableau {
	background-color: #cddae3;
	color: inherit;
	font-size: 10px;
	text-align: left;
}

.tableau caption {
	background-color: #cddae3;
	color: #03444b;
	font-size: 11px;
	font-weight: bold;
}

.tableau th {
	padding: 4px 10px 4px 10px;
	font-size: 11px;
}

.tableau td {
	padding: 0px 10px 0px 10px;
}

.tableau_haut {
	height: 12px;
	width: 200px;
}

.tableau_bas {
	height: 12px;
	width: 200px;
}

.nombre {
	text-align: right;
}

a.lien {
	color: #0a4776;
	background-color: inherit;
}

a.retour {
	color: #0a4776;
	background-color: inherit;
	font-size: 11px;
}

a.haut {
	color: #0a4776;
	background-color: inherit;
	font-size: 11px;
}


/*---------- Footer ----------*/

#footer {

	background-color: #0a4776;
	color: #FFFFFF;
}

#bas_gauche {
	height: 24px;
	width: 24px;
	background-image: url("../images/bas_gauche.gif");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	color: inherit;
	float: left;
}

#footer p {
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	height: 14px;
	margin: 0;
	padding: 5px;
}

#footer a {
	font-weight: normal;
	background-color: inherit;
	color: #FFFFFF;
}

#copyright p {
	background-color: #FFFFFF;
	color: #0a4776;
}


