@CHARSET "UTF-8";

*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #cee9ff url(bg.png) repeat-x;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	color: #fefefe;
}

h1
{
	font-size: 25px;
	font-weight: normal;
	color: #accce1;
	background: url(titleborder.png) repeat-x left 40px;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

h2
{
	font-size: 20px;
	font-weight: normal;
	color: #accce1;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}

a
{
	text-decoration: none;
}

img
{
	border: none;
}

#main
{
	text-align: left;
	width: 980px;
	margin: auto;
}

#logo
{
	width: 980px;
	height: 75px;
	background-image: url('logo.png');
	cursor: pointer;
}

#content
{
	width: 980px;
	height: 280px;
	background: url('headbg.jpg') no-repeat;
	padding-left: 43px;
}

#content2
{
	width: 980px;
	background: url('mainbg.jpg') repeat-y;
	padding-left: 43px;
}

#bottom
{
	width: 980px;
	height: 20px;
	background: url('bottom.jpg');
}

#menu
{
	background-color: #000000;
	padding-left: 11px;
	padding-top: 10px;
	padding-bottom: 7px;
	width: 884px;
}

#menu ul
{
	height: 1%;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	
}
#menu ul li
{
	display: inline;
	padding-right: 4px;
}

#menu ul li img
{
	margin-bottom: 3px;
	opacity: 0.85;
	filter:alpha(opacity=85);
}

#footer, #footer a
{
	color: #666666;
}


.gray
{
	background-color: #2f2f2f;
	width: 884px;
	padding-left: 10px;
}

#galery img
{
	border: 1px solid #ffffff;
	margin-left: 4px;
}

p
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 13px;
	line-height: 20px;
}

.bulletpoint
{
	margin-left: 30px;
	line-height: 20px;
	font-size: 13px;
}

.link
{
	text-decoration: underline;
	color: #ffffff;
}

.link:hover
{
	text-decoration: none;
	color: #accce1;
}

.tarifs
{
	text-align: center;
}

.tarifs td
{
	border: 1px solid #ffffff;
	padding: 5px;
}	

.pagemenu
{
	width: 200px;
	float: left;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #cccccc;
	margin-right: 20px;
}

.pagemenu ul
{
	list-style: none;
}

.pagemenu ul li
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.pagemenu ul li a
{
	font-size: 13px;
	color: #ffffff;
	text-decoration: underline;
}

.article
{
	color: #666666;
}

.article a
{
	text-decoration: underline;
}

.title
{
	font-size: 18px;
	float: left; 
	width: 250px;
}