/* CH3.CSS */
/* Copyright ASI Média 2005 */
body { 
	margin:0px; 
	height:100%;
	background-color:#000000;
}

#conteneur {
	width:575px;
	height:100%;
	background-image:  url("../images/accueil/fond.jpg");
}
/*------------------------------------*/

/*------------------------------------*/
/* TITRE DE PAGE */
#titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant:small-caps;
	color: #FFFFFF;
	background-color:#000000;
	text-align:right;
	border-bottom:2px solid #FFFFFF;
}
/*------------------------------------*/

/*------------------------------------*/
/* MENU */
#navcontainer {
	width: 100%;
	float: left;
	background-color: #426208;
}

#navcontainer ul { padding: 0; }
#navcontainer ul li { display: inline; }

#navcontainer ul {
	margin: 0;
	padding: 0 0 0 7%;
	color: #FFFFFF;
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	font-weight: bold;
}

#navcontainer ul li a {
	padding: 0.2em 12px;
	background-color: #426208;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #94B473;
}

#navcontainer ul li a:hover {
	background-color: #7B9D25;
	color: #FFFFFF;
}

#navlist li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #CC3333;
	text-align: left;
	text-transform: uppercase;
	font: bold normal 10px/16px "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
}
/*------------------------------------*/

/*------------------------------------*/
/* NAVIGATION */
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
}

#img {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
}


p a:link,p a:visited {
	color:#000000;
	text-decoration:underline;
}

p a:hover { color:#99eeff; }

#titrebook {
	font-style:italic;
	text-align:center;
	color: #330099;
	font-weight:bold;
	font-size:18px;
}

#titrebook a:link { color:#330099; text-decoration:underline; }
#titrebook a:hover,a:visited { color:#99eeff; }

#titrechapitre {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-align:center;
	color:#0099FF;
	font-weight:bold;
	font-size:35px;
}

#image1 {
	margin-left:87.5px;
	margin-top:20px;
	width:400px;
	height:264px;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

h4 { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	color:#0099FF;
}

#liste {
	margin:0;
	padding:0 0 0 10;
	display:block;
	list-style-type:none;
}
	
#liste li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
	text-align:justify;
	margin-top:10px;
	font-weight:normal;
}

ul#liste li.soustitre {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

ul#liste ul li { list-style-type:none; }
