body {
	background-color: #CCCCCC;
}

html,body,p,td,span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	font-weight: bold;
	text-decoration: underline;
	color: #666666;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000066;
}

a.petit {
	font-weight: bold;
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}

a.petit:hover {
	font-weight: bold;
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}

hr {
	color: #000066;
	height: 1px;
}

form {
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	clip:  rect(0px 0px 0px 0px);
}

a.sommaire {
	font-weight: bold;
	color: #000066;
	font-size: 14px;
	text-decoration: none;
}

a.sommaire:hover {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}

a.titre {
	font-weight: bold;
	color: #000066;
	font-size: 14px;
	text-decoration: none;
}

a.titre:hover {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}

table.cadre {
	 border: 1px solid #000066;
}

td.tete {
	 background-color: #000066;
	 background-repeat: no-repeat;
	 background-position: right;
	 padding-right: 10px;
}

td.tete2 {
	 background-color: #000066;
	 color: #CCCCCC;
	 font-size: 12px;
	 font-weight: bold;
}

td.soustete {
	 background-color: #666699;
	 color: #CCCCCC;
	 font-weight: bold;
	 font-size: 12px;
}