/* ******************************************************** PARTIE COMMUNE ********************************** */
body{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background-color: #fff;
	color: #000;
	margin: 0;
}
html, body {
	height: 100%;
	width: 100%;
}
table, tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #085898;
}
.cadre
{
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	border: 1px solid #B8B8B8;
}
/* ******************************************************** GESTION DES LIENS ****************************************** */
a {
	color: #AF0F01;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
/* ******************************************************** GESTION DES COULEURS ET BACKGROUND ********************************** */
.bg {
	background: #5486B2 url('/design/images/bg2.jpg') repeat-x top;
}
