html, body {
	margin: 0;
	padding: 0;
}
 
body {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	background-color: #000000;
}

table {
	width: 800px;
}

header, section, footer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}

p { 
	text-align: center; 
    display: block;
}

nav {
	font-size:x-large;
	list-style-type:none;
	text-align: center;	
}

td {
    display: table-cell;
    vertical-align: bottom;
}
.flotte {
	float:left;
}
.verticentre {
	vertical-align: text-bottom;
	text-align: center;
}

.sousnav {
	font-size: large;
	text-align: center;	
}

.PJ { text-align: justify; }
.PC { text-align: center; }
.PG { text-align: left; 	clear: left;}
.PD { text-align: right; }

.top {
	text-align:right;
	text-decoration: none;
}

.drapo {
	vertical-align: top;
	text-decoration: none;	
	display: inline;
}

.copy { 
	text-align: center;
	padding-right: 50px;
	display: inline;
}


h1 { font-size: xx-large;
	font-weight: bold; }

h2 { font-size: x-large;
	font-weight: bold; }

h3 { font-size: x-large;
	font-weight: bold; }	

.legende { font-size: medium; }
.titre { font-size: x-large; font-weight:bold;}

/* .fondnoir { width: 100%; background-color: #000000; color: #807041; }
.fondor { width: 100%; background-color: #807041; color: #000000; } */

	
.fondnoir { background-color: #000000; color: #807041; }
.fondor { background-color: #807041; color: #000000; }
.bordimg { border: 5px solid black; }
.bordimgor { border: 5px solid #807041; }			

.imgg{ float: left; font-size: medium; }
.imgd{ float: right; font-size: medium; }
.imgn{ float: none; font-size: medium; }
.imgt{ float: none; font-size: x-large; display: inline-block; }

.imggtop { float: left; vertical-align: text-top; display: inline-block; }


.centrer
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	position: relative;
}

a:link { 
	text-decoration: none;
	background-color:#000000;
	color: #807041;
}
a:visited {
	text-decoration: none;
	background-color:#000000;				
	color:#807041;
}
a:hover {
	text-decoration: none;
	background-color:#807041;
	color:#000000;
}
a:active {
	text-decoration: none;
	background-color:#000000;
	color:#807041;
}
.selecteur {
	text-decoration: none;
	background-color:#807041;
	color:#000000;
}
.plustard {
	text-decoration: none;
	background-color:#000000;
	color:#404040;
}
