/**** Feuille de style "document" pour Gimp-fr.org  ****/

body {
  background-color: #0099AA;
  font-size: 1.0em;
  margin: 0;
  padding: 0;
}

#conteneur {
  position: absolute;
  width: 750px;
  left: 50%;
  margin-left: -375px;
  background: #FFF;
  border: 1px solid #4045AA
}

/* Titre */

#bandeau {
  height: 94px;
  background: url("../images/bandeau.png") repeat-x;
}

#bandeau p.titre {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin: 0em;
	padding-top:30px
}

#wilber {
	position:absolute;
	background:url("../images/wilber.jpeg");
	width:118px;
	height:130px;
	left:17px;
	top:0px
}

#navigation{
	position:absolute;
  top: 85px;
  width: 740px;
  font-size: 0.8em;
  color: #000000;
  text-align: center;
}

#auteur {
  position: absolute;
  top: 85px;
  width: 740px;
  font-size: 0.8em;
  color: #000000;
  text-align: right;
}

/* Contenu */

#contenu {
  margin: 1em;
  margin-top: 50px;
  text-align: justify
}

#hautdepage {
  display: table;
}

.mainmenu {
	font-size: smaller;
	text-align: right;
}

.mainmenu ul{
  list-style-type: none;	
  padding-left:0;
}

.mainmenu li {
  display: inline;
  margin-left: auto;
	margin-right: auto;
}

#intro {
  display: table;
  width: auto;
  min-width: 94%;
  margin: 1em;
  padding: 0.5em;
  border: 1px solid #4045AA;
  background-color: #EFE;
}

.etape {
  display: table;
  width: 100%
}

h1 {
  font-size: 1.1em;
  font-style: italic;
  font-weight: bold;
  color: #4045AA;
  margin-bottom: 1em;
  margin-top: 1em;
  border-bottom: 1px solid #4045AA;
}

h2 {
  font-size: 1.0em;
  font-style: italic;
  font-weight: bold;
  color: #4045AA;
  margin-bottom: 1em;
  margin-top: 1em;
	text-decoration: underline;
}

.centre {
  text-align: center;
}

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

.droite {
  float: right;
  margin-left: 1em;
}

a, a:visited, a:active {
	color:#002255;
	text-decoration:underline;
}

a:hover {
	color:#004488;
	text-decoration:none;
}

a.image {
	text-decoration:none;
}

img {
	border: none 0px;  
}

ul, ul.nr, ul.sty {
  list-style-position: inside;
  list-style-type: circle;
}

ul.nr {
  list-style-type: decimal;
}

ul.sty {
  list-style-image: url("../images/triangle.png");
}


/* Pied de page */

#piedpage {
  margin: 1em;
  padding: 0.5em;
  font-size: smaller;
  border-top: 1px solid #4045AA
}

/* Format Formulaires */

#formulaire {
	background-color:#FFF;
	border: 1px dashed #4045AA;
	margin-right: 0.3em;
}	
#formulaire table {
  margin-left:2%;
  margin-right:2%;
  width:95%
}
#formulaire td {
  padding:0.2em;
}	
#formulaire td.desc {
  width:30%;
	background-color:#FFD;
	border: 1px solid #4045AA
}
#formulaire a.nobord {
	border: 0px;
}


/* Encadrés */

.encadrementrouge {
  border:5px solid #F00;
  padding: 0em;
}
.encadrementblanc {
  border:5px solid #FFF;
  padding: 0em;
}

.encadre, .encadrenote, .encadreinfo {
  border:1px solid #585;
  padding:0.5em;
  padding-left: 50px;
  margin:2em
}
.encadre p.titre, .encadrenote p.titre, .encadreinfo p.titre {
  color: #262;
  font-weight:bold;
  padding-bottom: 0.5em;
  border-bottom: 1px dashed #585
}
.encadre hr, .encadrenote hr, .encadreinfo hr {
 color: #585;
 background-color: #585;
 height: 2px;
}

.encadre {
  background: url("../images/signal_attention.png") no-repeat;
  background-color:#FFD;
}
.encadrenote {
  background: url("../images/signal_note.png") no-repeat;
  background-color:#FFD;
}
.encadreinfo {
  background: url("../images/signal_info.png") no-repeat;
  background-color:#FFD;
}

/* Message d'erreur */
em.erreur {
	font-style:normal;
	font-weight:bold;
	color:#990000
}

/*Entree de menu Gimp*/
em.menu {
	font-variant:small-caps;
	color:#002266
}

/*Rubrique de Gimp-fr */
em.rub {
	font-variant:small-caps;
	font-style:normal
}

/* Nom de personne */
em.nom {
	font-variant:small-caps;
	font-style:normal
}

em.auteur {
	font-variant:small-caps;
	font-weight:bold;
	font-style:normal;	
}

/* Fort */
strong, b {
	font-weight:bold
}

/* Encore plus fort*/
strong.color {
	font-weight:bold;
	color:#002266
}

