body {
	background: #b2a587;
	font: normal 12px/16px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	color: #666;
	margin: 15px;
	text-align: center; /* For IE */
	}

p {
	margin: 0 0 5px 0;
	}
	
.p0 {
	font-size: 10px;
	color:#000000;
	font-weight:bold;
	}

p.p1 {
	font-size: 14px;
	line-height: 20px;
	}
	
p.p3 {
	font-size: 14px;
	line-height: 20px;
	color:#000000;
	}

h3 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 30px 0 2px 0;
	}
	
h4 {
	color: #b6000b;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h7 {
	color: #CCC;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top:30px;
	}

a:link, a:visited {
	color: #68a639;
	text-decoration: none;
	font-weight:bold;
	}

a:hover, a:active {
	color: #fff;
	background: #68a639;
	}

ul {
	margin: 0;
	padding: 0 10px 10px 17px;
	line-height: 1.2em;
	list-style-type: none;
	}

li {
	padding-bottom: 7px;
	list-style-type: none;
	}

ul ul{
	padding-bottom: 7px;
	padding-top: 7px;
	list-style-type: none;
	}
	
ul ul li{
	padding-bottom: 7px;
	border-bottom:dotted;
	border-bottom-color:#FFFFFF;
	border-bottom-width:thin;
	list-style-type: none;
	}
	
acronym {
	font-style: normal;
	border-bottom: 1px dotted #666;
	}

.accesskey {
	text-decoration: underline;
	}

/* Container Styles */

#container {
	position: relative;
	width: 720px !important;
	width /**/: 750px;
	background: #fff;
	border: 15px solid #fff;
	margin: 0 auto;
	padding: 0;
	text-align: left; /* For IE, see above */
	}

/* Entete */

#pageHeader {
	width: 720px;
	height: 220px;
	background: #ccc url(img/title.jpg) no-repeat;
	}

#pageHeader h1, #pageHeader h2 {
	text-indent: -999em;
	margin: 0;
	}

#quickSummary {
	width: 720px;
	height: 39px;
	border-top: 1px solid #fff;
	background: #999;
	}

#quickSummary p.p1 {
	position: absolute;
	left: -999em;
	}

#quickSummary p.p2 {
	width: 473px !important;
	width /**/: 500px;
	height: 28px !important;
	height /**/: 39px;
	font-size: 10px;
	color: #fff;
	margin: 0;
	padding: 11px 0 0 27px;
	}

#quickSummary a:link, #quickSummary a:visited {
	text-decoration: none;
	color: #fff;
	}

#quickSummary a:hover, #quickSummary a:active {
	text-decoration: underline;
	background: transparent;
	}

/* Contenu */

#page {
	width: 720px;
	}

#preamble, #explanation, #participation, #benefits, #requirements {
	margin: 0 30px 0 0;
	}

#footer {
	width: 708px !important;
	width /**/: 720px;
	height: 36px !important;
	height /**/: 42px;
	background: #aaa;
	margin-top: 0px;
	padding: 6px 12px 0 0;
	border-top: 1px solid #fff;
	text-align: right;
	clear:both;
	}

#footer a:link, #footer a:visited {
	color: #fff;
	}

#footer a:hover, #footer a:active {
	color: #18d;
	background: #fff;
	}
	
#footer img {
	border:none;
	}

/* Link List Styles */

#linkList {
	left: 0px;
	width: 220px;
	border-bottom: 1px solid #fff;
	}

#linkList h3 {
	text-indent: -1100px;
	height: 45px;
	margin: 0;
	}

#linkList a:link, #linkList a:visited {
	font-size: 13px;
	font-weight:bold;
	color: #fff;
	}

#linkList a:hover, #linkList a:active {
	background: #fff;
	}

#linkList a.c {
	font-size: 10px;
	}

#linkList acronym {
	border-bottom: none;
	}

#lselect, #lfavorites {
	border-top: 1px solid #fff;
	background: #B6000B;
	}

#lselect h3 {
	background: url(img/select.gif);
	}

#lfavorites h3 {
	background: url(img/favourites.gif);
	}

#lselect li, #lfavorites li {
	color: #fff;
	background: url(img/select_bg.gif) repeat-x left bottom;
	}

#lselect a:hover, #lselect a:active, #lfavorites a:hover, #lfavorites a:active {
	color: #B6000B;
	}

#larchives {
	border-top: 1px solid #fff;
	background: #FC8505;
	}

#larchives h3 {
	background: url(img/archives.gif);
	}

#larchives li {
	color: #fff;
	background: url(img/archives_bg.gif) repeat-x left bottom;
	}

#larchives a:hover, #larchives a:active {
	color: #FC8505;
	}

#lresources {
	border-top: 1px solid #fff;
	background: #E9C205;
	}

#lresources h3 {
	background: url(img/resources.gif);
	}

#lresources li {
	color: #fff;
	background: url(img/resources_bg.gif) repeat-x left bottom;
	}

#lresources a:hover, #lresources a:active {
	color: #E9C205;
	}
	
#infos {
	border-top: 1px solid #fff;
	background: #CCCCCC;
	}

#infos h3 {
	background: url(img/info.gif);
	}

#infos li {
	color: #fff;
	background: url(img/info_bg.gif) repeat-x left bottom;
	}

#infos a:hover, #infos a:active {
	color: #CCCCCC;
	}


/* Logos, documents et images SPIP*/
img, .spip_logos { margin: 0; padding: 10; border: none; }

.spip_documents { text-align: center; }
.spip_documents_center { clear: both; width: 100%; margin: auto; }
span.spip_documents_center { display: block; margin-top:1em; }
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; }
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; }
.spip_doc_titre { font-weight: bold; font-size: 0.8em; margin-left: auto; margin-right: auto; }
.spip_doc_descriptif { clear: both; font-size: 0.8em; margin-left: auto; margin-right: auto; }

.spip_surligne { background: #68a639; }