BODY, TD {
	color: white;
	text-align: justify;
/*	font-family: times new roman, times;*/
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
}

H1, H2, H3, H4, H5, H6 {
	font-family: arial, helvetica, sans-serif;
}

H1 {
	color: black;
	font-size: 16pt;
	font-weight: bold;
	/* border: 1px dashed #660000; */
	border-bottom: 1px solid #BAC1D7;
	text-align: center;
	padding-top: 10px;
}

H2 {
	font-size: 14pt;
	border-bottom: 1px dashed #BAC1D7;
}

H3 {
	color: black;
	text-decoration: underline;
	font-size: 13pt;
	padding: 1px;
	margin: 1px;
	text-align: center;
}

hr {
	display:block;
	height: 1px;
	margin: 0;
	_margin: -7px 0;
	padding: 0;
	color: #BAC1D7;
	background-color: #BAC1D7;
	border: 0;
}

a {
	/* font-family: arial, helvetica, sans-serif; */
	text-decoration: none;
	/* font-weight: bold; */
	/* font-size: 10pt; */
}

a:hover {
	text-decoration: underline;
	/* background-color: #efefef;*/
}

a.menu {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt; /* 11pt */
	color: white;
	display : block;
	margin-left: 0px; /* 5px margin-left */
}

a.menu:hover {
	text-decoration: none;       
        background-color: #FFB000;
}

span.lienpage {
	font-family: arial, helvetica, sans-serif;
	/* font-weight: bold; */
	font-size: 10pt;
}

a.lienpage {
	font-family: arial, helvetica, sans-serif;
	/* font-weight: bold; */
	font-size: 10pt;
}

p {
	color: black;
        font-family: arial, helvetica, sans-serif;
        /* font-weight: bold; */
        font-size: 12pt;
	margin-left: 20px;
	margin-right: 20px;
}
span.basdepage {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	/* color: white; */
}

TD.basdepage {
	color: white;
	font-family: arial, helvetica, sans-serif;
	/* font-weight: bold; */
	font-size: 10pt;
}

TD.menu {
	color: black;
	font-family: arial, helvetica, sans-serif;
	/* font-weight: bold; */
	font-size: 10pt;
	background-color: #FFC000;
        background: url(img/btnmenu.gif) repeat-x;
	
}

TD.menu:hover {
	
	background-color: #FFB000;
        display : table-cell;
}

li {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 100%;
	color: black;
	display : list-item;
	list-style-image : url(img/puce.gif);
	list-style-position: none;
}

body {
    margin: 0px;
    padding: 0px;
}
.menu-titre { 
	color: #547a26;
	border-bottom: 1px solid #AC0D0D;
	font-size: 16pt; 
	font-weight:bold; 
	margin-top: 0px ; 
	margin-bottom:15px; 
}

div#logo {
        position: absolute;
        margin-top: -65px;
        margin-left: -200px;
}

div#header {
    clear: both;
/*    background-image: url(/tmp/fondtitre.jpg);	*/
/*    background-repeat: no-repeat; */
    width: 100%;
/*    height: 150px; */
/*    padding: 1px;*/
}
div#middle {
    float: left;	
    background-color: #fff2c3;
    width: 97%;
    margin-left: 5px;	
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto;
}

div#right {
    background-color: #fff2c3;	
    position: static;	
    float: right;
    width: 22%;
    margin: 20px 10px 5px 5px;	
/*  height: 1000px;     */
    text-align: left;	
}

div#corps {
/*	padding: 10px  10px ; */
	padding-bottom: 10px;
/*	background: url(/tmp/motif.gif) repeat; */
	background-color: #fade7e;
/*      margin: 0px; */
        width: 100%;	
        height: 4050px;
	text-align: center;
}
div#footer {
    position: absolute;
    clear: both;
    width: 100%;
    padding: 0px 0px;
}

#premierplan {
        position: fixed;
        width: 100%;
        height: 50px;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
      }

/************Cadre gauche droite****************/

.hautgauche1, .hautdroit1, .basgauche1, .basdroit1 {
height: 15px; width: 15px;
background-repeat: no-repeat;
font-size:1px; /* correction d'un bug IE */
}

.hautgauche1 {
	float: left;
	background: url(img/hg1.gif);
}

.hautdroit1 {
	float: right;
	background: url(img/hd1.gif);
}

.basgauche1 {
	background: url(img/bg1.gif);
}
.basdroit1 {
	float: right;
	background: url(img/bd1.gif);
}

.contenu1 {
	text-align: center;
}

.contenu1 p {
	color: black;
	margin: 10px; /*gestion des espaces interparagraphes */
}

.contenu1 img {
	margin: 5px;
}

.contenu2 p {
	color: black;
	font-size: 11pt;
	margin: 0px 10px 10px 10px;
}
