html {
margin: 0;
padding: 0;
}

body {
margin: 0;
padding: 0;
background-color:#111111;
background-image:url(images/site/background.png);
} 

a:link {
text-decoration: none;
font-size: 10px;
font-weight: normal;
color: #000000
}

a:visited {
text-decoration: none;
font-size: 10px;
font-weight: normal;
color: #000000
}

a:hover {
text-decoration: underline;
font-size: 10px;
font-weight: normal;
color: #000000
}

.copy {font: 9px BankGothic Lt BT, Arial, sans-serif; color: #999999;}

.image {
border-style:solid; 
border-width:1px;
border-color:#999999;
padding:5px;
}

#erreur{
	  position:absolute;
     left: 50%; 
     top: 50%;
     margin-top: -110px; /* moitié de la hauteur de l'image */
     margin-left: -195px; /* moitié de la largeur de l'image */
 } 
 
#erreur h1{
font: normal BankGothic Lt BT, Arial, sans-serif; 
font-size: 50px;
color: #FFFFFF; 
text-align:center;
}

#container
{
border-style:solid; 
border-width:1px;
border-color:#336699;
background-color:#FFFFFF;
width: 730px;
height: 650px;
margin-left: auto;
margin-right: auto;
margin-top:0px;
margin-bottom:0px;
	 }

#header {
height: 130px;	 	 
}
	 
#content {
padding-left:15px;
padding-right:15px;
height: 300px; 	 
}

#content h1{
font: normal 100% BankGothic Lt BT, Arial, sans-serif; 
font-size: 10px;
color: #000000; 
text-align:justify;
float:left;
width: 320px;
}

#content h2{
padding-top:15px;
text-align:right;
float:right;
width: 300px;
}

#content h3{
font: normal 100% BankGothic Lt BT, Arial, sans-serif; 
font-size: 10px;
color: #000000; 
text-align:justify;
width: 320px;
}

#content h4{
text-align:justify;
}

#footer {
padding:15px;
height: 175px;
width: 700px;	
font: normal 100% BankGothic Lt BT, Arial, sans-serif; 
font-size: 9px;
color: #999999; 
padding-top:10px;
margin-bottom:30px;
}

#footer h1{
float:left;
margin-top: 12px;
margin-left: 10px;
width: 190px;
}

#footer h2{
float:right;
width: 500px;
}

#tweeter {
width: 730px;
text-align: left;	
}


