* {
	margin: 0;
	padding: 0;
	
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}

ul, li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #4E6D53;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
}

a img {
	border: none;
}

input, select, textarea {
	border: 1px solid #CCCCCC;
}

input[type="radio"], input[type="checkbox"] {
	border: none;	
}

.spacer {
	clear: both;
	font-size: 1px;
	height: 1px;
}

.hidden {
	display: none;
}

hr {
	height: 1px;
	border: none;
	border-top: 1px solid silver;	
}

/*********************************************************************************************/

body {
	background-color: #ffffff;
}

div#header {
	background-image: url('../images/header-bkg.jpg');
	height: 166px;
}

	div#header div {
		position: relative;
		margin: 0 auto;
		width: 980px;
		height: 166px;
		background-image: url('../images/header-top.jpg');
		background-repeat: no-repeat;
	}
	
		div#header div a#logo {
			position: absolute;
			top: 5px;
			left: 00px;
			height: 131px;
			width: 241px;
			background-image: url('../images/logo.jpg');
		}
		div#header div p#pub {
			position: absolute;
			right: 0;
			top: 42px;
			width: 728px;
			height: 90px;
			overflow: hidden;
		}

div#menu {
	background-image: url('../images/menu.jpg');
	height: 49px;
}

	div#menu ul {
		margin: 0 auto;
		margin: 0 auto;
		width: 980px;
	}
	
		div#menu ul li {
			float: left;
			height: 49px;
			line-height: 49px;
		}
		
			div#menu ul li a {
				display: block;
				color: #ffffff;
				line-height: 49px;
				padding: 0 31px;
			}
			
			div#menu ul li a:hover, 
			div#menu ul li.active a {
				color: #ff9900;
			}

div#contener {
	background-image: url('../images/contenu-bkg.jpg');
	background-repeat: repeat-x;
}

	div#contener div {
		margin: 0 auto;
		padding-top: 10px;
		width: 980px;
	} 
	
		div#contener div h1 {
			color: #333333;
			font-size: 13px;
			font-weight: bold;
			margin: 5px 0;
		}
		
		div#contener form label {
			float: left;
			width: 200px;
			text-align: right; 
			padding-right: 3px;
		}
		div#contener form input,
		div#contener form textarea {
			float: left;
		}
		
div#footer {
	background: url('../images/footer.gif');
	height: 58px;
	line-height: 58px;
	font-weight: bold;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
	div#footer * {
		font-weight: bold;
		color: #fff;
		font-weight: bold;
		font-size: 12px;
	}
	
	div#footer a {
		text-decoration: underline;
	}