body {
	position: relative;
	background-color: #f5faf4;
}

#entete {
	background-image: url(images/banniere.jpg); 
	background-color: #3F913B;
	background-repeat: no-repeat;
	background-position: top center;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	height: 200px;
	position: absolute;
}

#entete h1 {
	margin: 0;
	padding: 20px 0 0 0;
	font: bold 12px Verdana, sans-serif; 
	font-size: 1.2em;
	text-align: center;
	color: #f5faf4;  /* pr ecrire sur banniere */
}

#entete img {
	position:relative;
	left:50%;
	margin-left:-80px;
	margin-top:32px;  /* pr gif reflexe*/
}

#navsite {
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	height: 20px;
	margin-top: 200px; 
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: absolute;
	font: 12px Verdana, sans-serif;
	background-image: url(./images/menu.jpg);
}
#navsite span {
	margin-top: 0px;
	float: left;
	width: 20px;
	height: 20px;
}
#nav { 
	font: 13px Verdana, sans-serif;
}
#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
#nav a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
#nav li a:hover, #nav li a:focus {
	background-color: #749533;
}
#nav li { 
	float: left;
	height: 20px;
	width: 106px; 
	/* width: 119px; */ 
	border-right: 1px solid #fff;
}
#nav li ul { /* deuxième niveau */
	position: absolute;
	width: 200px;
	left: -999em;
}
#nav li ul a { /* deuxième niveau */
	background-color: #FFECC8;
	width: 200px;
	color: #54341D;
	font-weight: normal;
	border: 1px solid #749533;
}
#nav li ul a:hover { /* deuxième niveau */
	background-color: #B0CE74;
	width: 200px;
}
#nav li ul ul { /* troisième niveau */
	margin: -19px 0 0 200px;
}
#nav li:hover ul ul, #nav li.sfhover ul ul { /* troisième niveau */
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {  /* troisième niveau */
	left: auto;
}

#adm {
	margin: 0;
	padding: 20px 20px 20px 20px;
	background-color: #ffffff;
	border: 1px solid #88b36c;
	position:relative; top:10px; left:0px;
    font-family: Arial, Geneva, Helvetica, sans-serif;
}
#adm .submit {
        border: 1px solid #88b36c;
        background-color: #ffffff;
        color: #88b36c;
        font-family: Arial, Geneva, Helvetica, sans-serif;
        font-weight: bold;
	cursor: pointer;
}
#adm .input {
        color: #000000;
        font-family: Arial, Geneva, Helvetica, sans-serif;
        font-size: 1em;
}
#adm .erreur {
	color: red;
}

