/* CSS Document */
body
{
	background-color: #0a1031;
	margin: 0px;
	padding: 0px;
	color: #8d938c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container
{
	width: 766px;
	margin: 0 auto;
}
#entete h1
{
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	width: 766px;
	height: 192px;
	margin: 0px;
	padding: 0px;
	text-indent: -10000px;
}
#entete ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 766px;
	height: 41px;
	overflow: hidden;
}
#entete ul li
{
	float: left;
}

#banner
{
	background-image: url(../images/feather.jpg);
	background-repeat: no-repeat;
	width: 766px;
	height: 311px;
}
#banner span
{
	background-repeat: no-repeat;
	width: 401px;
	height: 148px;
	margin-top: 104px;
	float: right;
	text-indent: -10000px;
}

#btn_home, #btn_services, #btn_company, #btn_contact
{
	height: 41px;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -10000px;
}
#btn_home:hover, #btn_services:hover, #btn_company:hover, #btn_contact:hover
{
	background-position: 0px -41px;
}

#content
{
	background-image: url(../images/bg_content.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#main_content
{
	width: 477px;
	float: left;
	/*padding-left: 50px;
	padding-top: 30px;*/
}
#main_content h2
{
	margin: 0px;
	padding: 0px;
	height: 135px;
	width: 467px;
	background-repeat: no-repeat;
	margin-bottom: -35px;
	text-indent: -10000px;
}
#main_content div
{
	/*margin-left: 90px;*/
	margin-left: 55px;
}
#main_content ul
{
	list-style: none;
	padding: 0px;
	padding-left: 10px;
}
#main_content ul li
{
	background-image: url(../images/bullet.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding-left: 27px;
}

#secondary_content
{
	float: right;
	width: 250px;
	height: 250px;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	padding-top: 30px;
	font-size: 11px;
	font-style: italic;
	color: #8b8365;
}
#secondary_content ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
#secondary_content ul li
{
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
	margin-left: 20px;
	margin-right: 20px;
	background-image: url(../images/bullet.gif);
	background-position: 3px 11px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #3b405a;
}
#secondary_content a
{
	font-size: 11px;
	font-style: italic;
	color: #8b8365;
	text-decoration: none;
}
#secondary_content a:hover
{
	color: #8d938c;
}

#sitemap a
{
	font-size: 11px;
	font-style: italic;
	color: #8b8365;
	text-decoration: none;
}

#sitemap a:hover
{
	color: #8d938c;
}

#language
{
	float:right;
	font-size: 11px;
	font-style: italic;
	color: #8b8365;
	text-decoration: none;
	margin-right:20px;
	margin-top:10px;
}

#language:hover
{
	color: #8d938c;
}

#secondary_content div
{
	padding-left: 20px;
	padding-right: 20px;
}
#secondary_content div span
{
	display: block;
	border-bottom: 1px solid #3b405a;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-left: 5px;
}

#footer
{
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	text-align: center;
	font-size: 10px;
	color: #8b8365;
	margin: 0px;
	padding: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#footer p
{
	margin: 0px;
}
#footer a
{
	color: #8b8365;
	text-decoration: none;
}
#footer a:hover
{
	color: #8d938c;
}
.clear 
{
	clear: both;
}