/* structure
--------------------------------- */
body {
  font: 11px "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
  color: #000000;
  background-color: #000000;
  padding: 0;  
  margin: 0;
  text-align: center;
  border: 0;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
}

a,
a:visited {
  color: maroon;
}

a:hover,
a:active {
  color: yellow;
}

/* masquer
------------------------------ */
#titre span,
h1,
#articlecol h2,
#articlecol #presentation,
#invisible {
  display: none;
}

/* ------------------------------ */
#conteneur {
  position: relative;
  margin: 15px auto;
  padding: 0;
  width: 850px;
  text-align: left;
  z-index: 0;
}

#logo {
  position: relative;
  margin: 0;
  padding: 0;
  width: 850px;
  height: 157px;
  text-align: left;
  background-color: #78e070;
}

#animation {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
}

.adresses {
	position: absolute;
	margin-top: 275px;
	margin-left: 480px;
	float: left;
}

.contact {
	line-height: 15px;
	background-color: #CC0000;
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	background-color: #F00;
	padding: 5px;
	width: 45px;
}

.contact a {
	font-size: 12px;
	text-decoration: none;
}

.adresses, .contact {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color:#FFFFFF;
	bottom: 0;
	padding: 0;
}

#retour {
	position: absolute;
	right: 30px;
	bottom: 5px;
	font-size: 14px;
}

/* menu
------------------------------*/

#menuPrincipal {
	position: relative;
	text-align: center;
	width: auto;
	height: 40px;
	margin: 0;
	padding: 0;
	background: url(images/menubg.jpg) 0 0 repeat-x;
}

ul {
	margin: 0;
	padding: 0px;
}

li {
	margin: 0;
	padding: 0;
	padding-right: 2px;
	float: left;
	list-style: none;
	background: url(images/line.jpg) 100% 0 repeat-y;
	height: 40px;
}

#menuPrincipal a:link,
#menuPrincipal a:visited 
{
	display: block;
	float: left;
	padding: 0px 7px 0px 7px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	margin: O;
}

#menuPrincipal a:hover {
	color: #FFCC00;
}

#menuoff {
	padding: 0px 7px 0px 7px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 15px;
	color: #FFCC00;
	text-decoration: none;
	margin: O;
}

#articlecol {
	background-color: #003677;
	position: relative;
	width: 850px;
	height: 400px;
	margin: 0;
	padding: 0;
}
 
/* pied de page
--------------------------------- */
#pied {
  position: relative;
  width: 850px;
  margin: 0px 0px 5px 0px;
  padding: 0;
  text-align: center;
}

#pied p {
  font: 11px "Lucida Grande", LucidaGrande, Lucida, "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #999999;
  text-decoration: none;
}

#pied p a:hover,
#pied p a:active {
  color: #666666;
}

#pied #block {
  background-color: #ccc;
  margin: 0;
  padding: 5px 0;
  color: #555;
  font-weight: bold;
}