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

/* Tout le document */
body {
	margin : 0px;
	padding : 0px;
	background-color : #83BCD9;
	color : #000000;
	font-family : verdana, arial, sans-serif;
	font-size : 12px;
; background-image: url(images/interface/fond.jpg); background-repeat: repeat-x
}

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

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

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

/* Tout le contenu de la page sélectionnée */
.contenu {
	margin : 0px 2px 0px 2px;
	padding: 0px 0px 2px 0px;
	height : auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : justify;
	vertical-align : top;
	background-color : #83BCD9;
; color: #000000
}

/* 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;
}

/* Pied de page */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
;
	background-color: #FFB61B;

}
.footer a {  color: #FFFFFF; text-decoration: none}
.footer a:hover {  color: #000000; text-decoration: none}
.titre2 {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold}
.titre1 {  font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold}

