BODY {
	color: #545073;
	background-color: #E7E7E7;
	font-family: Arial;
	font-size: 10pt;
}

H1 {
	color: #FBC855;
}

A {
	color: #545073;
}

A:HOVER {
	color: #545073;
	text-decoration: none;
}

TD {
	font-family: Verdana;
	font-size: 10pt;
}

#copyright {
	color: Gray;
	font-size: 8pt;
	padding-bottom: 5px;
	font-family:arial;
}
#cadrePrincipal {
	background: White;
	border: 1px solid #16528E;
	min-width: 760px;
	width: 760px;
	max-width: 760px;
	margin-top: 30px;
	background-image: url(img/courbe_bas.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	min-height: 491px;
	height: 491px;
}

#cadreContenu {
	background-image: url(img/courbe_menu.gif);
	background-repeat: no-repeat;
	background-position: top left;
	min-width: 556px;
	width: 556px;
	max-width: 556px;
}

.webeditionCadre {
	background-image: url(img/boite.gif);
	background-repeat: no-repeat;
	background-position: top left;
}


#cadreMenu {
	min-width: 178px;
	width: 178px;
	max-width: 178px;
	border: 1px solid #545073;
	border-bottom: 0px;
}

#cadreMenu.TD {
	background-color: red;
}