/*  --------------------------------------------------- */
/*  --------------------  Gabarits  ------------------- */
/*  --------------------------------------------------- */

.Conteneur1 {
		position: absolute;
		width: 100%;
		height: 60px;
		margin: 0;
		padding: 0;
		}
.Conteneur2 {
		position: absolute;
		width: 100%;
		margin-top: 60px;
		padding: 0;
		}

body {
			color: black; 			/* Couleur des caractères par défaut = noir */
			background:#EEFFEE; /*#D1FFEE;	/* ffffee, ffffed ou ffffdb */
													/* Fond de page jaune sable et pour image: url('../../../Web3/Manuscrit.gif') no-repeat 50% 50% */
			font: 11pt Serif; 	/* Taille des caractères par défaut = 12 pt Cursive, Serif, */
			margin: 0em;					/* Bordure par défaut pour la page */
			text-align: justify;
		 }

a { color: #19AAA1;
		text-decoration: none;
	}
a:visited { color: #19AAA1; /* c0c0c0 */
		text-decoration: none;
		}
a:hover, a:active { background-color: #84E09F;
										text-decoration: underline;
									}

/* ---------------------------------------------------*/

			
#EncartG {
		position: absolute;
		margin: 0;
		height: 30px;
		width: 60px;
		color: #26AF5B;
		background-color: #11FF80;
		}

#Bandeau {
		position: absolute;
		margin: 0;
		padding-left: 130px;
		height: 30px;
		}

#Entete {
		position: absolute;
		margin-top: 18px;
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 0;
		height: 40px;
		width: 100%;
		color:#02351a;
		background-color: #26AF5B;
		}

#G1 {
		float: left;
		width: 110px;
		margin-top: 0px;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0;
		padding-top: 0.1em;
		padding-right: 0.1em;
		padding-bottom: 0.1em;
		padding-left: 0.1em;
		font-size: 9pt; 		/* Taille des caractères par défaut = 12 pt */
		color: #26AF5B;
		}

#D1 {
		float: right;
		margin-top: 8px;
		padding-top: 0.5em;
		padding-right: 0.5em;
		padding-bottom: 0.1em;
		padding-left: 0.5em;
		background-color: #f8df8a;
		font-size: 8pt; 		/* Taille des caractères par défaut = 12 pt */
		}
#Intro1 {
		margin-left: 120px;
		padding-top: 0.5em;
		padding-right: 5em;
		padding-bottom: 1em;
		padding-left: 3em;
		background-color:#ffffee;
		background-image: url(http://www.burignat.eu/Pro/im/Fond_1.jpg);
		background-repeat: repeat;
		}

#Intro2 {
		margin-left: 120px;
		padding-top: 1em;
		padding-right: 5em;
		padding-bottom: 2em;
		padding-left: 0;
		background-color:#ffffee;
		font: 12pt Cursive;
		font-style:italic;
		background-image: url(http://www.burignat.eu/Pro/im/Fond_1.jpg);
		background-repeat: repeat;
		}

#Corps {
		margin-left: 120px;
		padding-top: 0;
		padding-right: 1.5em;
		padding-bottom: 1em;
		padding-left: 1.5em;
		background-color:#FFFFFF;
		background-image: url(../im/Fond_1.jpg);
		background-repeat: repeat;
		}
#Corps a{text-decoration: none;}
#Corps a:visited {text-decoration: none; }
#Corps a:hover, a:active {text-decoration: underline;}

#Pied {
		margin: 0;
		padding-top: 3px;
		clear:both;
		height:30px;
		color: #0E9300;
		background-color: #26AF5B;
		text-align: center;
		}
#Pied a {color: #0E9300; }
#Pied a:visited { color: #0E9300;}
#Pied a:hover, a:active { color: #0E9300;
						              background-color: #26AF5B;
			}


/* ---------------------------------------------------*/
/* ---------------------------------------------------*/
/* ---------------------------------------------------*/

h1 {
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0;
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 0;
		font-size: 22pt;
		font-style:italic;
		color:#000000;
		text-align: center;
		}

h2 {
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0;
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 0;
		font-size: 16pt;
		font-style:italic;
		color:#000000;
		text-align: center;
		}

h3{
		text-decoration: underline;
		font-size: 14pt;
		font-style:normal;
		color:#000000;
		text-align: left;
		}

h4 {
		text-decoration: none;
		font-size: 12pt;
		font-variant : small-caps;
		font-style: normal;
		color:#000000;
		text-align: left;
		}

p, li {
  	text-align: justify;  /* Justifier le texte des pararaphes et des lignes de listes */
		}			
		
p {
		margin-top: 0;			/* Marge du dessus  */
		margin-bottom: 0em;	/* Marge du dessous */
		padding: 0.1em;			/* Espace à gauche */
		}

