@charset "utf-8";
body {
	background-color: #FF3399;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/lueur.png);
	background-repeat: repeat-y;
	background-position: center;
}
#document {
	height: 100%;
	width: 890px;
	position: relative;
	overflow: auto;
	text-align: left;
	margin: 0 auto;
	padding: 10px;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #FFFFee;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#cartouche {
	position: relative;
	height: 220px;
	width: 98%;
	top: 0px;
	text-align: center;
}
.paraspéc {
	font-size: small;
	font-weight: bold;
	color: #FF3399;
}
#menu {
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	padding: 5px;
	height: 43em;
	width: 120px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/sousafond.png);
	text-align: center;
}
.baspage {
	margin: 3px;
	padding: 3px;
	border: 1px solid #FF3399;
}



#contenu {
	width: auto;
	overflow: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 10px;
	text-align: center;
}
a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #C03
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #F9C;
}
#menu  a:link, #menu a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: gold;
	background-color: #666666;
}
#menu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFF00;
	background-color: #666666;
}
h1 {
	font-size: xx-large;
	font-weight: bold;
	color: #FF3399;
}
.ombr {
	box-shadow: 2px 2px 2px 1px #999;
}

