body {
	background-color: #d1c6b6;
	font-size: 12px;
	font-weight: normal;
	color: #05876d;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
	}
	
body, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

table, td, tr, p {
	font-size: 12px;
	font-weight: normal;
	color: #05876d;
	}
	
input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/bg_champ.gif);
	background-color: #ffcc00;
	font-size: 12px;
	font-weight: normal;
	color: #716E5F; 
	padding: 2px;
	border-width: 1px;
	border-color: #6E6E6E;
   }
	
textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/bg_champ_msg.gif);
	background-color: #6E6E6E;
	font-size: 12px;
	font-weight: normal;
	color: #716E5F; 
	padding: 2px;
	border-width: 1px;
	border-color: #6E6E6E;
   }
	
select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #ffcc00;
	font-size: 12px;
	font-weight: normal;
	color: #716E5F; 
	padding: 2px;
	border-width: 1px;
	border-color: #6E6E6E;
   }
	
h1 {
	font-size: 15px;
	font-weight: bold;
	color: #716E5F; 
   }
	
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #716E5F; 
   }
	
h3, h4, h5 {
	font-size: 13px;
	font-weight: bold;
	color: #716E5F; 
   }
	
img.imageBorder {
	border-width: 1px;
   border-color: #03483a;
	}
	
.aSmallBlanc {
	text-decoration: none;
	color: #ffffff;
	font-size: 10px;
	font-weight: normal;
	}
	
.aSmallNoir {
	text-decoration: none;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	}
	
.aSmallRouge {
	text-decoration: none;
	color: #CC0000;
	font-size: 10px;
	font-weight: normal;
	}
	
.aSmallTexte1 {
	text-decoration: none;
	color: #05876d;
	font-size: 10px;
	font-weight: normal;
	}
	
.aSmallTexte2 {
	text-decoration: none;
	color: #a08a23;
	font-size: 10px;
	font-weight: normal;
	}
	
.bTexteBlanc {
	text-decoration : none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	}

.bTexteNoir {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	}
	
.bTexteRouge {
	text-decoration: none;
	color: #CC0000;
	font-size: 12px;
	font-weight: normal;
	}
	
.bTexte1 {
	text-decoration: none;
	color: #05876d;
	font-size: 12px;
	font-weight: normal;
	}
	
.bTexte2 {
	text-decoration: none;
	color: #a08a23;
	font-size: 12px;
	font-weight: normal;
	}
	
.cSoustitreBlanc {
	text-decoration: none;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	}
	
.cSoustitreNoir {
	text-decoration : none;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	}
	
.cSoustitre1 {
	text-decoration: none;
	color: #05876d;
	font-size: 13px;
	font-weight: bold;
	}
	
.cSoustitre2 {
	text-decoration: none;
	color: #a08a23;
	font-size: 13px;
	font-weight: bold;
	}
	
.dTitreBlanc {
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	}
	
.dTitreNoir {
	text-decoration : none;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	}
	
.dTitre1 {
	text-decoration: none;
	color: #05876d;
	font-size: 14px;
	font-weight: bold;
	}
	
.dTitre2 {
	text-decoration: none;
	color: #a08a23;
	font-size: 14px;
	font-weight: bold;
	}
	
.eBgColor1 {
	background-color: #ffec9d;
	}
	
.eBgColor2 {
	background-color: #fff7d7;
	}

a:link {
	text-decoration: none;
	color: #0680ba;
	font-size: 12px;
	font-weight: bold;
	}

a:visited {
	text-decoration: none;
	color: #c2592f;
	font-size: 12px;
	font-weight: bold;
	}
	
a:hover {
	text-decoration: underline;
	color: #00a2ef;
	font-size: 12px;
	font-weight: bold;
	}
	
.textJustify {
	text-align: justify;
	}

.handCursor {
	cursor: pointer; 
	}

.linkSmall:link {
	color: #0680ba;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}
	
.linkSmall:hover {
	color: #00a2ef;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	}
	
.linkSmall:visited {
	color: #c2592f;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}

@media print {
	table.noprint {display:none};
	div.noprint {display:none};
	}
