/* generalities */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td, hr {
	margin: 0;
	padding: 0;
}
html {
}
body {
	padding-top: 30px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: #e6e6e6;
	min-width: 960px;
}
#global {
	position: relative;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	height: 610px;
	background-color: white;
}
* html #global {
	height: 520px;
}
/* default styles */
h1 {
}
h2 {
}
h3 {
}
p {
	padding-bottom: 9px;
}
ul, ol {
	padding: 0 0 5px 25px;
}
ul ul, ol ol {
	padding: 0 0 5px 15px;
}
ul li {
	padding: 2px 0 3px 0;
}
ol li {
	padding: 2px 0 3px 0;
}
a {
	color: #663;
}
a:hover {
	color: #330;
}
a img {
	border: 0 none;
}
/* header styles */
ul#menu {
	position: absolute;
	top: 12px;
	left: 50%;
	margin: 0 0 0 -465px;
	width: 201px;
	height: 18px;
	z-index: 10;
}
ul#menu li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}
#menu li a {
	display: block;
	background: url(../images/menu-haut.png) no-repeat;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
}
#menu li#m1 a {
	width: 60px;
}
#menu li#m1 a:hover {
	background-position: 0 -16px;
}
#menu li#m1.current a {
	background-position: 0 -32px;
}
#menu li#m2 a {
	width: 59px;
	background-position: -60px 0;
}
#menu li#m2 a:hover {
	background-position: -60px -16px;
}
#menu li#m2.current a {
	background-position: -60px -32px;
}
#menu li#m3 a {
	width: 81px;
	background-position: -119px 0;
}
#menu li#m3 a:hover {
	background-position: -119px -16px;
}
#menu li#m3.current a {
	background-position: -119px -32px;
}
#actualite {
	position: absolute;
	top: -17px;
	left: 50%;
	margin-left: 181px;
	padding: 22px 4px 0 4px;
	width: 137px;
	z-index: 10;
	background: url(../images/menu-raccourcis.png) no-repeat;
	font-size:12px;
}
#actualite a {
	display: block;
	padding: 4px 0;
	color: #39c;
	text-decoration: none;
	text-align: left;
}
#actualite a:hover {
	color: #069;
}
#quickies {
	position: absolute;
	top: -17px;
	left: 50%;
	margin-left: 330px;
	width: 145px;
	z-index: 10;
	background: url(../images/menu-raccourcis.png) no-repeat -149px 118px;
}
#quickies h3 {
	font-size: 1em;
	font-weight: normal;
}
#projet {
	padding: 0 3px 0 3px;
}
#projet a {
	display: block;
	padding: 22px 0 4px 0;
	color: #690;
	text-decoration: none;
	text-align: center;
}
#projet a:hover {
	color: #360;
}
#raisons {
	padding: 15px 5px 0 8px;
}
#raisons a {
	display: block;
	background: url(../images/menu-encart.png) no-repeat;
	width: 125px;
	height: 120px;
	text-indent: -9999px;
	overflow: hidden;
}
#plus a {
	display: block;
	background: url(../images/menu-encart.png) 0 -134px;
	width: 125px;
	height: 28px;
	text-indent: -9999px;
}
/* left column */
#side {
	float: left;
	width: 240px;
	padding: 210px 10px 0 10px;
	min-height: 290px;
	background: url(../images/feuillage.png) no-repeat left top;
}
h1#logo {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 310px;
	height: 173px;
}
h1#logo a {
	display: block;
	width: 310px;
	height: 173px;
	background: url(../images/logo.png);
	text-indent: -9999px;
	overflow: hidden;
}
#side h3 {
	position: absolute;
	bottom: 6px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	width: 240px;
	padding: 0 10px 5px 15px;
	background: url(../images/asterisque.png) no-repeat top left;
	text-align: justify;
}
ul#pages {
	margin: 0;
	padding: 0;
	border-top: 2px dotted #333;
}
ul#pages li {
	margin: 0;
	padding: 0;
	height: 25px;
	list-style: none;
	border-bottom: 2px dotted #333;
}
ul#pages li a {
	display: block;
	width: 235px;
	height: 25px;
	background: url(../images/menu-principal.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
ul#pages li a:hover {
	background-position: 3px 0;
}
ul#pages li.current a {
	background-position: -280px 0;
}
ul#pages li#p2 a {
	background-position: 0 -21px;
}
ul#pages li#p2 a:hover {
	background-position: 3px -21px;
}
ul#pages li#p2.current a {
	background-position: -280px -21px;
}
ul#pages li#p3 a {
	background-position: 0 -42px;
}
ul#pages li#p3 a:hover {
	background-position: 3px -42px;
}
ul#pages li#p3.current a {
	background-position: -280px -42px;
}
/* content styles */
#main {
	padding-top: 100px;
	margin-left: 290px;
	height: 435px;
}
#main h1 {
	font-size: 30px;
	padding: 12px 15px;
	margin: 0 150px 12px 10px;
	border-bottom: 1px solid #993;
}
#main h1.head {
	display: block;
	padding: 0;
	margin: 0;
	width: 504px;
	height: 62px;
	text-indent: -9999px;
	border-bottom: 0 none;
}
#main.full #content {
	height: 338px;
	padding: 12px 0 12px 12px;
	overflow: auto;
}
#main.full #content p {
	text-align: justify;
}
#main a.pdf {
	font-weight: bold;
	padding: 4px 0 3px 25px;
	background: url(../images/i_pdf.png) no-repeat left center;
}
/* submenu and subcontent */
#main #submenu {
	float: left;
	width: 170px;
}
#main #submenu h4 {
	padding: 8px 5px 3px 5px;
}
#main #submenu p {
	padding-bottom: 2px;
}
#main #submenu a {
	font-family: "Arial Narrow", "Arial";
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 5px;
	outline: none;
}
#main #submenu a:active {
	outline: none;
}
#main #subcontent {
	margin-left: 190px;
	min-width: 450px;
	padding-right: 10px;
	height: 338px;
	overflow: auto;
}
#subload {
	position: absolute;
	top: 270px;
	left: 50%;
	margin-left: 200px;
	width: 66px;
	height: 66px;
	background: url(../images/loading.gif) no-repeat 0 0;
}
/* footer */
#footer {
	position: absolute;
	top: 655px;
	left: 36%;
	width: 670px;
	font-size: 11px;
	color: #666;
	text-align: right;
}
#footer a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}
#footer a:hover {
	border-bottom: 1px solid #666;
}
#quick_admin {
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -70px;
	width: 200px;
	z-index: 99;
}
#quick_admin h4 {
	margin-bottom: .25em;
}
#quick_admin h4 small {
	font-weight: normal;
}
#quick_admin p {
	color: #fff;
}
#quick_admin p a {
	display: block;
	margin: 0 0 -1em 10px;
}
