﻿body{
    color: #626262;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

a {
	text-decoration: none;
}
a:hover {
    color: #000;
}

hr {
	height: 1px;
	clear: both;
	border: 0;
}
a img {
	border: 0;
}

#conteneur {
    width: 793px;
    margin: 0 auto;
    padding: 0;
    border: none;
}

.watermark 
{
    color: #949494;
}

.noscreen
{
    display: none;
}

.spacer
{
    font-size: 1px;
    height: 1px;
    clear: both;
}


/**************************************************************/


/*********** HEADER ***********/

#header
{
    background: url(images/header.png) no-repeat bottom center;
    position: relative;
    padding: 90px 0 8px 0;
    min-height: 15px;
    _height: 15px;
}

#header #fondHeader
{
    display: block;
    position: absolute;
    top: 0;
    left: 3px;
    z-index: 100;
}

#header #illustrationRubrique, #header #illustrationRubrique2
{
    display: block;
    text-align: center;
    clear: both;
    margin: 0 auto;
}

/* logo */

#logo
{
    position: absolute;
    top: 1px;
    left: 13px;
    z-index: 1000;
}
.logoMandataire
{
    position: absolute;
    top: 1px;
    left: 13px;
    z-index: 1000;
}

/*********** RECHERCHE **********/

#header .recherche 
{
    position: absolute;
    right: 232px;
    top: 19px;
    width: 140px;
    z-index: 1000;
}
#header .recherche input
{
    vertical-align: middle;
}
#header .recherche input.terme
{
    font-size: 10px;
    border: 1px solid #ccc;
    border-right: 0;
    background: #efefef url(images/header-input.png) repeat-x top left;
    padding: 0;
    height: 12px;
}


/*********** SITES ***********/
.sites 
{
    position: absolute;
    top: 0;
    left: 170px;
    z-index: 1000;
}
.sites a 
{
    color: #b6b6b6;
    font-size: 10px;
    text-decoration: none;
    padding-right: 10px;
}
.sites a:hover
{
    color: inherit;
}

/****** LOGIN *****/

.login
{
    font-size: 11px;
    position: absolute;
    top: 0;
    right: 15px;
    width: 210px;
    height: 40px;
    padding-top: 5px;
    z-index: 1000;
}
.login h2
{
    margin: 0;
    padding: 0;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
}
.login a
{
    font-size: 10px;
    color: #b6b6b6;
}
.login a:hover
{
    color: inherit;
}
.login input
{
    vertical-align: middle;
}
.login .input
{
    font-size: 10px;
    border: 1px solid #ccc;
    background: #efefef url(images/header-input.png) repeat-x top left;
    padding: 0;
    width: 75px;
    height: 12px;
}

/*********** MENU PRINCIPAL ***********/

#menu
{
    font-size: 12px;
    position: absolute;
    top: 51px;
    left: 19px;
    height: 63px;
    z-index: 50;
    width: 756px;
}

.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;
    width: 20%;
}

.menulist a 
{
    background: url(images/menu2-droite.png) no-repeat right -10px;
    padding-right: 2px;
    color: #fff;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
    text-align: center;
	font-size: 11px;
	font-weight: bold;
}
.menulist a span
{
    background: url(images/menu2-gauche.png) no-repeat left -10px;
    display: block;
    height: 33px;
    padding: 30px 0 0 2px;
    position: relative;
    cursor: pointer;
}
.menulist a span span
{
    background: none;
    display: block;
    height: auto;
    padding: 0;
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.menulist a.highlighted, .menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus, .menulist a.actif
{
    background-position: right -3px;
}
.menulist a.highlighted span, .menulist a:hover span, .menulist a.highlighted:hover span, .menulist a:focus span, .menulist a.actif span
{
    background-position: left -3px;
}

.menulist a img.protege
{
    vertical-align: text-bottom;
}

/* différenciation menus */
/* 1 */
.menulist .menu1 a
{
    background-image: url(images/menu1-droite.png);
}
.menulist .menu1 a span
{
    background-image: url(images/menu1-gauche.png);
}
.menulist .menu1 a span span
{
    background: none;
}
/* 2 */
.menulist .menu2 a
{
    background-image: url(images/menu2-droite.png);
}
.menulist .menu2 a span
{
    background-image: url(images/menu2-gauche.png);
}
.menulist .menu2 a span span
{
    background: none;
}
/* 3 */
.menulist .menu3 a
{
    background-image: url(images/menu3-droite.png);
}
.menulist .menu3 a span
{
    background-image: url(images/menu3-gauche.png);
}
.menulist .menu3 a span span
{
    background: none;
}
/* 4 */
.menulist .menu4 a
{
    background-image: url(images/menu4-droite.png);
}
.menulist .menu4 a span
{
    background-image: url(images/menu4-gauche.png);
}
.menulist .menu4 a span span
{
    background: none;
}
/* 5 */
.menulist .menu5 a
{
    background-image: url(images/menu5-droite.png);
}
.menulist .menu5 a span
{
    background-image: url(images/menu5-gauche.png);
}
.menulist .menu5 a span span
{
    background: none;
}
/* 6 */
.menulist .menu6 a
{
    background-image: url(images/menu6-droite.png);
}
.menulist .menu6 a span
{
    background-image: url(images/menu6-gauche.png);
}
.menulist .menu6 a span span
{
    background: none;
}

/* sous-menus */
#menu .menulist ul {
	display: none;
	position: absolute;
	top: 63px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 200px;
	background: #727272;
}

