/* @override http://www.mc-2.ch/css/style.css */

*{
	margin: 0;
	padding: 0;
}


li{
	list-style-type: none;
}

body{
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:12px;
	line-height:18px;
	background-color:black;
	color:white;

	
	
}

img{
	border: none;
}

a {
	text-decoration:underline;
	color:#000000;
	outline: none;
}

a:active
{
  outline: none;
}

.center_small{
	
	width: 1000px;
	margin-top: 20px;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
}
.center{
	width: 1000px;
	margin-top: 20px;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
}

a:hover {text-decoration:none;}


#page{
	width: 1000px;
	 background-color:black;
}
.center_small .logo{
	width:884px;
}
.logo {
	float:left;
	width:1000px;
	height:170px;
	overflow:hidden;
}

#nav {
	float:left;
	width:444px;
	margin-right:20px;
}
.center_small #centrale{
	width:420px;
}
#centrale {
	float:left;
	width:500px;
}

.Lview {
	cursor:pointer;
	float:left;
	height:190px;
	margin:0 8px;
	overflow:hidden;
	width:124px;
}

.Lview img {
	display: block;
	width:124px;
}

.Lview .titre {
	display: block;
	width:124px;
}

#centrale a{
	color:white;
	cursor:pointer;
}
.page_magazine{
	display:none;
	overflow:hidden;
	width:516px;
}
.page_magazine img{
	width:516px;
}
.page_magazine .auteur{
	text-align:right;
}
.page_magazine .image{
	position:relative;
}
.page_magazine .image .btn_previous, .page_magazine .image .btn_next{
	color:white;
	font-size:30px;
	font-weight:bold;
	height:340px;
	line-height:340px;
	position:absolute;
	width:258px;
	cursor:pointer;
	text-align:center;
}
.page_magazine .image .btn_next{
	right:0;
	top:0;
	background: url('../images/next.png') no-repeat 230px center;
}
.page_magazine .image .btn_previous{
	left:0;
	top:0;
	background: url('../images/previous.png') no-repeat 11px center;
}