#global {
		height:100%;
		width:100%;
		} 
#global2 {
		height:100%;
		width:100%;
		} 
.footer { 
		font-size: 14px;
		font-family: arial;
		color: #FFFFFF;
		font-weight: normal;
		text-align: center;
		}
.footer2 { 
		font-size: 10px;
		font-family: arial;
		color: #FFFFFF;
		font-weight: normal;
		text-align: center;
		}
#en-tete {
		float:left;
		position:relative;
		z-index: 8;
		background:url(../images/fond.gif) repeat;
		background-position:left bottom;
		font-size: 80%;
		line-height: 1.6;
		font-family: tahoma,arial,helvetica,"bitstream vera sans",sans-serif;
		color:#000;
		}
/* position de l'ensemble du menu */
#en-tete ul {
		text-align: center;
		margin:16px 0 0 0;
		padding:0;
		list-style:none;
		}
/* espace entre les rubriques */
#en-tete li {
		float:left;
		}
/* espace entre le coin gauche et le texte */
#en-tete a {
		float:left;
		text-decoration:none;
		letter-spacing:1px;
		margin-left:80px;
		padding-left:20px;
		background:url(../images/coin-gauche.gif) 0 0px no-repeat;
		}
/* espace entre le coin droit et le texte */
#en-tete span {
		float:left;
		padding:4px 20px 3px 0;
		background:url(../images/coin-droit.gif) 100% 0px no-repeat;
		color:#fff;
		}
/* Le survole */
#en-tete a:hover,#en-tete a:focus {
		background-position:0 -50px;
		}
#en-tete a:hover span,#en-tete a:focus span {
		background-position:100% -50px;
		}

/* supprimer les pointillés Firefox */
a{outline: none;}
:focus{-moz-outline-style: none;}