
.DispBal
	{
	/* Test pour respecter l'héritage */
	/*font-family: 'Verdana', 'Arial', sans-serif;*/
	/*color: #000000;*/
	/*font-size: 11px;*/
	border-style : solid;
	border-width : 1px;
	border-color : #aaaaaa;
	border-collapse: collapse;
	width : 250;
	padding: 2;
	}

.PopTitre
	{
	font-weight: bold;
	padding: 5px;
	}

.PopBleu
	{
	background-image: url(/Images/Design/Pop-Bleu.png);
	border: 1px solid #0c0b5a;
	width: 200px;
	padding: 5px;
	font-size: 12px;
	color: #0c0b5a;
	}

.PopVert
	{
	background-image: url(/Images/Design/Pop-Vert.png);
	border: 1px solid #024102;
	width: 200px;
	padding: 5px;		
	font-size: 12px;
	color: #024102;
	}
	
.PopRouge
	{
	background-image: url(/Images/Design/Pop-Rouge.png);
	border: 1px solid #570404;
	width: 200px;
	padding: 5px;		
	font-size: 12px;
	color: #570404;
	}	

.PopImage
	{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	padding: 0px;
	margin: 0px;
	}

.Ok
	{
	background-image: url(/Images/Design/Back-Ok.png);
	background-color: #03CE03;
	background-repeat: repeat-x;
	
	border-style : solid;
	border-width : 1px;
	border-color : #017A01;
	
	width : 450px;
	
	padding: 6px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	
	font-family: 'Verdana', 'Arial', sans-serif;
	font-size: 11px;
	color: #026102;
	text-align: center;
	font-style: normal;
	}
	
.Error
	{
	background-image: url(/Images/Design/Back-Error.png);
	background-color: #FF0000;
	background-repeat: repeat-x;
	
	border-style : solid;
	border-width : 1px;
	border-color : #930505;
	
	width : 450px;
	
	padding: 6px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	
	font-family: 'Verdana', 'Arial', sans-serif;
	font-size: 11px;
	color: #610202;
	text-align: center;
	font-style: normal;
	}

.Warning
	{
	background-color: #fbcf70;
	border-style : solid;
	border-width : 1px;
	border-color : #d7871e;
	
	width : 450px;
	
	padding: 6px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	
	font-family: 'Verdana', 'Arial', sans-serif;
	font-size: 11px;
	color: #640000;
	text-align: center;
	font-style: normal;
	}

.Icone
	{
	border-width : 0px;
	vertical-align: middle;
	margin-bottom: 1px;
	}

.CheckBoite
	{
	vertical-align: middle;
	margin-bottom: 1px;
	}

.MCCaseBack
	{
	background-image: url(/Images/Design/MCCaseBack.png);
	height:22px;
	padding-top:2px;
	margin-bottom:0px;
	}

.MCCaseConteneur
	{
	margin-left: auto;
	margin-right: auto;
	width: 1110px;
	}

#nbMail{
	color: black;
	position: absolute;
	margin-left: 68px;
	margin-top: -16px;
	width: 16px;
}

.MCCase, .MCCaseHover, .MCCaseSelect, .MCCaseSelectHover
	{
	float: left;
	color: #ffffff;
	background-color: #9E2E16;
	height: 17px;
	width: 99px;
	text-decoration: none;
	margin-left: 2px;
	padding-left: 7px;
	padding-top: 1px;
	padding-bottom: 2px;
	font-size: 11px;
	}

.MCCase
	{
	background-image: url(/Images/Design/MCCase.png);
	}

.MCCaseHover
	{
	background-image: url(/Images/Design/MCCaseHover.png);
	}

.MCCaseSelect
	{
	background-image: url(/Images/Design/MCCaseSelect.png);
	}

.MCCaseSelectHover
	{
	background-image: url(/Images/Design/MCCaseSelectHover.png);
	}
	
.MCCaseExit
	{
	float: left;
	border: 0px solid;
	margin-left: 5px;
	margin-top: 3px;
	height: 14px;
	width: 14px;
	}

a.Bulle:link, a.Bulle:visited, a.Bulle:hover
	{
	color: #ffffff;
	text-decoration: none;
	}
	
.Didacticiel
	{
 	width: 700px;	
	background-image: url(/Images/Design/Didacticiel.gif);
	background-color: #F579FF;
	border-style: solid;
	border-width: 1px;
	border-color: #1F3F7D;
	padding: 5px;
	margin-top: 8px;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Verdana', 'Arial', sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	}	


#barreInfo {
	position: absolute;	
	right: 0px;
	top: 0px;
	
	padding: 2px 5px 2px 20px;
	border: 1px solid grey;
	
	background-color: #eeeeee;
	background-image: url(/Images/Icones/Moniteur.png);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	
	font-family: 'Arial', sans-serif;
	font-size: 11px;
	color: grey;
	cursor: pointer;
}

#queryLog {
	position: absolute;	
	right: 0px;
	top: 20px;
}
