body {
	font-family: verdana;
	font-size: 14px;
	color: #000000;
	background: #ff8203 url(images/fond.jpg) repeat-x;
	text-align: center;
	margin: 0 auto 0;
	position: relative;
}

div#left a{
	color : #000000;
	font-family:verdana;
	text-decoration:none;
}

div#left a.current{
	color:#ff8203;
	font-weight : bold;
}
div#left a:hover , a:active , a:focus {
	color : #fd121a;
	font-weight : bold;
	text-decoration:none;
}

div#site {
	text-align:left;
	background: url(images/site.jpg) repeat-y 0 0;
	width: 1000px;
	margin : auto
}


div#header{
	height: 205px;
	background: url(images/header.jpg) no-repeat;
}


div#left {
	width:273px;
	float:left;
	margin:0px;
}

div#left_haut {
	margin-left:62px;
	height: 37px;
	width: 211px;
	position: relative;
	background: url(images/left-top.jpg) no-repeat;
}

div#left_haut h3 {
	padding-top:13px;
	text-align:center;
	font-size: 1.2em;
	color:#FFFFFF;
	margin:0px;
	position:relative;
	top:-4px;
}

div#leftbk {
	margin-left:62px;
	width: 211px;
	background: url(images/left-bk.jpg) repeat-y;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 5px;
	position: relative;
}

#left_bas {
	margin-left:62px;
	height: 15px;
	width: 211px;
	background: url(images/left-bottom.jpg) repeat-y;
	position: relative;
}

div#right {
	margin-left: 273px;
	margin-right: 61px;
}

div#right a{
	font-weight:bold;
	text-decoration:none;
	color:#ff8203;
}

div#right a:hover, a:focus, a:active {
	color:#fd121a;
}
#right_haut {
	margin-left:0px;
	height: 20px;
	width: 665px;
	position: relative;
	background: url(images/right-top.jpg) no-repeat;
}

#right_bas {
	margin-left:0px;
	height: 15px;
	width: 665px;
	position: relative;
	background: url(images/right-bottom.jpg) no-repeat;
	margin-bottom:3px;
}

#rightbk {
	/*margin:0;*/
	width: 635px;
	background: url(images/right-bk.jpg) repeat-y;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 5px;
	text-align: justify;
	position: relative;
}

#rightbk h2 {
	font-size: 1.3em; 
	color: #ff962b;
	margin: 0 0 0 0;  
	padding: 0;
	margin-bottom: 10px;
	padding-bottom: 0.3em; 
	border-bottom: 1px dashed #C0C0C0;
	text-align:center;
}

#rightbk h3{
	color:#ff962b;
	font-weight:bold;
}

div#footer {
	background:url(images/footer.jpg) no-repeat 0 0;
	height : 101px;
	clear:both;
}

div#footer p {
	text-align: center;
	font-size: 0.9em;
	padding-top:40px; 
	clear:both;
	color:#666666;
}

div#footer a {
	color : #666666;
	text-decoration:none;
}

table.service_list{
	border-collapse:collapse;
}
tr.even{
	background-color:#e7e997;
}

tr.odd{
	background-color:#FFFFFF;
}

table.service_list td{
	padding-left:1em;
	padding-right:1em;
}
td.service_name{
	text-align:left;
	width:200px;
}

td.price{
	color:green;
	text-align:center;
	font-weight:bold;
	width:70px;
}
