body {
	padding:0px;
	margin:0px;
	background:url(images/fond.png);
	font-family:trebuchet ms;
	font-size:13px;
}
acronym {
	cursor:help;
	border-bottom:1px dotted black;
}
img {
	border:0px;
}
hr {
	clear: both;
	visibility:hidden;
}
ul {
	list-style-type: none;
	width: 100%;
	margin:0px;
	padding:0px;
}
p {
	padding-left:22%;
	padding-right:5%;
}
li {
	margin:0px;
	margin-bottom:2px;
	padding:0px;
}
a {
	color:maroon;
	text-decoration:none;
	height:1%;
}
a:visited {
	color:maroon;
	text-decoration:none;
}
a:hover
{
	color:maroon;
	text-decoration:underline;
}
h3 {
	margin-left:22%;
	width:75%;
	border-bottom:2px maroon dotted;
	font-size:12pt;
}
.bandeau {
	width:100%;
	padding:0px;
	margin:0px;
	height:150px;
}
.bandeau_hc {
	position:absolute;
	left:50%;
	margin-left:-212px;
	top:0%;
}
.bandeau_hg {
	position:absolute;
	left:0%;
}
.bandeau_hd {
	position:absolute;
	right:0%;
}
.milieu {
	width:100%;
	margin-top:-8px;
}
.menu_01 {
	width:20%;
	float:left;
	border:1px solid maroon;
	background:url(images/fond_menu.png);
	margin-right:20px;
}
.milieu h2 {
	font-size:12pt;
}
#menu_01 h2 {
	font-size:12pt;
	color:#760000;
	width:97%;
	padding-left:3%;
	border-bottom:1px solid maroon;
}
#menu_01 a {
	display: block;
	padding-left:10px;
	font-size:10pt;
	color:black;
	text-decoration:none;
}
#menu_01 a:visited {
	display: block;
	padding-left:10px;
	font-size:10pt;
	color:black;
	text-decoration:none;
}
#menu_01 a:hover {
	font-size:10pt;
	color:maroon;
	background:url(images/fond.png);
}
#menu_01 a:active {
	font-size:10pt;
	color:#760000;
}
.info {
	text-align:center;
	font-size:10pt;
}
.team {
	background:url(images/fond_team.png);
	border:1px solid maroon;
	width:70%;
	margin-left:22%;
	margin-bottom:10px;
	font-size:10pt;
}
.profil ul {
	list-style-type: none; /* on supprime les puces, inutiles */
	width: 100%; /* précision pour Opera */

}
.profil li { float: left;} /* on aligne les listes sur la gauche */

.profil a {
	margin: 0 2px;
	width: 150px; /* on définit la taille du bouton de menu */
	float: left;
	display: block;
	text-align: center;
	border: 1px solid maroon;
	text-decoration: none;
	color: #000;
	background:url(images/fond_menu.png);
}
#active a {
	background:url(images/fond_team.png);
	margin: 0 2px;
	width: 150px; /* on définit la taille du bouton de menu */
	float: left;
	display: block;
	text-align: center;
	border: 1px solid maroon;
	text-decoration: none;
	color: black;
} 
.profil a:hover {
	color: maroon;
	border: 1px solid black; 
}
form {
	padding-left:22%;
}