body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../../images/dsl/body_bg.png);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #b2b2b2;
}
img {
	border:0px;
}
form{
margin:0px;
padding:0px;
border:0px;
}

h1 {
	color:#ff7f00;
	font-size:24px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#container {
	width:987px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#ban {
	background-image:url(../../images/dsl/header.png);
	background-repeat:no-repeat;
	width:987px;
	height:356px;
	display:block;
}

#contenu {
	margin:0px;
	background-image:url(../../images/dsl/contenu.png);
	background-repeat:repeat-y;
	width:987px;
	float:left;
}

#menu-left {
	float:left;
	display:inline;
	width:151px;
	margin:34px 0px 0px 55px;
}
#contenu-txt {
	float:left;
	display:inline;
	margin:0px 37px 0px 37px;
	padding:15px 0px 15px 0px;
	width:500px;
	text-align:justify;
}
#menu-right {
	float:right;
	display:inline;
	width:170px;
	min-height:123px;
  	height:auto !important;
  	height:123px;
	margin:34px 30px 5px 0px;
	text-align:left;
	background-repeat:no-repeat;
}

#footer {
	width:987px;
	height:61px;
	background-image:url(../../images/dsl/footer.png);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:26px;
	color:#FFFFFF;
	float:left;
	clear:both;
}

#footer a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
	color:#FFFFFF;
	
}

#footer a.current,
#footer a:hover
 {
	color: #ffbf00;
}

.type1 {
	width:50%;
	display:block;
	margin:0px;
	border:#DDD 1px solid;
	background:#FFF;
}

.type2 {
	width:100px;
	display:block;
	margin:10px;
	border:#DDD 1px solid;
	background:#FFF;
}
.type3 {
	width:100%;
	display:block;
	margin:0px;
	border:#DDD 1px solid;
	background:#FFF;
}
label {
	display:block;
	margin:10px 0px 10px 0px;
	font-weight:bold;
}