/* li {
  	list-style-image: url("../im/fr.gif");
		}
*/
hr {
		border: none;              /* On supprime la bordure (inset par défaut)... */
  	background-color: #f8df8a; 
  	height: 2px;               /* On définit la hauteur de 1 pixel pour que le fond soit visible ! */
  	width: 70%;                /* Et on précise que l'on désire un filet de longueur 70%... */
  	text-align: center;             /* ... et centré, par exemple */
		}

hr.p { /* Second filet bleu foncé, en pointillés */
  	border: none;                   /* Idem : on ne veut pas des bordures... */
  	border-top: 6px dashed #000099; /* ... on en veut juste UNE en pointillés, de hauteur 6 pixels */
  	height: 0px;                    /* Le filet est rendu grace à la bordure haute : pas besoin du "contenu" (si on peut dire) */
  	width: 95%;
  	text-align: center;
		}

/* ---------------------------------- */

#G1 p {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		}
#G1 h1 {
		margin: 0 0 0 0;
		font: 11pt Serif; 	/* Taille des caractères par défaut = 12 pt Cursive, Serif, */
		text-decoration: none;
		font-style: italic;
		font-weight: bold;
		text-align: center;
		}
#G1 h2,h3 {
		margin: 0 0 0 0;
		font: 10pt Serif;
		text-decoration: none;
		font-style: italic;
		font-weight: bold;
		text-align: center;
		}
#G1 ul {
		margin: 0 0 0 0;
		padding: 0.1em 0.1em 0.1em 0.3em;
		text-align: left;
		}
#G1 li {
		margin: 0 0 0 0;
		text-align: left;
		list-style: none;
		}
#G1 a {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		color: #098E20;
		text-decoration: none;
		}
#G1 a:visited {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		color: #098E20;
		text-decoration: none;
		}
#G1 a:hover {
		text-decoration: underline;
		}

#D1 p {
		margin-bottom: 0px;
		padding: 0 0 0 0;
		}
#D1 ul {
		margin: 0 0 0 0.5em;
		padding: 0.1em 0.3em 0.1em 0.4em;
		text-align: left;
		}
#D1 li {
		margin: 0 0 0 0.2em;
		padding: 0 0 0 0;
		text-align: left;
		}
#D1 a {
		margin: 0 0 0 0;
		text-decoration: underline;
		padding: 0;
		}
#D1 a:hover {
		text-decoration: none;
		}

.TitreD1{
		margin: 0 0 0 0;
		padding: 0 0 0.2em 0;
	  border-bottom: 2px solid #fffdc8;
		text-align: center;
		font-style: normal;
		font-weight: bold;
		}


/*  --------------------------------------------------- */
/*  ------------------  Styles de Table  -------------- */
/*  --------------------------------------------------- */

#TableG {
		border-top: 0;
		border-right: 0;
		border-bottom: 0;
		border-left: 0;
		text-align: left;
		padding: 0;
		}
#TableG td{
		padding: 1.5pt;
		}
#TableG p{
		margin: 0 0 0 0;
		}

#TableEncadree1 {
		border-style: groove;			/* solid double groove ridge inset outset dashed hidden none  */
    border-width: 3px;        /* sets border width on all sides */
    /* border-color: black; */
		text-align: left;
		padding: 2px;
		background-color: #FFF8DC;
		}
#TableEncadree1 td {
		padding: 1.5pt;
		vertical-align: top;
		}

#TableEncadree2 {
		border-style: groove;			/* solid double groove ridge inset outset dashed hidden none  */
    border-width: 3px;        /* sets border width on all sides */
    /* border-color: black; */
		text-align: left;
		padding: 2px;
		background-color: #FFF8DC;
		}
#TableEncadree2 td {
		padding: 1.5pt;
		vertical-align: top;
		}

/*  --------------------------------------------------- */
/*  ------------------  Styles de Menus  -------------- */
/*  --------------------------------------------------- */

/*  -----------------  Onglets Simples --------------- */

ul#Onglets{
		font: 10pt Cursive;
		list-style-type: none;
		padding-bottom: 20px;
		border-bottom: 2px solid #123456;
		margin: 0;
		}
ul#Onglets li{
		font-style:italic;
		font-weight: bold;
		list-style-type: none;
  	list-style-image: none;
		float: left;
		height: 25px;
		background-color: #fffdc8;
		margin: 2px 2px 0 2px;
		border: 1px solid #123456;
		}
ul#Onglets li.active{
		border-bottom: 1px solid #123456;
		background-color: #ffffee;
		}
#Onglets a{
		float: left;
		display: block;
		color: #123456;
		text-decoration: none;
		padding: 4px;
		}
#Onglets a:hover{
		background: #ffd955;
		font-style: normal;
		font-weight: normal;
		}
