/*************************************** GENERAL ****************************************/

/* Tout le document */
body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}

/* Tout lien dans le document */
a {
	color: #364EA3;
	text-decoration: none;
	font-weight: bold;
}
/* Tout lien survolé dans le document */
a:hover {
	color: #364EA3;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}

/* Toute image dans le document */
img {
	border : 0px;
}

.contenu img {
	border : 0px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* Tout formulaire dans le site */
form {
	margin : 0px;
}

/* Tout le contenu de la page sélectionnée */
.contenu {
	height : auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size : 12px;
	vertical-align : top;
	padding: 5px 5px 20px 40px;
	text-decoration: none;
}

/* Toute cellule de tableau affcihaeé dans la page sélectionnée */
/* Un tableau ne prend pas le style du calque dans lequel il est inséré */
.contenu table td {
	font-size : 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Pied de page */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	background-repeat: repeat-y;
	text-align: center;
	padding: 20px 0px 10px 0px;
	margin: 20px 0px 10px 0px;
	text-decoration: none;
	background-attachment: fixed;


	background-image: url(../images/footer.gif) width: 1003px height: 50px;
	background-image: url(../images/footer.gif);
	background-position: center top;
}

.footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	background-repeat: repeat-y;
	text-align: center;
	text-decoration: none;
}

.footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: 597CA2;
	background-repeat: repeat-y;
	text-align: center;
	text-decoration: none;
}
/*#global {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0C522E;
	border-left-color: #0C522E;
	border-bottom-style: solid;
	border-bottom-color: #0C522E;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}*/

#menuduhaut{
width: 100%;
padding: 0px 0px 5px 0px;
}
