/*spécific MF tools*/

/* ########################### INFOBULLE #############################""*/

a.info 
{
	position: relative;
	color: black;
	text-decoration: none;
	/*border-bottom: 1px gray dotted; /* on souligne le texte */

}
a.info span 
{
	display: none; /* on masque l'infobulle */
	z-index: 0; /* on définit une valeur pour l'ordre d'affichage */
}
a.info:hover
{
   background: none; /* correction d'un bug IE */
   cursor: help; /* on change le curseur par défaut en curseur d'aide */
   z-index: 20; /* on définit une valeur pour l'ordre d'affichage */
}
a.info:hover span 
{
   display: block; /* on affiche l'infobulle */ /*block*/
   position: absolute;
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */

   white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */

   top: -30px; /* on positionne notre infobulle */
   left: 20px;

   background: white;

   color: #826A23;
   padding: 3px;

   border: 1px solid #E2C56F;
   border-left: 4px solid #E2C56F;
}

/* ########################### MENU HORIZONTAL ADMIN  #############################""*/

#pcm{display:none;}
ul.cssmenu ul{display:none}
ul.cssmenu li:hover>ul{display:block}
ul.cssmenu ul{position: absolute;left:-1px;top:98%;}
ul.cssmenu ul ul{position: absolute;left:98%;top:-2px;}
ul.cssmenu,ul.cssmenu ul {
	margin:0px;
	list-style:none;
	padding:0px 2px 2px 0px;
	background-color:#333333;
	background-repeat:repeat;
	border-color:#cccccc #111111 #111111 #cccccc;
	border-width:1px;
	border-style:solid;
}
ul.cssmenu table {border-collapse:collapse}ul.cssmenu {
	display:block;
	zoom:1;
	float: left;
}
ul.cssmenu ul /* largeur colonne*/
{
	width:200px;
}
ul.cssmenu li
{
	display:block;
	margin:2px 0px 0px 2px;
	font-size:0px;
}
ul.cssmenu a:active, ul.cssmenu a:focus 
{
outline-style:none;
}
ul.cssmenu a, ul.cssmenu li.dis a:hover, ul.cssmenu li.sep a:hover 
{
	display:block;
	vertical-align:middle;
	background-color:#333333;
	border-width:1px;
	border-color:#333333;
	border-style:solid;
	text-align:left;
	text-decoration:none;
	padding:2px 5px 2px 10px;
	_padding-left:0;
	font:normal 12px Trebuchet MS,Tahoma;
	color: #cccccc;
	text-decoration:none;
	cursor:default;
}
ul.cssmenu span
{
	overflow:hidden;
}
ul.cssmenu li 
{
	float:left;
}
ul.cssmenu ul li 
{
	float:none;
}
ul.cssmenu ul a 
{
	text-align:left;
	white-space:nowrap;
}
ul.cssmenu li.sep
{
	text-align:left;
	padding:0px;
	line-height:0;
	height:100%;
}
ul.cssmenu li.sep span
{
	float:none;	padding-right:0;
	width:3px;
	height:100%;
	display:inline-block;
	background-color:#cccccc #111111 #111111 #cccccc;	background-image:none;
	}
ul.cssmenu ul li.sep span
{
	width:100%;
	height:3px;
}
ul.cssmenu li:hover
{
	position:relative;
}
ul.cssmenu li:hover>a
{
	background-color:#377D9F;
	border-color:#377D9F;
	border-style:solid;
	font:normal 12px Trebuchet MS, Tahoma;
	color: #FFFFFF;
	text-decoration:none;
}
ul.cssmenu li a:hover{
	position:relative;
	background-color:#377D9F;
	border-color:#377D9F;
	border-style:solid;
	font:normal 12px Trebuchet MS, Tahoma;
	color: #FFFFFF;
	text-decoration:none;
}
ul.cssmenu li.dis a {
	color: #666 !important;
}
ul.cssmenu img {border: none;float:left;_float:none;margin-right:2px;width:16px;
height:16px;
}
ul.cssmenu ul img {width:16px;
height:16px;
}
ul.cssmenu img.over{display:none}
ul.cssmenu li.dis a:hover img.over{display:none !important}
ul.cssmenu li.dis a:hover img.def {display:inline !important}
ul.cssmenu li:hover > a img.def  {display:none}
ul.cssmenu li:hover > a img.over {display:inline}
ul.cssmenu a:hover img.over,ul.cssmenu a:hover ul img.def,ul.cssmenu a:hover a:hover ul img.def,ul.cssmenu a:hover a:hover a:hover ul img.def,ul.cssmenu a:hover a:hover img.over,ul.cssmenu a:hover a:hover a:hover img.over,ul.cssmenu a:hover a:hover a:hover a:hover img.over{display:inline}
ul.cssmenu a:hover img.def,ul.cssmenu a:hover ul img.over,ul.cssmenu a:hover a:hover ul img.over,ul.cssmenu a:hover a:hover a:hover ul img.over,ul.cssmenu a:hover a:hover img.def,ul.cssmenu a:hover a:hover a:hover img.def,ul.cssmenu a:hover a:hover a:hover a:hover img.def{display:none}
ul.cssmenu a:hover ul,ul.cssmenu a:hover a:hover ul,ul.cssmenu a:hover a:hover a:hover ul{display:block}
ul.cssmenu a:hover ul ul,ul.cssmenu a:hover a:hover ul ul{display:none}
ul.cssmenu span{
	display:block;
	background-image:url(./images/arr_white.gif);
	background-position:right center;
	background-repeat: no-repeat;
   padding-right:12px;}
