#attente
	{
	position : fixed;
	width : 96%;
	height : 96%;
	top : 2%;
	left : 2%;
	border : 1px solid #208040;
	-moz-border-radius: 5px 5px 5px 5px; 
	  -webkit-border-radius: 5px 5px 5px 5px;
	  -0-border-radius: 5px 5px 5px 5px; 
	  border-radius: 5px 5px 5px 5px;	background : rgba(255, 255, 255, 0.75);
	}

html
	{
	min-width : 860px;
	min-height : 100%;
	margin : 0px;
	padding : 0px;
	position : relative;
	font-family : sans-serif;
	background : black;
	padding-top : 10px;
	}
	
body
	{
	margin : 0px;
	padding : 0px;
	position : relative;
	height : 100%;
	}
	
	
img 
	{border : none;}
	
a:link, a:visited
	{
	text-decoration : none;
	color : inherit;
	}
	
h1, h2 
	{
	display : inline-block;
	}
#titre
	{
	position : relative;
	letter-spacing : 2px;
	font-family: 'Indie Flower', cursive;
	color : #20AA20;
	font-size : 2.75em;
	line-height : 50px;
	vertical-align : bottom;
	margin : 0px;
	margin-left : 30px;
	padding : 0px;
	}
#titre span
	{
	margin-left : 10px;
	font-size : 0.75em;
	}
	
#contenu
	{
	color : white;
	background : black;
	margin : 0px 20px;
	}