#menu .menulist ul li {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
	text-align: left;
	border: 0;
	height: auto;
	border-bottom: 1px solid #ccc;
}

#menu .menulist ul a 
{
    background: none;
	display: block;
	float: none;
    height: auto;
    width: auto;
    padding: 2px 5px;
    text-transform: none;
    text-align: left;
    font-weight: normal;
}
#menu .menulist ul a:hover, .menulist ul a.highlighted, .menulist ul a.highlighted:hover, .menulist ul a:focus, .menulist ul a.actif
{
    color: #000;
    background: none;
}

#menu .menulist ul ul {
	top: 0px;
	left: 200px;
}

.menulist a .subind {
	display: none;
}
#menu .menulist ul a .subind 
{
    background: none;
	display: block;
	float: right;
	height: auto;
	padding-top: 0;
}
#menu .menulist ul a:hover .subind 
{
    background: none;
}

/* différenciation sous-menus */
#menu .menulist .menu1 ul
{
    background: #727272;
}
#menu .menulist .menu2 ul
{
    background: #129ecf;
}
#menu .menulist .menu3 ul
{
    background: #4a9b3e;
}
#menu .menulist .menu4 ul
{
    background: #f2b800;
}
#menu .menulist .menu5 ul
{
    background: #e96510;
}
#menu .menulist .menu6 ul
{
    background: #ab0104;
}


*: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 
{
    background: url(images/milieuPage.png) repeat-y top center;
    clear: both;
    min-height: 250px;
    _height: 250px;
    padding: 0 4px;
    width: 780px;
    margin: 0 auto;
}

/*********** ASCENDANCE ***********/

#ascendance {
	font-size: 11px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	clear: both;
}
#ascendance ul {
	margin: 0;
	padding: 0;
}
#ascendance li {
	display: inline;
	padding-right: 5px;
}

/*********** NAVIGATION ***********/

#navigation {
	width: 140px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(images/navigation-centre.png) repeat-y top right;
}

.navigation
{
    background: url(images/navigation-bas.png) no-repeat bottom right;
    padding-bottom: 20px;
}
.navigation .navigation
{
    background: url(images/navigation-haut.png) no-repeat top right;
    padding: 20px 10px 0 15px;
	min-height: 80px;
	_height: 80px;
}

#navigation .spacer
{
    font-size: 1px;
    height: 1px;
    display: block;
    clear: both;
}

/* éléments dans la navigation */
#navigation .element
{
    margin: 0;
    padding: 5px;
}
#navigation .element h2 
{
    font-size: 12px;
    margin: 0;
    padding: 0;
}
#navigation .element ul 
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#navigation .element ul a
{
    font-weight: bold;
}
#navigation .element li
{
    margin-top: 5px;
}
#navigation .element ul ul
{
    padding-left: 15px;
}
#navigation .element ul ul a
{
    font-weight: normal;
}
#navigation .element a.actif
{
    color: #000;
}

/* actus courtes */
#navigation .actualites
{
    margin-top: 20px;
}
#navigation .actualites h2
{
    font-size: 11px;
}
#navigation .actualites ul
{
    font-size: 10px;
}


/*********** CONTENUS ***********/

#contenus 
{
	width: 613px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	border: 0;
}

/* un seul grand contenu sans style */
#contenu
{
    width: 760px;
    float: left;
    padding: 0 10px;
}

/* composants */

.composant {
	background: no-repeat top left;
	margin: 10px 0 0 0;
	padding-top: 1px;
}
.composant .composant
{
    background: url(images/composant-bas.png) no-repeat bottom left;
    padding: 0 10px 10px 10px;
    min-height: 100px;
    _height: 100px;
    margin: 0;
}

.composant h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 10px 0 0 0;
    height: 16px;
}
.composant h2 span
{
    padding: 9px 90px 0 0;
}

