/* css genesis8 v1.0 du 5 juillet 2004*/

@media screen {
BODY {
  background: black;
	color: white;
	padding-top: 4em;
	padding-left: 1em;
	padding-right: 1em;
	}
}
 
@media print {
BODY {
  background: white;
	color: black;
  padding-top: 4em;
	padding-left: 1em;
	padding-right: 1em;	
  }
}

body.test{
  background: black;
	color: white;
	padding-left: 6em;
	padding-right: 1em;
	background-image: url("") ;		
	}

ul.navbar {
    position: absolute;
    top: 1em;
    left: 1em;
    width: 5em;
		line-height: 2em;
    text-align: center;
		list-style-type: none;
    padding: 0;
    margin: 0;
	 }	

div.news {
  border:1px solid #666;
  padding-left: 1em;
	padding-right: 1em;
  color:#fff;
  background-color:#333;
	}	 
	 
div.vertical {
	font-size: 2em;
	font-weight: bold;	
	text-align: center;
  }

table {
  border: thin solid white;
  margin: auto;
  }
	
caption { margin:auto; }
	
h1 { text-align:center; }

h3,h4,h5 {
  margin: 0;
  border-bottom: thin solid #666;    
	 }
	 
h3 em,h4 em,h5 em {
  margin: 0;
	color: white;
  }	 
	 
pre { font-family: monospace; }

p { 
	text-align: justify;
	}
	
a:link { 
	text-decoration: none; 
	color: lime;
	}

a:hover {
	text-decoration: none; 
	color: red;
	}
	
a:visited { 
	text-decoration: none; 
	color: #FF9900;
	}

a:active { 
	text-decoration: none; 
	color: #FFFF00;
	}

.date { 
	font-weight: bold; 
	text-decoration: none; 
	color: #ff0000;
  padding-right: 3em;	
	}
	
.center {
  text-align: center;
	}

.gauche {
  float: left;
	padding-right: 1em;
	}

.droite {
  float: right;
	}
	
#archives {
  margin: auto;
  text-align: center;
	background-image: url("");
	}	
	
#bannieres {
  margin: auto;
  text-align: center; 
 }	

#logo {
  margin: auto;
  text-align: center;
 }	

/* ligne pointillée soulignée pour autres browsers que mozilla/opera : http://www.la-grange.net/accessibilite/day_17.html */	
acronym {
  border-bottom: 1px dotted black;
}

/* pour imprimer les sigles suivi de leur libellé complet */
acronym:after {
  content: " (" attr(title) ")";
}

/* menu fixe (article de http://openweb.eu.org */

.menu {
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #000000;
  position: absolute;
  z-index: 2;
  text-align: center;
	background-color: black;
  line-height: 2em;
}

html>body .menu {
  position: fixed;
}

.contenu {
  z-index: 1;
  padding-top: 1em;
}

/* menu avec bouton : http://www.alsacreations.com/articles/menu/ */

.menutest a {
     margin: 0 2px;
     width: 100px; /* on définit la taille du bouton de menu */
     height: 20px;
		 float: left;
     display: block;
     text-align: center;
     border: 1px solid gray;
     text-decoration: none;
     color: #000;
     background: #fff;
     }
	 
.menutest a:hover {
     background: #ccc;
     border: 1px solid gray; 
     }

.menutest a:active {
     background: gray;
     border: 1px solid gray; 
     color: #fff;
     }