body 
{
	background: white;
	color: black;
	margin: 0em;
	padding; 0em;
}

p {
	    text-align: justify;
	    margin-left: 0em;
	    margin-right: 1em;
	    margin-bottom: 0.5em;
}

A:link    { color: black}
A:visited { color: black}
A:hover   { color: red}

/* ********* Entete ******* */

div.entete {
	   margin-top: 0;
	   padding: 0.1em;
	   background: #000099;
	   margin-bottom: 2em;
	    color: white;
	   }

div.entete H1, div.entete h2
{
  text-align: center;
#	   background: #000099;
	   background: transparent;
}

div.entete p {
	    margin-left: 1em;
	    margin-right: 1em;
	    margin-bottom: 0.5em;
}

div.entete A:link    { color: #ffffff}
div.entete A:visited { color: #ffffff}
div.entete A:hover   { color: pink}


/* ********** content ****** */

div.content {
	    margin-left: 3%;
	    margin-right: 3%;
	    margin-bottom: 1em;
	    margin-top: 1em;
	    background:white; 
	    color: black;
	    border: solid 1px black;
	    padding-top: 0.5em;
	    padding-bottom: 0.5em;
	    padding-left: 1em;
	    padding-right: 1em;
}

div.content h2,div.content h3,div.content h4,div.content h5,div.content h6 { 
	         padding:0em;
	         background: transparent; 
	       }
div.content h2 {
	       margin-top: 1.5em;
	       margin-bottom: 0.5em;
}

div.content h3 {
	       margin-top: 1.5em;
	       margin-bottom: 0.5em;
}

div.content h4 {
   	       margin-top: 1em;
	       margin-bottom: 0.25em;
}


/*  ****** Important **** */

div.important {
	 text-align:center;
	background: #ffdddd ;
	color: #aa0000;
	margin-left:+20%;
	margin-right:+20%;
	border: solid 3px red;
}

div.important A { text-decoration: none}


/*  ***** pied ****** */

div.pied {
	 padding-top: 1em;
	 padding-bottom: 1em;
	border-top: solid 2px black;
        text-align:center;
	background: silver ;
	color: black;
}

/* ***** langues *** */

font.en {
	font-style:italic;
}

font.fr {
	font-style:italic;
}

/* ****** float **** */

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

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


