p,h2,h3,ol,ul,td,li,span {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #585F6B;
}
p,li,table,span {
	font-size: small;
}
table.sbord {
	border-collapse: collapse;
	border-color: #585F6B;
	margin:	10px;
}
table.sbord td,th {
	border-color: #585F6B;
}
a:link, a:active {
	color: #418776;
}
a:visited {
	color: #585F6B;
}
a:hover {
	color: #5BAD99;
}
a[name]:hover {
	text-decoration: inherit;
	color: inherit;
	background: inherit
}
h2 {
	color: #FFFFFF;
	font-size: x-large;
	margin-bottom: 0px;
}
h2 b {
	color: #F6D707;
}
h3 {
	color: #094C81;
	margin-top: 30px;
	margin-left: -25px;
}
#container {
	min-height: 0;					/* Evite que IE7 ne mange une partie du bord (bug clear, voir hasLayout) */
	_height: 0;							/* Evite que IE6 ne mange une partie du bord (bug clear, voir hasLayout) */
	margin-top: 40px;	
	margin-right: 4%;
	margin-left: 4%;
	border: 1px solid #11375B;
}
#banner {
	background-image: url(../img/banner.jpg);
	background-repeat: repeat-x;
	height: 180px;
	background-color: #BFD3F6;
}
#banner table {
	background-image: url(../img/tenclips.jpg);
	background-repeat: no-repeat;
}
#pda {
	position: absolute;
	right: 80px;
	top: 60px;
	float: right;
}
#bod {
	margin: 30px;
}
#bod li,#bod table {
	margin-left: 30px;
}
#bod ul {
	margin-left: 0.5em; 	/*removes indent IE and Opera*/ 
	padding-left: 0.5em; 	/*removes indent Mozilla and NN7*/ 
} 
#accroche {
	float: right;
	width: 350px;
	margin-left: 40px;
	margin-bottom: 30px;
}
#accroche table {
	margin: 0px;
}
#accroche td {
	font-weight: bold;
	color: #094C81;
}
div#navbar {
	padding-bottom: 30px;
}
div#navbar span a {
	text-decoration: none;
	font-weight: bold;
	padding: 5px 0;
	width: 100px;
	background: #5BAD99;
	color: #FFFFFF;
	float: left;
	text-align: center;
	border: 1px solid #FFFFFF;
}
div#navbar span a:hover {
	background:#418776;
}
div#navbar span a.navbarcur,div#navbar span a.navbarcur:hover {
	background:#999999;
}
@media print {
#pda {
	position: absolute;
	right: 20px;
	top: 20px;
	float: right;
}
#container {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	border: none;
}
#bod li,#bod table {
	margin-left: 0px;
}
div#navbar {
	display: none;
}
}
