/*  CSS Centre de la roue         */
/*  28 octobre 2003               */
/*  Vortex Solution               */

/* elements html reformat */
body{
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-image: url(gx/s/bg.gif);
	margin: 0 0 0 0;
}


/* div id=texte reformat */
#texte{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-variant: small-caps;
	font-size: 1.0em;
	line-height: 160%;
	color: #595959;
	margin: 0px;
	text-align: left;
}

#texte a{
	color: #000;
	font-weight: bold;
	padding-bottom: 1px;
}
#texte a:link, #texte a:active, #texte a:visited{
	text-decoration: none;
	border-bottom: 1px dashed #000;
}
#texte a:hover, #texte a:visited:hover{
	color: #264059;
	text-decoration: none;
	border-bottom: 1px solid #264059;
}
