/*
	 CSS- Gilles Bailleux
	 by Olivier Bombarda
	 
*/
body, html { background: #fff; font: 12px/20px Helvetica, Arial, sans-serif; }
@font-face { font-family: myFirstFont; src: url("../polices/Helvetica-Light-gb.eot") /* EOT file for IE */}
@font-face { font-family: myFirstFont; src: url("../polices/Helvetica-Light-gb.ttf") /* TTF file for CSS3 browsers */ }
#images { position: absolute; left: 50%; margin-left: -400px; top: 50%; margin-top: -250px; }
#main {	position: relative; top: 5%; vertical-align:middle; height:100%; }
h1 {  font-size: 35px; font-weight: bold; letter-spacing: -1px;  line-height: 10px;  }
h2 { font-family: "myFirstFont", Helvetica, Arial, sans-serif; font-size: 30px; font-weight: normal; letter-spacing: +0px; line-height: 10px; color: #999; }
h3 { font-family:"myFirstFont", Helvetica, Arial, sans-serif; font-size: 15px; font-weight: normal; letter-spacing: +0px; line-height: 10px; color: #000; }
h4 { font-family:"myFirstFont", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal; letter-spacing: +0px; line-height: 2px; color: #000; }
a:link { color: #000; text-decoration: none; }
a:visited {	text-decoration: none; color: #000;}
a:hover { text-decoration: none;	color: #000; }
a:active { text-decoration: none; color: #D6D6D6; }
object{ position:relative;width:100%;height:600px }
h2,h3,h4,h5,h6 { font-family: myFirstFont, Helvetica, Arial, sans-serif; }
.link:hover{ text-decoration:none; font-weight:bold; }