﻿body
{
    background: #4c4c4c;
    font-family: "Times New Roman", Times, Serif;
    font-size: 11pt;
    margin: 0;
    padding: 0;
}

a {
    color: #029446;
}
a:hover {
    color: #111;
}

hr {
	color: #029446;
	background-color: #029446;
	height: 1px;
	clear: both;
	border: 0;
}
a img {
	border: 0;
}

#conteneurCont
{
    background: #fff url(images/conteneur.png) no-repeat bottom center;
}
#conteneurCont .addthis
{
    position:relative;    
    color: #fff;
    width: 150px;
    margin: 0 auto;
    padding: 5px 25px;
    height: 40px;
    vertical-align:bottom;
}
#conteneur {
    width: 944px;
    margin: 0 auto;
    padding: 0;
    border: none;
}
.spacerCont
{
    clear: both;
    height: 1px;
    font-size: 1px;
    margin: 0;
    padding: 0;
}

.watermark 
{
    color: #666;
    text-transform: uppercase;
}

.noscreen
{
    display: none;
}


/**************************************************************/


/*********** HEADER ***********/

#header
{
    background: url(images/header.png) no-repeat 190px 0;
    height: 115px;
    position: relative;
}

#header h1
{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
}

#header h1 a
{
    display: block;
    width: 200px;
    height: 125px;
    background: url(images/logo.png) no-repeat top left;
}

#header h1 a span 
{
    display: none;
}

/*********** RECHERCHE **********/

#header .recherche 
{
    position: absolute;
    top: 10px;
    right: 0px;
    width: 145px;
}
#header .recherche input
{
    font-size: 11px;
    vertical-align: middle;
}
#header .recherche input.terme
{
    background: url(images/rechercher.png) no-repeat top left;
    border: 0;
    padding: 3px 0 0 5px;
    height: 17px;
    font-family: "Times New Roman";
}

/******* boutons *********/

#header .bouton
{
    margin: 0 5px;
    float: left;
    position: absolute;
    top: 10px;
}
#header .bouton a
{
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 3px 10px 0 10px;
    height: 17px;
}
#header .bouton a:hover
{
    color: #000;
}

#header .don
{
    background: #fc9e0e url(images/dons-gauche.png) no-repeat top left;
    right: 216px;
}
#header .don a
{
    background: url(images/dons-droite.png) no-repeat top right;
}

#header .agenda
{
    background: #4c4c4c url(images/agenda-gauche.png) no-repeat top left;
    right: 145px;
}
#header .agenda a
{
    background: url(images/agenda-droite.png) no-repeat top right;
}


/*********** MENU PRINCIPAL ***********/

#menu
{
    font-size: 12pt;
    float: right;
    position: absolute;
    top: 40px;
    right: 0;
    height: 26px;
    z-index: 500;
}

.menulist, .menulist  ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menulist li {
	float: left;
	display: block;
	position: relative;
	margin: 0;
	z-index: 3000;
    height: 26px;
    border-right: 1px solid #000;
}
.menulist li:last-child
{
    border-right: 0 none;
}
.menulist img 
{
    vertical-align: text-bottom;
}
.menulist a 
{
    color: #000;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	padding: 5px;
}
.menulist a span 
{
}
.menulist a.highlighted, .menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus, .menulist a.actif
{
    background: #00aadc;
    color: #fff;
}
.menulist a.highlighted span, .menulist a:hover span, .menulist a.highlighted:hover span, .menulist a:focus span, .menulist a.actif span
{
}


.menulist ul 
{
    background: #fff;
	display: none;
	position: absolute;
	top: 26px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 200px;
}

.menulist ul li {
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
	text-align: left;
	border: 0;
	height: auto;
	border-bottom: 1px solid #00aadc;
	border-right: 0 none;
}

.menulist ul a 
{
    background: none;
	display: block;
	float: none;
    height: auto;
    padding: 2px 5px;
    text-transform: none;
}
.menulist ul a:hover, .menulist ul a.highlighted, .menulist ul a.highlighted:hover, .menulist ul a:focus, .menulist ul a.actif
{
    background: #00aadc none;
}
.menulist ul a.highlighted span, .menulist ul a:hover span, .menulist ul a.highlighted:hover span, .menulist ul a:focus span, .menulist ul a.actif span
{
    background: none;
}

.menulist ul ul {
	top: 0px;
	margin-top: 0;
	left: 200px;
}

.menulist a .subind {
	display: none;
}
.menulist ul a .subind 
{
    background: none;
	display: block;
	float: right;
}

*:first-child+html .menulist ul li {
	float: left;
	width: 100%;
	padding: 0;
}

* html .menulist ul li {
	float: left;
	height: 1%;
	padding: 0;
}
* html .menulist ul a {
	height: 1%;
}


/*********** ASCENDANCE ***********/

#ascendance 
{
    color: #4c4c4c;
	font-size: 10pt;
	position: absolute;
	top: 100px;
	left: 190px;
	padding: 0;
	vertical-align: top;
	clear: both;
}
#ascendance ul {
	margin: 0;
	padding: 3px 7px 7px 0;
}
#ascendance li {
	display: inline;
	padding-left: 5px;
}
#ascendance a
{
    color: #4c4c4c;
    text-decoration: none;
}
#ascendance a:hover
{
    color: #000;
}


