/* Architecture générale de la page */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff url(../images/bg1/bg.jpg) no-repeat fixed 0 0;
}
#mask1, #mask2 {
	position: fixed;
	left: 191px;
	width: 100%;
}
#mask1 {
	top: 0;
	height: 160px;
	background: #fff url(../images/bg1/bg.jpg) no-repeat fixed 0 0;
}
#mask2 {
	top: 160px;
	height: 72px;
	background: transparent url(../images/fade.png) repeat-x 0 0;
}
#ball {
	position: fixed;
	left: 0;
	top: 0;
	width: 345px;
	height: 257px;
	background: transparent url(../images/ball.png) no-repeat 0 0;
}
#ball.home { background-image: url(../images/ball_home.png); }
a, a:visited { text-decoration: none; }


/* Titraille */
h1 {
	display: inline;
	font-weight: bold;
	font-size: 4em;
	color: #717171;
	text-transform: uppercase;
}
h2 {
	display: inline;
	font-weight: normal;
	font-size: 2em;
	color: #717171;
	text-transform: uppercase;
}
h3 {
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1em;
	color: #638464;
}
h4 {
	font-weight: normal;
	font-size: 1em;
	color: #585858;
	line-height: 1em;
}
h2 a:hover { font-style: bold; }
h2 a, h2 a:visited { color: #717171; }


/* Pied de page - mentions speciales (html, etc.) */
footer {
	display: block;
	width: auto;
	height: auto;
	margin: 3px 0 20px 279px;
	padding: 0;
	color: #aaa;
	font-size: .65em;
}
.rectangle {
	background-color: white;
	border: 1px solid #aaa;
	margin: 1px;
	height: auto;
	padding: 1px 5px;
}
footer a, footer a.hover, footer a.visited {
	color: #aaa;
	text-decoration: none;
}


/* Retour en haut de page */
.backtotop {
	margin: 123px 0 -90px 0;
	width: 25px;
	height: 33px;
	background: transparent url(../images/top.png) no-repeat 0 0;
}
.backtotop:hover { background-position: 0 -33px; }
