/*************************************** GENERAL ****************************************/
.bold { font-weight: bold; }
.border { border: 1px solid #000; }
.bottom { vertical-align: bottom; }
.center { text-align: center; }
.fantasy { font-family: fantasy; }
.cursive { font-family: cursive; }
.hidden { display: none; }
.italic { font-style: italic; }
.justify { text-align: justify; }
.left { text-align: left; }
.middle { vertical-align: middle; }
.monospace { font-family: monospace; }
.nowrap { white-space: nowrap; }
.right { text-align: right; }
.sans-serif { font-family: sans-serif; }
.serif { font-family: serif; }
.top { vertical-align: top; }
.underline { text-decoration: underline; }

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

/* Tout lien dans le document */
a {
	color: #7e7e7e;
	text-decoration: none;
}
/* Tout lien survolé dans le document */
a:hover {
	color: #df137a;
	text-decoration: underline;
}

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

.contenu img {
	border : 0px;
	margin-top: 0px;
	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 {
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	vertical-align : top;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	color: #7e7e7e;
	text-decoration: none;
	background-position: top;
	margin: 0px;
	line-height: 15px;
}

/* 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-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 15px;
}

/* Pied de page */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7e7e7e;
	text-align: left;
	height: 31px;
	text-decoration: none;
	text-align:center;
}

.footer a {
	vertical-align:top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7e7e7e;
	text-decoration: none;
}

.footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-repeat: repeat-y;
	text-decoration: none;
}
#global {
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

#principale {
	background-repeat:repeat-y;
}

