*{
    margin:0;
    padding:0;
}
#infos_site{
    margin-top:20%;
    text-align:center;
    font-size:0.8em;
    font-family:arial;
}

#global{
    position:relative;
    padding-top:1px; /* Eviter le margin collapse */
    margin:0 auto;
    background-image:url('images/global.jpg');
    width:1000px;
    height:750px;
}
#entrer_site{
    display:block;
    position:absolute;
    width:100%;
    height:100%;
	top:0;
	left:0;
}
/*Hack IE 6*/
* html #entrer_site{
	background-image:url('images/blank.png');
}
/*Hack IE 7*/
*+html #entrer_site{
	background-image:url('images/blank.png');
}

#infos_site h1{
    margin:15px 0;
    font-size:3.2em;
}

#infos_site h2{
    margin:15px 0;
    font-size:2.8em;
    font-weight:normal;
}

#infos_site p{
    margin:5px 0;
    font-weight:bold;
}

.to_up{
    text-transform:uppercase;
}


