@charset "utf-8";
/* CSS Document */
*{margin: 0; padding: 0; outline: 0;}
body {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 0.8em;
	color: #000000;
	text-align: center;
	background: black;
}
a {
	color: black;
}
a:hover {
	color: #a2a2a2;
}
.invisible {
	display: none;
	visibility: hidden;
}
.clear {
	clear: both;
}
p{
	text-align: justify;
	margin: 0 0 8px 0;
}
img {
	border: none;	
}
.spip_documents_center {
	display: block;
	text-align: center;
}
/******************************/
/*			Fond page         */
/******************************/
#body {
	background: white url(../images/fondPage.png) bottom left repeat-x;
}
#fondBasPage {
	width: 995px;
	margin: 0 auto;
	background: white url(../images/decorGauche.png) top left repeat-y;	
	text-align: left;
	position: relative;
}
#centrePage {
	background:  url(../images/fondCentre.png) bottom center no-repeat;
	overflow: auto;
	width: 100%;
	padding: 0 0 10px 0;
}
/******************************/
/*			zones             */
/******************************/
#zoneGauche {
	float: left;
	width: 210px;
	padding: 0 0 170px 0;
}
#zoneDroite {
	float: right;
	width: 785px;
	background: white url(../images/decorDroit.png) top right repeat-y;
	margin: 0 0 15px 0;
}
/******************************/
/*			en Tête           */
/******************************/
#enTete div a{
	display: block;
	background: url(../images/logo.png) top center no-repeat;
	width: 273px;
	height: 71px;
	margin: 20px 0 0 480px;
}
#enTete div a span {
	position: absolute;
	text-indent: -5000px;
}
#enTete h1{
	font-size: 1.2em;
	text-align: right;
	padding: 0 34px 0 0;
}
#enTete h1 strong {
	font-weight: normal;
}
/******************************/
/*			menu  1           */
/******************************/
#menuPrincipal {
	list-style: none;
	margin: 30px 0 0 0;
}
#menuPrincipal li{
	margin: 15px 0 10px 19px;
}
#menuPrincipal li a {
	display: block;
	padding: 6px 0 10px 15px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	background-image: url(../images/fondMenuWide.png);
	background-repeat: no-repeat;
	background-position:-150px 0;
}
#menuPrincipal li a	span {
	padding: 0 0 0 12px;
}
#menuPrincipal li a:hover,
#menuPrincipal li a:focus,
#menuPrincipal li a:active
{
	background-image: url(../images/fondMenuWide.png);
	background-repeat: no-repeat;
	background-position:0 0;
	color: black;
}
#menuPrincipal li a:hover span {
	visibility: visible;
}
/******************************/
/*			menu  2           */
/******************************/
#menuSecondaire {
	list-style: none;
	margin: 50px 0 0 0;
}
#menuSecondaire li {
	background: url(../images/puceMenuSecondaire.png) left center no-repeat;
	margin: 3px 0 0 25px;
}
#menuSecondaire li.rss {
	background: url(../images/rss.png) left center no-repeat;
}
#menuSecondaire li a{
	display: block;
	padding: 0 0 0 18px;
	text-decoration: none;
	font-size: 0.9em;
}
#menuSecondaire li a:hover{
	text-decoration: underline;
}
/******************************/
/* 		dernier article       */
/******************************/
#dernierArticle {
	margin: 15px 0 0 0;
	padding: 0 0 0 25px;
}
#dernierArticle span.dernierArticle {
	font-weight: bold;
	display:block;
}
#dernierArticle span.date {
	font-style: italic;
}
/******************************/
/* 		formulaire            */
/******************************/
#formulaire_recherche {
	margin: 15px 0 0 0;
	padding: 0 0 0 25px;
}
#formulaire_recherche label {
	display: block;
	margin: 0 0 5px 0;
}
#formulaire_recherche input.text {
	border: none;
	background: url(../images/recherche.png) top center no-repeat;
	width: 126px;
	height: 23px;
	padding: 4px 0 0 0;
	text-indent: 2px;
	margin: 8px 0 0 0; 
}
#formulaire_recherche input.submit {
	border: none;
	background:url(../images/ok.png);
	width: 26px;
	height: 26px;
	cursor: pointer;
}

