/*   regle relatives au layout */

* {
  margin: 0;
  padding: 0;
}

html { height: 100%; margin-bottom: 1px; }

html, body {
  height: 100%; /* Required */
  background-image: url(../images/bg_body.gif);
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	font-size: 85%;
	background-repeat: repeat-y;
}

#container-page {
	width: 998px;
	text-align: left;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%;
	padding-right: 0px;
	padding-left: 0px;
	margin: auto;
	background-image: url(../images/bg_content.jpg);
}

#container-head {
	height: 160px;
	width: 998px;
	overflow: hidden;
	vertical-align: bottom;
}

#container-content {
	margin-bottom: 0px;
	background-color: transparent;
}

#container-content:after 
{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#content-pri {
	width: 575px;
	float: left;
	padding: 10px 19px 0px;
	vertical-align: top;
	height:auto;
	margin-bottom: 80px;
}


#content-left {
	width: 180px;
	height: 350px;
	float: left;
	background-image: url(../images/bg_cln_left.jpg);
	background-repeat: no-repeat;
}

#content-left ul,#content-left ul li {
  list-style: none none;
}

#content-right{
	width: 167px;
	float: right;
	height: 400px;
	background-image: url(../images/bg_cln_right.jpg);
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 1px;
	background-position: left top;
	padding-right:21px;
}

#content-right img{
border:0px;
}

.right-cln
{
	padding: 0px 4px 0px 5px;
}

#container-foot {
	width: 998px;
	position: absolute;
	bottom: 0px!important;
	bottom: -1px; /* For Certain IE widths */
	height: 30px;
	clear: both;
	background-color: #FFFFFF;
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat;
	background-position: center bottom;
}


#foot {
	height: 20px;
	width: 998px;
	text-align: center;
}

.menu-utile{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-transform: none;
	color: #003d78;
	font-style: normal;
	text-align: center;
	height: 11px;
	letter-spacing: 0.005em;
	line-height: 12px;
	width: 100%;
	color:#669900;
}

.menu-utile a:hover{
	text-decoration: none;
	color:#336600;
	text-decoration: underline;
}
