p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-color: #CCDDFF;
	background-image: url(../images/fond.gif);
	background-repeat: repeat-y;
}
.soustitre {
	border: 1px solid #000066;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	cursor: hand;
	text-decoration: none;



}
.inverse {
	filter: FlipH;
}
a:link {
	text-decoration: none;
	color: #000000;

}
a:visited {
	text-decoration: none;
	color: #000000;

}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.descborder {
	background-color: #FFFFFF;
	border: 1px dotted #000066;
	margin: 5px;

}

