/*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 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.8em;
	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;
}


.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;
}

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;

}


/*######################## 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;
}

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

.pt
{
	font-size: 0.8em;
	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;	

}