@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;
	color: #3A2125;
}
#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_credits.jpg);    
	background-repeat: no-repeat;    
	background-position:top center;    
	background-attachment:fixed;
	width: auto;
}
#contenu {
	width: 440px;
	margin-left: auto;
	margin-right: auto;
}
/* textes */
.txt_brun_credits {
	text-align: center;
}
/* liens */
a:link {
	color: #2C435E;
	text-decoration: none;
	font-weight: 600;
}
a:visited {
	color: #2C435E;
	text-decoration: none;
	font-weight: 600;
}
a:hover {
	color: #a64138;
	text-decoration: none;
	font-weight: 600;
}
a:active {
	color: #2C435E;
	text-decoration: none;
	font-weight: 600;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


/* contacts */
.contacts {
	padding-bottom: 20px;
	text-align: left;
	color: #3A2125;
	padding-left: 60px;
	padding-right: 15px;
}
h1 {
	font-size:15px;
}
h2 {
	font-size:13px;
	font-weight:bold;
}
