body {
	background-color: #fefee2;
	margin:10px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
}

div#page {
	font-family: verdana, arial;
	font-size: 10pt;
	color: #00006c;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	width: 800px;
}

div#header {
	width: 755px;
	height: 20px;
	background-image: url(top.png);
	color: #00006c;
	padding-top: 90px;
	padding-left: 5px;
}

div#login {
	width:750px;
	background-image: url(center.png);
	padding: 5px;
	margin-top:25px;
	border-bottom: 2px solid #96bb1f;
	border-top: 2px solid #96bb1f;
	text-align:center;
	height:14px;
}
div#content {
	width: 750px;
	background-image: url(center.png);
	min-height: 400px;
	padding: 5px;
	padding-top: 25px;
	color: #000000;
	text-align: justify;
}

div#bottom {
	width: 760px;
	height: 25px;
	background-image: url(bottom.png);
	color: #00006c;
	text-align: center;
	padding-top: 35px;
	font-family: verdana, arial;
	font-size: 10pt;
}

#header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#header li {
	float: left;
	height: 18px;
	text-align: center;
	font-family: verdana, arial;
	font-size: 9pt;
	font-weight: bold;
	padding-top: 2px;
	margin-left: 5px;
	color: #FFFFFF;
}

#header li.active {
	color: #00006c;
	width: 120px;
	background-image: url(onglet.png);
}

#header li.inactive {
	color: #00006c;
	width: 120px;
	background-image: url(onglet2.png);
}

#header a {
	color: #FFFFFF;
	text-decoration: none;
}

#header a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#header li.active a {
	color: #00006c;
	text-decoration: none;
}

#header li.active a:hover {
	color: #00006c;
	text-decoration: underline;
}

.container {
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
	margin:10px 0px auto auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	left:0px;
	position: absolute;
}

/*
#menu2 {
	padding:0; 
	margin:0 auto; 
	list-style-type:none;
	float:left;
	position:relative; 
	left:50%;
}

#menu2 li {
	float:left; position:relative; right:50%;
	font-family: verdana, arial;
	font-size: 9pt;
	font-weight:bold;
	color:#00006c;
}

#menu2 a {
	width:auto;
	display:block;
	color:#00006c;
	text-decoration:none;
}

#menu2 a:hover {
	color:#00006c;
	text-decoration:underline;
}

#menu2 a:after {
	content:"|";
	padding-left:5px;
}

#menu2 a:before {
	content:"|";
	padding-right:5px;
}*/
#bottom a {
	color: #00006c;
	text-decoration: none;
}

#bottom a:hover {
	color: #00006c;
	text-decoration: underline;
}

#content a {
	color: #00006c;
	text-decoration: none;
}

#content a:hover {
	color: #00006c;
	text-decoration: underline;
}

.menu2 {
	color: #00006c;
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
	float: left;
	position: relative;
	left: 50%;
}

.menu2 li {
	float: left;
	position: relative;
	right: 50%;
	font-family: verdana, arial;
	font-size: 9pt;
	font-weight: bold;
	color: #00006c;
	margin: 0;
	padding: 0;
}

.menu2 a {
	width: auto;
	display: block;
	color: #00006c;
	text-decoration: none;
}

.menu2 a:hover {
	color: #00006c;
	text-decoration: underline;
}

.menu2 a:after {
	content: "|";
	padding-left: 5px;
}

.menu2 a:before {
	content: "|";
	padding-right: 5px;
}

div#content h1{
	color: #00006c;
	font-weight: bold;
	font-size: 15px;
	background-image: url(shadow.png);
	height:25px;
	background-repeat: repeat-x; 
	background-position: bottom; 
}

div#valid_html {
}

.image {
	text-align:center;
	font-style: italic;
}