/**************************************************************/

#milieuPage 
{
    clear: both;
    min-height: 250px;
    _height: 250px;
}


/*********** NAVIGATION ***********/

#navigation {
	width: 180px;
	margin: 0 10px 0 0;
	padding: 20px 0 225px 0;
	float: left;
	min-height: 1px;
	_height: 1px;
}

.navigation
{
}
.navigation .navigation
{
}
.navigation .navigation .navigation
{
}

.navigation .spacer
{
    font-size: 1px;
    height: 1px;
    display: block;
    clear: both;
}

/* éléments dans la navigation */
#navigation .element
{
    margin: 0;
    font-size: 11pt;
}
#navigation .element h2 
{
    color: #009345;
    font-size: 14pt;
    margin: 0;
    padding: 0;
}
#navigation .element h3
{
    font-family: Georgia;
    font-size: 11pt;
    color: #FC9E0E;
    margin: 10px 0 0 0;
    padding: 0;
}
#navigation .element p
{
    margin: 0;
    padding: 3px 0;
}
#navigation .element ul 
{
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}
#navigation .element li
{
    background: url(images/element-li.png) no-repeat 0 7px;
    padding-left: 15px;
    padding-top: 7px;
}
#navigation .element a 
{
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
#navigation .element li li
{
    background: url(images/element-li-li.png) no-repeat 0 2px;
    font-size: 10pt;
    padding-top: 0;
}
#navigation .element li li a
{
    font-weight: normal;
    color: #7a7a7a;
}
#navigation .element a:hover, #navigation .element a.actif
{
    color: #37b34a;
}


/*********** CONTENUS ***********/

#contenus {
	width: 730px;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}

#contenus h1
{
    font-family: Georgia, "Times New Roman", Times, Serif;
    color: #a3d50d;
    font-size: 24pt;
    margin: 20px 0 0 0;
    padding: 0;
}
#contenus h2
{
    font-family: Georgia, "Times New Roman", Times, Serif;
    color: #37b34a;
    font-size: 22pt;
    margin: 0 0 0 0;
    padding: 0;
}

/* composants */

.composant {
	color: #000;
	padding-bottom: 10px;
	padding-top: 10px;
	background: url("images/composant-separateur.png") repeat-x top left;
}

#contenus .composant h2 {
    font-size: 16pt;
    font-weight: bold;
    color: #fc9e0e;
    vertical-align:bottom;
    margin: 0 0 0 0;
}

.composant a {
}
.composant img {
	border: 0;
}
.composant .highlight 
{
    font-weight: bold;
    font-style: normal;
    color: #c00;
}
.composant .resultatRecherche 
{
    cursor: pointer;
    border: 1px solid #fff;
}
.composant .resultatRecherche:hover 
{
    border: 1px solid #c00;
    background: #fee;
}


/* accroche */
.composant .accroche {
	font-size: 12pt;
	margin: 0 0 15px 0;
	text-align: justify;
	font-weight: bold;
}

.composant .accroche p
{
    margin: 0;
}

/* texte */
.composant .texte {
	font-size: 12pt;
    text-align: justify;
}

.composant .texte img{
    margin-right: 20px;
}

/* contenus */
.composant .texte ul, .composant .accroche ul {
	margin-left: 15px;
	padding-left: 0;
}

/* formulaires en couleurs */
.frmCouleur
{
	width: 100%;
}
.frmCouleur th 
{
	color: #58737F;
	background: #DDF1EC;
	text-align: left;
	width: 20%;
	vertical-align: top;
}
.frmCouleur .alt th 
{	
	background-color: #E3E8EA;
	color: #58737F;
}
.frmCouleur td p 
{
	margin: 5px 0;
	padding: 0;
}

/* documents */

.mp3
{
    padding: 5px;
}
.mp3 h3
{
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #00AADB;
}

/* galerie */

.galerie
{
    clear: both;
}
.galerie .item-galerie
{
    float: left;
    padding: 5px;
}
.galerie .spacer
{
    height: 1px;
    font-size: 1px;
    clear: both;
}

/*********** TABS ***********/
/* le menu (ul) avec les tabs eux-mêmes */
.ui-tabs-nav 
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    clear: both;
    height: 17px;
}
.ui-tabs-nav li 
{
    float: left;
    width: 100px;
    text-align: center;
    margin: 0;
    padding: 0;
}
.ui-tabs-nav a 
{
    display: block;
    border: 1px solid #ccc;
}
/* le tab sélectionné (li) */
.ui-tabs-selected 
{
    background: #ccc;
}
.ui-tabs-selected a 
{
    border: 1px solid #666;
}
/* chaque panel de tab */
.ui-tabs-panel 
{
    border: 1px solid #ccc;
}
/* les panels de tabs masqués */
.ui-tabs-hide 
{
    display: none;
}



/**************************************************************/


/*********** PIED DE PAGE ***********/

#pieddepage
{
    color: #fff;
    width: 944px;
    margin: 0 auto;
    text-align: left;
    padding: 5px 0;
    height: 40px;
}

#pieddepage a
{
    color: #fff;
    width: 50px;
    height: 100px;
    text-decoration: none;
}

#pieddepage .coords
{
    float: left;
    width: 680px;
}

#poweredby {
	float: right;
	font-size: 10pt;
	width: 150px;
}
