/* CSS Document */
body {
	background-color: #FFFFFF;
	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: #0000cc;
}
#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%;
}
#bio {
	position: absolute;
	right: 10px;
	top: 100px;
	width: 160px;
	border: 2px dashed #0000cc;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
#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: #0000cc;
	border-bottom-color: #0000cc;
}

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: #0000cc;
	text-indent: 30pt;
}

h2 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
ul {
	list-style-type: none;
}
ol {
	list-style-type: disc;
}
#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: #0066FF; text-decoration: none;}
a:link {color: #0066FF;}
a:visited {
	color: #0066FF;
}
a:hover {color: #66CCFF; }
a:active {
	color: #0066FF;
}

A.menu_lien:link {
	FONT-SIZE: 14px;
	COLOR: white;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;

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

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

}
A.menu_lien:hover {
	COLOR: #999999;

}
#contenu2 {

	margin-left: 150px;
	margin-right: 180px;
	margin-top: 10px;
	border: none;
}
.Style5 {color: #FF9900}
.Style7 {font-size: 24px}
.Style8 {font-size: 12px}
