/* CSS Document */
body {
	background-color: #F2E287;
	background-image: url(fond_site.jpg);
	background-repeat: repeat-y;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;



}

#entete {
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #197b30;

        }
#nav {
	position: absolute;
	left: 5px;
	top:100px;
	width: 130px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;

     }
#contenu {
	margin-left: 150px;
	margin-right: 180px;
	margin-top: 10px;
	border: none;
	background-image: url(logo_fond_page.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 120%;
	color: #663300;






         }
#bio {
	position: absolute;
	right: 10px;
	top: 100px;
	width: 170px;
	border: thin dashed #197b30;
	color: #663300;






     }
#pp {
	width: 100%;
	text-align:center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #197b30;
	border-bottom-color: #197b30;
	color: #999999;
    }

h1 {font-size: 16px; font-weight: bold; color: #FFFFFF;}
#entete h1 {
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: none;
	text-transform: capitalize;
	background-color: #197b30;
	text-indent: 30pt;
}

h2 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
ul li {
	list-style-type: none;
}
#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: #990000; text-decoration: none;}
a:link {color: #990000;}
a:visited {}
a:hover {color: #999999; }
a:active {}

A.menu_lien:link {
	FONT-SIZE: 14px;
	COLOR: #f5dc85;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;

}
A.menu_lien:visited {
	COLOR: #f5dc85;
	TEXT-DECORATION: none;

}
A.menu_lien:active {
	COLOR: #f5dc85;
	TEXT-DECORATION: none;

}
A.menu_lien:hover {
	COLOR: #CC9900;

}
#contenu2 {

	margin-left: 150px;
	margin-right: 100px;
	margin-top: 10px;
	border: none;
}
