/*  ANNULER LES VALEURS PAR DEFAUT DES NAVIGATEURS  */
a, :link, :hover {text-decoration: none;}
a:focus {outline:none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
img, a img, :link img, :visited img {border: none;}
address {font-style: normal;}
/* ************************************************ */
/* COULEURS */
.rose {
	color: #e12a81;
}
.vert {
	color: #79b079;
}
.marron fonce {
	color: #54544e;
}
.marron medium {
	color: #94938a;
}
.marron clair {
	color: #d4d3c5;
}
.background {
	color: #e0dfd1;
}


/* ************** STYLES GENERAUX ****************** */
/* mac hide\*/
html, body {height:100%}
/* end hide */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.cache, .hidden, .alt {
  	display: none;
}
.affiche {visibility:visible;}
.nivo {
	clear:both; 
	height:1px;  
	line-height: 1px;
}


/* ********************* TYPO ********************* */
body {
	font: normal 75% "Trebuchet MS", sans-serif;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
}
h2.titre2 {
	font-size: 1.7em;
	font-weight: normal;
}
#topNav {
	font-size: 0.92em;
}
.contentslide p.titreSlider a {
	font-size: 1.25em;
}
ul.sousMenu li a {
	font-size: 1.1em;
}
#sousTitre {
	font-size: 1.3em;
}
#notes {
	font-family: "Times New Roman", Times, serif;
}
#chapo, #texte p {
	font-size: 1.1em;
}
#texte h3 {
	font-size: 1.3em;
}
#texte h4 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.2em;
	font-style: italic;
}


/* ****************** STRUCTURE ******************* */
body {
	background: #e0dfd1 url(images/bg-body.jpg) repeat-x top;
	text-align: center;
	min-width: 780px;
}
p#accesRapide {
	position: absolute;
	left: -5000px;
}
#page {
	min-height: 100%;
	width: 780px;
	color: #54544e;
	text-align: left;
	margin: auto;
	position: relative;
	background: url(../images/bk_outer.jpg) repeat-y left top;
} 
* html #page{height:99.9%;}
#header {
	min-height: 110px;
	position: relative;
	clear: both;
	margin-bottom: -10px;
}
#cadreGauche {
	position: relative;
	width: 230px;
	float: left;
	margin-top: 25px;
}
#cadreCentre {
	position: relative;
	width: 520px;
	float: right;
	margin: 25px 0;
	padding-bottom: 30px;
}
h2.titre2 {
	color: #e12a81;
}
#clearFooter {
	width: 100%;
	height: 70px;
	clear:both;
}
* html #header {
	height: 116px;
}
#footer {
	width: 780px;
	clear: both;
	height: 70px;
	border-top: 1px solid #94938a;
	color: #94938a;
	text-align: center;
	left: 0;
	bottom: 0;
	position: absolute;
	padding-top: 10px;
}
* html #footer {/*only ie gets this style*/
	he\ight: 70px;/* for ie6 */
	margin-bottom: -1px;
}


/* HEADER */
#header h1 {
	margin: 0;
	width: 300px;
	height: 97px;
	float: left;
	background: url(images/bg-header.jpg) no-repeat left top;
}
#header h1 a {
	width: 300px;
	height: 97px;
	text-indent: -9000px;
	display: block;
}

/* ****************** TOPNAV ******************* */
#topNav {
	position: absolute;
	right: 13px;
	top: 10px;
}
#topNav li {
	float: left;
	text-align: center;
	background: url(images/bg-nav.jpg) repeat-x top left;
}	
#topNav ul li a {
	height: 18px;
	display: block;
	color: White;
	text-decoration: none;
	padding: 2px 14px;
	float: left;
	text-transform: uppercase;
}
#topNav .first {
	background: url(images/bg-nav-first.jpg) no-repeat top left;
}
#topNav .last {
	background: url(images/bg-nav-last.jpg) no-repeat top right;
}	
#topNav ul li a:hover {
	color: #e0dfd1;
	text-decoration: none;
}	
/* Commented backslash hack hides rule from IE5-Mac \*/
#topNav li a {
	float: none
}
/* End IE5-Mac hack */

