* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Georgia, Times, serif;
	font-size: 1em;
	background-color: #628AC7;
	text-align: justify;
}

ul {
	list-style-type: none;
}

img {
	border:0px;
/*
	border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 139px;
    height: 162px;*/
}

#conteneur {
	position: relative;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-color:#608bc9;
	background-image: url(img/milieu.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

#entete {
	height: 120px;
	background-image: url(img/haut.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#centre {
	margin-left: 165px;
	margin-right: 225px;
	background-color: transparent;
}

#gauche {
	position: absolute;
	left: 0;
	width: 100px;
	height: 568px;
	min-height: 568px;
	background-image: url(img/gauche.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 50px;
}

#droite {
	position: absolute;
	right: 0px;
	width: 208px;
	height: 568px;
	min-height: 568px;
	background-image: url(img/droite.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#pied {
	height: 110px;
	background-image: url(img/pied.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 40px;
	width: 1024px;
	margin: 0 auto; 
	font-size: 0.7em;
}

#logo {
	width: 185px;
	height: 114px;
	position: absolute;
	right: 35px;
	top: 0px;
}

#symbole {
	width: 139px;
	height: 162px;
	position: absolute;
	left: 50px;
	top: 60px;
	background-image: url(img/symbole.png);
	background-position: top center;
	background-repeat: no-repeat;
}