html
{
	background: url(img/body-bg.png);
}
body
{
	color: #333;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}
h1
{
	font-size: 25px;
	font-weight: 700;
	color: #FFF;
	text-indent: 20px;
}
h2
{
	font-size: 18px;
	font-weight: 700;
}
h3
{
	font-size: 16px;
	font-weight: 700;
	padding: 2px 0;
}
h4
{
	font-size: 14px;
	font-weight: 700;
	padding: 2px 0;
}
h5
{
	font-size: 12px;
	font-weight: 700;
	padding: 2px 0;
}
h6
{
	font-size: 10px;
	font-weight: 700;
	padding: 2px 0;
}
p
{
	padding: 5px;
}
input, textarea, select {
	border: 1px solid #000;
	background: #FFF;
	padding: 5px;
}
select {
	width: 50px;
}
h2.tp {
	background: #CCC;
	text-indent: 20px;
	height: 35px;
	line-height: 35px;
	border-top: 1px solid #FFF;
	text-decoration: underline;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
span.tp {
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-indent: 3px;
}

#content h2,#content h4,#content h5,#content h6,#content div
{
	clear: both;
}
#page {
	background: #eee;
}
#main {
	background: #DDD;
	border-radius: 10px;
}
#content a
{
	background: url(img/link.gif) no-repeat right center;
	border-bottom: 1px dotted #666;
	color: #666;
	padding: 0 15px 0 5px;
	text-decoration: none;
}
#content a:hover
{
	border-bottom: 1px solid #666;
}
#content p
{
	padding-left: 20px;
}
#content ul,#content ol
{
	clear: both;
	margin: 10px 10px 20px 40px;
}
#content ul li
{
	list-style: url(img/list.gif);
}
#content img
{
	background: #fff;
	border: 1px solid #969da1;
}
#content blockquote
{
	background: #eee url(img/quote.gif) no-repeat left top;
	clear: both;
	color: #666;
	margin: 10px;
	min-height: 40px;
	padding: 5px 5px 5px 55px;
}
#column .list
{
	border: 1px solid #CCC;
	list-style: none;
	margin: 5px 0 20px;
}
#column .list li a
{
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	color: #666;
	display: block;
	font-weight: 700;
	text-decoration: none;
}
#column .list li:last-child a {
	border-bottom: none;
}
#column .list li a:hover
{
	background-color: #DDD;
	color: #000;
	text-decoration: none;
}
#tags
{
	background-color: #fff;
	border: 1px solid #ccc;
	list-style: none;
	margin: 5px 0 20px;
	padding: 10px;
	text-align: justify;
}
#tags li a
{
	color: #fff;
	margin: 2px;
	padding: 5px;
	text-decoration: none;
}
#tags li a:hover
{
	background: #eee;
	text-decoration: none;
}
.link_page
{
	background: url(img/bullet_star.png) no-repeat left center;
	padding: 2px 0 2px 20px;
}
.link_partner
{
	background: url(img/bullet_go.png) no-repeat left center;
	padding: 2px 0 2px 20px;
}
#bottom
{
	padding-top: 5px;
}
#footer
{
	background: #000;
	color: #999;
	font-size: 9px;
	text-align: left;
}
#footer a
{
	border-right: 1px solid #222;
	color: #ccc;
	padding: 2px 10px;
	text-decoration: none;
}
#footer a:hover
{
	background: #111;
	color: #999;
	text-decoration: underline;
}
.ads_468x60
{
	width: 468px;
	height: 60px;
	position: absolute;
	top: 10px;
	right: 10px;
	overflow: hidden;
	text-align: center;
}
.ads_250x250
{
	padding: 10px;
	text-align: center;
	width: 230px;
	height: 230px;
	margin: auto;
}
#validator
{
	text-align: center;
}
#localization .locality_address
{
	background: url(img/localization-address.png) no-repeat left center;
}
#localization .locality_phone
{
	background: url(img/localization-phone.png) no-repeat left center;
}
#localization .locality_name
{
	background: url(img/localization-name.png) no-repeat left center;
}
#localization .locality_url
{
	background: url(img/localization-url.png) no-repeat left center;
}
#map_canvas
{
	border: 1px solid #ccc;
	height: 250px;
	margin-bottom: 5px;
	overflow: hidden;
	width: 281px;
}
ul#hash
{
	margin: 0;
	padding: 5px;
}
ul#hash li a
{
	background: url(img/hash.png) no-repeat left center;
	border: none;
	color: #333;
	font-size: 14px;
	padding: 2px 25px;
	text-decoration: none;
}
ul#hash li a:hover
{
	border: none;
	color: #000;
}
#hashc
{
	background: #eee;
	margin-bottom: 10px;
	padding: 3px;
}
.greenphone
{
	background: #FFF url(img/greenphone.jpg) no-repeat center center;
	color: #39923e;
	font-size: 25px;
	height: 78px;
	line-height: 75px;
	text-indent: 160px;
	width: 380px;
	position: absolute;
	top: 1px;
	right: 1px;
}
#comments ul li
{
	background: #fff;
	list-style: none;
	margin-top: 5px;
	padding: 5px 10px;
}
#comments ul li span
{
	display: block;
	font-size: 12px;
	font-weight: 700;
}
#comment
{
	margin: 0 auto;
	width: 350px;
	padding-bottom: 20px;
}
#comment p
{
	margin: 0;
	padding: 2px 0;
}
#comment p label
{
	display: block;
}
#comment p input[type=text],#comment p textarea
{
	color: #666;
	display: block;
	width: 338px;
}
#comment p textarea {
	height: 100px;
	margin-bottom: 10px;
}
#ratingsavg {
	float: left;
	padding-left: 20px;
	padding-right: 10px;
}
.ratingscount {
	float: left;
	padding-left: 10px;
}
#content .logosite
{
	border: 0;
	clear: both;
	float: none;
	margin: 10px auto;
	padding: 0;
}
#content object
{
	clear: both;
	display: block;
	margin: 10px auto;
	padding: 0;
}

