/* Feuille de style CSS par défaut pour un nouveau projet d'application Web */

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#585757;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#585757;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#585757;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#8d8c8c;
	}

.contenu A:link	{	
	text-decoration:	none;
	color:	#c7c7c7;
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	}	
		
.contenu A:visited	{	
	text-decoration:	none;
	color:	#c7c7c7;
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	}	
		
.contenu A:active	{	
	text-decoration:	none;
	color:	#c7c7c7;
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	}	
		
.contenu A:hover	{	
	text-decoration:	none;
	color:	#585757;
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	}	

.voir A:link	{	
	text-decoration:	none;
	color:	#fd0492;
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	}	
		
.voir A:visited	{	
	text-decoration:	none;
	color:	#fd0492;
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	}	
		
.voir A:active	{	
	text-decoration:	none;
	color:	#fd0492;
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	}	
		
.voir A:hover	{	
	text-decoration:	none;
	color:	#96001e;
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	}
	
.entete A:link	{	
	text-decoration:	none;
	color:	#fec3d5;
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	}	
		
.entete A:visited	{	
	text-decoration:	none;
	color:	#fec3d5;
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	}	
		
.entete A:active	{	
	text-decoration:	none;
	color:	#fec3d5;
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	}	
		
.entete A:hover	{	
	text-decoration:	none;
	color:	#fd0492;
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	}	
		
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	
	
.Texte
{
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	color: #585757;	
}

.TitreNouvelles
{
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #c7c7c7;	
}

.TexteContenu
{
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	color: #c7c7c7;	
}

.TexteIndex
{
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #585757;	
}

.borders
{
	BORDER-RIGHT: #252525 2px solid;
	BORDER-TOP: #252525 2px solid;
	FILTER: alpha(opacity=100);
	BORDER-LEFT: #252525 2px solid;
	BORDER-BOTTOM: #252525 2px solid;
}

.TexteContenuRose
{
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	color: #fd0492;	
}
	
.Scrollbar
{
	
	scrollbar-arrow-color:#c7c7c7;
	scrollbar-base-color:#c7c7c7;
	scrollbar-face-color:#585757;
	scrollbar-highlight-color:#c7c7c7;
	scrollbar-shadow-color:#c7c7c7;
	scrollbar-3dlight-color:#252525;
	scrollbar-darkshadow-color:#252525;
		
}

.TextBox1
{
	height: 18px;
	width: 192px;
	font-family: Trebuchet MS;
	font-size: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: #252525;	
}

.TextBox2
{
	height: 60px;
	width: 192px;
	font-family: Trebuchet MS;
	font-size: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: #252525;	
	scrollbar-arrow-color:#c7c7c7;
	scrollbar-base-color:#c7c7c7;
	scrollbar-face-color:#585757;
	scrollbar-highlight-color:#c7c7c7;
	scrollbar-shadow-color:#c7c7c7;
	scrollbar-3dlight-color:#252525;
	scrollbar-darkshadow-color:#252525;
}

.TextBox3
{
	height: 18px;
	width: 30px;
	font-family: Trebuchet MS;
	font-size: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: #252525;	
}

.TextBox4
{
	height: 37px;
	width: 192px;
	font-family: Trebuchet MS;
	font-size: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: #252525;	
	scrollbar-arrow-color:#c7c7c7;
	scrollbar-base-color:#c7c7c7;
	scrollbar-face-color:#585757;
	scrollbar-highlight-color:#c7c7c7;
	scrollbar-shadow-color:#c7c7c7;
	scrollbar-3dlight-color:#252525;
	scrollbar-darkshadow-color:#252525;
}

.Groupe
{
	border-style: solid;
	border-width: 2px;
	border-color: #252525;	
}

.TitreGroupe
{
	color:	#fec3d5;
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
}

.Commande
{
	scrollbar-arrow-color:#c7c7c7;
	scrollbar-base-color:#c7c7c7;
	scrollbar-face-color:#585757;
	scrollbar-highlight-color:#c7c7c7;
	scrollbar-shadow-color:#c7c7c7;
	scrollbar-3dlight-color:#252525;
	scrollbar-darkshadow-color:#252525;
	border: #252525 2px solid;
	overflow: auto;
	width: 300px;	
	height: 260px;
	padding: 4px;
}

div#tooltip 
{
	
	position:absolute;
	visibility:hidden;
	z-index:100;
	background-color:#3f3f3f;
	border:1px solid black;
	padding:0.2em;
	font-family: Tahoma;
    font-size:10px;
    color: #c7c7c7;
    
   
}

div#tipDiv 
{
  position:absolute;
  visibility:hidden;
  left:0;
  top:0;
  z-index:10000;
  background-color:#3f3f3f;
  border:1px solid black;
  padding:0.2em;
  color: #c7c7c7;
  font-family: Tahoma;
  font-size:10px;
  line-height:1.2;
}