body {
	background-color: #FFFFff;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("back1.jpg") ; 
	background-repeat: repeat;
}
/* HEADER */
#header {
	margin-left: -3px;
	width: 100%;
	height: auto;
}
#upperheader {
	width: 100%;
	margin-top: 11px;
	height: auto;
	/*background: #FFFFff;*/
}
/* LOGO */
#logo {
	float: left;
	margin-left: 6px;
	/*background: #FFFFff;*/
}
#logo a:link { color: #ffffca; }
#logo a:visited { color: #ffffca; }
#logo a:hover { color: #ffffca; }
#logo a:active { color: #ffffca; }
/* BARRE DE MENU */
#navbar {
	clear: both;
	padding-left: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 100%;
	height: auto;
	text-align: center;
	background: #003060;
	border: solid #000000 1px;
	Line-Height: 2;
}
#navbar ul {
	display: inline;
	list-style-type: none; 
	padding-left: 0px;
/*	line-height: 1.5em;*/
}
#navbar ul li {
	display: inline;
	margin: 0;
	white-space: nowrap;
}
#navbar a {
	color: #003060;
	text-decoration: none;
	padding: 0.2em 0.4em 0.2em 0.4em;
	background-color: #f7f570;
	border: 1px solid #000000;/*#d8d63f;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
}
#navbar a:hover {
	background: #ffffca;
}
#navbar .hidecss, .hidecss {
	display: none;
}
.navpara a, col.y2k {
	white-space: nowrap;
}
#navbar, #navbar a {
	-moz-border-radius: 15px;
}
/* BARRE DE PIED DE PAGE */
#footbar {
	clear: both;
	padding-left: 0px;
	padding-top: 6px;
	padding-bottom: 4px;
	width: 100%;
	height: auto;
	text-align: center;
	background: #003060;
	border: solid #000000 1px;
}
#footbar ul {
	display: inline;
	list-style-type: none; 
	padding-left: 0px;
	line-height: 1.5em;
}
#footbar ul li {
	display: inline;
	margin: 0;
	white-space: nowrap;
}
#footbar a {
	color: #ffffff;
	text-decoration: none;
	padding: 0.2em 0.4em 0.2em 0.4em;
	background-color: #003060;
/*	border: 1px solid #003060;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
}
#footbar a:hover {
	background: #0073e7;
}
#footbar .hidecss, .hidecss {
	display: none;
}
#footbar, #footbar a {
	-moz-border-radius: 15px;
}
/* CORPS DE TEXTE */
#text {
	font-family: Arial, Helvetica, sans-serif;
	width:95%;
	border: solid #003060 2px;
	padding: 10px;
	background-color: #ffffca;
	font-size: 14px;
	-moz-border-radius: 15px;
	text-align: justify;
}
#text h1{ font-size: 18px}
#text a{ text-decoration: none; }
#text a:link { color: #003060; }
#text a:visited { color: #003060; }
#text a:hover { color: #003060; }
#text a:active { color: #003060; }

#textright { 
	text-align: right; 
	font-family: Arial, Helvetica, sans-serif;
}
/* DEFILEMENT */
#defile {
	font-family: Arial, Helvetica, sans-serif;
	width:95%;
	border: solid #003060 2px;
	padding: 10px;
	background-color: #ffffca;
	font-size: 14px;
	-moz-border-radius: 15px;
	text-align: justify;
/*	background-image: url("bulles.gif") ; 
	background-repeat: repeat;*/	
}


