/*	-------------------------------------------------------------
	Nom du client
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Structure du site
	Nom fichier:	structure.css
	Version:		1.0
	Date:			29/07/2007
	-------------------------------------------------------------	*/


/*	-------------------------------------------------------------
	General
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


body {
	background-color: #000;
	background-image:url(../images/fondvisuel1.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 20px;
	margin:0px;
}


td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}


/*	-------------------------------------------------------------
	Mise en page
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#container {
	display:block;
	text-align: left;
	visibility: visible;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 960px;
}



.keywords { 
	color:#01415D;
	text-decoration:none;
	padding:5px;
	display:block;
	float:left;
	line-height:20px;
}
.Keyword5 { font-size:11px; color:#A4CEF4; }
a.Keyword5:hover { background:#A4CEF4; color:#fff; }
.Keyword4 { font-size:13px; color:#83C8E7; }
a.Keyword4:hover { background:#83C8E7; color:#fff; }
.Keyword3 { font-size:15px; color:#0674A5; }
a.Keyword3:hover { background:#0674A5; color:#fff; }
.Keyword2 { font-size:18px; color:#056590; }
a.Keyword2:hover { background:#056590; color:#fff; }
.Keyword1 { font-size:22px; }
a.Keyword1:hover { background:#01415D; color:#fff; }




/*	-------------------------------------------------------------
	Menu
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#menu {
  height:48px;
  list-style:none;
  margin:0;
  padding:0;
  overflow:hidden;
}
#menu li { float:left;margin:0;padding:0; }
#menu li a {
  display:block;
  position:relative;
  top:0;
  left:0;
  text-decoration:none;
}
#menu li a:hover, #menu li a.select {
  top:-48px;
  text-decoration:none;
  border:0px solid transparent;
}



/*	-------------------------------------------------------------
	Positionnement
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	






/*	-------------------------------------------------------------
	Autres classes
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/







