/*---- GENERAL ----*/
body{
	background-color:#E9E9E9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#333333;
}
a{
	text-decoration:none;
	color:#CC0000;
	font-weight: bold;
}
a:hover{
	text-decoration:none;
	color:#999999;
	font-weight: bold;
}
.txt_normal{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
}
.txt_mini{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color:#333333;
}

/*---- FORM ----*/
.input_txt{
	border: 1px solid #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 17px;
}
.input_area{
	border: 1px solid #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:100%;
}

/*---- MENU ----*/
ul.rollmenu {
	list-style-type: none;
    color: #000000;
    margin: 0;    
    padding: 0;
	width: 100%   
}
ul.rollmenu a {
	font-weight: bold;
    text-decoration: none;
    color: #333333;
    background-color: transparent;
    margin 0;
    padding: 8px 0 8px 10px;
    border-bottom: 1px solid #E9E9E9;
    display: block;   
	width: 100%;
}
ul.rollmenu a:hover {
	color: #ffffff;
    background-color: #666666;
}

/*---- TAB ----*/
.contenu{
	background-color:#F8F8F8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;	
}

.contenu_titre{
	color:#CC0000;
	font-size:12px;
	text-align:left;
	font-weight: bold;
	padding: 5px;
}

.bord_top{
	height:29px;
	background-image:url(img/bord_top.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	padding-left: 20px;
	padding-top: 3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
.bord_hm{
	height:12px;
	background-image:url(img/bord_hm.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.bord_bm{
	height:12px;
	background-image:url(img/bord_bm.gif);
	background-repeat:repeat-x;
	background-position:top;
}
.bord_md{
	width:12px;
	background-image:url(img/bord_md.gif);
	background-repeat:repeat-y;
	background-position:left;
}
.bord_mg{
	width:12px;
	background-image:url(img/bord_mg.gif);
	background-repeat:repeat-y;
	background-position:right;
}
.bord_hd{
	width:12px;
	height:12px;
	background-image:url(img/bord_hd.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.bord_hg{
	width:12px;
	height:12px;
	background-image:url(img/bord_hg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.bord_bd{	
	width:12px;
	height:12px;
	background-image:url(img/bord_bd.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.bord_bg{
	width:12px;
	height:12px;
	background-image:url(img/bord_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}
div.scroll {	
	overflow: auto;	
}

/*---- LISTE ----*/
tr.ligne0{
	background-color:#F8F8F8;
}
tr.ligne1{
	background-color:#FFFFFF;
}
a.liste{
	color:#999999;
	font-size:9px;
}