/******************************/
/* 		centre                */
/******************************/
#contenuCentre {
	margin: 10px 0 0 0;
}
#contenuCentre h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 10px 34px 0 20px;
	background: url(../images/puceMenuSecondaire.png) 0 15px no-repeat;
	clear: both;
}
#contenuCentre h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 4px 0 4px 0;
}
#contenuCentre h3 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 4px 0 4px 0;
}
#contenuCentre h4 {
	font-size: 1.0em;
	font-weight: normal;
	font-variant: small-caps;
	margin: 4px 0 4px 0;
}
#contenuCentre ul {
	padding: 0 0 0 20px;
	margin: 0 0 8px 0;
}
#contenuCentre h2 a {
	text-decoration: none;
	color: black;
}
#contenuCentre h2 a:hover {
	color: #a2a2a2;
}
#contenuCentre .article {
	background: white;
	padding: 10px 34px 0 20px ;
	overflow: auto;
	
}
#contenuCentre .listArticles {
	padding: 100px 0 0 0;
	list-style: none;
	font-size: 0.9em;
}
/******************************/
/* 		galerie               */
/******************************/
#contenuCentre .galerie {
	margin: 0 19px 0 0;
}
#contenuCentre .galerie .haut {
	background: url(../images/galerieHaut.png) top right no-repeat;
	height: 20px;
}
#contenuCentre .galerie .centre {
	background: url(../images/galerieCentre.png) top right repeat-y;
	height: 465px;
	text-align: center;
	padding: 0 0 0 65px;
}
#contenuCentre .galerie .bas {
	background: url(../images/galerieBas.png) bottom right no-repeat;
	height: 20px;
}
#contenuCentre .galerie .centre ul {
	list-style: none;
}
#contenuCentre .galerie .centre ul li{
float: left;
}
#contenuCentre .galerie .caroussel {
	margin: 0 30px 0 30px; 
	width: 800px;
	float: left;
}
#contenuCentre .galerie .caroussel ul {
	float: left;
}
#contenuCentre .galerie .caroussel ul li {
	margin: 10px 3px;
	border: 1px solid #a2a2a2;
	width: 100px;
	height: 75px;
	overflow: hidden;
}
#contenuCentre .galerie .caroussel ul li img {
	width: 100px;
	cursor: pointer;
}
#contenuCentre .galerie .caroussel .mid img {
	border: 1px solid #a2a2a2;
	height: 360px;
}
#contenuCentre .galerie .prev {
	float: left;
	background:url(../images/prev.png) top center no-repeat;
	width: 30px;
	height: 30px;
	margin: 395px 0 0 0;
	cursor: pointer;
}
#contenuCentre .galerie .next {
	float: left;
	background:url(../images/next.png) top center no-repeat;
	width: 30px;
	height: 30px;
	margin: 395px 0 0 0;
	cursor: pointer;
}
.affichageGalerie {
	list-style: none;
}
.affichageGalerie li {
	width: 245px;
	text-align: center;
	background:url(../images/fondGalerieIndex.png) top center no-repeat;
	padding: 5px 0;
	float: left;
	margin: 0 0 10px 0;
}
.affichageGalerie li a {
	display: block;
	text-align: center;
	text-decoration: none;
}
.affichageGalerie li a span {
	display: block;
}
.affichageGalerie li a img{
	border: none;
}
/******************************/
/*			sommaire          */
/******************************/
.sommaire ul {
	list-style: none;
}
.sommaire ul li .dateBreve {
	font-style:italic;
	text-align: right;
	padding: 5px 5px 0 0;
}
.sommaire ul li h2 {
	font-size: 1.2em;
	padding: 5px 0;
	border-bottom: 1px solid #a2a2a2;
}
.sommaire ul li .contenuBreve{
	padding: 3px 8px 3px 0;
}
.sommaire .breve {
	float: left;
	width: 350px;
}
.sommaire .breve ul li {
	margin: 0 0 10px 0;
}
.sommaire .breve ul li p {
	padding: 0 5px 0 0;
	text-align: left;
}
.sommaire .imgSommaire {
	float: right;
	width: 416px;
	margin: 0 19px 0 0;
}
.sommaire .hautImg {
	background: url(../images/galerieHaut.png) top left no-repeat;
	height: 20px;
}
.sommaire .centreImg {
	background: url(../images/galerieCentre.png) top left repeat-y;
	text-align: center;
	margin: -5px 0 0 0;
	padding: 100px 0;
}
.sommaire .centreImg img {
	border: 1px solid #a2a2a2; 
}
.sommaire .centreImg .descriptionImg {
	padding: 4px 30px;
}
.sommaire .basImg {
	background: url(../images/galerieBas.png) bottom left no-repeat;
	height: 20px;	
}
/******************************/
/*			favoris           */
/******************************/
.liensFavoris {
	display: block;
	background:url(../images/fondFavoris.png) top center no-repeat;
	width: 245px;
	height: 60px;
	text-align:center;
	text-decoration: none;
	padding: 30px 0 0 0;
	font-size: 1.2em;
	font-weight: bold;
	float: left;
}
.liensFavoris span {
	display: inline-block;
}
.descriptionFavoris {
	float: left;
	width: 400px;
	padding: 5px 0 0 0;
}
/******************************/
/*			cv                */
/******************************/
.cv {
	overflow: auto;
	width: 100%;
}
.cv .cvLeft {
	float: left;
	width: 435px; /*785px*/
}
.cv .cvRight {
	float: right;
	width: 270px; /*785px*/
}
.cv h4 {
	text-indent: 10px;
	font-size: 1.2em;
	border-bottom: 1px inset black;
	padding: 20px 0 10px 0;
}
.cv ul {
	font-size: 0.9em;
}
/******************************/
/*			pub                */
/******************************/
#pub {
	width: 250px;
	position: absolute;
	top: 0;
	right: -250px;
}
.adSense {
	text-align: center;
	margin: 0 auto;
	width: 470px;
}
