@charset "UTF-8";
/* CSS Document */

body{
	padding: 0;
	margin: 0;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	}

#global {
	width:900px;
	margin: 0 auto;
}

#header {
	width:900px;
	height:123px;
}

#logo {
	width:238px;
	height:123px;
	background-image:url(../ressource/logo_petit.gif);
	background-repeat:no-repeat;
	float:left;
}

#logo_nuance {
	background-image:url(../ressource/nuances_logo.jpg);
	background-repeat:no-repeat;
	width:259px;
	height:91px;
	float:left;
	}
	
#form {
	float:left;
	width:390px;
	height:31px;
	}

#menu_haut {
	float:left;
	width:662px;
	height:32px;
	}


#flashcontent{
	background-color: #FFF;
	margin-bottom:0px;
	padding-top:12px;
	height:500px;
	clear:both;
	}

#flashcontent a{
	color:#666;
	}



#flashcontent p{
	color:#CCC;
	font-size:10px;
	margin-top:0;
	margin-bottom:0px;
	padding-top:10px;
	}
	

#mots_cle{
	text-align:center;
	}