ul.cssmenu li:hover>a>span{	background-image:url(./images/arrv_white.gif);
}
ul.cssmenu a:hover span{	_background-image:url(./images/arrv_white.gif)}
ul.cssmenu ul span,ul.cssmenu a:hover table span{background-image:url(./images/arr_white.gif)}



/* ########################### MENU DEROULANT  #############################""*/
.marquee
{
	font-family:  Times, Arial, "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
	font-size:0.9em;
	width:100%;
	font-weight: bold;
	color:black;
}




/*General tools*/
/* ########################### MISE EN PAGE #############################""*/
body
{
	width: 1000px;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;

	/*background-image: url(""); /* le background */
}

.container
{
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 15px;	
	width:900px;
	float:none;
	display:block;
}

.containerCol1
{
	margin-left: 10px;
	margin-top: 10px;
	display:block;
	float:left;
	width:450px;
}

.containerCol2 
{
	margin-top: 10px;
	margin-right: 15px;	
	display:block;
	float:right;
	width:350px;
}

/*########################## LAYER ##################################"*/
.layercontainer
{
	position: absolute;
}

.layer1
{
	position: absolute;
	z-index:1;
	top:-13px;
	height:25px;
	width:25px;
	

}

.layer2
 {
	position: absolute;
	z-index:2;
	top:-13px;
	height:25px;
	width:25px;
}


/*######################### TABLEAU ####################################"*/

.col2
{
	color: black;
	font-size: 1.0em;
	text-align: center; 
	border-collapse: collapse;
	padding: 2px;
	width:350px;
	border:0px;

}

.TableContainer /*used*/
{
	font-size: 0.7em;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;	
	padding-left :15px;
	width:950px;
}

.TableCol0 /*used*/
{
	vertical-align:top;
	width:950px;
}

.TableCol1 /*used*/
{
	vertical-align:top;
	width:550px;
}

.TableCol2 /*used*/
{
	vertical-align:top;
	width:350px;
}

.TableCol3 /*used*/
{
	vertical-align:top;
	width:420px;
	line-height: 20px; 
}
.ImgTable /*used*/
{
	width:420px;
	text-align:center;
}

.TitleT1 /*used*/
{
	border:1px solid #E17C00;
	margin-bottom:15px;
	padding-left:10px;
	padding-bottom:15px;
	padding-right:5px;	
}

.TitleSBord /*used*/
{
	margin-bottom:15px;
	padding-left:10px;
	padding-bottom:15px;
	padding-right:5px;	
}

.TitleT2 /*used*/
{
	border:1px solid #E17C00;
	margin-bottom:15px;
	padding-bottom:15px;
}


/*############################# TITLE ###################################*/
h2 /*used*/
{
	background-color:#E17C00;
	color:#FFFFFF;
	padding:1px 0 1px 5px;
	font:bold 17px Arial,Helvetica,Times New Roman;
	margin-top:0;
	margin-left:-10px;
	margin-right:-5px;
}
h3 /*used*/
{
	/*background-color:#FFFFFF;
	color:#FFFFFF;*/
	padding:1px 0 1px 5px;
	font:bold 17px Arial,Helvetica,Times New Roman;
	margin-top:0;
	margin-bottom:0;

}
h5 /*used*/
{
	background-color:#E17C00;
	color:#FFFFFF;
	padding:1px 0 1px 5px;
	font:bold 17px Arial,Helvetica,Times New Roman;
	margin-top:0;
	margin-bottom:0;

}
V2_2
{
	color:#FFFFFF;
	font-size: 1em;
	font-weight:bold;
	font-family: Arial, Times;

}

/*######################## IMAGE ########################################*/
.leftbase /*used*/
{
	float: left;
	padding-right:10px;
	padding-bottom:5px;	
}

