@charset "UTF-8";
/* CSS Document */

h1 {
	font-size: 20px;
	font-weight: 600;
	color: #999999;
}
h2 {
	font-size: 18px;
}
h2#starpline {
	font-size: 14px;
	color: #999999;
	text-transform: none;
	line-height: 40px;
	font-weight: 700;
}
ul#navigation li a {
	color: #666666;
	text-decoration: none;
	display: inline;
	text-align: center;
	margin: 0;
	white-space: nowrap;
	border-right-width: 19px;
	border-left-width: 19px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
ul#navigation {
	list-style: none;
	font-size: 17px;
	margin-top: 110px;
}
ul#navigation li {
	float: right;
}
ul#navigation li a:hover {
	font-size: 17px;
	font-weight: 400;
	color: #FF9900;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/tool_tip_arrow.gif);
	background-repeat: no-repeat;
	margin: 0;
	background-position: center;
	border-right-width: 19px;
	border-left-width: 19px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#footer p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: lighter;
	color: #FFFFFF;
	text-align: center;
}
.droite {
	float: right;
}
.survole {
	color: #3333CC;
	text-decoration: blink;
}
