*{
margin: 0px;
padding: 0px;
border:none;
}
body {
     margin:0px;
     padding:0px;
     background: #fff;
     font-family: Georgia, Times, Arial;
     font-size: 0.8em;
     color: #808477;
     font-weight: normal;
	 text-align: justify;
}
#global {
     position:absolute;
     width: 630px;
     left: 50%;
     margin-left: -315px; /* moitié de la largeur */
     top: 0px;
}
#top {
	 clear: both;
     width: 630px;
}
#logo {
	 float: left;
	 width: 160px;
	 padding: 10px 0 0 5px;
}
#titre {
	 float: left;
	 width: 400px;
	 padding: 0 0 0 50px;
}
#bloc {
}
#ligne-galerie {
	 clear: both;
     width: 630px;
}
#vignette {
	 float: left;
	 width: 100px;
	 height: 74px;
	 margin: 0 5px 5px 0;
	 background: #eeeac6;	
}
h1 {
     font-size: 2.0em;
     font-weight: bold;
     line-height: 60px;
}
h2 {
     font-size: 1.5em;
     font-weight: normal;
     line-height: 35px;
}
.blanc {
     font-size: 2.0em;
     color: #ffffff;
     font-weight: normal;
}
a:link, a:visited {
     font-size: 1.5em;
     color: #333333;
     font-weight: bold;
     text-decoration: none;
}
a:hover {
     text-decoration: underline;
}
