body, html{
	padding:0;
	margin:0;
	font-family: Arial, Sans-serif;
	font-size:80%;
	text-align:right;
	color:#555;
	background:#000;
}
div, a, p, ul, li, h1, h2, h3, h4, h5, img{
	padding:0;
	margin:0;
	border:none;
	text-decoration:none;
	color:#555;
	list-style:none;
}
.clearer{
	clear:both;
	height:1px;
}
#lang{
	float:left;
	padding:10px 0px 0px 30px;
}
#spacer{
	width:100%;
	height:120px;
}
#footer_wrapper{
	position:fixed;
	width:100%;
	height:30px;
	background-color:#FFF;
	bottom:0px;
	left:0px;
	line-height:30px;
	text-align:left;
	z-index:100000000;
}
#footer{
	padding:0px 20px;
	font-size:1.1em;
	letter-spacing:0.1em;
}
#footer img{
	float:left;
}
#top_return{
	position:fixed;
	width:180px;
	height:20px;
	padding:0px 10px;
	top:0;
	right:0px;
	background-color:#FFF;
	text-align:left;
	line-height:20px;
	z-index:1500;
}
#header_wrapper{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	height:200px;
	z-index:1000;
	background-color:#000;
}
#main_wrapper{
	width:100%;
	position:absolute;
	left:0;
	top:200px;
	padding-bottom:40px;
}
.footer_right{
	float:right;
}
#logo{
	width:100%;
	text-align:right;
	height:45px;
	padding-top:45px;
	margin-bottom:10px;
}
#tagline{
	position:absolute;
	right:0px;
	width:190px;
	height:20px;
	background-color:#FFF;
	text-align:left;
	line-height:20px;
	padding-left:10px;
	font-size:1.2em;
	letter-spacing:0.1em;
}
#menu {  
	width:100%;  
	list-style:none;  
	padding:0; 
	margin:0;  
	top:0;  
	position:relative;  
	height:100%;  
	width:100%;  
}
.row{
	width:100%;
	height:100px;
	margin:10px 0px;
	overflow:hidden;
	display:block;  
	cursor:hand;  
	cursor:pointer;
}
.row_extended{
	height:100px;
}
.row .title, .row_extended .title{
	float:right;
	width:180px;
	height:80px;
	background-color:#ddd;
	padding:10px;
	margin-left:20px;
	text-align:left;
	letter-spacing:1px;
	color:#000;
}
.row_extended .title{
	background-color:#222;
}
.row_extended .description{
	height:80px;
	background-color:#ddd;
	background-color:#222;
	padding:10px;
	margin-right:220px;
	letter-spacing:1px;
}
.row_extended_img{
	margin-right:220px;
	margin-bottom:30px;
}
.row h2{
	
	font-weight:normal;
}
.row a.img{
float:right;
	margin-left:10px;
}
#accueil_header .title{
background-color:#222;
}
#accueil_header .description{
	height:80px;
	background-color:#222;
	padding:10px;
	margin-right:220px;
}
.kristian{
	position:fixed;
	top:200px;
	right:0;
}
.main_text{
	font-size:1.1em;
	margin-right:0px;
}
.main_text li{
	letter-spacing:1px;
	padding:5px 0px;
	margin:10px 0px;
}
.main_text span.date{
	float:right;
	width:200px;
	margin-left:20px;
	text-align:left;
	font-weight:bold;
}
.main_text p{
	color:#666;
	margin-right:220px;
}
.main_text li.impaire{
	background-color:#111;
	color:#999;
}
.main_text li.impaire p{
	color:#999;
}
.main_text li:hover{
background-color:#333;
}
.main_text li:hover p{
	color:#eee;
}
.main_text li:hover span.date{
	color:#eee;
}
ul.videos{
	line-height:16px;
}
.main_text form span{
}
.main_text form p{
	background-color:#111;
	margin-top:20px;
	padding:10px 10px;
}
.main_text input{
	background-color:#000;
	color:#999;
	border:1px solid #333;
}
.main_text textarea{
	background-color:#000;
	color:#999;
	border:1px solid #333;
}
.main_text fieldset{
	border:none;
}
.error{
	color:red;
}
