﻿
body
{
    background: #E5E5E5;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    height: 100%;
}

a {
	color: #b32216;
	text-decoration: none;
}
a:hover {
	color: #0064a0;
}

hr {
	color: #666;
	background-color: #666;
	height: 1px;
	clear: both;
	border: 0;
}
a img {
	border: 0;
}

#conteneur 
{
    width: 892px;
    margin: 0 auto;
    padding: 0;
    border: none;
}

.watermark 
{
    color: #004887;
}

.noscreen
{
    display: none;
}


/**************************************************************/


/*********** HEADER ***********/

#header
{
    background: url(images/header.png) no-repeat 0 5px;
    height: 148px;
    padding-top: 10px;
    position: relative;
    z-index: 100;
}

#header h1
{
    margin: 0 0 0 5px;
    _margin-left: 3px;
    padding: 0;
	width: 150px;
	float: left;
}
#header h1 a
{
    background: url(images/logo.png) no-repeat top left;
	display: block;
	height: 105px;
	width: 156px;
}
#header h1 a span 
{
    display: none;
}

#anime
{
    background: #fff;
    float: left;
    margin-right: 10px;
    padding: 4px 5px 1px 2px;
    _padding: 4px 0 1px 0;
}

/* recherche */

.recherche 
{
    float: left;
    width: 180px;
    padding: 0 0 5px 5px;
}
.recherche input {
	vertical-align: middle;
	font-size: 12px;
	padding: 2px;
}
.recherche .terme 
{
    color: #141c27;
	width: 115px;
	font-size: 11px;
	border: 1px solid #141c27;
	padding: 2px 0;
}

/* login et espace adhérent */

.login 
{
    color: #fff;
    background: #fff url(images/login.png) no-repeat top left;
    float: left;
    width: 185px;
    height: 108px;
    padding: 10px 5px 0 5px;
}
.login h2 
{
    background: #00649f;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 2px 5px;
}
.login a
{
    color: #627884;
    font-size: 10px;
}
.login a:hover 
{
    color: #000;
}
.login input 
{
	font-size: 12px;
	padding: 2px;
	margin: 3px 0;
	vertical-align: middle;
}
.login .champ 
{
    color: #141c27;
	font-size: 11px;
	border: 1px solid #141c27;
	padding: 2px 0;
}
.login p 
{
    margin: 0;
    padding: 10px 5px;
}

/*********** MENU PRINCIPAL ***********/

#menuprincipal 
{
	margin: 0;
	padding: 0;
	width: 682px;
	position: absolute;
	bottom: 7px;
	left: 0;
}

.menulist, .menulist  ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menulist li {
	float: left;
	display: block;
	position: relative;
	margin: 0 0 0 0;
	text-align: center;
}

.menulist a 
{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}
.menulist a:hover, .menulist a.highlighted, .menulist a.highlighted:hover, .menulist a:focus, .menulist a.actif 
{
    color: #000;
    background: #fff;
}

.menulist ul {
	background: #fff;
	display: none;
	position: absolute;
	top: 27px;
	width: 220px;
}

.menulist ul li {
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

.menulist ul a 
{
    font-weight: normal;
    font-size: 12px;
    padding: 3px 5px;
}
.menulist ul a:hover, .menulist ul a.highlighted, .menulist ul a.highlighted:hover 
{
    color: #fff;
    background: #b32216;
}

.menulist ul ul {
	top: 0px;
	margin-top: 0;
	left: 220px;
}

.menulist a .subind {
	display: none;
}
.menulist ul a .subind {
	display: block;
	float: right;
}

.menulist a {
	float: left;
}
.menulist ul a {
	float: none;
}
/* \*/
.menulist a {
	float: none;
}
/* */


*: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%;
}


/**************************************************************/

#milieuPage 
{
    clear: both;
    padding-top: 5px;
}

/*********** NAVIGATION ***********/

#navigation
{
	float: left;
	width: 194px;
	padding: 0;
	margin: 0 2px 0 0;
}