/* *************** Cadre Gauche ******************* */
/* Recherche */
#boiteRecherche {
	width: 230px;
	background: #d4d3c5 url(images/bg-recherche.jpg) no-repeat top;
}
#boiteRecherche h2 {
	padding: 10px 10px 0 10px;
}
#boiteRecherche h2 strong {
	color: #79b079;
}
#boiteRecherche input#recherche {
	background: #e0dfd1 url(images/search.gif) no-repeat 0px center;
	padding: 3px 0 3px 20px;
	width: 140px;
	border: 1px solid #94938a;
}
#boiteRecherche input#recherche:focus {
	background-color: #edecdd;
}
#boiteRecherche input.submit {
	width: 30px;
	height: 24px;
	background: url(images/bg-submit.jpg) no-repeat top left;
	border: none;
	color: #e0dfd1;
	font-weight: bold;
	cursor: pointer;
}
#boiteRecherche div {
	padding: 0 10px 15px 10px;
	background: url(images/bg-recherchebas.jpg) no-repeat bottom;
}

/* menu */
#navigation {
	position: relative;
	margin-top: 20px;
	padding-top: 28px;
	background: url(images/bg-menu.jpg) no-repeat left top;
	border-bottom: 1px dashed #94938a;
}
#navigation a.tab {
	display: block;
	position: relative;
	padding: 2px 10px;
	border-top: 1px dashed #94938a;
	color: #79b079;
	font-weight: bold;
}
#navigation a.tab:hover {
	color:#e0dfd1;
	background-color: #79b079;
}
#navigation a.selected {
}
#navigation a.current {
	font-weight: bold;
}
#navigation ul {
	border-top: 1px solid #d4d3c5;
}
#navigation li {
	list-style:none outside none;
	display:inline;
}
#navigation li li a {
	color:#54544e;
	background: url(images/puce-menuoff.gif) no-repeat left top;
	display:block;
	padding-left: 20px;
	text-decoration: none;
}
.lienon {
	font-weight: bold;
}
#navigation li li a:hover {
	background: #94938a url(images/puce-menuon.gif) no-repeat left top;
	color:#e0dfd1;
}
#navigation li a.lienon {
	background-image: url(images/puce-menu.gif);
}

/* A la une */
#une {
	margin-top: 20px;
	padding-top: 28px;
	background: url(images/bg-une.jpg) no-repeat left top;
}
#une h2 {
	padding-top: 5px;
}
#une p.lire {
	margin-left: 10px;
	margin-bottom: 10px;
}
#une p.lire a {
	display: block;
	position: relative;
	color: #e12a81;
	padding-left: 15px;
	background: url(images/suite.gif) no-repeat left;
}
#une p.lire a:hover {
	text-decoration: underline;
	background-image: url(images/suite-on.gif);
}

/* **************** Cadre Centre ****************** */
/* Cadre breves et slider */
#slider1 {
	background: #e12a81 url(images/bg-slider1.jpg) no-repeat right bottom;
	border: 8px solid white;
	padding: 8px 130px 8px 8px;
	color: white;
	margin-top: 20px;
}
.contentslide a {
	color: white;
}
.contentslide .contentdiv{
	display: none;
	position: relative;
}
.contentdiv p.dateAuteur {
	font-style: italic;
	float: right;
	position: relative;
	color: white;
}
p.titreSlider a {
	font-weight: bold;
}
p.introSlider {
	padding-top: 5px;
	border-top: 1px solid white;
}
p.suite {
	font-style: italic;
	margin-top: 5px;
}
p.suite a {
	font-weight: bold;
}

.pagin{
	width: 390px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
	padding: 0 0 4px 0;
	display: none;
}

