/* CSS Document */
body {
	background-color: #FFFFFF;
	background-image: url(fond_site.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;



}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 70px;
}
#entete h1 {
	font-size: 48px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: capitalize;
	background-color: #c3b0a9;
	height: 100px;
	vertical-align: 10%;
}

h2 {
	color: #CC6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
ul li {
	list-style-type: none;
}
ol {
	list-style-type: disc;
}
#nav {
	margin-left: 0;
	text-align: right;

}
#contenu p {text-align: justify; padding: 7px;}
#bio p {text-align: left;}
#conteneur {background-position: 5% 90%; background-repeat: no-repeat;}
#pied_page {margin-top: 10px; text-align: center; 
            border-top: 1px solid orange;}
a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #666666;
	font-weight: bold;
}
a:visited {
	color: #666666;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #C3B0A9;
}
a:active {
	color: #666666;
	font-weight: bold;
}
A.menu_lien:link {
	COLOR: white;
	TEXT-DECORATION: none;

}
A.menu_lien:visited {
	COLOR: white;
	TEXT-DECORATION: none;

}
A.menu_lien:active {
	COLOR: white;
	TEXT-DECORATION: none;

}
A.menu_lien:hover {
	COLOR: #000000;
	background-color: #FFFFFF;

}
#contenu2 p {
text-align: justify; padding: 7px;
}
.Style1 {
	font-size: 14px;
	color: #996600;
}
.Style2 {
	font-size: 26px;
	color: #999999;
	font-weight: normal;
}

