.clearer { clear : both; visibility : hidden; margin : 0; padding : 0; }

/* ---------------------
Haut de page (#top)
--------------------- */
#top {
	width : 900px;
	margin : 0 auto;
	padding-top: 20px;
}
#header {
	font : 1.2em "Lucida sans unicode", Lucida, Tahoma, Arial, sans-serif;
	width : 900px;
	color : #482018;
	margin : 0 auto;
	padding : 38px 0 30px 20px;
	background: url("images/fw.png") no-repeat 0 20px;
}
#header h1 { /* Titre et sous-titre du site */
	margin : 0; padding : 0 0 0 70px;
	font-weight : normal;
	letter-spacing : 1px;
	color : #333;
	display : inline;
}
#header h1 a { /* Lien du titre */
	text-decoration : none;
	color : #333;
}
#header p {
	color : #333;
	padding : 0 0 0 70px;
}
#top h1 a:hover {
	color : #777;
}
ul#access {
	margin : 0 auto; padding : 0;
	width : 900px;
	list-style-type : none;
}
ul#access li {
	float : right;
}
ul#access li a {
	display : block;
	padding : 4px 0 4px 20px;
	color :  #555;
	text-decoration : none;
	letter-spacing : 1px;
}
ul#access li a:hover, ul.access li.active a {
	text-decoration : underline;
}
#menu {
	background : #4C4C4C url("img/menu.png") no-repeat left;
	margin : -19px 0px 20px 0;
	height : 30px;
	width : 900px;
}
#menu ul {
	margin : 0 auto;
	padding : 0;
	width : 900px;
	list-style-type : none;
}
#menu .left li {
	float : left;
}
#menu .right li {
	float : right;
}
#menu li a {
	display : block;
	padding : 8px 10px 4px 26px;
	color :  #FFF;
	text-decoration : none;
	font-size : 1.1em;
	letter-spacing : 2px;
	/*background : url("img/icones.png") no-repeat 0 -153px;*/
}
#menu li a:hover, #menu li a.active {
	/*background : url("img/icones.png") no-repeat 0 -121px;*/
}
#menu li#static-home { padding-left:5px; }
#menu li#static-home a {
	background : url("img/icones.png") no-repeat 0 -90px;
	padding : 5px 10px 4px 18px;
	height : 16px;
}
#menu li#static-home a.active, #menu li#static-home a:hover {
	background : url("img/icones.png") no-repeat 0 -58px;
	padding : 5px 10px 4px 18px;
	height : 16px;
}
#menu ul.right li a {
	background : url("img/icones.png") no-repeat 0 -249px;
	padding : 5px 10px 4px 18px;
}
#menu ul.right li a:hover {
	background : url("img/icones.png") no-repeat 0 -217px;
	padding : 5px 10px 4px 18px;

a
{
color: #4c96d1;
text-decoration: none;
outline-width: medium;
outline-style: none;
outline-color: -moz-use-text-color;
}

a:hover
{
color: #333333;
}

a:focus
{
outline-width: medium;
outline-style: none;
outline-color: -moz-use-text-color;
}
