@charset "utf-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
	border: 0;
} 
/* hack png ie6 */
img {    
	behavior: url(data/css/iepngfix.htc); 
}
body {
	font-size:12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
#barres {
	width: 100%;
	height: auto;
	background-image: url(../img/barres.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	background-attachment: fixed;
	margin: auto;
}
#fond {
	background-image: url(../img/haut_fond.jpg);    
	background-repeat: no-repeat;    
	background-position:top center;    
	background-attachment:fixed;
	width: auto;
}
#contenu {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/* menu */
#menu_all {
	width: 210px;
	height: 500px;
	position: fixed;
	float: left;
	top: 0;
}
#menus {
	padding-top: 147px;
}

	
#centre {
	width: 440px;   
	left: 50%;
	right: 50%;
	padding-left: 230px;
	padding-right: 230px;
	top: 0;
	margin-top: 0px;
}
/* textes */
.txt_bleu {
	text-align: left;
	color: #2C435E;
}
.txt_brun {
	text-align: left;
	color: #3A2125;
}


/* ancres */
.top {
	text-align: left;
}
.top_fin {
	text-align: left;
}
.ancres {
	text-align: left;
}


/* liens */
p a:link {
	color: #2C435E;
	text-decoration: none;
	font-weight: 600;
}
p a:visited {
	color: #2C435E;
	text-decoration: none;
	font-weight: 600;
}
p a:hover {
	color: #a64138;
	text-decoration: none;
	font-weight: 600;
}
p a:active {
	color: #2C435E;
	text-decoration: none;
	font-weight: 600;
}


/* contacts */
.contacts {
	padding-bottom: 20px;
	text-align: left;
	color: #3A2125;
	padding-left: 60px;
	padding-right: 15px;
}


/* menus */
.episode_img_2 {
	float: left;
}







/*

/// old ///

#barres_top {
	width: 900px;
	height: 500px;
	position: fixed;
}
#barres {
	width: 900px;
	height: 1800px;
	background-image: url(../img/barre.png);
	background-repeat: repeat-y;
	paddind-top: 500px;
}
/// pas ie6 ///
#centre {
	width: 440px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	top: 0;
}
*/


