body{
height : 100%; 
padding : 0;
margin : 0;
overflow : none; 
}

#background{
	position : fixed;
	height : 100%;
	width : 100%;
	top : 0;
	left : 0;
	margin : auto;
	background-color : #010F0F;
	background-repeat : no-repeat;
	background-position : center top;
	overflow: none;
}

#principale{
	position : fixed;
	z-index : 1;
	top : 0;
	left : 20.5%;
	height : 90.7%;
	margin : auto;
	width : 58%;
	background-image : url("body3.jpg");
	background-color : white;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
}

#principale2{
	position : fixed;
	z-index : 1;
	top : 0;
	left : 20.5%;
	height : 90.5%;
	margin : auto;
	width : 58%;
	background-image : url("body2.jpg");
	background-color : white;
	overflow-x: hidden;
	font-family : Calibri,Lucida Grande,Verdana,Arial,trebuchet MS,Sans-Serif;
	font-size: 17px;
	font-weight : normal;
	color: white;
}

#content{
	height : 95%;
	margin : auto;
	width : 80%;
	font-family : Calibri,Lucida Grande,Verdana,Arial,trebuchet MS,Sans-Serif;
	font-size: 17px;
	font-weight : normal;
	color: #2D2D2D;
}

#title{
	font-family : trebuchet MS;
	font-size : 20px;
	font-weight : bold;
	color : #2D2D2D;
	text-decoration : none;
}

#footer{
	height : 100%;
	width : 60%;
	margin : auto;
	bottom : 0;
}

#footback{
	position : fixed;
	height : 9.4%;
	width : 100%;
	margin : auto;
	bottom : 0;
}

#boutons{
	font-family : trebuchet MS;
	font-size : 18px;
	font-weight : bold;
	color : #01504D;
}

#boutons2{
	font-family : trebuchet MS;
	font-size : 14px;
	font-weight : bold;
	color : #01504D;
}

#boutons3{
	font-family : trebuchet MS;
	font-size : 18px;
	font-weight : bold;
	color : #01504D;
}

A:link {
	text-decoration: none;
	color : #2D2D2D;
}

A:visited {
	text-decoration: none;
	color : #2D2D2D;
}

A:active {
	text-decoration: none;
	color : #2D2D2D;
}

a.boutons {
	text-shadow: #FFFFFF 0px 0px 3px;
	text-decoration : none;
	font-weight : bold;
}
a.boutons:hover {
	color : #FFFFFF;
	font-size : 18px;
}

a.boutons2 {
	text-shadow: #FFFFFF 0px 0px 5px;
	text-decoration : none;
	font-weight : bold;
	font-size : 14px;
}

a.boutons2:hover {
	color : #0AAAAA;
	font-size : 14px;
	font-weight : bold;
}

h1 {
	text-shadow: #FFFFFF 0px 0px 5px;
	color : #01504D;
	text-decoration : none;
	font-weight : bold;
	font-size : 15px;
}

a.h1:hover {
	color : #0AAAAA;
	font-size : 14px;
	font-weight : bold;
}