@charset "utf-8";
/* CSS Document */

#intro{
position:absolute; 
left: 50%;  
top: 50%; 
width: 500px; 
height: 500px; 
margin-top: -250px; /* moitié de la hauteur */ 
margin-left: -250px; /* moitié de la largeur */ 
}

body {
color:#999; 
background-color:#111;
font-size:11px;
font-family:Verdana, Helvetica, sans-serif;
letter-spacing:0.5px;
line-height:18px;
background-image:url(../img/testback.jpg);
background-repeat:no-repeat;}

h1 {font-size:80px; color:#fff;; letter-spacing:-1px; font-family:"Garamond", "Garamond Premier Pro", "GaramondPremierPro", "Garamond Premr Pro", "GaramondPremrPro", "Adobe Garamond Premier Pro", "AdobeGaramondPremierPro", "Adobe Garamond Premr Pro", "AdobeGaramondPremrPro", serif;}
h2 {font-size:50px; color:#bbb; line-height: 59px; letter-spacing:-1px; border-top: 1px solid #444; border-bottom: 1px solid #444; font-family:"Garamond", "Garamond Premier Pro", "GaramondPremierPro", "Garamond Premr Pro", "GaramondPremrPro", "Adobe Garamond Premier Pro", "AdobeGaramondPremierPro", "Adobe Garamond Premr Pro", "AdobeGaramondPremrPro", serif;}
h3 {font-size:20px; color:#000; background-color:#ccc; padding-left:4px; height:30px; line-height: 28px; letter-spacing:-0.5px; border-top: 1px solid #444; border-bottom: 1px solid #444; font-family:"Garamond", "Garamond Premier Pro", "GaramondPremierPro", "Garamond Premr Pro", "GaramondPremrPro", "Adobe Garamond Premier Pro", "AdobeGaramondPremierPro", "Adobe Garamond Premr Pro", "AdobeGaramondPremrPro", serif;}
h4 {font-size:20px;}

a:link {color:#ccc; text-decoration:none;}
a:visited {color:#ccc; text-decoration:none;}
a:hover {color:#ccc; text-decoration:underline;}

.release { font-size:11px; background-color:#ccc; color:#111; padding-left:3px; font-weight:bold;}
.small { font-size:9px; }

#header{
height:80px; 
line-height:100px; 
margin-bottom:20px; 
padding-bottom:10px;
border-bottom:1px solid #444; 
border-top:1px solid #444;} 

#navigation{}
#content{}

/*menu de coté*/
#menu{}
#menu ul {
	margin-left:-30px;
	list-style-type: none;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;}
#menu a {
	border-top: 1px solid #222; border-bottom: 1px solid #222;
	display: block;
	padding: 3px;
	margin-top:-1px;}
#menu a:link, #menu a:visited{
	color:#666;
	text-decoration: none;}
#menu a:hover{
	background-color: #ccc;
	color: #000;}


