/* 
--------------------------------------------------------------
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 : none;
}
A:hover 	{
	text-decoration : underline;
}
A:active 	{
	text-decoration : none;
}
A:visited {
	text-decoration : none;
}
A:visited:Hover {
	text-decoration : underline;
}


/* form */
.Input{
	font-family: Arial;
	background-color: #E1D7BE;
	color: #2F718E;
	font-size: 11px;
	/* PAS DE WIDTH a mettre direct dans la page style = width: X px; */
}

/* texte */
.titre{
	font-family: Georgia, Tahoma, Arial;
	color: #235C75;
	font-size: 20px;
	letter-spacing: -1px;
	font-weight : bold;	
}
.texte{
	font-family: Georgia, Times, Times New Roman;
	color: #2F718E;
	font-size: 12px; /* size en EM pour netscape prob de lisibilite */
	font-weight : normal;
	line-height : 18px;  /* kerning */
	text-align : left;
}
.liste{
	font-family: Georgia, Tahoma, Arial, Verdana;
	color: #81734E;
	font-size: 11px;
	line-height: 16px;
	font-weight : regular;
	list-style-type: square;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 22px;	
}
.listeLink{
	font-family: Georgia, Tahoma, Arial, Verdana;
	color: #81734E;
	font-size: 11px;
	line-height: 16px;
	font-weight : bold;
	text-decoration : underline;	
}
#listeLink a:link{
	color : #81734E;
	text-decoration : underline;
}
#listeLink a:Hover{
	color: #423B28;
}
#listeLink a:Visited{
	color : #2F718E;
	text-decoration : underline;
}
#listeLink a:Visited:Hover{
	color: #423B28;
}

.texteSmall{
	font-family: Tahoma, Verdana, Arial;
	color: #2F718E;
	font-size: 10px;
	font-weight : normal;
	line-height : 12px; /* kerning */
}
#texteSmall a:link{
	color : #2F718E;
	text-decoration : none;
}
#texteSmall a:Hover{
	font-weight : normal;
	text-decoration : underline;
}
#texteSmall a:Visited{
	color : #2F718E;
	text-decoration : none;
}
#texteSmall a:Visited:Hover{
	font-weight : normal;
	text-decoration : underline;
}

/* elements */
.table{	
	border : 4px solid #FFFFFF;
	background-color : #F6F3EC;
}

.photoThumb{
	border : 1px solid #2F718E;
}
.photoLarge{
	border : 7px solid #FFFFFF;
}


