/* CSS Document */

body{
	background: url('fond.gif') fixed;
}

#page{
	width: 758px;
	background: #FFFFFF;
	padding: 1px;
	margin: auto;
}
#justify{
	text-align: justify;
	padding: 20px;
}
#header{
	width: 758px;
	height: 64px;
	background: url('header.gif') repeat-x;
}

#header_logo{
	width: 228px;
	height: 64px;
	background: url('logo.jpg') no-repeat;
}

#banniere{
	width: 758px;
	height: 130px;
	background: url('bannierzuk.jpg') no-repeat;
}

#menu{
	width: 758px;
	height: 31px;
	background: url('menu.gif') repeat-x;
	overflow: hidden;
}

#menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu li{
	display: block;
	float: left;
	height: 23px;
	padding-left: 35px;
	padding-right: 35px;
	border-right: 1px solid #FFFFFF;
	font: 11px Verdana;
	color: #FFFFFF;
	padding-top: 8px;
}

#menu li a{
	font: 11px Verdana;
	color: #FFFFFF;
	text-decoration: none;
}

#menu li a:hover{
	font: 11px Verdana;
	color: #BAF0FF;
	text-decoration: none;
}

#contenu{
	width: 758px;
	font: 11px Verdana;
	color: #333333;
	padding-top: 5px;
}

#contenu p{
	margin: 0;
	margin-bottom: 10px;
	padding: 5px;
	line-height: 140%
}

#contenu p a{
	font: 11px Verdana;
	color: #4195AD;
	text-decoration: none;
	border-bottom: 1px dotted #3B3B3B;
}
#contenu h1{
	font: bold 11px Verdana;
	color: #FFFFFF;
	background: #9A7E59;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-left: 5px solid #525252;
	margin: 0;
	margin-bottom: 5px;
}

#footer{
	width: 738px;
	height: 20px;
	background: #4195AD;
	font: 11px Verdana;
	color: #FFFFFF;
	text-align: right;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#footer a{
	font: 11px Verdana;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover{
	color: #BAF0FF;
	text-decoration: none;
}
