/******************** TAGS HTML ********************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #4E6480;
	margin: 0px;
	font-weight: normal;
}

p{
	text-align: justify;
	margin: 0px;
	padding: 0px;
}

a{
	text-decoration: underline;
	color: #003366;
}

a:hover{
	color: #FFFF33;
}

ul{
	list-style-position: inside;
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
}

ol{
	list-style-position: inside;
	list-style-type: decimal;
	margin: 0px;
	padding: 0px;
}

img{
	border: none;
}
/********************** DIV CONTAINER ***********************/
#container{
	width: 770px;
	margin: 0px auto;
	background-image: url(../images/fond-contenu.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

#banniere{
	margin: 0px;
	height: 130px;
}

#menu{
	margin: 0px;
	height: 27px;
	background-image: url(../images/fond-menu.jpg);
}

#titre{
	margin: 0px;
	height: 34px;
	background-image: url(../images/fond-titre.jpg);
}

#contenu{
	margin: 0px;
	padding: 50px 25px 0px;
	background-image: url(../images/bghaut-contenu.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: auto;
}

#footer{
	clear: both;
	margin: 20px 0px 0px;
	padding: 0px;
}
/******************** DIV #banniere *******************/
#banniere img{
	display: block;
}

/******************* DIV #menu ***********************/
#menu ul{
	margin: 0px 30px 0px 165px;
	padding: 0px;
	list-style-type: none;
}

#menu ul li{
	float: left;
	width: 115px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}

#menu ul li a{
	color: #44566C;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

#menu ul li a:hover{
	color: #3888BB;
}

/******************* DIV #titre **************************/
#titre h1{
	margin: 0px 0px 0px 200px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
}

/******************* DIV #footer ***********************/
#footer p{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 10px;
}

#footer p a{
	color: #666699;
}