.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 a
{
    /*color: #1d5da7;*/
    text-decoration: underline;
}
.composant a:hover
{
    color: #000;
}

/* accroche */
.composant .accroche {
	font-weight: bold;
	margin: 0 0 15px 0;
	text-align: justify;
}

/* texte */
.composant .texte {
    text-align: justify;
}

.composant .texte img{
    margin-right: 20px;
}

/* contenus */
.composant .texte ul, .composant .accroche ul {
	margin-left: 30px;
	padding-left: 0;
}

/* docs */
.docs img
{
    vertical-align: bottom;
}


/* formulaires en couleurs */
.frmCouleur
{
	width: 100%;
}
.frmCouleur th 
{
	/*background: #eeeeee;*/
	text-align: left;
	width: 20%;
	vertical-align: top;
}
.frmCouleur th.w30 
{
	background: transparent;
	text-align: left;
	width: 30%;
}
.frmCouleur td p 
{
	margin: 5px 0;
	padding: 0;
}


/* actualités */

.actualites
{
    position: relative;
}
.actualites #actusSelection
{
    clear: both;
    text-align: right;
}
.actualites #actusSelection a
{
    font-weight: bold;
    font-size: 14px;
    background: #f7eddd;
    color: #fa9e0e;
    border: 1px solid #f7eddd;
    text-decoration: none;
    padding: 3px 5px;
}
.actualites #actusSelection a:hover, .actualites #actusSelection a.actif
{
    background: #fff;
}
.actualites .actu 
{
    background: #fff;
    position: absolute;
    top: 60px;
    left: 0;
    width: 600px;
    height: 150px;
    z-index: 8;
    display: none;
}
.actualites .active
{
    z-index: 10;
    display: block;
}
.actualites .last-active {
    z-index: 9;
}

.actualites .actu h3
{
    font-size: 14px;
    margin: 5px 0;
    padding: 0;
}
.actualites .actu img 
{
    text-align: center;
    display: block;
    clear: both;
    margin: 5px auto;
}
.actualites .actu .lienSuite 
{
    clear: both;
    text-align: right;
    margin: 5px 0;
}


/****** 3 colonnes ******/

.ColonnesContenusNews
{
    font-size: 10px;
    float: left;
    width: 100%;
    min-height: 345px;
    _height: 345px;
    padding-top: 12px;
    background-repeat: no-repeat;
    background-position: 0 10px;
}
.ColonnesContenusNews .bloc
{
    float: left;
    margin-left: 10px;
    width: 170px;
    padding: 13px 10px 0 10px;
}
.ColonnesContenusNews .ColonneNews
{
    width: 340px;
    float: left;
    margin-left: 10px;
    padding: 13px 10px 0 10px;
}

.ColonnesContenusNews h3
{
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 11px;
}

.ColonnesContenusNews .ColonneNews #actuCourante
{
    width: 170px;
    float: left;
}
.ColonnesContenusNews .ColonneNews #actuCourante .contenuClean
{
    display: none;
}
.ColonnesContenusNews .ColonneNews #actuCourante .contenuHTML
{
    max-height: 203px;
    _height: 203px;
    margin: 10px 0;
    overflow: hidden;
}
.ColonnesContenusNews .ColonneNews #actuCourante .contenuHTML p
{
    margin: 0;
    padding: 0;
}
.ColonnesContenusNews .ColonneNews #actuCourante a.lienSuite
{
    text-align: right;
}
.ColonnesContenusNews .ColonneNews #actuCourante img
{
    max-width: 100px;
    _width: 100px;
    float: left;
    margin-right: 5px;
}

.ColonnesContenusNews .ColonneNews #actusListe
{
    width: 165px;
    float: left;
    margin-left: 5px;
}
.ColonnesContenusNews .ColonneNews h3
{
    margin: 0;
    padding: 0 0 7px 0;
}
.ColonnesContenusNews .ColonneNews .date
{
    font-style: italic;
}
.ColonnesContenusNews .ColonneNews #actusListe .actu {
    cursor:pointer;
    height:95px;
    margin:0 0 3px;
    overflow:hidden;
}
.ColonnesContenusNews .ColonneNews #actusListe .actu .contenuHTML, .ColonnesContenusNews .ColonneNews #actusListe .actu a.lienSuite, .ColonnesContenusNews .ColonneNews #actusListe .actu img
{
    display: none;
}


/****** 4 colonnes ******/

