/* général */

* {
	padding: 0;
	margin: 0;
	}

body {
	background-image: url(../img/bg.jpg) repeat;
	background-color: #5E6581;
	}
	
a:link {
	border-bottom: 1px solid #BEB9AA;
	}

a:visited {
	border-bottom: 1px solid #BEB9AA;
	}

a:hover {
	border-bottom: 1px solid #AAA08C;
	}

a:active {
	border-bottom: 1px solid #AAA08C;
	}

/* texte */

p {
	margin-top: 0px; 
	padding-left: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	}

acronym {
	border: 0px;
	}

/* div */

#container { 
	background: url(../img/back.jpg) center repeat-y;
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}

#intro { 
	display: block;
	}

#pageHeader { 
	background: url(../img/header.jpg) no-repeat;
	position: relative;
	width: auto;
	height: 175px;
	top: 0px;
	}

#sommaire .p1 {
	background: url(../img/summary.jpg) no-repeat;
	left: auto;
	position: relative;
	width: auto;
	height: 155px;
	}

/**/
#txtprincipal {
	display: block;
	position: relative;
	margin-top: 0px;
	margin-left: 270px;
	width: 608px;
	height: auto;
	padding-left: 0px;
	}

/* header */

#explanation h3 {
	background: url(../img/explanation.gif) no-repeat;
	position: relative;
	width: 250px;
	/*height: 50px;*/
	top: 0px;
	left: 0px;
	}

/* partie TEXTE de la liste */

#linkList {
	position: absolute;
	top: 271px; /* placement du bloc liste par rapport au bord haut*/
	}

#linkList ul {
	margin-top: 25px;
	list-style-type: none;
	}

#linkList ul li {
	list-style-image: url(../img/button.gif);
	width: 180px;
	margin-left: 15px;
	margin-top: 5px;
	}

#linkList ul li a {
	display: block;
	width: 150px;/*largeur de la liste*/
	border: 0px;
	}


/*partie menu*/

#lselect {
	background: url(../img/lselect.jpg) no-repeat;
	background-color:#A59C7D;
	width: 210px;
	height: 615px;
	padding-left: 18px;
	position: relative;
	left: 0px;
	}

#lselect h3.select {
	background: url(../img/menu.gif) no-repeat;
	display: block;
	width: 106px;
	height: 31px;
	position: relative;
	top: 25px;
	left: 0px;
	}

#lselect li a.c {
	display: inline;
	}


/* footer */

#footer { 
	display: block;
	text-align:center;
	width: 400px;
	height: 45px;
	margin-left: 370px;
	margin-top:20px;
	padding-bottom: 8px;
	}