/* 
--------------------------------------------------------------
CSS StyleSheet modele - Vortex Solution
 Dernière mise a jour : 8 janvier 2003
-------------------------------------------------------------
 Police permise pour changement
 Arial, Verdana, Tahoma, Georgia
-------------------------------------------------------------- 
*/

/* links style classique
A:link	{
	text-decoration : underline;
}
A:hover 	{
	text-decoration : underline;
}
A:active 	{
	text-decoration : underline;
}
A:visited {
	text-decoration : underline;
}
A:visited:Hover {
	text-decoration : underline;
}
*/
/* links avec Span >>>  pour les link, mettre des tag  <span id="menu">    - permet de faire différent classe de link, sinon enlever commentaire plus haut */
.menu{
	font-family: Tahoma, Arial ;
	color : #073660;
	font-size: 12px;
	font-weight : regular;
	text-decoration : none;
	
}
#menu a:Hover{
	color : #073660;
	text-decoration : underline;
}
#menu a:Visited{
	color : #073660;
	text-decoration : none;
}
#menu a:Visited:Hover{
	color : #073660;
	text-decoration : underline;
}

.link{
	font-family: Tahoma, Arial;
	color : #14467C;
	font-size: 13px;
	font-weight : Bold;
	text-decoration : underline;
}


/* form */
.Input{
	font-family: Arial;
	background-color: #E2DED6;
	color: #063378;
	font-size: 13px;
	/* PAS DE WIDTH a mettre direct dans la page style = width: X px; */
}
.InputSelect{
	font-family: Arial;
	background-color: #E2DED6;
	color: #063378;
	font-size: 13px;
	/* PAS DE WIDTH a mettre direct dans la page style = width: X px; */
}
.formBouton{
	font-family: arial;
	font-weight : bold;
	font-size: 13px;		
	background-color: #E2DED6;
	color: #063378;
}

/* texte */
.texte{
	font-family: Tahoma, Arial;
	color: #191919;
	font-size: 13px; /* size en EM pour netscape prob de lisibilite */
	font-weight : normal;
	line-height : 20px;  /* kerning */
	text-align : left;
}
 
.hr{
	color : #89C7A4;
}