body {
	background: #FFFFFF;
	margin: 0;
	}

img { border: 0; }

.centre { text-align: center !important; }

.spacer { line-height: 0px; font-size: 1px; clear: both; margin: 0 !important; padding: 0 !important; border: 0 !important; }


/* ----- ACCESSIBILITE ----- */

.accessibilite {
	display: none;
	}


/* ----- ENTETE ----- */

#entete {
  position: relative;
  width: 920px;
  height: 100px;
  background: #FFFFFF;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #000000;
  }

#entete .logo {
  width: 160px;
  height: 100px;
  background: url(../images/logo.png) no-repeat;
  }

#entete .logo a {
  display: block;
  width: 160px;
  height: 100px;
  margin: 0;
  padding: 0;
  }

#entete .logo a span { display: none }

#entete .banniere {
	position: absolute;
	width: 468px;
	height: 70px;
	left: 226px;
	top: 6px;
	}

#entete .zone {
	position: absolute;
	width: 400px;
	height: 18px;
	left: 259px;
	top: 72px;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-align: center;
	padding: 2px 0 0 0;
	background: #F2F2F2;
	}

#entete .zap {
	position: absolute;
	width: auto;
	left: 718px;
	top: 6px;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-align: center;
	padding: 8px 8px 5px 8px;
	background: #B0C4DE;
	}

#entete .zap img {
	display: inline;
	width: 20px;
	height: 13px;
	border: 1px solid #000000;
	margin: 0 auto;
	}


/* ----- MESSAGE IMPORTANT ----- */

#important {
	position: relative;
	width: 920px;
	background: #FFFFFF;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
  color: #FF5050;
  border-bottom: 2px solid #000000
	}

#important strong {
  font-weight: bold;
  text-transform: uppercase;
  }

#important a {
  text-decoration: none;
	font-size: 10px;
  color: #0080FF;
  }

#important a:hover {
  color: #0000FF;
  }


/* ----- CONTENEUR ----- */

#conteneur {
	width: 920px;
	background: #FFFFFF;
	margin: 0;
	}


/* ----- MENU ----- */

#menu {
	float: left;
	width: 160px;
	padding: 10px 0;
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	}

#menu ul {
	width: 155px;
	padding: 0;
	margin: 0 0 15px 0;
	background: url(../images/fond_liens.jpg) no-repeat 50% 50%;
	}

#menu ul li {
	display: block;
	list-style-type: none;
	width: 155px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #808080;
	}

#menu ul li a {
	display: block;
	width: 145px;
	margin: 0;
	padding: 1px 10px 1px 0;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Verdana, Arial,Helvetica;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	}

#menu ul li.important a {
  color: #FF0000;
  }

#menu ul li a:hover {
	background: url(../images/fond_lien.png);
  /* Win IE only stuff */
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/fond_lien.png');
  }

#menu .sondage {
  width: 142px;
  margin: 10px auto 10px auto;
  }

#menu .sondage a {
  width: 140px;
  display: block;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #000000;
  text-align: center;
  text-decoration: none;
  padding: 5px 0;
  border: 1px solid #000000;
  background: #F0F0F0;
  }

#menu .sondage a:hover {
  background: #FFFF80;
  }

#menu .contacts {
	width: 130px;
	margin: 0 auto 10px auto;
	padding: 15px 5px 5px 5px;
	border: 1px solid #000000;
	background: url(../images/fond_contacts) #99CC99 top center no-repeat;
	font-family: Arial, Helvetica;
	}

#menu .contacts h1 {
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size: 18px;
	color: #333300;
	text-align: center;
	text-decoration: underline;
	text-transform: uppercase;
	line-height: 100%;
	padding: 0;
	margin: 0 0 15px 0;
	}

#menu .contacts address {
	display: block;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
	color: #333300;
	padding: 0;
	margin: 0 0 15px 0;
	}

#menu .contacts p.info {
	font-style: normal;
	font-size: 11px;
	color: #333300;
	padding: 0;
	margin: 0 0 15px 0;
	text-align: center;
	}

#menu .contacts hr {
	border: 1px solid #000000;
	margin: 0 auto 12px auto;
	}

#menu .contacts h2 {
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-style: normal;
	font-size: 10px;
	color: #333300;
	text-align: left;
	line-height: 100%;
	padding: 0;
	margin: 0 0 10px 0;
	}

#menu .contacts p {
	font-family: Verdana, Arial, Helvetica;
	font-style: normal;
	font-size: 11px;
	color: #333300;
	text-align: left;
	line-height: 104%;
	padding: 0;
	margin: 0 0 7px 0;
	}

#menu .contacts img {
	width: 20px;
	height: 13px;
	}

#menu .contacts a {
	display: block;
	font-family: Verdana, Arial, Helvetica;
	font-style: normal;
	font-size: 11px;
	color: #0000FF;
	text-align: left;
	line-height: 104%;
	padding: 0;
	margin: 0 0 12px 0;
	text-align: left;
	text-decoration: none;
	}

#menu .contacts a:hover { color: #FF0000; }


/* ----- ADSENSE ----- */

#adsense {
	float: right;
	width: 160px;
	padding: 10px 0;
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	}

#adsense a.responsabilite {
  display: block;
  width: 142px;
  margin: 0 auto 10px auto;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #0080FF;
  text-decoration: none;
  }

#adsense a.responsabilite:hover { color: #FF0000; }


/* ----- CONTENU ----- */

#contenu {
	float: right;
	width: 590px;
	padding: 10px 5px 20px 0;
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	}

#contenu h1 {
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	color: #FF0000;
	text-transform: uppercase;
	line-height: 100%;
	margin: 0 0 20px 0;
	}

#contenu .construction {
	width: 200px;
	margin: 30px auto 0 auto;
	padding: 5px 0;
	border: 2px solid #FF0000;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	color: #000000;
	background: #F4A460;
	}


/* ----- SITE DU MOIS ----- */

#menu h3 {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	line-height: 100%;
	margin: 10px 0 5px 0;
	}

#menu a.sitedumois {
	display: block;
	width: 112px;
	padding: 5px 0;
	margin: 0 auto;
	border: 2px solid #000000;
	background: #F5F5F5;
	text-align: center;
	}

#menu a.sitedumois:hover { background: #FFC000 !important; }

#menu a.sitedumois img {
	display: block;
	width: 100px;
	height: 75px;
	margin: 0 auto;
	border: 1px solid #666666;
	}

#menu cite {
  width: 130px;
  display: block;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	color: #000000;
	margin: 3px auto 10px auto;
	}



/* ----- PIED DE PAGE ----- */

#pieddepage {
	width: 760px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #999999;
	padding: 3px 0;
	margin: 0 0 10px 0;
	border-top: 2px solid #FF8000;
	text-align: center;
	}

#pieddepage a {
  text-decoration: none;
  color: #0080FF;
  }

#pieddepage a:hover { color: #0000FF; }

