/* *** General *** */
body {
	font-family: sans-serif, Arial;
	text-align: center;
}
h1 {
	font-size: 16px;
	color:#990000;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color:#990000;
}
h4 {
	text-decoration: underline;
	margin: 15px 0 10px 80px;
}
p {
	text-align: justify;
	font-size: 14px;
}
p.navigation {
	text-align: center;
	font-size: 14px;
}
div.droite img {
	float: right;
	margin: 12px;
}
div.gauche img {
	float: left;
	margin: 12px;
}
hr {
	visibility: hidden;
	clear: both;
}
ul {
	margin-top: 0;
	font-size: 14px;
}
li {
	margin-bottom: 10px;
}
div.rss {
	float: left;
	padding: 1px 0 0 10px;
}
div.drapeaux {
	float: left;
	padding: 3px 0 0 10px;
}
div.contact {
	float: left;
	padding: 4px 0 0 10px;
}
div.titre {
	float: left;
	padding: 0 0 0 400px;
}
img {
	border: 0;
}
/* Tableaux */
table.general {
	border-width: 0;
	border-style: none;
	width: 800px;
	margin: 0 auto;
	border-spacing: 0;
}
td.entete {
	background-repeat: no-repeat;
	background-image: url("../images/baniere.jpg");
	height: 128px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
td.traitbas {
	background-repeat: no-repeat;
	background-image: url("../images/traitbas.jpg");
	height: 28px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
td.traithaut{
	background-repeat: no-repeat;
	background-image: url("../images/traithaut.jpg");
	height: 5px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
td.titre {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url("../images/titre.jpg");
	height: 20px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: white;
	font-weight: bold;
}
td.menu {
	border-width: 0;
	border-style: none;
	line-height: 22px;
	text-align: center;
	vertical-align: top;
	background-image: url("../images/menu.jpg");
	width: 180px;
	padding: 10px 0 0 5px;
	margin: 0 0 0 0;
}
td.menu-bas {
	border-width: 0;
	border-style: none;
	text-align: center;
	vertical-align: bottom;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-image: url("../images/menu-bas.jpg");
	width: 180px;
	height: 100px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
td.corps {
	border-width: 0;
	border-style: none;
	width: 620px;
	text-align: left;
	vertical-align: top;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../images/fondcontenu.jpg);
	padding: 10px 10px 0 10px;
	margin: 0 0 0 0;
}
table.menu-spec {
	border-width: 0;
	border-style: none;
	width: 100%;
	margin: 0 0 0 0;
	border-spacing: 0;
}
td.menu-spec {
	width: 33%;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
td.menu-spec-ancien {
	width: 25%;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
table.contenu {
	border-width: 0;
	border-style: none;
	width: 95%;
	border-spacing: 0;
}
td.menu-admin {
	width: 25%;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
td.form-noms {
	width: 100px;
	text-align: right;
	font-size: 14px;
}
td.form-champs {
	width: 400px;
	font-size: 14px;
}
td.livre {
	font-size: 14px;
}
td.livre-bas {
	border-width: 0;
	border-style: none;
}
td.gal-image {
	width: 25%;
	height: 120px;
	text-align: center;
	vertical-align: middle;
}
td.gal-desc {
	width: 75%;
	height: 120px;
	font-size: 14px;
}
/* Liens */
a {
	color: #990000;
	text-decoration: underline;
	background: none;
}
a:hover {
	color: #990000;
	text-decoration: underline overline;
	background: none;
}
a:active {
	color: #CC9999;
	text-decoration: underline overline;
	background: #ffffc4;
}
a.menu-spec {
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	background: none;
}
a.menu-admin {
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	background: none;
}
a:hover {
	color: #990000;
	text-decoration: underline overline;
	background: none;
}
a:active {
	color: #CC9999;
	text-decoration: underline overline;
	background: #ffffc4;
}
a.menu {
	color: #990000;
	text-decoration: none;
	font-size: 14px;
}
a:hover.menu {
	color: #330000;
	text-decoration: underline overline;
	background: none;
}
a:active.menu {
	color: #330000;
	text-decoration: none;
	background: none;
}
a.contact {
	font-size: 12px;
	text-decoration: none;
}
a.img {
	text-decoration: none;
}
