html, body {
	margin:0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-repeat: repeat;
	background-color: #171717;
}
.entete {
   height: 20%;
}
.contenu {
   height: 75%;
}
.menu {
   float: left;
   width: 200px;
   height: 100%;
   color: #ffffff;
}
.centre {
   margin-left: 200px;
}
.pied {
   background-color: #171717;
   height: 5%;
}
.fond1 {
	background-image:  url("fond_inter1.jpg");
	background-repeat: repeat-x;
}
.fond2 {
	background-image:  url("fond_inter2.jpg");
	background-repeat: repeat-x;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	/*background-color: #FF0000;*/
}
.ascenceur{
width:550;
height:auto;
overflow:scroll;
}
.textesNoir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
ul#menuPied {
list-style-type: none;
width: 100%; /* précision pour Opera */
font-size: 12px;
}
ul#menuPied li {
float: left;
}
ul#menuPied a {
	float: left;
	margin: 0 2px;
	padding-left: 20px;
	text-align: center;
	color: #fff;
	border: Aucune;
	text-decoration: none;
	background: url(../images/puce0.gif) center left no-repeat;
	padding-right: 5px;
}
ul#menuPied a:hover {
color: #f00;
background-image: url(../images/puce1.gif);
}
.texteGris {color: #9C9A9C}
#menuBas {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url(../images/menuIndex.jpg);
	background-repeat: no-repeat;
	width: 800px;
}
#menuBas li {
	display: inline;
	margin-right: -4px ;
			}
#fondMenuBas {
	background-image: url(../images/fond_bouton.gif);
	background-repeat: repeat-x;
	width: auto;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
}
#global {
	background-image: url(../images/fondHaut.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 38px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}	
#posiNews {
	width: 305px;
	padding: 0px;
	text-align: right;
	position: relative;
	margin: 0px;
	top: 10px;
	left: 410px;
}.texteVert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00FF00;
}
.textJaune {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
}
