body {
    margin: 0;
    padding: 0;
    background: url(images/background.jpg);
}

#container {
    position: absolute;
    width: 875px;
    left: 50%;
    margin-left: -437px;
    background: url(images/container.jpg);
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    height: 145px;
    width: 100%;
    background: url(images/header.jpg);
}

.hidden {
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 0px;
}

#menu {
    position: absolute;
    top: 106px;
    left: 64px;
    font-family: Myriad, Arial, sans-serif;
}

#menu ul, #menu li {
    margin: 0;
    padding: 0;
    list-style: none;
	height: 24px;
}

#menu li {
	float: left;
}

#menu li a {
	display: block;
	color: #FFF;
	width: 100%;
	height: 19px;
	background: url(images/menu-button.gif);
	text-decoration: none;
	padding-top: 5px;
    font-size: 12px;
    font-weight: bold;
	width: 93px;
	text-align: center;
}

#menu a.current, #menu a:hover, #menu a:active {
    color: #07598B !important;
    border: 0 !important;
}

ul.langues, ul.langues li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.langues {
     margin-right: 8px;
	float: right;
}

ul.langues li {
     float: left;
     margin-right: 8px;
}

ul.langues li img {
     border: 0;
}

#catmenu {
    top: 224px;
    left: 30px;
    width: 160px;
    font-family: Myriad, Arial, sans-serif;
    font-weight: bold;
    float: left;
    border-right: 2px dotted #666;
    margin: 0 15px 15px 0;
    padding-bottom: 15px;
    background: #FFF;
}

.spip_documents_center {
    text-align: center;
}

#catmenu h1 {
    text-align: center;
    font-size: 1.15em;
}

#catmenu h1 a, #catmenu h1 a:hover {
    color: #000 !important;
    border: 0 !important;
    font-style: normal;
}

#catmenu ul {
    padding-left: 5px;
    margin: 0;
    list-style: none;
}

#catmenu li {
    margin: 5px 0 0 0;
    text-align: left;
}

#catmenu li ul {
    margin: -5px 0 0 15px;
}

#catmenu li ul li {
    margin: 0;
}

#catmenu a {
    text-decoration: none;
    color: #07598B;
}

#catmenu a:hover, #catmenu a:active, #catmenu a.current {
    color: #81D023 !important;
    border: 0 !important;
    font-style: italic;
}

#content {
    margin: 145px 52px 0 52px;
    font-size: 0.8em;
    color: #000;
    font-family: Arial, sans-serif;
    text-align: justify;
}

.plan {
    margin-left: 160px;
}

.plan ul {
    list-style: none;
}

#content a {
    color: #069;
    text-decoration: none;
}

#content a:hover, #content a:active {
    color: #67BE00;
    border-bottom: 1px dotted #67BE00;
}

.clear, #content .after {
    width: 100%;
    height: 1px;
    clear: both;
}

#footer {
    background: url(images/footer.jpg);
    font-family: Arial, sans-serif;
    font-size: 0.7em;
    font-weight: bold;
    text-align: center;
}

#footer a {
    color: #000;
    text-decoration: none;
}

#footer a:hover, #footer a:active {
    border-bottom: 1px dotted #000;
}

#footer .before {
    background: url(images/footer-before.jpg);
    height: 6px;
}
#footer .after {
    background: url(images/footer-after.jpg);
    height: 26px;
}

#footer #liens_amis, #footer #liens_amis a,
#footer #liens_amis a:hover, #footer #liens_amis a:active {
    color: #eaeaea;
    border: none;
    font-size: 25%;
}

.spip-admin-boutons, .spip-admin-bloc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.spip-admin-bloc {
    margin-bottom: 6px;
}

#content table, #catmenu .ps {
    border-collapse: collapse;
    background: #EEE;
    border: 2px solid #333;
}

#content table th {
    border: 1px solid #333;
}

#catmenu .ps {
    padding: 3px;
    margin-top: 5px;
    margin-right: 8px;
    text-align: left;
    font-weight: normal;
    font-size: 0.9em;
}

#content td {
    font-size: 85%;
    border: 1px solid #666;
    padding: 2px;
    text-align: center;
}

#content h2 {
    background: #D8E3E8;
    color: #069;
    padding: 2px 2px 2px 5px;
}

#content h3 {
    padding-left: 50px;
    color: #006;
    font-style: italic;
}

.spip_documents {
    padding: 10px;
}

#intro {
   font-weight: bold;
}

.pagination {
    text-align: right;
}

#pub {
   text-align: center;
}

#pub a, #pub a:hover, #pub a:active {
   border: 0px;
}

hr {
    display: block;
    clear: both;
    margin: 10px 0;
}