* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background: #323232;
	color: #ffffff;
	font: normal 62.5% Arial, Helvetica, sans-serif;
}

#top {
	width: 970px;
	height: 88px;
	margin: 0 auto;
	background: url(../img/bg-top.gif) no-repeat center;
	padding: 36px 0;
}
#conteiner {
	background: #3e3e3e;
}
#top h1 {
	float: left;
	width: 243px;
	height: 68px;
	border-left: 1px solid #626262;
	border-right: 1px solid #626262;
	padding: 10px 20px;
}
#top h1 a {
	display: block;
	height: 68px;
	background: url(../img/logo.gif) no-repeat;
}
#top h1 a span {
	display: none;
}
#top ul {
	float: left;
	border-right: 1px solid #626262;
	padding: 10px 0px;
	height: 68px;
	list-style: none;
	width: 220px;
}
#top ul li {
	float: left;
	width: 180px;
	font-size: 110%;
	text-transform: uppercase;
	padding: 0 20px;
	
}
#top ul li a {
	text-decoration: none;
	color: #ffffff;
	border-bottom:1px solid #787878;
	padding: 3px 0;
	display: block;
}
#top ul li a:hover {
	color: #23b5fe;
}
a {
	color: #23b5fe;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
#top ul li a span {
	float: right;
	
}
#head {
	height: 300px;
	border-top:10px solid #5c5c5c;
	border-bottom:10px solid #5c5c5c;
	background: url(../img/bg-head.jpg) repeat-x center;
}
#head2 {
	height: 150px;
	border-top:10px solid #5c5c5c;
	border-bottom:10px solid #5c5c5c;
	background: url(../img/bg-head.jpg) repeat-x center;
}
#head div {
	width: 800px;
	height: 300px;
	margin: 0 auto;
	background: url(../img/bg-serv.jpg) no-repeat center;
}
#content {
	width: 930px;
	padding:20px;
	margin: 0 auto;
}
#content ul {
	padding: 20px;
	font-size: 130%;
}
#content ul li {
	
}
#tarif {
	height: 247px;
	padding-bottom: 30px;
}
#tarif dd {
	float: left;
	height: 247px;
	width: 310px;
	background: url(../img/bg-tarif.gif) no-repeat;
}
#tarif dd span {
padding: 0 10px 0 155px;
display: block;
font-size: 130%;
}
#tarif dd a {color: #ffffff; text-decoration: none;}
#tarif dd span.titles {
font: normal 250% Arial Narrow, Helvetica, sans-serif;
padding: 25px 0 30px 80px;
}

#tarif dd span.pric {
font: normal 240% Arial Narrow, Helvetica, sans-serif;
padding: 10px 0 0px 155px;

}
h3 {
	font: normal 220% Arial Narrow, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 15px 0;
	clear: both;
}
h2 {
	font: normal 320% Arial Narrow, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-bottom: 25px;
}
p {
	padding-bottom: 15px;
	font-size: 130%;
}
table {
	font-size: 130%;
	padding-bottom: 20px;
	width: 100%;
}
td {
	padding: 5px 0;
	border-bottom: 1px solid #555555;
}
#foot {
	width: 970px;
	padding: 30px 0;
	margin: 0 auto;
	height: 50px;
}

#foot p {
	float: left;
	border-left: 1px solid #626262;
	padding: 10px 20px;
	color: #999999;
}

#foot  a {
        text-decoration: none;
        color: #ffffff;
}
#foot a:hover {
        color: #23b5fe;
}


#cop {
        width: 310px;
	float: right;
}
#content .lthree {
padding:0 20px;
}
#content .lthree li {
	float: left;
	width: 33%;
}
