body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.276;
	color: #FFFFFF;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	background-image: url(media/medsand.gif);
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {

	color: #ffdd00;
	text-decoration: no;
}
/*paramétrage du conteneur*/
#conteneur {
	height: auto;
	background-color: #000000;
	width: 900px;
	margin-top: 15px;
	margin-left: -450px;
	border: 1px solid #ffffff;
	position: absolute;
	left: 50%;
	top: 5px;
	visibility: visible;
}
#header {
	height: 125px;
	width: 900px;
	padding: 0px;
	margin: 0px;
}
#accueil {
	height: 450px;
	width: 900px;
	padding: 0px;
	margin: 0px;
	background-image: url(media/fondaccueil.jpg);
}
#menu {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
#menu img {
	vertical-align: bottom;
	display: inline;
}
/*sous menu setting*/
#sousmenu01, #sousmenu02, #sousmenu03, #sousmenu04 {
	height: 20px;
	width: 100%;
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 152px;
}

#sousmenu01 p, #sousmenu02 p, #sousmenu03 p, #sousmenu04 p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#bodyinfo {
	margin: 20px 0px 0px;
	padding: 20px 0px 0px;
	height: 40%;
	width: 100%;
}
#footer {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 100%;
}
#footer p {
	margin: 0px;
	padding: 10px 5px 0px 0px;
	text-align: right;
}
#tableaufond {
	background-repeat: no-repeat;
}
#tableautexte {
	font-size: 18px;
	align: center;
	padding: 10px;
	height: auto;
	width: auto;
}

#tableautexte a:link, #tableautexte a:visited {
	color: #ffdd00;
	text-decoration: none;
}
#tableautexte a:hover {
	color: #330000;
	text-decoration: none;
	background-color: #ffffcc;
}
.apart {
	font-size: 10px;
}
/*.apart a:link, a:visited {
	color: #00CCFF;
}*/

