body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; /*A voir*/
	padding: 0px;
	margin: 0px;
	background-color: #4A5E71;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #1B1B1F;
}
p {
	margin: 0px 0px 10px;
}

a {
	color: #1B1B1F;
	text-decoration:none
}

img.centered {
	display:block;
	position:absolute;
	right:45%;
	margin-top:20px;
	margin-bottom:20px;
}


#header {
	height: 220px;
	font-size: 50pt;
	position: relative;
	width: auto;
	text-align:center;
	margin-bottom:30px;
	margin-top:30px;
}

#header img	{
	border:3px;
	border-color:#1B1B1F;
	border-style:dashed;
	border:double;
}

#haut {
	height:125px;
	color: #1B1B1F;
	text-align: center;
	margin-bottom:25px;
	margin-top:25px;
	font-size: 24pt;
	vertical-align: middle;
}
#haut img {
	height:75px;
	width:100px;
	margin-bottom:3px;
	margin-top:0px;
	border:3px;
	border-color:#1B1B1F;
	border-style:dashed;
	border:double;
}
/*#haut table {
	width: 100%;
	left: 808px;
	top: 663px;
	font-size: 14px; /*A voir*//*
	border-bottom-color:#1B1B1F;
	border-bottom-style:double;
	padding-bottom: 20px;
}*/
#menuhaut {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
}
#menuhaut li {
	display: inline;
}
#menuhaut a {
	margin: 0px 2px;
	text-decoration: underline;
}
#menuhaut a:hover {
	color:#1B1B1F;
}


#conteneur {
	width: 100%;
	position: absolute;
	left: -1px;
	top: -3px;
}
#centre {
	margin-left: 5px;
	margin-right: 5px;
	padding:2px;
	font-weight: bold;
	font-size:16px;
}
#centre img	{
	border:3px;
	border-color:#1B1B1F;
	border-style:dashed;
	border:double;
}


table {
	left: 904px;
	top: 233px;
	width: 100%;
	height: 114px;
	text-align:center;
	vertical-align:middle;
}
td {
	width: 33%;
}
#gauche {
	float: left;
	width: 1px;
	padding-left:5px;
	font-size:20px;
	position: absolute; /* placement du menu, à modifier selon vos besoins */
}
#menugauche li {
	margin-bottom: 5px;
	list-style-type: none;
}
#menugauche a {
	margin: 0px 2px;
	text-decoration: none;
}
#menugauche a:hover {
	text-decoration: none;
}

#droite {
	float: right;
	width: 1px;
}
#menudroit {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
}
#menudroit li {
	margin-bottom: 5px;
}
#menudroit a {
	margin: 0px 2px;
	text-decoration: underline;
}
#menudroit a:hover {
	text-decoration: none;
}

#pied {
	clear: none;
	height: 50px;
	font-size: 10pt;
	text-align: center;
	position:relative;
	}

ul {
	padding-left:10px;
	list-style-type: disc;
	text-decoration:none
}

dl, dt, dd, li {
	margin: 0;
	padding: 0;
	list-style-type: disc;
	text-decoration:none
}
#menu {
position: absolute; /* placement du menu, à modifier selon vos besoins */
top: 0;
left: 0;
width:15em;
}
#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background: #ccc;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
}
#menu li a, #menu dt a {
text-decoration: none;
display: block;
border: none;
height: 100%;
}
/*#menu li a:hover, #menu dt a:hover {
background: #eee;
}--!*/
