/* CSS Document */

html, body, table {
	font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:justify;
	color:#FFFFFF;
}

body {
/*	background:url(/nav/fond-palm.gif);*/
	background:url(/nav/fond.gif);
	background-repeat:repeat-y;
	background-color: #03378D;
	margin:0px;
}

a.bouton:link{
	font-weight:normal;
	text-decoration:none;
	color: #FFFF00;
}

a.bouton:visited{
	font-weight:normal;
	text-decoration:none;
	color:#FFFF00;
}

a.bouton:hover{
	font-weight:normal;
	text-decoration:underline;
	color:#ff6600;
}

.grandtitre {
	color:#FFFFFF;
	text-align:center;
	font-size:larger;
	font-weight:bolder;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style:solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 2px
}

img.diapo {
	border: 1px solid #eee;
	border-color: #eee #888 #666 #ddd;
	background:#fff; /* gives us the white area - but not in IE5 + IE5.5 */
	margin: 0px;
	padding-top: 10px;
	padding-right: 9px;
	padding-bottom: 15px;
	padding-left: 9px;
}

img.diapolink {
	border: 1px solid #eee;
	border-color: #eee #888 #666 #ddd;
	background:#fff; /* gives us the white area - but not in IE5 + IE5.5 */
	margin: 0px;
	padding-top: 10px;
	padding-right: 9px;
	padding-bottom: 15px;
	padding-left: 9px;
}

img.diapolink:hover {
	border: 1px solid #eee;
	border-color: #eee #888 #666 #ddd;
	background:#FB6400; /* gives us the white area - but not in IE5 + IE5.5 */
	margin: 0px;
	padding-top: 10px;
	padding-right: 9px;
	padding-bottom: 15px;
	padding-left: 9px;
}

td.rightborder {
	border-right-color:#FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	text-align:left;
}

td.copyright {
	border-top-color:#FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	text-align:center;
	font-size:9px;
}

.nav {
	font-weight: bolder;
	text-align:left;
	color: #FB6400;
	padding-right:11px;
}

table#xxx { width: 100%; margin: 0 0 1em; }
table#xxx,table#xxx tr,table#xxx th,table#xxx td {
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: separate;
	border-color: #89d4e3 #00728f #00728f #89d4e3;
	border-style: solid; border-width: 1px;
	color: #fff;
	font-size: 11px;
}
table#xxx caption {
}

/* HEADER */

table#xxx thead {
	background: #0084a9;
}

table#xxx thead tr th, table#xxx thead tr td { padding: 0.1em 0.4em; font-weight: bold;  }


table#xxx thead tr th{ text-align: left;  }

table#xxx thead tr td { text-align: center;}

table#xxx tbody tr {
	background: #00aedb;
	text-align: center;
}

table#xxx tbody tr th, table#xxx tbody tr td {
	padding: 0.1em 0.4em;
	border-style: solid; border-width: 1px;
}

table#xxx tbody tr th {
	padding-right: 1em;
	text-align: right;
	background: #009ac7;
}

table#xxx a {
	color: #854400;
	text-decoration: none;
}
table#xxx a:hover {
	text-decoration: underline;
}
