body {
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-attachment: scroll;
}
a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color:#333333;
	font-size: 12px;
	font-style: italic;
	font-weight: bolder;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
}
/*variables pour les textes et liens externes*/

.small {
	font-size: 10px;
}
.ital {
	font-style: italic;
}
.gras {
	font-weight: bold;
	font-size: 14px;
}
.ext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
a:hover.ext {
	font-size: 10px;
	color: #333333;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
}

/*bannieres et boites*/

.bh {
	background-image:  url(../images/banniere.gif);
	height: 130px;
	width: 760px;
}
.bb {
	background-image:  url(../images/banniere_bas.gif);
	width: 760px;
	height: 10px;
}
.menu {
	width: 170px;
	height: 10px;
	top: 110px;
	left: 558px;
	z-index: 1;
	position: absolute;
}
.content {
	width: 760px;
	text-align: justify;
}
.pied {
	width: 170px;
	margin-top: 1px;
}
.top {
	width: 10px;
	margin-left: 740px;
}