html {
	background-color: #000000;
	height: 400px;
	width: 800px;
	margin:auto;
}

img {
border:none;
}
#menu {
	height: 65px;
	width: 800px;
	margin: auto;
}
#menu img {
border:none;
}

#sousmenu {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
}

#contenu {
	width: 800px;
	margin: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFCC99;
}

#left {
	margin: auto;
	width: 400px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFCC99;
}

#right {
	float: left;
	width: 400px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFCC99;
}

#footer {
	margin: auto;
	height: 65px;
	width: 800px;
}

.mauvais {
	text-align:center;
	color:red;
	font-weight:bold;
}

.bon {
	text-align:center;
	color:darkgreen;
	font-weight:bold;
}
.Style3 {font-size: 12px; font-style: italic; }
.Style4 {font-size: 14px; font-style: italic; }

.cligno {
	margin-left:2px;
	border-width:12px;
	border-style:dotted;
	text-align:center;
	font-size: 1.6em;
	font-weight:bold;
	color:#FFCC99;
	border-color:red;
}
.cligno2 {
	margin-left:2px;
	border-width:12px;
	border-style:dotted;
	text-align:center;
	font-size: 1.6em;
	font-weight:bold;
	color:red;
	border-color:#FFCC99;
}