body {
	background-color: white;
	color: navy;
	font-family: sans-serif;
	font-size: 14px;
	text-align: justify;
}

#gauche {
	border-right: 1px solid #018aa2;
}

#top {
   width: 28em;
	border-bottom: 1px solid #4a5966;
	/* padding: 1em 2em 1em 9em; */
	padding: 1em 2em 1em 2em;
}

#logo {
	position: relative;
	top: 2.6em;
	left: 4em;
}

#actu {
   width: 28em;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px navy solid;
	border-left: 1px navy solid;
	/* padding-left: 5px; */
}

#titreActu {
	text-align: center;
	padding: 1px 1px 1px 1px;
   width: auto;
   display: block;
	color: white;
   background-color: #5EA530;
   font-weight: bold;
}

#texteActu {
   margin-top: 3px;
   margin-bottom: 3px;
	text-align: center;
   font-size: 0.9em;
}

#wp1, #wp2, #wp3, #wp4, #wp5 {
	display: none;
}

#conteneur {
	text-align: left;
	padding: 0 1em 1em 1em;
	width: 60em;
	border-top: 1px navy solid;
	border-left: 1px navy solid;
	border-right: 2px navy solid;
	border-bottom: 2px navy solid;
	margin: 1em auto 1em auto;
	min-height: 575px;
	border-radius: 20px 20px;
	-moz-border-radius: 20px;
}

#menu {
	/* position: relative;
	top: 15em; */
   margin-top: 5em;
   float: left;
	width: 10em;
	margin-left: -0.5em;
	padding: 0.7em;
	z-index: 100;
}
/*
html>body #menu {
	position: fixed;
}
*/

#menu a {
	display: block;
	/* padding: 5px; */
	padding: 2px 3px 3px 3px;
}

#contacts {
	height: 5em;
	padding: 0 2em 0 2em;
}

a {
	text-decoration: underline;
	color: black;
	background-color: inherit;
}

a:hover {
	text-decoration: underline;
	color: red;
	background-color: inherit;
}

#corps {
	padding: 2em 0.5em 1em 1em;
	margin-left: 10em;
	margin-top: -0.05em;
}

#bottom {
   font-size: 0.8em;
   font-style: italic;
   text-align: right;
}

#bottom img {
   vertical-align: middle;
   height: 15px;
}

p {
	text-align: justify;
}

li {
	padding-bottom: 5px;
	text-align: justify;
}

.carte {
	margin-top: 2em;
}

h1 {
	border-bottom: 2px solid #3366CC;
	padding-left: 5px;
	padding-bottom: 3px;
}

h2 {
	font-size: 16px;
	border-bottom: 1px solid navy;
	margin-top: 2em;
}

h3 {
	font-size: 15px;
	margin-top: 2em;
	font-weight: bold;
	border-bottom: 1px dashed navy;
}

h4 {
	text-decoration: underline;
}

h5 {
	margin-left: 1em;
	font-weight: normal;
	font-size: 14px;
	text-decoration: underline;
}

.fauxlien {
	cursor: pointer;
}

.wp {
	font-size: 15px;
}

hr {
	border: 1px solid #3366CC;
}

.floatright {
	float: right;
	margin-top: 1.5em;
}

.floatright1 {
	float: right;
}

.floatleft {
	float: left;
}

.right {
	text-align: right;
}

.gras {
	font-weight: bold;
}

.topbanner {
	 width: 200px; 
}

.titre {
	font-size: 2.7em;
	display: block;
}

.soustitre {
	margin-bottom: 0em;
	font-style: italic;
}

img { border: 0; }

img.sponsor { height: 50px; }

li.dec {
	list-style-type: decimal;
}

tr, th {
   border: solid 1px #4a5966;
	padding: 4px 4px 4px 4px;
}

td {
   border: solid 1px #4a5966;
	text-align: center;
	padding: 4px 4px 4px 4px;
}

table {
   	margin: 6px auto 6px auto;
      border-collapse: collapse;
}

table.sb tr, td {
   border-style: none;
}

address {
   	margin-left: 4em;
	font-weight:bold;
}



