@charset "utf-8";
/* CSS Document */

body {
background-color:#000000;
	
	font-family:  verdana, arial, tahoma ;
	font-size: 11px;

	background-repeat: repeat-x;
}
 
H1 {
	
	color: #84A010;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
}

H2 {
	color: #84A010;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
}

.misenvaleur {
	color: #84A010 /* previous green: #9FC213 */;
	text-decoration: none;
	font-weight: bold;
}

a {color:#000099;}
a:hover {
	color:#9DC212;
}

/*----------------------------------------BOX------------------------------------------------------- */
.tl { border-right:#CCCCCC 1px solid; border-bottom:#CCCCCC 1px solid; width:10px; height:10px;}
.tr { border-left:#CCCCCC 1px solid; border-bottom:#CCCCCC 1px solid; width:10px; height:10px; }
.tm { border-bottom:#CCCCCC 1px solid;}
.mr { border-left:#CCCCCC 1px solid;}
.ml { border-right:#CCCCCC 1px solid;}
.bm { border-top:#CCCCCC 1px solid;}
.bl { border-top:#CCCCCC 1px solid; border-right:#CCCCCC 1px solid; width:10px; height:10px; }
.br { border-top:#CCCCCC 1px solid; border-left:#CCCCCC 1px solid; width:10px; height:10px; }
.m { padding:10px;}


/*---------------------------------------------SEPARATION-----------------------------------------------*/
.dotted {border-right:dotted #666666 1px;}
.dottedbottom {border-bottom:dotted #9DC212 1px;}
.topPad {padding-top:10px;}



/*------------------------------------------------MENU------------------------------------------------*/
#btn {
	display: block;
	position: relative;
	padding: 0px;
	padding-top: 8px;
	font-size:11px;
	float: left;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	font-style: normal;
	background-repeat: no-repeat;
	width:108px;
	height:31px;
	text-align:center;
}

#btn a { text-decoration: none; color:#fff;}
#btn a:hover { color:#fff;}

#btn.act { background-image: url(img/menu/blue.png);   }
#btn.act:hover {background-image: url(img/menu/green.png);}
#btn.rouge {background-image: url(img/menu/red1.png);}
#btn.yell {background-image: url(img/menu/yell.png);}
#btn.green2 {background-image: url(img/menu/green2.png);}
#btn.red2 {background-image: url(img/menu/red2.png);}
#btn.grey {background-image: url(img/menu/grey.png);}

/*------------------------------------LISTES------------------------------------------------*/




ul.bas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	list-style-type:none;
	line-height:20px;
	}

ul.bas a { text-decoration: none; color:#fff;}
ul.bas a:hover { color:#9FC213;}


.listTop{
font-family: Arial, Helvetica, sans-serif;
	color: #9FC213;
	font-size: 13px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	}











.tableau {
	border: 1px dotted #999999;
}