.element
{
    background: #fff url(images/element-haut.png) no-repeat top left;
    color: #000;
    margin: 0 0 10px 0;
    padding-top: 10px;
}
.element .element
{
    background: url(images/element-bas.png) no-repeat bottom left;
    padding: 0 5px 10px 5px;
}
.element h2 
{
    color: #fff;
    background: #001f3c;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 2px 0 2px 20px;
}
.element ul 
{
    margin: 0;
    padding: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.element li 
{
    margin: 0;
    padding: 0;
    margin: 0;
    padding: 0 0 0 20px;
}
.element p
{
    margin: 0;
    padding: 5px;
}
.element a 
{
    color: #000;
    text-decoration: none;
}
.element a:hover, .element a.actif
{
    color: #b32216;
}

/* "l'essentiel" */

.essentiel h2
{
    background: #b11f16 url(images/essentiel-titre.png) no-repeat top left;
    text-transform: uppercase;
    height: 20px;
    padding: 8px 0 0 45px;
    margin: 0;
}
.essentiel ul
{
    margin: 0;
    padding: 0;
}
.essentiel li
{
    margin: 0;
    padding: 0;
}
.essentiel a
{
    border-bottom: 1px solid #515151;
    display: block;
    height: 21px;
    padding-top: 7px;
    padding-left: 15px;
}
.essentiel li:last-child a
{
    border: none;
}
.essentiel a:hover
{
    background: url(images/essentiel-on.png) no-repeat center left;
}

/* liens statiques */

.liengauche
{
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 10px 0 0 45px;
    margin: 10px 0;
    height: 22px;
}
.liengauche:hover
{
    color: #000;
}

#liengauche-adherer
{
    background: url(images/liengauche-adherer.png) no-repeat top left;
}

#liengauche-contacts
{
    background: url(images/liengauche-contacts.png) no-repeat top left;
    padding-top: 8px;
    height: 24px;
}

/*********** ASCENDANCE ***********/

#ascendance {
	font-size: 10px;
	margin: 0;
	padding: 5px 0 0 0;
	vertical-align: top;
    color: #000;
	clear: both;
}
#ascendance ul {
	margin: 0;
	padding: 0;
}
#ascendance li {
	display: inline;
	padding-left: 5px;
}
#ascendance a 
{
    color: #000;
    text-decoration: none;
}
#ascendance a:hover 
{
    color: #B32216;
}

/*********** CONTENUS ***********/

#contenus 
{
	width: 693px;
	float: left;
	margin: 0;
	padding: 0;
    min-height: 200px;
    _height: 200px;
}


/* composants */

.composant {
	color: #787878;
	padding-bottom: 10px;
	padding-top: 10px;
	background: url("images/composant-separateur.png") repeat-x top left;
}

.composant h2 {
    font-size: 16px;
    font-weight: bold;
    color: #b40e1d;
    vertical-align:bottom;
    margin: 0 0 0px 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;
}


.composant H1 {
    font-size: 14px;
    font-weight: bold;
    color: #787878;
    vertical-align:bottom;
    margin: 0 0 10px 0;
}
.composant .question2 {
    font-size: 12px;
    font-weight: bold;
    color: #1BDF23;
    vertical-align:bottom;
    margin: 0 0 10px 0;
}
.composant .question1 {
    font-size: 12px;
    font-weight: bold;
    color: #b40e1d;
    vertical-align:bottom;
    margin: 0 0 10px 0;
}
.composant .info {
    font-size: 10px;
    font-weight: normal;
    font-style:italic ;
    vertical-align:top;
    text-align:right ;
    margin: 0 0 10px 0;
}


/* accroche */
.composant .accroche {
	font-size: 12px;
	margin: 0 0 15px 0;
	text-align: justify;
	color: #0b5b9c;
	font-weight: bold;
}

.composant .accroche p
{
    margin: 0;
}

/* texte */
.composant .texte {
	font-size: 12px;
    text-align: justify;
	color: #737373;
}

.composant .texte img{
    margin-right: 20px;
}

/* contenus */
.composant .texte ul, .composant .accroche ul {
	margin-left: 15px;
	padding-left: 0;
}

/* Gallerie d'image */

.gallerie
{
    float: left;
    padding: 10px;
}

/* 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;
}

/* actualités */

#actualites 
{
    padding: 5px;
    min-height: 200px;
    _height: 200px;
}
#actualites div
{
    padding: 0 5px 5px 10px;
    border-bottom: 1px dotted #1a6684;
    margin-bottom: 10px;
}
#actualites div div
{
    padding: 0;
    border: 0;
    margin: 0;
    height: 100px;
}
#actualites h3
{
    font-size: 12px;
    margin: 0;
    padding: 0;
}
#actualites h3 a
{
    color: #0064a0;
    background: url(images/actualite-titre.png) no-repeat 10px 1px;
    display: block;
    margin: 3px 0;
    padding: 0 10px 0 30px;
    color: #0064a0;
}
#actualites h3 a:hover
{
    color: inherit;
}
#actualites img 
{
    float: right;
}
#actualites .lienSuite 
{
    display: block;
    clear: both;
    text-align: right;
    margin: 0;
}


