html {
	height: 100%;
	overflow: hidden;
	background: #2e2ebb url(../images/fond.jpg) repeat-y 50% 0;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	color: #0d1f90;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
acronym {
	cursor: help;
}
#total {
	height: 100%;
}
#tete .logo {
	position: absolute;
	left: 3%;
	top: 5%;
	z-index: 90;
	margin: -8px 0 0 -8px;
	padding: 25px 0 0 25px;
	font: 900 .8em "Times New Roman", Times, serif;
	white-space: normal;
	text-align: center;
	background: url(../images/angle.gif) no-repeat 0 0;
}
#tete .logo a {
	display: block;
	width: 113px;
	padding-top: 84px;
	color: #2d2dbb;
	background: url(../images/logo-sep.gif) no-repeat 0 0;
}
#tete p {
	position: absolute;
	right: 3%;
	bottom: 95%;
	height: 25px;
	margin: 0;
	padding-right: 43px;
	white-space: nowrap;
	text-align: right;
	font: 900 1.2em/25px Arial, sans-serif;
	color: #ffffff;
	background: url(../images/carres.gif) no-repeat 100% 1px;
}
#tete a {
	color: #0d1f90;
}
#menu {
	position: absolute;
	left: 3%;
	top: 35%;
	z-index: 100;
	margin: 0 0 0 -8px;
	padding: 0;
	list-style: none;
}
#menu a {
	display: block;
	width: 10em;
	padding: 0 25px;
	font: 700 1.1em Arial, Helvetica, sans-serif;
	background: url(../images/puce_menu1.gif) no-repeat 0 50%;
}
#menu a:hover, #menu a.courant {
	background-image: url(../images/puce_menu2.gif);
}
#menu a.courant {
	cursor: default;
}
#menu a span {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #0d1f90;
}
#corps {
	position: absolute;
	left: 3%;
	top: 5%;
	height: 90%;
	width: 94%;
	overflow: auto;
	background: #ffffff url(../images/fond_accu.jpg) no-repeat 100% 0;
}
#contenu {
	margin: 20px 20px 20px 200px;
}
#contenu h1 {
	margin-bottom: 20px;
	font: 900 2em Arial, sans-serif;
	color: #ffd425;
	text-decoration: underline overline;
}
#contenu h1 span, #contenu h1 a:hover {
	color: #d02108;
}
#contenu h2 {
	margin: 25px 0 5px;
	font-size: 1.1em;
	text-decoration: underline;
	color: #cc3300;
	/* margin-top: 25px;
	font: italic 700 1em Arial, sans-serif; */
}
#contenu h3 {
	margin: 25px 0 5px;
	font-size: .9em;
}
#contenu #sous-menu1 {
	float: left;
	width: 100%;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#contenu #sous-menu1 li {
	float: left;
	margin: 0 0 3px;
	padding: 0 5px;
	white-space: nowrap;
	background-image: none;
	border: 1px solid #888;
	border-width: 0 1px;
}
#contenu ul {
	margin: 5px 0 20px;
	padding: 0;
}
#contenu ul ul {
	margin-bottom: 0;
}
#contenu ul li {
	list-style: none;
	padding-left: 12px;
	background: url(../images/puce_contenu1.gif) no-repeat 0 5px;
}
#contenu ul li li {
	background: none;
}
#contenu li ul {
	margin-top: 0;
}
#contenu p {
	margin: 5px 0 20px;
	font-size: .9em;
}
#contenu a {
	color: #cc3300;
}
#contenu a:hover {
	color: #003399;
}
#contenu li a {
	color: #003399;
}
#contenu li a:hover, #contenu #sous-menu1 a.courant {
	color: #cc3300;
}
#contenu .tgras {
	font: 900 1.1em Arial, Helvetica, sans-serif;
	text-align: center;
}
#contenu .tfort {
	color: #cc3300;
}
#contenu .souligne {
	text-decoration: underline;
}
address {
	margin-top: 15px;
	font: normal bold 1.8em "Times New Roman", Times, serif;
	text-align: center;
}
#pied {
	position: absolute;
	left: 3%;
	top: 95%;
	z-index: 110;
	width: 94%;
}
#pied ul {
	margin: 0;
	padding:0;
	list-style: none;
	background: url(../images/filet.gif) no-repeat 50% 55%;
}
#pied a {
	font: 700 1em/2.4em Arial, sans-serif;
	color: #ffffff;
}
#pied #contact {
	float: left;
}
#pied #contact a {
	padding-left: 20px;
	background: url(../images/enveloppe.gif) no-repeat 0 50%;
}
#pied #infos {
	text-align: right;
}
#pied #infos a {
	padding-left: 42px;
	background: url(../images/boules.gif) no-repeat 0 50%;
}
