.conteneur {
	background-color: #000000;
	width: 800px;
	height: 100%; /* moitié de la largeur */
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.header {
	background-color: #000000;
	text-align: center;
	width: 780px;
	margin: auto;
}
.middle {
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
	width: 800px;
}
.coloneone {
	width: 240px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
.colonetwo {
	float: left;
	width: 240px;
	margin-right: 5px;
	margin-left: 5px;
}
.colonethree {
	float: left;
	width: 240px;
	margin-right: 5px;
	margin-left: 5px;
}
.entete1 {
	background-color: #000000;
}
.content1 {
	margin: 5px;
	border: 3px solid #FE45AD;
}
.contentmiddle {
	border: 3px solid #FE45AD;
	margin-right: 5px;
	margin-left: 5px;
}
.ilestnul {
	margin-right: 2px;
	margin-left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.notation {
	margin-right: 2px;
	margin-left: 2px;
}

.bouton {
	background-color: #FE45AD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.boxinfo {
	 display:none;
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 400px;
     height: 250px;
     margin-top: -125px; /* moitié de la hauteur */
     margin-left: -200px; /* moitié de la largeur */
     border: 1px solid #000000;
	 filter:alpha(opacity=95);
	 -moz-opacity:.95;
	 opacity:.95;
	 background-color:#333333;
	 overflow:auto;
     }
.sel {
	 display:none;
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 600px;
     height: 500px;
     margin-top: -250px; /* moitié de la hauteur */
     margin-left: -300px; /* moitié de la largeur */
     border: 1px solid #000000;
	 filter:alpha(opacity=95);
	 -moz-opacity:.95;
	 opacity:.95;
	 background-color:#333333;
	 overflow:auto;
	 padding: 5px;
     }




body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body,td,th {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}

.lesplus {
	margin: 5px;
	border: 1px dotted #FF00FF;
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.message {
	text-align: center;
	color: #FF0000;
	width: 750px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}


.displaysel {
	color: #0066FF;
	cursor: help;
}.partenaire1 {
	border: 1px dotted #FE45AD;
	width: 70%;
	padding: 5px;
	margin: auto;
}
.code {
	background-color: #CCCCCC;
	color: #FF0000;
}
.footer {
	width: 750px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
}
.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