#tags li,#footer ul li
{
	display: inline;
	list-style: none;
}
#contentsocial
{
	background: #eee;
	padding: 10px;
	margin: 20px;
	border-radius: 10px;
}
#contentsocial .tp {
	margin-bottom: 10px;	
}
#contentsocial ul {
	margin-left: 20px;	
}
#contentsocial li a
{
	border: none;
	color: #666;
	display: block;
	padding: 2px 0 2px 25px;
	text-decoration: none;
}
#contentsocial li a:hover
{
	border: none;
	color: #000;
}
.bloc_top
{
	background-color: #FFF;
	border: 1px solid #DDD;
	font-weight: 700;
	margin-bottom: 20px;
	text-decoration: none;
}
.bloc_top li
{
	background: url(img/bullet_star.png) no-repeat left center;
	border-bottom: 1px solid #DDD;
	display: block;
	font-weight: 700;
	padding: 2px 0 2px 20px;
	text-decoration: none;
}
#localization,#contacts
{
	background: #fff;
	border: 1px solid #ccc;
	font-size: 13px;
	margin-bottom: 20px;
	padding: 5px;
}
#localization .locality,#contacts ul li a
{
	color: #666;
	display: block;
	padding: 2px 0 2px 25px;
	text-decoration: none;
}
#localization .locality:hover,#contacts ul li a:hover
{
	color: #000;
}
#footertext {
	padding-top: 10px;
	color: #CCC;
	font-size: 10px;
	text-align: center;
}
#footertext a {
	color: #FFF;
}
#menutop {
	display: block;
	border-top: 1px solid #999;
	background: #DDD;
	line-height: 30px;
}
#menutop .line {
	border-bottom: 1px solid #999;
}
#menutop li {
	list-style: none;
	display: inline;
}
#menutop li a {
	display: block;
	float: left;
	height: 30px;
	font-size: 12px;
	border-right: 1px solid #999;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #333;
	padding: 0px 4px;
	overflow: hidden;
}
#menutop li a.end_line {
	border-right: none;
	width: 190px;
}
#menutop li a.top_selected {
	background: #CCC;
}
#menutop li a:hover {
	text-decoration: underline;
	background: #AAA;
}
#commentaires, #commentsnb {
	float: left;
}
#comments {
	margin: 10px 20px;
}
#comments ul {
	margin-top: 10px;
}
#publishcomment {
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	text-indent: 23px;
}