﻿@charset "utf-8";


<style type="text/css">
.Style1 {font-size:11pt;
         font-weight: normal}  
.Style2 {font-size:11pt;
		font-weight: normal} 
.Style3 {font-weight: bold} 
.Style4 {font-weight: bold} 

body {
width:100%;
max-width:1200px;
background-image: url("photos/Fondbois10.jpg");
/* background:white*/
color: black;
/* lignes ci-dessous à supprimer si pb 04-08-13*/
margin-right:auto;
margin-left:auto

}

a {

color: #990000;

}

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

h1 { font-size:14pt;
    font-weight: bold }
	
h2 { font-size:12pt;
    font-weight: bold }

p { font-size:11pt;
    font-weight: normal }

table 	{ font-size:11pt;
    font-weight: normal }
	
	
ul {
font-size:11pt;
  margin-top: 16px;
  margin-right: 16px;
  margin-bottom: 0px;
 line-height: 1.1;
  padding: 0px;
  list-style: none;
}

li {font-size:10pt;
  margin-left: 2px;
  }

#menugauche {
font-size:10pt;
position: absolute;
left:10px;
width: 170px;
}

#partiecentrale {
font-size:11pt;
margin-left: 190px;
margin-right: 30px;
background:white;
}

#pieddepage {
margin-left: 200px;
height: 30px;

}

.encadrement {
border-color: black;
border-style: solid;
border-width: thick;
overflow:auto;
background:white;}

.marge {
margin-left: 5em;
}

.menu1 { /* boite qui contient le menu (les onglets) */
  border-bottom:solid 2px black ; /* crée le trait noir en-dessous des onglets */
  padding-top:2px ; /* marge intérieure haute */
  padding-bottom:5px} /* marge intérieure basse */

.onglet { /* style des onglets inactifs */
font-size:11pt;
  border:solid 1px black ; /* encadrement */
  margin:5px 5px 0px 5px ; /* marge extérieure */
  padding:5px 3px 5px 3px; /* marge intérieure */
  border-color: black;
  border-style: solid;
  border-width: thick;
  overflow:auto;
  background:white} 

a.onglet { /* style des liens se trouvant dans un onglet inactif */

  text-decoration:none} /* les liens ne sont pas soulignés */

.onglet-actif { /* style de l'onglet de la page active */
font-size:11pt;
   border:solid 2px black ; /* l'encadrement est porté à 2 pixels */
   border-bottom:solid 2px white ; /* le trait inférieur est effacé */
   margin:5px 5px 0px 5px ; /* marges intérieures */
   padding:7px 3px 5px 3px ; /* marges extérieures */  

   
</style>	 