@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
img, div {
	behavior: url(../dhtml/iepngfix.htc);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body {
	background-image: url(../images/bg_body.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #55c2eb;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #55C2EB;
}
div#contenant {
	margin-right: auto;
	margin-left: auto;
	width: 797px;
	background-image: url(../images/bg_contenant.png);
	background-repeat: repeat-y;
	text-align:center;
	position: relative;
}
div#entete {
	height: 100px;
	margin-left: 50px;
	background-image: url(../images/logo_hermes.png);
	background-repeat: no-repeat;
	text-align: left;
	padding-left:20px;
}
div#menu {
	height: 71px;
}
div#menu ul {
	float: right;
	margin-right: 40px;
	list-style-type: none;
	margin-top: 20px;
}
div#menu li {
	display:inline;
}
div#menu a {
	text-decoration: none;
	color: #0004C4;
	font-size: 14px;
	margin-right: 26px;
	margin-left: 26px;
}
div#menu a:hover {
	color:#55C2EB;
}
.pageactive {
	text-decoration: none;
	color: #55C2EB;
	font-size: 14px;
	display: block;
	height: 20px;
	padding-right: 26px;
	padding-left: 26px;
}
table {
	width: 710px;
	margin: 0 auto 0 auto;
	padding: 0px;
	text-align:center;
}
table td {
	padding: 0 20px 0 20px;
	margin:0px;
	vertical-align:top;
}
table td#gauche {
	width: 195px;
}
table td p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0004C4;
	line-height: 24px;
	text-align:left;
}
table td hr {
	border: 1px dotted #55C2EB;
	margin: 10px 0 10px 0;
}
table td#liens {
	text-align:left;
	line-height:12px;
	color:#0004C4;
}
table td#liens h1 {
	height:18px;
	line-height:18px;
	font-size:14px;
	margin-top:25px;
	padding-left:3px;
	background-color:#55C2EB;
	color:white;
}
table td#liens h2 {
	font-size:12px;
	margin:10px 0 0 20px;
}
table td#liens p {
	font-size:12px;
	margin:0 0 0 40px;
	padding:0;
}
table td#liens h2 a {
	text-decoration:underline;
	color:#0004C4;
}
table td#liens h2 a:hover {
	text-decoration:none;
	background-color:#55C2EB;
}
div#basdepage  {
	height: 35px;
	width:797px;
	background-image: url(../images/bg_bdp.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
}

