body::before{content:url()"";color:red}
 {  	/* Commentaire */
		/* background-image: url(/Icons/motif.gif); */
		color: rgb(0,0,0);
		background-color: rgb(255,255,255); }

a:link {	color: rgb(0,0,153);
		background-color: rgb(255,255,255); }

a:visited {	color: #1E90FF;
		background-color: rgb(255,255,255); }

.language {	font-style: italic; }

ul.paper {	list-style-image: url(/Icons/yellowball.gif);
		list-style-position: inside;
		padding-left: 0; }

ul.paper li {	padding-top: 1.5ex; }

ul.nav {	list-style-type: none;
		list-style-position: inside;
		padding-left: 0; }

ul.nav li {	padding-top: 0.8ex; }


.bleu { color: #0000ff; }

.barre_dodger {
color: #1E90FF;
background-color: #1E90FF;
height: 2px;
border: 0;
 }


/* Menu en colonne à droite, en position fixe */
/* cf www.openweb.eu.org */

.content1 {
  width: 78%;
  border: 1px solid #000000;
  padding: 1em 1%;
}
.menu1 {
  position: absolute;
  top: 1em;
  right: 1%;
  border: 1px solid #000000;
  padding: 1em;
  width: 12%;
/*  background-color: grey; */
}
html>body .menu1 {
  position: fixed;
}


/* Menu en colonne à gauche, en position fixe */
/* A revoir */

.content {
  width: 80%;
  border: 1px solid #000000;
  padding: 1em 20%;
}
.menu {
  position: absolute;
  top: 1em;
  left: 1%;
  border: 1px solid #000000;
  padding: 1em;
  width: 15%;
}
html>body .menu {
  position: fixed;
}

/* Menu fixe, en haut */
/* cf www.openweb.eu.org */
.menufixe {
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #000000;
  position: absolute;
  z-index: 2;
  text-align: center;
  background-color: #ffffff;
  line-height: 2em;
}
html>body .menufixe {
  position: fixed
}

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

p.center {
  text-align:center;
}