#contenu {
	position: absolute;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	margin-top: 222px;
	background-image: url('./images/contenu.jpg');
	background-repeat: repeat-y;
	background-position: top center;
}
#basdepage {
	width: 100%;
	text-align: center;
	margin-top: 25px;
	font-size: 10px;
	color: #773C02;
}
#menu1 {
	float: left;
	position: relative;
	width: 160px;
	background-image: url('./images/gauche.jpg');
	background-repeat: no-repeat;
	background-position: top;
	font-size: 13px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
}
#menu1 .titre {
	text-align: center;
	font-weight: bold;
	color: #FFFFCC;
	margin-top: 15px;
}
#menu1 .entete {
	text-align: center;
	font-weight: bold;
	background-color: #FFB830;
	background-image: url('./images/fondbois.jpg');
	margin-top: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#menu1 .liste {
	text-align: left;
	background-color: #FFFFCC;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#menu1 a:hover .liste {
	background-color: #F2F27D;
}
#menu1 a {
	color: #54341D;
	text-decoration: none;
}   
#contenu1 {
	float: right;
	position: relative;
	padding: 10px 10px 10px 10px;
	border-left: 1px solid #fff;
	width: 799px;
	font-size: 13px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
}
#contenu1 p {
	text-decoration: none;
}
#contenu1 table {
}
#contenu1 td img {
	display: block;
}
#contenu1 .vert {
	width: 3px;
	writing-mode: tb-rl; 
}
#contenu1 .submit {
	width: 100px;
    border: 1px solid #88b36c;
    background-color: #ffffff;
    color: #88b36c;
    font-weight: bold;
	cursor: pointer;
}
#contenu1 .img {
	float:left;
	position: relative;
	margin: 0 .5em 0 0;
}
#contenu1 .img2 {
	float:right;
	position: relative;
	margin: 0 0 0 .5em;
}
#contenu1 .titre {
	text-align: center;
    font-weight: bold;
	color: #773C02;
}
#contenu1 .date {
	text-align: center;
    font-style: italic;
	color: #CC6600;
}
#contenu1 .centre {
	text-align: center;
}
#contenu1 .erreur {
	color: red;
}
#contenu1 .rq {
	text-decoration: underline;
}
#contenu1 .norm {
	text-align: justify;
}
#logo {
	position:relative; 
	left:50%;
	margin-left:-100px;
	width:200px; 
}
#form {
	position:relative; 
	left:50%;
	margin-left:-300px;
	width:600px; 
}
#form table {
	width:100%; 
	border-left: 1px solid #88b36c;
	border-bottom: 1px solid #88b36c;
	background-color: #fff;
}
#form th {
	width: 250px;
    border-top: 1px solid #88b36c;
    border-right: 1px solid #88b36c;
	text-align: right;
	vertical-align: top;
    font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: .7em;
	padding-right: 15px;
	padding-left: 12px;
	padding-top: .75em;
	padding-bottom: .75em;
}
#form td {
	text-align: center;
    border-bottom: 1px solid #ffffff;
	background-color: #88b36c;
	vertical-align: middle;
	padding: 4px;
    font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: .7em;
}
#form .requis {
	color: red;
}
#form .norm {
	color: noir;
}
#form .entete th {
	text-align: left;
}
#form .col th {
	text-align: center;
}	
#form .input {
	width: 250px;
    color: #000000;
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 12px;
}
#form .nb {
    color: #000000;
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 12px;
}
#form .boutons {
    font-family: Arial, Geneva, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 5px;
}
#form .submit {
	font-size: 10px;
	width: 100px;
	margin-left: 130px;
	border: 1px solid green;
    background-color: #fff;
    color: green;
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-weight: bold;
	cursor: pointer;
}
#form .reset {
	font-size: 10px;
	width: 100px;
	margin-left: 130px;
	border: 1px solid red;
    background-color: #fff;
    color: #C00;
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-weight: bold;
	cursor: pointer;
}
h3 {
	text-align: center;
	color: #773C02;
	font-size: 15px;
}
h2 {
	text-align: left;
	color: #CC6600;
	font-size: 13px;
	padding-top: 5px;
}
hr {
	border-style:dashed;
	border-color: #773C02;
	border-width: 1px;
}
.liste_titre {
	color: #773C02;
	font-weight: bold;
	list-style-image: url('./images/bonhomme.gif');
}
.liste_sstitre {
	color: #000;
	list-style-type: none;
}
#pres {
	margin-left: 30px;
	margin-right: 50px;
	background-image: url('./images/bg_pres.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
}
.liste_pres {
	color: #000;
	font-weight: 100;
	list-style-image: none;
	list-style-type: circle;
}
.liste_livre {
	color: #773C02;
	list-style-type: square;
}
.liste_fleche{
	list-style-image: url('./images/fleche.gif');
}
#plan {
	margin-left: 80px;
}
#plan a {
	color: #993300;
	text-decoration: none;
}
#plan a:hover {
	text-decoration: overline underline;
}
.liste_plan1 {
	list-style-image: url('./images/plan1.gif');
}
.liste_plan2 {
	list-style-image: url('./images/plan2.gif');
	margin-left: 20px;
}
.liste_plan3 {
	list-style-image: url('./images/plan3.gif');
	margin-left: 40px;
}
.bt_bleu {
	font-size: 12px;
	border: 1px solid #436CC0;
    background-color: #fff;
    color: #436CC0;
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-weight: bold;
	cursor: pointer;
}
.bt_orange {
	font-size: 12px;
	border: 1px solid #E6970E;
    background-color: #fff;
    color: #E6970E;
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-weight: bold;
	cursor: pointer;
}
.bt_violet {
	font-size: 12px;
	border: 1px solid #6B3F99;
    background-color: #fff;
    color: #6B3F99;
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-weight: bold;
	cursor: pointer;
}