* html .pagin{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 374px; /*IE5 width*/
	w\idth: 390px; /*IE6 width*/
}

.pagin a{
	padding: 0 5px;
	text-decoration: none; 
	background-color: white;
}

/* Liste d'articles */
#listeArticles {
	margin-top: 20px;
}
#cadreCentre .pagination {
	color: #54544e;
	float: right;
}
#cadreCentre .pagination a {
	color: #e12a81;
}
#cadreCentre .pagination a:hover {
	text-decoration: underline;
}
#cadreCentre .pagination span.on {
	color: #54544e;
}
#listeArticles dl {
	padding: 5px 0 0 2px;
	border-top: 3px solid #79b079;
}
#listeArticles dt {
	padding: 10px 0 5px 0;
	background: url(images/bg-titre.jpg) repeat-x top;
}
#listeArticles dt img {
	margin-right: 3px;
}
#listeArticles dt a {
	font-weight: bold;
	color: #54544e;
}
#listeArticles dt a:hover {
	text-decoration: underline;
}
#listeArticles dd {
	margin: 0 0 4px 20px;
}
.dateAuteur {
	color: #94938a;
}
.dateAuteur span {
	font-style: italic;
}
.dateAuteur a {
	color: #e12a81;
	margin-bottom: 1em;
	padding-top: 3px;
}
.dateAuteur a:hover {
	text-decoration: underline;
}
.dateAuteur img{
	margin: 0 2px 0 0;
}

/* Affichage des rubriques */
p#logoRub img {
	width: 510px;
	overflow: hidden;
}
p#logoRub {
	margin-top: 20px;
	border: 5px solid #94938a;
}
ul.sousMenu {
	margin-left: 50px;
	margin-top: 20px;
}
ul.sousMenu li {
	display: inline;
}
ul.sousMenu li a {
	display: block;
	position: relative;
	padding: 2px 0 2px 20px;
	color: #e12a81;
	background: url(images/suite.gif) no-repeat left;
}
ul.sousMenu li a:hover {
	text-decoration: underline;
	background-image: url(images/suite-on.gif);
}
#encartBreves {
	margin-top: 20px;
}
#encartBreves h2.titre2 {
	border-bottom: 3px solid #79b079;
}
#encartBreves div {
	float: left;
	width: 160px;
	position: relative;
	margin-top: 10px;
	margin-right: 12px;
}
#encartBreves div p a {
	display: block;
	position: relative;
	padding-left: 18px;
	color: #54544e;
	font-weight: bold;
	background: url(images/puce-breve.gif) no-repeat left 2px;
}
#encartBreves div p a:hover {
	text-decoration: underline;
	background-image: url(images/puce-breveon.gif);
}
#encartBreves div p.dateAuteur {
	font-style: italic;
}

/* Affichage des articles */
#head {
	padding-bottom: 25px;
	background: url(images/bg-titre.jpg) repeat-x bottom;
}
.dateArt {
	position: relative;
	text-align: right;
	margin-top: 5px;
}
.dateArt a {
	color: #79b079;
}
.dateArt a:hover {
	text-decoration: underline;
}
.dateArt span {
	font-style: italic;
}
#sousTitre {
	margin-top: 5px;
}
#logoArt {
	float: right;
	border: 5px solid #94938a;
	margin: 10px 0 5px 5px;
}
#chapo {
	font-weight: bold;
}
#texte {
	margin-top: 10px;
	text-align: center;
}
.titre3 {
	color: #e12a81;
	padding-bottom: 3px;
	border-bottom: 1px dashed #94938a;
}
#notes {
	margin-top: 10px;
}
#folio, #ps, #docsJoints {
	margin-top: 15px;
	position: relative;
}

/* portfolio */
#folio p {
	margin-top: 10px;
}

