/* ***********************************************************	*/
/* Kodama - CSS */
/* ***********************************************************	*/

body 
{
	margin: 0px;  padding: 0px;
	font-weight : normal; 
	font-size : 14px; 
	font-family: arial,helvetica,geneva,sans-serif;
	color :#000000;
	
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center top; 
	background-size: auto;
	
	
}

img {border:0px;}

a, a:visited
{ 
	font-weight: normal;
	color: #37B8FB;
	text-decoration: none; 
	cursor:pointer;
}

a:hover, a:active{color:#FFCF40; text-decoration:none;}


/* ***********************************************************	*/
/* Déclaration Font */	
@font-face 
{
    font-family: "ASENINE";
    src: url('font/ASENINE.ttf');
}


/* ***********************************************************	*/
/* Contenu */
.contenu
{
	width:100%;
	text-align:center;
}

.message_attente
{
	margin:auto;
	margin-top:5%;
	width:100%;
	max-width:1000px;
	min-width:400px;
	
	text-align:center;
	color:#999999;
	font-family: arial,helvetica,sans-serif;
	font-size:1em
}

.message_attente img{width:100%;}
