* { margin: 0; padding: 0; }
img {	border: none; }
html, body { height: 100%; }
a { outline: none; }

.contenu { width: 955px; }

#newsmenu { position: fixed; left: 762px; top: 30px; width: 150px; background-color: #000; z-index: 251; border-top: 1px solid #c0c0c0; padding: 10px; }
#newsmenu a { display: block; }

.spacer10 { margin-bottom: 10px; }

body {
  font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	/* couleur fond 2009 */
	/* background-color: #0afa48; */
	/* couleur fond 2010 */
	background-color: #009de0;
}

body.blog {
  /* image de fond 2009 */
  /* background-image: url("/images/fond.gif"); */
  /* image de fond 2010 */
  background-image: url("/images/fond_2010.gif");
  background-repeat: repeat-y;
}

#admin {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 30px;
  background-color: #000000;
  padding: 0px;
  z-index: 200;
}

#public {
  width: 955px;
  padding: 0px;
  z-index: 1;
}

#spacer {
  height: 30px;
  clear: left;
  z-index: 20;
}

#page {
  width: 955px;
  min-height: 480px;
  padding: 0px;
  z-index: 10;
  /* image de fond 2009 */
  /* background-image: url("/images/fond.jpg"); */
  /* image de fond 2010 */
  background-image: url("/images/fond_2010.jpg");
  background-repeat: no-repeat;
}

#col_gauche {
  float: left;
  width: 388px;
  margin-left: 142px;
  z-index: 15;
}

#col_articles_hdr {
  width: 388px;
  height: 232px;
  /* image de fond 2009 */
  /* background-image: url("/images/col1_hdr.png"); */
  /* image de fond 2010 */
  background-image: url("/images/col1_hdr_2010.png");
  background-repeat: no-repeat;
  z-index: 20;
}

#col_articles_hash {
  width: 388px;
  height: 48px;
  background-image: url("/images/col1_hash.png");
  background-repeat: no-repeat;
  z-index: 20;
}

#col_articles_fond {
  width: 388px;
  background-image: url("/images/col1_fond.png");
  background-repeat: no-repeat;
  z-index: 20;
}

#col_articles {
  width: 352px;
  margin-left: 22px;
  margin-right: 14px;
  min-height: 200px;
  z-index: 50;
}

#col_droite {
  margin-left: 530px;
  width: 425px;
  z-index: 15;
}

#haut_droite {
  height: 200px;
  z-index: 20;
}

#col_dr_gauche {
  float: left;
  width: 144px;
  margin-left: 4px;
  margin-top: 32px;
  z-index: 20;
}

#col_dr_droite {
  margin-left: 152px;
  width: 144px;
  z-index: 20;
}

.col_rubriques_hdr {
  width: 144px;
  height: 68px;
  background-image: url("/images/col2_hdr.png");
  background-repeat: no-repeat;
  z-index: 25;
}

.col_rubriques_fond {
  width: 144px;
  background-image: url("/images/col2_fond.png");
  background-repeat: repeat-y;
  z-index: 25;
}

.col_rubriques {
  width: 122px;
  margin-left: 14px;
  margin-right: 8px;
  z-index: 50;
}

.col_rubriques_ftr {
  width: 144px;
  height: 86px;
  background-image: url("/images/col2_ftr.png");
  background-repeat: no-repeat;
  z-index: 25;
}

#nav {
  position: absolute;
  width: 926px;
  height: 46px;
  left: 14px;
  z-index: 60;
}
