@charset "UTF-8";
/* CSS Document */



html,body {
	font-family: "Helvetica 35 Thin", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	color: #3B3B3B;
	margin:0;
	padding:0;
	/*changer padding si jamais sur ie marche pas*/
	text-align:center;
	height:100%;
	background-image:url(images/vague_fond.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

/* ------ liens ------ */

a:link, a:visited{
	color:#9B9B0B;
	text-decoration:none;
}
a:hover{
	color:#CCCCCC;
	text-decoration:none;
}

a.plan:link,a.plan:visited{
	font-size:10px;
}
a.plan:hover{
	color:#CCCCCC;
}

.plan{
	font-size:10px;
}

.logo_partner{
	float:right;
	margin-right:10%;
	margin-top:20px;
}

/*---------- BLOCS BLOCS BLOCS BLOCS BLOCS BLOCS --------------------------*/



#header {
	height: 2%;
	}
	
#global {	
	width: 100%;
	/*margin:0 auto 0 10%;*/
	position: relative;
	padding: 0;
}
	
#footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	height:100px;
}
	

.menu{
	margin-top:1px;
	float:right;
	text-align:right;
	width:250px;
}

.centre{
	text-align:left;
	overflow:auto;
	width:388px;
	height:472px;
	}

.contenu_centre{
	margin:20px; /* ou si problème: padding !*/
}	

.bloc_roman{
	margin-top:0px;
	text-align:left;
	width:250px;
}

.bloc_news{
	margin-top:1px;
	text-align:left;
	width:250px;
}

.date_news{
	font-size:9px;
	color:#999999;
	line-height: 16px;
	letter-spacing: 0.1em;
}

.txt_news{
	font-size:11px;
	color:#696969;
}

.txt_petit{
	font-size:10px;
}

.scroll_news{
	width:380px;
	height:450px;
	overflow:auto;
}
