body {
	margin: 0px;
	padding: 0px;
	background-color: #A7B7E0;
	color: Black;
	font-family: Arial, sans-serif;
}
div#header {
	text-align: center;
	background-image: url(images/logo.png); 
	background-repeat: no-repeat;
	background-color: #A7B7E0;
	width: 1024px;
	height: 60px;
	margin: 0px;
	padding: 1px;
	color: inherit;
}

div#bouton {
	text-align: center;
	width: 1024px;
	height: 100px;
	margin: 0px;
	padding: 1px;
	background-color: #A7B7E0;
	color: inherit; 
}
div#navigation {
	padding: 10px;
	width: 160px;
	float: left;	
	position: relative;
}
div#main {
    padding: 10px;
    margin-left: 130px;
    margin-right: 160px;
	 padding-left: 130px;
	 position:  relative;
	 
}
div#menud {
    padding: 10px;
    width: 130px;
    float: right;
	 padding-right: 20px;
	 position: relative;
}
div#foot {
	border-top: solid #000 0px;
	background-image: url(images/foot.png);
	background-color: #A7B7E0;
	padding: 40px;
	text-align: center;
	clear: both;
	color: inherit;
	background-repeat: no-repeat;
	position: relative;
width: 1024px;
}

a{
	background-color: inherit;
	color: black;
	text-decoration: none;
}

a:hover{
	background-color: inherit;
	color: Blue;
	text-decoration: underline;
}

legend{
	background-color: inherit;
	color: Gray;
}

img{
	border: none;
}

.tableau{

width: 90%;
	border: thin outset #9EAEC9;
	color: Black;
	background-color: #BFD1EF;
}

.ht_tableau{
	/*background-color: #009ABE;*/
	background-color: #7395CD;
	color: Black;
	font-weight: bold;
	width: 250px;
	
}


pre{
	font-family: Arial, sans-serif;
}

.bouton{
	background-image: url(images/bouton.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: inherit;
	width: 128px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	color: black;
	text-decoration: none;
	font-family: Arial, sans-serif;
	
}

.mtableau{
	width: 160px;
	color: Black;
	background-color: #BFD1EF;
	border: medium outset #7395CD;
	
	
}

caption{
	background-color:  #7395CD;
	color: #BFD1EF;
	width: 160px;
	font-size: large;
	border: medium outset #BFD1EF;
}

li{
	list-style: url(images/puce-orange.gif);
}

