body {
	text-align: center;/* ne pas toucher centrage du container sous ie */
	font-family: georgia, times, serif;
	font-size: 10pt; 
	margin: 0;
	padding: 0;
	background-color: rgb(236, 236, 236);
}

table {
	font-size: 10pt; 
}

div, form, p, h1, h2, h3, h4, h5, input {
	margin: 0;
	padding: 0;
}

div#container {
	position : relative;
	margin : 0 auto;
	width: 800px;
	/*margin-top: 0;
	margin-left: auto;
	margin-right: auto;*/
	text-align: left; 
	background: white;
	border-left: 1px solid rgb(100,100,100);
	/* border-right: 1px solid black; */
}

.spacer {
	clear: both;
}

hr {
	width: 100%;
	float: left;
	clear: both;
	display: none;
}

img {
	border: none;
}

a:link, a:hover, a:visited {
	color: rgb(41, 127, 118); /* black */
	font-weight: bold;
}

span.spip_surligne { background-color: rgb(228, 239, 237); }

/* bandeau haut : logo et menu */

div#logo {
	width: 800px;
	height: 97px;
	background: black url(images/logo_haut.gif) no-repeat;
}

div#logo h1 {
	display: none;
}

div#menu  {
	width: 800px;
}

div#menu table, div#menu tr, div#menu td {
	margin: 0;
	padding: 0;
	font-size: 9pt;
}

table#menu1 {
	width: 100%;
	background: url(images/fond_menu.gif) repeat-x;
	height: 29px;
}

table#menu2 {
	width: 100%;
	border-bottom: 5px solid black;
}

table#menu1 td {
	height: 29px;
}

table#menu1 td.lien {
	border-right: 1px solid white;
	text-align: center;
}

table#menu1 td.spaceg {
	width: 130px;
}

table#menu1 td.spaced {
	width: 160px;
}

table#menu1 a:link, table#menu1 a:visited, table#menu1 a:hover  {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

table#menu1 td#selec {
	background: url(images/fond_menu_selec.gif) no-repeat;
}

table#menu2 td {
	height: 20px;
}

table#menu2 td.spaceg {
	width: 150px;
}

table#menu2 td.spaced {
	width: 100px;
}

table#menu2 a:link, table#menu2 a:visited, table#menu2 a:hover  {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

table#menu2 a#selec:link, table#menu2 a#selec:visited, table#menu2 a#selec:hover {
	color: rgb(76, 76, 76);
}

table#menu2 td#selec {
	/* background-color: #C5DBD8; */
}

table#menu3 {
	width: 100%;
}

table#menu3 td.spaceg {
	width: 300px;
}

table#menu3 a:link, table#menu3 a:visited, table#menu3 a:hover  {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

table#menu3 a#selec:link, table#menu3 a#selec:visited, table#menu3 a#selec:hover {
	color: rgb(76, 76, 76);
}

table#menu3 td#selec {
	/* background-color: #C5DBD8; */
}

/* pied */

div#pied {
	clear: both;
}

table.pied {
	padding: 5px;
	background-color: rgb(41, 127, 118);
	color: white;
	font-family: verdana;
	width: 100%;
}

table.pied td {
	font-size: 75%;
}

table.pied a:link, table.pied a:visited, table.pied a:hover {
	color: white;
	text-decoration: none;
	font-weight: normal;
}

table.pied td#credits {
	width: 247px;
}

/* bas */

table#bas {
	margin: 10px;
	width: 747px;
	border-top: 1px solid rgb(150, 150, 150);
	border-bottom: 1px solid rgb(150, 150, 150);
}

table#bas td.recherche {
	padding: 0.5em;
	width: 200px;
}

table#bas input.champ {
	margin-left: 1em;
}

table#bas input.bouton {
	padding: 0;
	margin: 0;
	/* padding: 2px;
	color: rgb(61, 109, 97);
	background-color: rgb(219, 242, 236);
	border: 1px solid rgb(61, 109, 97);
	font-size: 70%; */
	background: url(images/fleche_fondblanc.gif) 0 0 no-repeat;
	border: none;
	height: 18px;
	width: 18px;
}

table#bas td.suite {
	float: right;
	/* width: 300px; */
	padding: 0.5em;
	text-align: right;
}

td.suite a:link, td.suite a:hover, td.suite a:visited {
	text-decoration: none;
	font-weight: bold;
	color: rgb(41, 127, 118);
}

td.suite img {
	border: none;
}
