@charset "utf-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
	border: 0;
} 
/* hack png ie6 */


body {
	font-size:12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

p { color: black; font-family: Arial; font-size:13px;
 line-height:15px;
 font-variant:normal; 
 text-decoration:none;
}
h2 { color: #033c3d; font-family: Arial; font-size:17px;
 line-height:14px;
 font-variant:normal; 
 text-decoration:none}
 h3 { color: #C03; font-family: Arial; font-size:14px;
 line-height:14px;
 font-variant:normal; 
 text-decoration:none}
a { color: #033c3d; font-family: Arial; font-size:13px;
 line-height:14px;
 font-variant:normal; 
 text-decoration:none}
 
a:hover { color: #ff317c; 
text-decoration:none;}

#barres {
	width: 100%;
	height: auto;
	background-image:   url(../img/barras.gif);
	background-repeat: repeat-y;
	background-position: top center;
	background-attachment: fixed;
	margin: auto;
}
#fond {
	background-image:   url(../img/fondo.gif);    
	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: 220px;
}

	
#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;
}

#lang_fr {
	margin-top: 80px;
}





/*

/// 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;
}
*/

