/* CSS Document */

body {
	background:#000 url(img/index.jpg) fixed bottom left no-repeat;
	color:#999;
	margin:0;
	margin-right:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
}
a{
	color:#ED0A11;
	text-decoration:none;
}
h1, h2, h3{
	color:#ED0A11;
}
h1{
	font-size:2em;
}
h2{
	font-size:1.5em;
}
h3{
	font-size:1.2em;
}

/*Mise en page*/
#page{
	margin-left:280px;
	margin-top:100px;
	max-width:60%;
	min-width:10px;
	text-align:justify;
	padding-bottom:60px;
}
*body #page{
	padding-top:100px;
}
body>#titre{
	position:fixed;
	top:0;
	left:280px;
	width:60%;
	background:#000 url(img/titre.jpg) center no-repeat;
	height:50px;
	padding:10px 0;
}
body>#menu{
	position:fixed;
	top:70px;
	left:280px;
	width:60%;
	text-align:center;
	padding:5px 0;
	background:#000;
	border-bottom:1px solid #ED0A11;
}
#copy{
	width:60%;
	padding:5px 0;
	text-align:justify;
	font-size:0.8em;
	background:#000;
	border-top:1px solid #ED0A11;
	position: fixed;
	bottom:0;
	left:280px;
}

.gauche{
	float:left;
}
