body		{
		margin: 0;
		padding: 0;
		background: #000000;
		font: 12px Century Gothic, Verdana;
		color: #000;
		}
		
a		{
		float: right;
		padding: 0px 16px 1px 16px;
		-moz-border-radius-bottomright: 12px;
		-webkit-border-bottom-right-radius: 12px;
		-moz-border-radius-bottomleft: 12px;
		-webkit-border-bottom-left-radius: 12px;
		background: #ccc;
		margin-right: 15px;
		color: #000;
		text-decoration: none;
		font-weight: bold;
		}

a:hover	{
		background: #313131;
		color: #fff;
		}
h1		{
		font: 15px Century Gothic, Verdana;
		color: #000;
		letter-spacing: 2px;
		font-weight: bold;
		}
		
h3		{
		font: 12px Century Gothic, Verdana;
		text-align: right;
		font-weight: bold;
		}

			
#site	{
		background: url('../images/construction.png') no-repeat top left; 
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		width: 700px;
		height: 430px;
		border: 3px solid #313131;
		margin: auto;
		text-align: left;
		margin-top: 100px;
		}

#accueil{
		padding: 0px 10px 0px 10px;
		margin-top: 270px;
		float: right;
		width: 680px;	
		background: #FFF;
		color: #313131;	
		filter : alpha(opacity=75);
		-moz-opacity : 0.75;
		opacity : 0.75; 		
		}