/*************************************** GENERAL ****************************************/

/* Tout le document */
body {
	margin: 0px;
	padding: 0px;
	background-color : #E6FCDB;
	color : #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	background-image: url(images/fond.gif);
	background-repeat: repeat-x;
}

/* Tout lien dans le document */
a {
	color : #00294B;
	text-decoration : none;
}
/* Tout lien survolé dans le document */
a:hover {
	color : #FF6600;
	text-decoration : underline;
}

/* Toute image dans le document */
img {
	border : 0px;
}

/* Tout formulaire dans le site */
form {
	margin : 0px;
}

/* Tout le contenu de la page sélectionnée */
.contenu {
	margin : 0px 2px 10px 2px;
	padding: 0px 0px 5px 0px;
	height : auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	vertical-align : top;
}

/* 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;
}

/*****************************************************************************************************/

.principal {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: none; font-weight: bold}
tableau {  border-color: black #993300 #993300; border-style: dotted; border-right-width: thin; border-bottom-width: thin; border-left-width: thin}
.footerintro { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bold;text-align : right; ; text-decoration: none}
table.principale2 { margin-left : auto; margin-right : auto; border-width : 0px 1px; border-color : black #563b02; ; border: dotted}

table.principale {
	margin-left : auto;
	margin-right : auto;
	border-style : dotted;
	border-width : 0px 1px 1px;
	border-color : #563b02;
}

/* Pied de page */
.footer {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold;text-align : center ;; color: #FFFFFF}
.footer a {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold;; color: #FFFFFF}
.footer a:hover { text-decoration : none ; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FF6600}

