a, a:active, a:visited{
	color: Black;
	text-decoration : none;
	border-bottom : 1px dotted #737373;
}
a:hover, a:visited:hover{
	color: #0C479D;
	text-decoration : none;
	border-bottom : 1px solid #0C479D;
}

a.orange, a.orange:active, a.orange:visited{
	color: #FF6600;
	font-family: arial; font-size: 10px;
	text-decoration: underline;
	border-bottom : 0px;
}

body{
	background-repeat: no-repeat;
	background-image: url(gx/bg.jpg);
	margin: 0px;
	padding: 10px 0 0 0;
}
#contenu{
	position: absolute;
	left: 274px;
	width: 462px;
}

p{
	font-family: georgia, times, times new roman;
	color:#737373;
	font-size: 0.7em;
	line-height: 170%;
}
.texteSmall{
	font-family: tahoma, arial, verdana;
}
.texteBleu{
	color: #0C479D;
}
