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;
	margin-bottom: 10px;
}

H2 {
	color: black;
        font-size: 16pt;
        font-weight: bold;
}

H3 {
	font-size: 13pt;

}

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;
}

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;
/*      background-image: url(/tmp/bouton.gif); */
/*      background-repeat: no-repeat;           */
        display : table-cell;
}

body {
	margin: 0px;
	padding: 0px;
}

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

div#header {
    clear: both; 
    background-color: #fade7e;
    width: 100%; 
    height: 70px;
    padding-top: 1px;
    padding-bottom: 5px;
    text-align: center;
}


div#corps {
/*	background-color: #fade7e; */
	margin: 0px;
	width: 100%;
	height: auto;
}

div#footer {
	clear: both;
	width: 100%;	
}

/************Cadre arrondi****************/

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

.hautgauche1 {
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 {
	width: 100%;
}
#contenu1 p {
	color: black;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 10px;  /* gestion des espaces interparagraphes */
}

div#left {
	background-color: black; 
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 5px;
	width: 22%; /* 22% 185px; */
	height: auto;
	float: left;
	text-align: center;
	border-right: 1px solid #BAC1D7;
	border-bottom: 1px solid #BAC1D7;
}

div#right {
	background-color: black; 
	padding-top: 10px;
	padding-bottom: 10px; 
	padding-left: 5px;
	padding-right: 10px;
	width: 22%;
	height: auto;
        float: right;
	text-align: center;
	border-left: 1px solid #BAC1D7;
	border-bottom: 1px solid #BAC1D7;
}

div#middle {
	background-color: #FFF2c3;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25%;
	margin-right: 25%;
}

/* coins arrondis */

#hautgauche2, #hautdroit2, #basgauche2, #basdroit2 {
	height: 14px;
	width: 14px;
	background-repeat: no-repeat;
	font-size: 1px;  /* correction d'un bug IE */
}

#hautgauche2 {
	float: left;
	background: url(img/hg.gif);
}
#hautdroit2 {
	float: right;
	background: url(img/hd.gif);	
}
#basgauche2 {
	background: url(img/bg.gif);
}

#basdroit2 {
	float: right;
	background: url(img/bd.gif);
}

#degrade {
	width: 100%;
	height: 30px;
	background: url(img/degrade.gif) repeat-x;
}

