* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(bg.jpg);
	background-color: #535C4B;
}
#header {
	background-image: url(header_bg.gif);
	background-repeat: repeat-x;
	height: 347px;
}
.header-top {
	height: 88px;
	width: 948px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.header-top .contInfo {
	height: 20px;
	width: 320px;
	position: absolute;
	left: 330px;
	top: 35px;
	font-size: 20px;
	color: #000000;
}

.header-top .logo {
	float: left;
	height: 47px;
	width: 338px;
	margin-top: 18px;
	margin-left: 5px;
}
.header-top .right-search {
	float: right;
	height: 30px;
	width: 300px;
	margin-right: 5px;
	margin-top: 35px;
	text-align: right;
}


.banner {
	width: 948px;
	margin-right: auto;
	margin-left: auto;
}
.oth-links {
	float: right;
	width: 200px;
	text-align: right;
	padding-top: 10px;
	padding-right: 5px;
}

.nav {
	background-image: url(navbg.gif);
	background-repeat: repeat-x;
	height: 52px;
	width: 948px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	overflow: hidden;
}
.nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nav ul li {
	display: block;
	float: left;
}
.nav li.active {
	background-image: url(active_bg.gif);
	background-position: center bottom;
	display: block;
	float: left;
	height: 53px;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.nav li.sep {
	background-image: url(sep.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 39px;
	width: 2px;
}

.nav ul li a {
	font-size: 13px;
	line-height: 36px;
	font-weight: bold;
	color: #000000;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	height: 39px;
	text-decoration: none;
	background-image: url(navbg.gif);
	background-repeat: no-repeat;
	float: left;
}
.nav ul li a:hover {
	color: #FFFFFF;
	background-image: url(nav-hover.gif);
	background-repeat: repeat-x;
}
.clr {
	clear: both;
}

#container {
	width: 938px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(cont-sep.gif);
	background-position: 701px 110px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#container .leftcol {
	float: left;
	width: 695px;
	min-height:520px;
	height:auto !important;
	height:520px;
	font-size: 12px;
	font-weight: normal;
}
#container .rightcol {
	float: right;
	width: 240px;
	background-color: #EEEEEE;
	min-height:680px;
	height:auto !important;
	height:100%;
	position: relative;
	
}
#container .rightcol .imgcont {
	text-align: center;
	position: relative;
	/*left: 11px;*/
	bottom: 10px;
	margin: 0px;
	padding: 0px;
	margin-top: 30px;
}

#container .rightcol h1 {
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 16px;
}
#container .rightcol ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
#container .rightcol ul li {
	padding-bottom: 10px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bullet2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	margin-left: 10px;
}
#container .rightcol ul li a {
	color: #585858;
	text-decoration: underline;
	display: block;
	font-size: 12px;
	margin-left: 10px;
}
#container .rightcol li a:hover {
	color: #000000;
}


#container .welcome {
	color: #000000;
	font-size: 13px;
	line-height: 17px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: justify;
	padding-right: 10px;
}
#container .itemList {
	background-color: #FFFFFF;
	background-image: url(listbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:10px;
	overflow: hidden;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
}
#container .itemList li {
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-position: outside;
	list-style-image: url(bullet1.gif);
	list-style-type: none;
	margin-top: 10px;
	padding: 0px;
}
#div_content ul {
    background-color: #FFFFFF;
	background-image: url(listbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:10px;
	overflow: hidden;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
}
#div_content ul li {
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-position: outside;
	list-style-image: url(bullet1.gif);
	list-style-type: none;
	margin-top: 10px;
	padding: 0px;
}
#container .welcome img {
	padding-right: 10px;
}
#container  .welcome h1 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#footer {
	background-image: url(footer_bg.gif);
	background-repeat: repeat-x;
	height: 88px;
	font-size:12px;
	font-weight:normal;
}
#footer div {
	width: 948px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
}
#footer .left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 600px;
	line-height: 30px;
}
#footer .right {
	float: right;
	width: 300px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	padding: 0px;
}
#footer a {
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#footer a:hover {	
	text-decoration: underline;
}
#form_cont {
	margin-top: 20px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 20px;
	float: left;
}
#form_cont .txtfieald {
	width: 280px;
	border: 1px solid #ABA494;
	height: 20px;
}
#form_txt {
	float: right;
	width: 250px;
	padding: 20px;
	margin-top: 20px;
	height: 200px;
	background-image: url(contactus.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #000000;
}
#form_cont .leftleb {
	margin-top: 5px;
}
#form_cont .txtfieald {
	width: 250px;
	border: 1px solid #ddd;
}
.mand {
	color: #FF0000;
	font-weight: bold;
}
#slideshow {
	margin:0 auto;
	width:948px;
	height:217px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:948px;
  height:217px;
  overflow:auto; /* affiche une scrollbar au cas ou */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:948px; /* reduit de 20 pixels la div #slidesContainer pour permettre d'afficher la barre de scroll */
  height:217px;
}
