/* CSS Document */
Body {
	margin: 0;
	font-family: "Century Gothic";
	color: #FFFFFF;
	font-size: 14px;
}
img.png {
	behavior: url(images/png.htc);
}
#CadreGeneral {
	border: solid 1px #A5C9EF;
	border-top: 0;
}
li {
	list-style: square;
}
input {
	border: solid 1px #FFDF00;
	background-color: #FFFFFF;
	color: #000000;
}
textarea {
	border: solid 1px #FFDF00;
	background-color: #FFFFFF;
	color: #000000;
}



.trois_points {
	font-weight: bold;
	color: #000000;
	font-size: 16px;
}
.TITREjaune {
	font-size: 14px;
	color: #FFDF00;
	font-weight: bold;
}
.TITREOrange {
	font-size: 16px;
	color: #FFDF00;
	font-weight: bold;
}
.PiedPagenoir {
	color: #000000;
	font-weight: bold;
}
.PiedPageblanc {
	color: #ffffff;
	font-weight: bold;
}
.SSmenu {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

.LiensJaunes {
	color: #FFDF00;
	text-decoration: none;
}
.LiensJaunes:hOver {
	color: #FF9900;
	text-decoration:underline;
}
.LiensNoir {
	color: #000000;
	text-decoration: none;
}
.LiensNoir:hOver {
	color: #333333;
	text-decoration:underline;
}
.DbgL {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.DbgL:hOver {
	text-decoration: underline;
}