body { 
	margin: 0px;
	background-color: #EDECEB;
}

#PosDesign {
	width: 800px;
	height: auto;
	margin: auto;
}

#Header {
	width: 800px;
	height: 50px;
	background-image: url('img/header.png');
	background-repeat: no-repeat;
}

#PosTitle {
	text-align: center;
	padding-top: 3px;
}

#Middle {
	width: 800px;
	height: auto;
	background-image: url('img/middle.png');
	background-repeat: repeat-y;
}

#Footer {
	width: 800px;
	height: 50px;
	background-image: url('img/footer.png');
	background-repeat: no-repeat;
}

#Contenu {
	float: left;
	margin-left: 5px;
	width: 580px;
	height: auto;
	border-right: 1px #80A6D5 solid;
}

#Menu {
	margin-left: 590px;
	width: 200px;
	height: auto;
	
	font-family: Verdana;
	font-size: 12px;
}

.Jumper {
	clear: both;
    overflow: hidden;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}

#PosInfosFooter {
	text-align: center;
	padding-top: 3px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana;
	font-weight: bold;
	margin: 0px;
}

p {
	font-family: Verdana;
	font-size: 12px;
}

a {
	font-family: Verdana;
	text-decoration: underline;
	color: #000000;
}

a:hover  {
	font-family: Verdana;
	text-decoration: underline;
	color: #90B3DE;
}

.lien-title {
	color: #000000;
	text-decoration: none;
}

body #PosDesign #Middle #Contenu h3 {
	text-align: center;
}

.Encart {
	border-bottom: 1px #80A6D5 solid;
}

body #PosDesign #Middle #Menu .Encart table tbody tr td {
	background-color: #BAD9FF;
	text-align: center;
}

body #PosDesign #Middle #Menu .Encart table tbody tr td a {
	text-decoration: underline;
	font-weight: bold;
}

body #PosDesign #Middle #Menu h3 {
	text-align: center;
}

body #PosDesign #Middle #Menu ul li {
	list-style-type: none;
}

