/*** STRUCTURE GLOBALE ***/

html, body {
	margin: 0px;
	height: 100%;
	text-align: left;
	background-color: #ECEDED;
}


/*** MENUS ***/

.fd_rubrique01 {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(img/fd_rubrique01.jpg);
	background-repeat: no-repeat;
}
.menu {
	font-family: Arial;
	font-size: 12px;
	color: #9062A2;
}
a.menu {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:hover {
	font-family: Arial;
	font-size: 12px;
	color: #9062A2;
	text-decoration: none;
}


/*** TEXTES ***/

.titre {
	font-family: Arial;
	font-size: 14px;
	color: #9062A2;
	font-weight: bold;
}
.soustitre {
	font-family: Arial;
	font-size: 11px;
	color: #9062A2;
	font-weight: bold;
}
.texte {
	font-family: Arial;
	font-size: 11px;
	color: #58585A;
	padding-left: 15px;
}
a {
	color: #9062A2;
	text-decoration: none;
}
a:hover {
	color: #9062A2;
	text-decoration: underline;
}


/*** FRAME ***/

#frame {
	overflow: auto;
	position: absolute;
	visibility: visible;
	z-index: 1;
	width: 335px;
	height: 227px;
}
