/* CSS Document */

*{
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:normal;
}

h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-repeat:no-repeat;
	padding-left:45px;
	background-position:left center;
}

h1 {
	background-position:left bottom;
	background-image:url(images1/iconeh1.gif);
	padding-left:35px;
	font-size:xx-large;
	margin-bottom:20px;
}

h2 {
	background-image:url(images1/iconeh2.gif);
	font-size:large;
	margin-top:20px;
	margin-bottom:25px;
}

h3 {
	background-image:url(images1/iconeh3.gif);
	background-position:left top;
	border-bottom:1px solid;
	padding-bottom:10px;
	font-size:medium;
	margin-bottom:10px;
}

p.intro {
	background-image:url(images1/cadre.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-right:30px;
	padding-bottom:30px;
	text-indent:1em;
	text-align:justify;
}

input.admin {
	width:190px;
}

#container {
	width:780px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(images1/ombre.gif);
	padding-left:20px;
	padding-right:20px;
}

	#introHeader {
	}

		#quickLinks {
			padding:10px;
			padding-top:10px;
			padding-bottom:5px;
			font-size:x-small;
		}

			#quickLinks a {
				font-size:x-small;
			}

			#quickLinks a:hover {
				text-decoration:none;
			}

	#header {
		clear:both;
		height:200px;
		width:780px;
		margin-bottom:25px;
		background-image: url(images1/background_header.jpg) ;
		background-x-position: right top;
	}

	#nav {
		float:left;
		width:220px;
		padding-left:5px;
	}

		#nav ul {
			list-style-type:none;
		}

		#nav li {
			height:25px;
		}

		#nav li ul {
			display:none;
			background-color:#FFFFFF;
			border-style:solid;
			border-width:1px;
			border-color:#C7D09B;
			border-bottom-style:none;
		}

		#nav li ul {
			width:210px;
		}

		#nav li:hover>ul {
			display:block;
		}

		#nav li a {
			text-decoration:none;
			border-bottom:1px solid;
			display:block;
			line-height:25px;
			padding-left:10px;
			letter-spacing:2px;
		}

		#nav li a:hover {
			background-image:url(images1/rollover.gif);
			background-repeat:no-repeat;
			background-position:left;
		}


	#content {
		width:520px;
		float:right;
		padding-left:5px;
		margin-right:5px;
	}

		#content p {
			text-indent:1em;
			padding-top:5px;
			padding-bottom:20px;
			margin-right:10px;
		}

		#content ul {
			padding-top:5px;
			padding-bottom:20px;
			margin-right:10px;
		}

		#content li {
			list-style-position:inside;
			list-style-type:disc;
			padding-bottom:10px;
		}

	#footer {
		height:90px;
		clear:both;
		border-top: 3px solid;
		text-align:center;
		background-image: url(images1/background_footer.jpg) ;
		padding-top:5px;
	}

	#footer a {
		text-decoration:none;

	}

	#footer a:hover {
		text-decoration:underline ;
	}
