/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
; background-color: #FFFFFF
}

#contenant {
	width:760px;
	margin:0px auto;
	padding: .75em;
}

#contenu {
	padding: 10px 0px 5px;
}

h1 {
	font-size: 125%;
	font-weight: bold;
	border-left: solid 2px #C83;	
	border-bottom: solid 2px #C83;
	padding: 0px 0px;
}

h2 {
	font-size: 80%;
	font-weight: normal;
	padding: 0em 0em -20em 0em;
}

h3 {
	font-size: 70%;
	font-weight: normal;
}

p {
	font-size: 90%;
	font-weight: normal;
	line-height: 100%;
	text-align:justify;
}

a, a:link, a:visited {
	color: #C83;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.date {
/*	font-size: 70%;*/
	color: #C83;
	letter-spacing: 0.1em;
	float: right;
}

#nav-menu  {
	font-size: 70%;
	font-weight: bold;
	line-height: 100%;
/*	color: black;*/
	border-bottom: solid 1px Black;
	padding-top: 5px;
	padding-bottom: 15px;	
}

#nav-menu ul  {
	margin: 0;
	padding: 0;
	float: left;
}

#nav-menu ul li {
	background-image: url(../images/next.gif);
	background-repeat: no-repeat;
	background-position: 0.4em;
	padding: 0 0 0 15px;
	display: inline;
}

#nav-menu a, #nav-menu a:link, #nav-menu a:visited {
	color: #C83;
	text-decoration: none;
}

#nav-menu a:hover {
	color: #000;
	background-color: #9BD;
	text-decoration: underline;
}

#contenu ul, #contenu ol {
	font-size: 70%;
	font-weight: normal;
	line-height: 150%;
	margin: 0;
	padding: 0;
	padding-left: 20px;
}

#contenu ul li {
	list-style: none;
	list-style-image:  url(../images/puce.gif);	
	padding: 0 0 0 15px;
	display: block;
}


#mandat {
	font-size: 70%;
	line-height: 150%;	
	margin: 0px;
	margin: -2em 0em 0em 0em;	
	padding: 0px;
}

#mandat ol, #mandat ul  {
	list-style: none;
	display: block;
	list-style-position: outside;	
}

#mandat ol li {
	list-style-type: decimal;
}

#mandat ul li {
	list-style: none;
	list-style-image:  url(../images/puce.gif);	
}	
