#principal {
	min-width: 780px;
	width: 780px;
	border-collapse: collapse;
	background-color: #222222;
	margin: auto;
}

#principalNL {
	width: 650px;
	border-collapse: collapse;
	background-color: #222222;
	margin: auto;
}

#entete {
	width: 100%;
	text-align: center;
}

#bandeau {
	width: 100%;
	text-align: center;
}

#corp {
	float: left;
	width: 82%;
	height: auto;
	min-height: 460px;
	text-align: left;
	z-index: 1;
}

#pub {
	float: right;
	width: 17%;
	text-align: center;
}

#showimage{
	z-index: 2;
	position:absolute;
	visibility:hidden;
	padding:10px;
	background-color: #888888;
	border: 5px solid #DDDDDD;
}

#dragbar{
	cursor: hand;
	cursor: pointer;
	background-color: #888888;
	min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
	font-weight: bold;
	margin-right: 1px;
	height : 18px;
	color:#1B7FBB;
	color:yellow;
}



p {
	font-family: "Trebuchet MS";
	font-size: 85%;
	color: white;
}

table {
	width: 100%;
	border-collapse: collapse;
}

.leTitre:first-letter {
	font-size: 115%;
}
.leTitreNL:first-letter {
	font-size: 115%;
}

tr {
	line-height: 15px;
	text-align: justify;
	border-width: 0px;
}

td {
	padding-left: 10px;
	padding-right: 10px;
}

a:link {
	color: white;
}
a:visited {
	color: white;
}
a:hover {
	color: red;
}



dr, dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu {
	width: 100%;
	height: 30px;
}
#menu dr {
	clear: none;
	width: 100%;
}
#menu dl {
	float: left;
	width: 105px;
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
	cursor: pointer;
	margin-right: -4px;
}

#menu li {
	height: 20px;
	border: 1px solid black;
}

#menu li a, #menu dt a {
	text-decoration: none;
	display: block;
	height: 100%;
	color: black;
	padding-left: 10px;
	padding-right: 10px;
}

.boutonExt {
	border-collapse: separate;
	background-color: #777777;
	height: 20px;
	width: 120px;
	border: 1px solid white;
}

.boutonInt {
	background-color: #555555;
	text-align: center;
	border: 1px solid white;
	cursor: pointer;
}

.corpEntier {
	clear: both;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 1px;
	padding-right: 1px;
}

.corpGauche {
	float: left;
	width: 49.5%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 1px;
	padding-right: 1px;
}

.corpDroit {
	float: right;
	width: 49.5%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 1px;
	padding-right: 1px;
}

.centre {
	text-align: center;
}

.petite {
	font-size: 85%;
}

.grande {
	font-size: 115%;
}

.evidence {
	font-weight: bold;
	color: #F0F000;
}

.choixCouleur {
	border: 1px solid black;
	cursor: pointer;
	width: 1px;
}