/*   CLASSES GENERALES  */

html, body{
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align:top
}
.update {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.content {
/*	background-color: #d5fdd5;   */
	background-color: #ffffff;   
	clip:   rect(10px 10px 10px );
	padding: 0px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-align:justify;
	color: #333333;
}
.blue {

	background-color: #FFFFFF;
	padding: 0px;
}

.navigation {
	font-size: 12px;
	color: #000000;
	vertical-align:top;
	font-weight: bold;
}
.cadre {
	font-size: 13px;
	color: #25408f;
	vertical-align: center;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-color: #25408f;
	text-align: center;
}
.top {
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/blue_top.gif);
}
.bottom {
	vertical-align: middle;
	background-color: #FFFFFF;
	color: #000000;
}

/*   LINKS   */

a {
	color: #0068AE;
	text-decoration: none;
}
a {
	color: #0068AE;
	text-decoration: none;
}
a:visited {
	color: #0068AE;
	text-decoration: none;
}
a:hover {
	color: #E3791D;
	text-decoration: underline;
	}
 /*    NAVIGATION LEFT   */
a.navigation {
	text-decoration: none;
	color: #0068AE;
	font-weight: bold;

	}
a.navigation:visited {
	text-decoration: none;
	font-weight: bold;
	color: #0068AE;
			}
a.navigation:hover {
	text-decoration: underline;
	font-weight: bold;
		}
	

/*   HEADERS   */
h1 { font-family: Verdana, Courier, mono; font-size: 14px; color: #FFFFFF; font-weight: normal; text-align:left}
h1 { font-family: Verdana, Courier, mono; font-size: 14px; color: #FFFFFF; font-weight: normal; text-align:left}
h2 { font-family: Verdana, Courier, mono; font-size: 16px; color: #25408F; text-align:left}
h3 {
	font-family: Verdana, Courier, mono;
	font-size: 16px;
	color: #0068AE;
	margin-bottom: 25px; text-align:left
}
h4 { font-family: Verdana, Courier, mono; font-size: 14px; color: #0068AE; text-align:left}
h5 {
	font-family: Verdana, Courier, mono;
	font-size: 12px;
	color: #0068AE;
	text-align:left;
	margin: 15px;
}
h6 {
	font-family: Verdana, Courier, mono;
	font-size: 13px;
	color: #F9DDC4; text-align:left
}
ul {
	list-style-type: square;
	color: #333333;
}

li.references {
	list-style-type: none;
	margin-top: -18px;
	text-indent: -20px;
	color: #333333;
	font-size: 11px;
}

p {
	margin-bottom: 5px;
	margin-top: 5px;
}
/*   MAILFORM en ERROR MESSAGE */
.basecolor3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #0068ae;
	color: #25408f;
}