/* composants */

.composant 
{
    display: block;
	background: #fff url(images/composant-haut.png) no-repeat top left;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
}
.composant .composant
{
	background: #fff url(images/composant-bas.png) no-repeat bottom left;
	padding: 0 0 5px 0;
	margin: 0;
}
.composant .composant .composant
{
	background: #fff url(images/composant-centre.png) repeat-y top left;
	padding: 0 5px;
	margin: 0;
}
.composant table
{
    padding: 0 0 0 0;
	margin: 0 0 0 4px;
}
.composant h2 
{
    color: #0064a0;
    border-bottom: 1px solid #0064a0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 5px 0 2px 20px;
    vertical-align: bottom;
}
.composant a {
}
.composant img {
	border: 0;
	margin: 5px;
}
.composant .highlight 
{
    height: 170px;
}

.logosDefilants img
{
    display: none;
}

.logosDefilants .active
{
    display: block;
    position: absolute;
}

/* déroulants */
.titreDeroulant 
{
	cursor: pointer;
}
.titreDeroulant h2
{
    font-size: 12px;
}
.deroulant 
{
	padding: 0;
}
/* --- FAQ --- */
/* déroulants pour les question FAQ */
.titreDeroulantFAQ
{
	cursor: pointer;
	margin: 0;
	margin-top: 3px;
	padding: 0 40px 0 10px;
	border: 1px solid #D6DEE1;
	border-bottom: 0;
	position: relative;
}
.titreDeroulantFAQ img
{
	position: absolute;
	top: 50%;
	right: 3px;
	margin-top: -8px;
	padding: 0 0px 0 0px;
}
.deroulantFAQ
{
	border: 1px solid #D6DEE1;
	border-top: 0;
	padding: 0;
	margin-bottom: 3px;
	padding: 0 10px 0 10px
}

.deroulantFAQ .deroulantFAQ
{
	border: 0;
	padding: 3px;
	margin: 0;
}
.deroulantFAQ .label
{
	font-size: 12px;
    text-align: justify;
	color: #000000;
}
.deroulantFAQ .titre
{
	font-size: 12px;
	font-weight : bold;
    text-align: justify;
	color: #000000;
}

/*********** CONTENU HOME ***********/
/* Reunion */
.composant .calendrier 
{
	margin: 0 20px 10px 20px;
}

.homeContenus
{
    margin-top: 20px;
}
.homeContenus h2
{
    color: #eb6a18;
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.homeContenus .accroche p
{
    font-size: 15px;
    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: 14px;
	font-weight: bold;
	margin: 0 20px 10px 20px;
	text-align: justify;
}

/* texte */
.composant .texte {
	font-size: 12px;
	margin: 0 20px 10px 20px;
	text-align: justify;
}

/* contenus */
.composant .texte ul, .composant .accroche ul {
	margin-left: 15px;
	padding-left: 0;
}

.docs
{
    width: 100%;
    margin-left: 20px;
    _width: 90%;
}


/* formulaires en couleurs */
.frmCouleur
{
	width: 100%;
}
.frmCouleur th 
{
	color: #0064a0;
	background: #FFFFFF;
	text-align: left;
	width: 20%;
	vertical-align: top;
}
.frmCouleur td p 
{
	margin: 5px 0;
	padding: 0;
}

/* annuaire */
.lettres 
{
    text-align: center;
    height: 25px;
    padding: 7px 0;
}
.lettres a 
{
    padding: 2px 5px;
    border: 1px solid #B32216;
    text-decoration: none;
}
.lettres a:hover, .lettres a.active
{
    border-color: #0064a0;
    background: #0064a0;
    color: #fff;
}
.lettres a.disabled
{
    color: #999;
    border-color: #999;
    background: #eee;
}


.spacer
{
    height: 1px;
    font-size: 1px;
    border: 0;
    background: transparent;
    clear: both;
    margin: 0;
    padding: 0;
}


/**************************************************************/


/*********** PIED DE PAGE ***********/

#pieddepage
{
    font-size: 11px;
    color: #fff;
    background: #0065a0 url(images/footer.png) no-repeat top left;
    float: left;
    width: 870px;
    padding: 12px 10px 0 10px;
    height: 26px;
}

#pieddepage a
{
    color: #fff;
    text-decoration: none;
}
#pieddepage a:hover 
{
    color: #000;
}
#pieddepage .gauche
{
    float: left;
    width: 30%;
}
#pieddepage .droite
{
    float: left;
    width: 70%;
    text-align: right;
}

/* popup */
#popup .composant .composant
{
    padding: 15px;
}