@charset iso-8859-1
/* AUTEUR: Les Ecureuils */
/* DATE DE CREATION: 15/12/07 */

#watermark {
	
}

#intabl {PADDING-BOTTOM: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; PADDING-TOP: 5px;}

body {font-family: "Arial", "sans-serif";FONT-WEIGHT: normal; font-size: 9pt; Color : #7C330E;}

P {font-family: "Arial", "sans-serif";FONT-WEIGHT: normal; font-size: 9pt; Color : #7C330E;}


H1 {COLOR: #F07038; FONT-SIZE: 15pt; FONT-WEIGHT: normal; TEXT-ALIGN: center; TEXT-DECORATION: none;font-family: "Arial black", "Arial", "sans-serif";FONT-WEIGHT: bold;}

H2 {COLOR: #86B40E; FONT-SIZE: 10pt; FONT-WEIGHT: normal; TEXT-ALIGN: center; TEXT-DECORATION: none;font-family: "Arial", "sans-serif";FONT-WEIGHT: bold;}

H3 {COLOR: #7C330E; FONT-SIZE: 8pt; FONT-WEIGHT: normal; TEXT-ALIGN: center; TEXT-DECORATION: none;font-family: "Arial", "sans-serif";FONT-WEIGHT: normal;}

DIV {font-family: "Arial", "sans-serif";FONT-WEIGHT: normal; font-size: 10pt; Color : #7C330E; TEXT-ALIGN: justify;}

LI {font-family: "Arial", "sans-serif";FONT-WEIGHT: normal; font-size: 10pt; Color : #7C330E; TEXT-ALIGN: justify;}

A {CURSOR: #7C330E; TEXT-DECORATION: none FONT-SIZE: 10pt;font-family: "Arial", "sans-serif";FONT-WEIGHT: normal;}

A:visited {COLOR: #7C330E; FONT-SIZE: 10pt; FONT-WEIGHT: normal; TEXT-DECORATION: none;font-family: "Arial", "sans-serif";FONT-WEIGHT: normal;}

A:hover {COLOR: #F07038; FONT-SIZE: 10pt; FONT-WEIGHT: normal; TEXT-DECORATION: underline;font-family: "Arial", "sans-serif";FONT-WEIGHT: normal;}

A:link {	COLOR: #7C330E; FONT-SIZE: 10pt; FONT-WEIGHT: normal; TEXT-DECORATION: none;font-family: "Arial", "sans-serif";FONT-WEIGHT: normal;}

A:active {COLOR: #7C330E; FONT-SIZE: 10pt; FONT-WEIGHT: normal; TEXT-DECORATION: none;font-family: "Arial", "sans-serif";FONT-WEIGHT: normal;}

A.s {CURSOR: #86B40E; TEXT-DECORATION: none FONT-SIZE: 20pt;font-family: "Arial", "sans-serif";FONT-WEIGHT: normal;}

A.s:visited {COLOR: #86B40E; FONT-SIZE: 10pt; FONT-WEIGHT: normal; TEXT-DECORATION: none;font-family: "Arial", "sans-serif";FONT-WEIGHT: normal;}

A.s:hover {COLOR: #86B40E; FONT-SIZE: 10pt; FONT-WEIGHT: normal; TEXT-DECORATION: underline;font-family: "Arial", "sans-serif";FONT-WEIGHT: normal;}

A.s:link {COLOR: #86B40E; FONT-SIZE: 10pt; FONT-WEIGHT: normal; TEXT-DECORATION: none;font-family: "Arial", "sans-serif";FONT-WEIGHT: normal;}

A.s:active {COLOR: #86B40E; FONT-SIZE: 10pt; FONT-WEIGHT: normal; TEXT-DECORATION: none;font-family: "Arial", "sans-serif";FONT-WEIGHT: normal;}

A.sl {CURSOR: #F07038; TEXT-DECORATION: none; FONT-SIZE: 9pt;font-family: "Arial", "sans-serif";FONT-WEIGHT: bold;}

A.sl:visited {COLOR: #F07038; FONT-SIZE: 9pt; FONT-WEIGHT: normal; TEXT-DECORATION: none; font-family: "Arial", "sans-serif";FONT-WEIGHT: bold;}

A.sl:hover {COLOR: #F07038; FONT-SIZE: 9pt; FONT-WEIGHT: normal; TEXT-DECORATION: underline; font-family: "Arial", "sans-serif"; FONT-WEIGHT: bold; text-transform: uppercase;}

A.sl:link {COLOR:#F07038; FONT-SIZE: 9pt; FONT-WEIGHT: normal; TEXT-DECORATION: none; font-family: "Arial", "sans-serif";FONT-WEIGHT: bold;}

A.sl:active {COLOR: #F07038; FONT-SIZE: 9pt; FONT-WEIGHT: normal; TEXT-DECORATION: none; font-family: "Arial", "sans-serif";FONT-WEIGHT: bold;}

#nav, #nav ul { /* toutes les listes */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 11em;
}

#nav li { /* tous les items de liste */
	float: left;
	width: 11em; /* largeur obligatoire, sinon opera devient fou */
}

#nav li ul { /* listes de deuxième niveau */
	position: absolute;
	background: #FFED00;
	width: 11em;
	left: -999em; /* on met left plutôt que display pour cacher les menus parce que display: none n'est pas lu par les lecteurs d'écran */
}

#nav li:hover ul, #nav li.sfhover ul { /* listes imbriquées sous les items de listes survolés */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}

.barItem1     { cursor: hand; color: #BF450F; font-size: 10pt; FONT-WEIGHT: bold }
.barItem1:link     { cursor: hand; color: #BF450F; font-size: 10pt; FONT-WEIGHT: bold }
.barItem1:hover { cursor: hand; color: #BF450F; font-size: 10pt; FONT-WEIGHT: bold }
.barItem1:visited     { cursor: hand; color: #BF450F; font-size: 10pt; FONT-WEIGHT: bold }

.barItem     { cursor: hand; color: #F07038; font-size: 10pt; FONT-WEIGHT: bold }
.barItem:link     { cursor: hand; color: #F07038; font-size: 10pt; FONT-WEIGHT: bold }
.barItem:hover { cursor: hand; color: #BF450F; font-size: 10pt; FONT-WEIGHT: bold }
.barItem:visited     { cursor: hand; color: #F07038; font-size: 10pt; FONT-WEIGHT: bold }
.cc           { cursor: hand; font-size: 10pt; color: #F07038; text-decoration: none; FONT-WEIGHT: bold }
.cc:active     { cursor: hand; color: #F07038; FONT-WEIGHT: bold }
.cc:link     { cursor: hand; color: #F07038; FONT-WEIGHT: bold }
.cc:visited     { cursor: hand; color: #F07038; FONT-WEIGHT: bold }
.cc:hover   { cursor: hand; color: #BF450F; text-decoration: underline; FONT-WEIGHT: bold }
.box  