/* 
 * global settings
--------------------------------------------- */
html, body {	
	height:100%;
	padding:0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	background-image: url("images/fond.jpg");
}

h1,h2,h3,h4,p,ul,li,img,label {
	margin: 0;
	padding: 0;
	border-style:none;
}

td,tr,table {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #000;
}

/*-------------------------------------------------
General Text settings
-------------------------------------------------*/

p {
	font-family: Georgia, Times;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
}

p a {
	text-decoration: underline;
}
p a:hover {
	background-color:black;
	color:white;
	text-decoration: none;
}

h4 {
	font-size: 15px;
	line-height: 12px;
}


.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {display: inline-block;}

hr {
	height:12px;
	display:block;
	border:0;
	border-bottom:1px dotted gray;
	clear:both;
}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */


/*-------------------------------------------------
Layout
-------------------------------------------------*/

.wrapper {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	background-color: transparent;
	position: relative;
	height: auto;
	min-height: 100%;
}

/*-------------------------------------------------
Content
-------------------------------------------------*/


#content_column_left {
	width: 265px;
	float: left;
}

#content {
	margin: 0px 0px 0px 0px;
	display: block;
	position: relative;
	padding: 0px 0px 61px 0px;
}

#content_column_right {
	width: 636px;
	float: left;
	position: relative;
	margin-left: 34px;
}

#content_column_right h3 {
	font-size: 15px;
	background-image: url("images/logo_headline.gif");
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 0 0 15px 15px;
	margin-left: 0px;
	width: 545px;
	display: inline;
	float: left;
}

#content_column_right p {
	float: left;
}


/*-------------------------------------------------
Header
-------------------------------------------------*/

#header {
	margin: 0px 0px 35px 0px;
}

#logo {
	float:left;
	background-image:url("images/header.png");
	width:720px;
	height:120px;
	background-repeat: no-repeat;
	background-position: 0 0px;
	display:block;
}

#main_navigation {
	float: right;
	margin:32px;
}

#main_navigation li {
	font-size: 12px;
	line-height: 11px;
	list-style: none;
	text-align: right;
	padding: 0px 13px 0px 0px;
}

#main_navigation li A{
	padding: 0px 8px 0px 0px;
	color: #777777;
}

#main_navigation li .active {
	background-image: url("images/arrow_navigation.gif");
	background-repeat: no-repeat;
	background-position: right 3px;
}

#main_navigation li a:hover {
	background-image: url("images/arrow_navigation.gif");
	background-repeat: no-repeat;
	background-position: right 3px;
}


/*-------------------------------------------------
Menu 
-------------------------------------------------*/

.menu {
	width: 210px;
	margin: -17px 0px 0px 30px;
}

.menu h4 {
	margin-top:20px;
	margin-bottom:5px;
	float:left;
	text-transform:uppercase;
	clear:both;
	color: #000700;
}

.list_details {
	font-size: 13px;
	line-height: 13px;
	float: left;
}

.list_details li {
	list-style: none;
	width: 180px;
	text-transform:uppercase;
}

.list_details li a {
	color: #ababab;
}

.list_details li a:hover {
	color: #a81c1c;
}

.list_details li .active {
	color: #000;
}




/*-------------------------------------------------
Footer
-------------------------------------------------*/

.footer {
	margin: 30px 0px 0px 0px;
	float: right;
	position: absolute;
}

.footer li:first-child {
	font-size: 11px;
	list-style: none;
	float: left;
	background-image: url("images/logo_footer.gif");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 40px;
}

.footer li {
	font-size: 11px;
	list-style: none;
	float: left;
	padding: 5px 10px 5px 10px;
}

.footer li a:hover {
	color:#555;
}



/*-------------------------------------------------
Article
-------------------------------------------------*/

.article {
	padding-bottom: 70px;
	clear:both;
}

.article h4 {
	font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	padding: 0 30px 0 0px;
	clear:both;
}

.article h1 {
	clear:both;
	font-size:22px;
	line-height: 18px;
	margin-bottom:17px;
	padding: 0 30px 0 0px;
}

.article p {
	width: 636px;
	margin:0 !important;
	padding:0;
}

.article img {
	background: #fff;
	margin: 0 0 -3px -1px;
	padding: 30px 0 10px 0;
}