#QuatreColonnes
{
    font-size: 10px;
    float: left;
    width: 100%;
    height: 345px;
    padding-top: 12px;
    background-repeat: no-repeat;
    background-position: 0 10px;
}
#QuatreColonnes .bloc
{
    float: left;
    width: 163px;
    min-height: 1px;
    _height: 1px;
    padding: 14px 10px 0 18px;
}
#QuatreColonnes .bloc h2
{
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 11px;
}
#QuatreColonnes .bloc .actualites ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#QuatreColonnes .bloc .actualites li
{
    margin: 10px 0;
}


/****** Contenu puis news ******/

#contenus .ColonneNews
{
    margin-top: 10px;
}
#contenus .ColonneNews h3.titrePrincipal
{
    font-size: 14px;
    font-weight: bold;
    vertical-align:bottom;
    text-transform: none;
    margin: 0 0 5px 0;
    padding: 10px 0 0 0;
    height: 16px;
}
#contenus .ColonneNews h3.titrePrincipal span
{
    padding: 9px 90px 0 0;
}
#contenus .ColonneNews h3
{
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 11px;
}

#contenus .ColonneNews #actuCourante
{
    width: 330px;
    float: left;
}
#contenus .ColonneNews #actuCourante .contenuClean
{
    display: none;
}
#contenus .ColonneNews #actuCourante a.lienSuite
{
    text-align: right;
}
#contenus .ColonneNews #actuCourante img
{
    max-width: 100px;
    _width: 100px;
    float: left;
    margin-right: 5px;
}

#contenus .ColonneNews #actusListe
{
    width: 255px;
    float: left;
    margin-left: 5px;
}
#contenus .ColonneNews h3
{
    margin: 0;
    padding: 0 0 7px 0;
}
#contenus .ColonneNews .date
{
    font-style: italic;
}
#contenus .ColonneNews #actusListe .actu
{
    margin: 0 0 7px 0;
    cursor: pointer;
    height: 100px;
}
#contenus .ColonneNews #actusListe a.lienSuite
{
    text-align: right;
}
#contenus .ColonneNews #actusListe .actu .contenuHTML, #contenus .ColonneNews #actusListe .actu a, #contenus .ColonneNews #actusListe .actu img
{
    display: none;
}


/****** Annuaire ******/

.titreDeroulantAnnuaire
{
    position: relative;
}
.titreDeroulantAnnuaire img
{
    position: absolute;
    top: 8px;
    right: 0;
    cursor: pointer;
    font-size: 10px;
    font-weight: normal;
    vertical-align: middle;
}
.deroulantAnnuaire
{
    color: #737373;
}
.deroulantAnnuaire h3
{
    margin: 0;
    padding: 5px 0;
    font-size: 12px;
}
.deroulantAnnuaire p
{
    margin: 0;
    padding: 5px 0;
}
.deroulantAnnuaire .contact
{
    float: left;
    width: 156px;
    text-align: center;
    margin-right: 30px;
    padding-bottom: 20px;
}
.deroulantAnnuaire .contact img
{
    display: block;
    margin: 0 auto;
}
.deroulantAnnuaire .spacer
{
    clear: both;
    height: 1px;
    font-size: 1px;
}

/* lettres */
.lettres 
{
    text-align: center;
    height: 25px;
    padding: 7px 0 ;
}
.lettres a 
{
    padding: 2px 4px;
    text-decoration: none;
    font-size: 10px;
}
.lettres a:hover, .lettres a.active
{
    color: #fff;
}
.lettres a.disabled
{
    color: #999;
    border-color: #999;
    background: #eee;
}

/* GridView (annuaire) */
.gridView
{     
    border: 0;
}
.gridView th
{
    color:#fff;
    text-align: left;
    border-width: 0;
}
.gridView .gridHeader
{
    border: 0;
}
.gridView th a
{
    text-decoration: none;
    color:#fff;
}
.gridView td
{
    border-width: 0 0 1px 0;
    border-style: solid;
}
.gridView a
{
    text-decoration: none;
}

/****** logos défilants ******/

.logosAnnuaire
{
    position: relative;
	height: 150px;
}
.logosAnnuaire .logo
{
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 170px;
    height: 150px;
    z-index: 8;
    display: none;
    background: #fff;
}
.logosAnnuaire .active
{
    z-index: 10;
    display: block;
}
.logosAnnuaire .last-active {
    z-index: 9;
}



/**************************************************************/


/*********** PIED DE PAGE ***********/

#pieddepage
{
    background: url(images/footer.png) no-repeat top left;
    height: 50px;
    padding: 15px 4px 0 4px;
    width: 780px;
    margin: 0 auto;
}

#liensFooter
{
    text-align: center;
}
#liensFooter a
{
   padding-right: 5px;
}

#poweredby 
{
    clear: both;
	text-align: center;
	font-size: 10px;
	margin-top: 20px;
}
#poweredby a
{
    color: #000;
}