.leftico /*used*/
{
	/*float: left;*/
	height:19px;
	margin-top:0px;
}

/* ########################### FORMULAIRES  #############################""*/

input[type=text],input[type=password],textarea,select  /*used*/
{
   	padding:1px;
   	margin:1px;
   	border:1px solid #FF9933;
    background-color: #FFCC99;
    padding-left: 3px;
    font-family: Arial,Helvetica,"Trebuchet MS",Tahoma;
   	font-size: 10pt;
	color: #000000;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus /*used*/
 {
	border:1px solid #FF9933;
	background-color: #FFCC99;
	padding-left: 3px;
	color: #000000;
}

input[type=submit],input[type=reset],input[type=button],button /*used*/
 {
	background-color:#FFCC99;
	border-color:#FF9933;
	border-style:solid;
	border-width:1px;
	color:#000000;
	cursor:pointer;
	font-weight:bold;
    font-family: Arial,Helvetica,"Trebuchet MS",Tahoma;
    font-size: 10pt;
}

/* ########################### MESSAGES  #############################""*/

.messageInfo /*used*/
{ 
    /*background: url(/images/info.png) no-repeat; */
    background-position: 10px center;
	margin-top : 10px;
	margin-left : 130px;
    padding-left : 10px;
    padding-right : 10px;
    margin-bottom: 5px;
	text-align : center;
	width: 500px;
    font: normal 10pt Arial,"Trebuchet MS",Tahoma,Helvetica;
	display:block;

	border: 1px dashed #3366CC;
    background-color: #E5ECF9; 
    color: #3366CC;
	
}

.messageValid /*used*/
{
   /* background: url(/images/valid.png) no-repeat; */
    background-position: 10px center;
	margin-top : 10px;
	margin-left : 130px;
    padding-left : 10px;
    padding-right : 10px;
    margin-bottom: 5px;
	text-align : center;
	width: 500px;
    font: normal 10pt Arial,"Trebuchet MS",Tahoma,Helvetica;
	display:block;
	border: 1px dashed #006600;
    background-color: #B0E57C;	
    color: #006600;

}

.messageWarning /*used*/
 { 
    background-position: 10px center;
    background-position: 10px center;
	margin-top : 10px;
	margin-left : 130px;
    padding-left : 10px;
    padding-right : 10px;
    margin-bottom: 5px;
	text-align : center;
	width: 500px;
    font: normal 10pt Arial,"Trebuchet MS",Tahoma,Helvetica;
	display:block;

   /* background: url(/images/warning.png) no-repeat; */

    color: #FFA500;
	border: 1px dashed #FFA500;
    background-color: #FFFF80; 
}

.messageErreur /*used*/
 { 
    background-position: 10px center;
	margin-top : 10px;
	margin-left : 130px;
    padding-left : 10px;
    padding-right : 10px;
    margin-bottom: 5px;
	text-align : center;
	width: 500px;
    font: normal 10pt Arial,"Trebuchet MS",Tahoma,Helvetica;
	display:block;

   /* background: url(/images/error.png) no-repeat; */
    background-color: #FEBDBA;
    color: #D40000;
	border: 1px dashed #D40000;
}


/* ------Textes --------*/

.cligno
{
	text-decoration:blink;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

.left
{
	text-align: left;
}

.justify
{
	text-align: justify;
}

.vim
{
	color:  #58471F;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

/* ------Aucun passage a la ligne lors d'un DIV --------*/

.nodiv
{
	display: inline;
	position: relative;
}


ptt
{
	color:  #000000;
	font-size: 0.85em;
}

ptt2
{
	color:  #000000;
	font-size: 0.70em;
}

gtext_v2
{
	color:#FFFFFF;
	font-size: 1em;
	font-weight:bold;
	font-family: Arial, Times;
}

strong
{
	color:  #802F00;
	font-size: 18px;
}

.pt
{
	font-size: 0.7em;
	/*font-weight: bold;	*/
}


.TA
{
	background-color:#917400;
	color:#000000;
}

.TB
{
	background-color:#C9976C;
	color:#000000;
}

.TC
{
	background-color:#00691C;
	color:#000000;
}

.LA
{
	background-color:#E6D5C6;
	color:#000000;
	font-size: 0.8em;
}

.LB
{
	background-color:#E5C471;
	color:#000000;
	font-size: 0.8em;
}

.LC
{
	background-color:#B7B198;
	color:#000000;
	font-size: 0.8em;
}

.Green
{
	color:#006900;
	font-weight: bold;	

}

.Red
{
	color:#E10000;
	font-weight: bold;	

}
