
html {height: 100%; margin-bottom: 0px;}
body {margin:0; padding:0; color:#999999; 
font-size:x-large;
font-weight:bold;
background-color: #0B044F;
font-family:"Garamond", Hevetica;
height:100%; text-align:center;}
		


/************************************************
*	Home  									*
************************************************/

.bloc1 {
background-color: #0B044F;
height: 25%;
}
.bloc2 {

background-color: #0B044F;
height: 254px;
	 width:100%;
} 

.bloc3 {
background-color: #0B044F;
height: 30%;
} 
ul {
	margin-top: 20px;
	list-style-type: none;
}

ul li a { text-decoration:none;
font-size:xx-large;
font-weight:bold;
color:red;}
ul li a:hover { text-decoration:underline;;}

