.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
}
body {
	background-color: #F1DDC5;
}
.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7D0000;
	text-decoration: none;
}
.tableau {
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #FF9853;
}
 
ul {
list-style-type: none;
width: 600px; /* précision pour Opera */
}

.menu li {
float: left;
}

.menu a {
	margin: 0 2px;
	width: 130px;
	height: 15px;
	display: block;
	text-align: center;
	border: 1px solid gray;
	text-decoration: none;
	color: #C46209;
	background: #FFB888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.menu a:hover {
background: #ccc;
border: 1px solid gray; 
}

.menu a:active {
background: gray;
border: 1px solid gray; 
color: #fff;
}
.mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 300px;
left : 10px;
color: #000;
background-color: #ddd;
}
a.test {text-decoration: none;
color: #222;
}
a.test:hover{text-decoration: underline;
}
.tableauindex {
	border: 1px double #666666;
}
.tableau-detail {

	border: 1px dashed #CC0000;
}
.admin {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
}
