/* Personalisation des styles de la barre de menu
* Par défaut elle à l'apparence des menus systèmes.
*
* Copyright 2005 - Stéphane Reuille
* http://www.rs-dev.com
*/

/* Contenu de la page */
#RSmenuContent{
	position:relative;
	width:100%;
	/*height:600px;
	* le padding-top doit etre égal à la hauteur de la barre de navigation
	* afin que la barre de navigation ne cache rien de votre document.
	* Defaut : 22px
	*/
	padding-top:0px;
	z-index:1;
}

/* Style de la barre de menu */
#RSnav{
	position:absolute;
	/* hauteur de la barre 
	* Defaut : 22 pixels
	*/
	height:22px; 
	/* position de la barre dans la hauteur 
	* Defaut : 0
	*/
	top:10px; 
	/* position de la barre par rapport à la gauche du document 
	Defaut : 0;
	*/
	left:5px; 
	/* longueur de la barre de fond 
	* Defaut : 100%
	*/
	width:980px; 
	/* marges de la barre 
	* Defaut : 0px -2px 0px -2px
	*/
	margin-right:auto; 
	/*background: buttonface;
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;*/
	margin-left:auto; 
	z-index:3;
}

#RSnav p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	background:#000;
	/*border: 1px solid buttonface;*/
	/*width:800px;*/
	margin:0 0 0 -4.5em;
	padding:0;
}
#RSnav ul{
	/*background: buttonface;*/
	/*border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;*/
	z-index:2;
}

#RSnav a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	padding:0;
	margin:0;
}
#RSnav p a{
	color:#FFCCCC;
	text-decoration:none;
	font-weight:bold;
	padding:0;
	margin:0;
}

#RSnav a:hover{
	color:#FFCCCC;
	font-weight:bold;
	text-decoration:none;
}

#RSnav li {
	color:#FFF;
	list-style-type:none;
	margin:0;
	padding-top:3px;
	display:table-cell;	
	line-height:1.5em;
	font-size:9px;
}

#RSnav li a{
	/*display:block;*/
	border: 0;
}
.grat a:link {
	/*position:relative;*/
	top:0px;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
	}
.grat a:hover {
	/*position:relative;*/
	top:0px;
	margin-left:auto;
	margin-right:auto;
	color:#000000;
	}
.grat a:visited {
	/*position:relative;*/
	top:0px;
	margin-left:auto;
	margin-right:auto;
	color:#000000;
	}


/*#RSnav img{
	vertical-align:middle;
	margin-right:5px;
	border:0;
}*/