/*-------- BOUM BURGER ---------*/
/*	Site développer  par		*/
/*		www.creaam.com			*/
/*------------------------------*/

*{margin:0; padding:0;}

html, body {
	font: 85% MS Shell Dlg, Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
	background:#EEEEEE;
	overflow: hidden;
	color:#FFFFFF;
	text-align: center;
	}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #CCCCCC;
	background: #333333;
	padding:3px;
	margin-bottom:10px;
	}

#conteneur { 
	width: 100%;
	height: 100%;
	}



#centre {
	width: 100%;
	height: 100%;
	}

/*#centre p {
	font-size:1.5em;
	}

les liens
#centre a {    
	text-decoration:none;
	color:#f49f19; 
	font-weight:bold; 
	} 
	
#centre a:hover { 
	text-decoration: underline;
	}*/

#no_flash {/*contenant l'animation flash + texte alternatif*/
	width:600px;
	position:relative;
	margin:100px auto 0 auto;
	border:1px solid #333333;
	padding-bottom:20px;
	}
	
#no_flash p {
	color: #666666;
	text-align:center;
	}
	
#no_flash a {
	color: #FF0000;
	}
	
#no_flash a:hover {
	text-decoration:underline;
	color: #FF9900;
	}
	
.spacer {
	clear: both;
	visibility:hidden;
	}



