#content-box
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	margin: 0px auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #0099ff;
	font-size: 12px;
}

#content-box-top
{
	position: relative;
	top: 0px;
	background-image: url(../img/cadre_h.gif);
	width: 760px;
	height: 50px;
}

#content-box-middle
{
	position: relative;
	top: 0px;
	background-image:url(../img/cadre_m.gif);
	background-repeat: repeat-y;

	width: 760px;
	min-height: 800px;
}

#content-box-bottom
{
	position: relative;
	top: 0px;
	background-image: url(../img/cadre_b.gif);
	width: 760px;
	height: 50px;
}

/* ---------------------- TEXTES ---------------------- */
.titre
{
	font-size: 16px;
	font-weight:bold;
	color: white;
}
.texteei {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990099;
}
a.general
{
	text-decoration: none;
	color: #336699;
	font-weight:bold;
}
a.general:hover
{
	color: #373737;
	text-decoration: none;
	font-weight:bold;
}
a.general:visited
{
	color: #003366;
	text-decoration: none;
	font-weight:bold;
}
img
{
	border: 0px;
}
a.bottom
{
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: white;
}
a.bottom:hover
{
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: white;
	font-weight:bold;
}
