#page {
	position: relative;
	z-index: 0;
	height: 940px;
	width: 980px;
}
#menu {
	position: absolute;
	z-index: 1;
	height: 1px;
	width: 158px;
	left: 85px;
	top: 240px;
	background-image: url(images/menu_lien.gif);
	background-repeat: repeat-y;
}


#tete {
	position: absolute;
	z-index: 1;
	height: 200px;
	width: 760px;
	left: 85px;
	background-repeat: no-repeat;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #BBD2E1;
}

.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000033;
}
.sous-titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000033;
}

#contenu {
	position: absolute;
	z-index: 1;
	left: 265px;
	top: 230px;
	height: 500px;
	width: 580px;
}
a.lienbleu:link {
	font-weight: bold;
	color: #000033;
	text-decoration: none;
}
a.lienbleu:visited {
	color: #000033;
	text-decoration: none;
	font-weight: bold;
}

a.lienbleu:hover {
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	color: #660000;
}
a.lienblanc:link {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000033;
	text-decoration: none;
}
a.lienblanc:visited {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000033;
	text-decoration: none;
}
a.lienblanc:hover {
	font-weight: bold;
	color: #000033;
	background-color: #FFFFFF;
	text-decoration: none;
}
#annexe {
	position: absolute;
	height: 300px;
	width: 156px;
	left: 85px;
	top: 645px;
}
#menuhorizontal {
	height: 30px;
	width: 760px;
	top: 210px;
	position: absolute;
	z-index: 1;
	left: 85px;
}