/* docuemnts joints */
#docsJoints div {
	width: 160px;
	height: 140px;
	float: left;
	position: relative;
	margin-right: 12px;
	text-align: center;
	margin-top: 10px;
}
#docsJoints p.titreDoc a {
	color: #54544e;
	font-weight: bold;
}
#docsJoints p.titreDoc a:hover {
	text-decoration: underline;
}
ul.finArticle {
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px solid #d4d3c5;
}
ul.finArticle li {
	margin-top: 10px;
	padding-left: 20px;
	position: relative;
}
li.rep {
	background: transparent url(images/puce-repondre.gif) no-repeat left;
}
li.retour {
	background: transparent url(images/puce-retour.gif) no-repeat left;
}
ul.finArticle a {
	color: #79b079;
}
ul.finArticle a:hover {
	text-decoration: underline;
}
#forumArt {
	margin-top: 20px;
	padding-top: 15px;
}
#forumArt .dateArt {
	margin-top: 3px;
}

/* habillage des forum */
.forum-repondre, .forum-decompte {
	clear: both;
	padding-top: 5px;
	font-weight: bold;
}

/* * Habillage des forums */
ul.forum {
	display: block;
	clear: both;
}
.forum-fil {
	margin-top: 5px;
	padding-top: 20px;
	background: url(images/bg-titre.jpg) repeat-x top;
}
.forum-fil ul {
	display: block;
	position: relative;
}
.forum-fil li {
	border-top: 1px dashed #94938a;
	padding-top: 5px;
	margin-top: 5px;
}
.forum-titre {
	padding-left: 15px;
	background: url(images/puce-repondre.gif) no-repeat left;
}
.forum-chapo small {
	margin-left: 15px;
}
.forum-chapo .forum-titre, .forum-chapo .forum-titre a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #54544e;
}
.forum-texte {
	color: #54544e;
}
.forum-texte {
	border-top: 1px solid #d4d3c5;
}
.forum-texte .forum-repondre-message {
	text-align: right;
}
.forum-repondre-message a {
	color: #79b079;
}
.forum-repondre-message a:hover {
	text-decoration: underline;
}

/* *************** Formulaire de contact ******* */
#contact {
	text-align: left;
}
#contact p {
	margin-top: 5px;
}

/* ************ Page "nous situer" ************* */
p.adresse {
	width: 170px;
	float: left;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
}


/* ******************* Footer ****************** */
#footer a {
	color: #79b079;
}
#footer a:hover {
	text-decoration: underline;
}

/* ******************** STYLES SPIP ****************** */
h2.spip, h3.spip, h4.spip, h5.spip, ul.spip, li.spip, ol.spip, dl.spip, dd.spip, dt.spip, table.spip, p.spip {
	margin: 0;
	padding: 0;
	text-align: left;
}
h2.spip, h3.spip {
	margin-top: 10px;
}
h4.spip {
	margin-top: 8px;
}
p.spip {
	margin-top: 6px;
	text-align: justify;
}
.docsJoints p.spip {
	text-align: center;
}
table.spip {
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
}
ul.spip, ol.spip, dl.spip {
	margin-left: 30px;
	margin-top: 6px;
	list-style: disc inside;
}
li ul.spip, li ol.spip, li dl.spip {
	margin: 5px 0 5px 30px;
	list-style: circle inside;
}
a.spip_ancre, a.spip_out, a.spip_in, a.spip_glossaire {
	color: #e15e9b;
}
a.spip_glossaire {
	cursor: help;
}
a.spip_ancre:hover, a.spip_out:hover, a.spip_in:hover, a.spip_glossaire:hover {
	text-decoration: underline;
}
a.spip_note {
	color: #79b079;
}
a.spip_ancre:hover, a.spip_out:hover, a.spip_ancre:focus, a.spip_out:focus, a.spip_note:hover, a.spip_note:focus {
	text-decoration: underline;
}
dl.spip_documents_center, dl.spip_documents_center dt {
	text-align: center;
}

/* ******************** FORMULAIRES ****************** */
