﻿html { height: 100%; }

body
{
    background: #006490 url(images/body.jpg) repeat-x top left;
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    margin: 0;
    padding: 0;
    height: 100%;
}

a {
	color: #eb8f22;
}
a:hover {
	color: #655a54;
}

hr {
	color: #666;
	background-color: #666;
	height: 1px;
	clear: both;
	border: 0;
}
a img {
	border: 0;
}

#conteneur 
{
    width: 880px;
    border: 3px solid #002f68;
    border-width: 0 3px 3px 3px;
    margin: 0 auto;
    padding: 0;
}

.watermark 
{
    color: #504d4f;
}

.noscreen
{
    display: none;
}


/**************************************************************/


/*********** HEADER ***********/

#header
{
    background: #fff url(images/header.png) repeat-x bottom left;
    height: 193px;
    position: relative;
    z-index: 100;
    padding-bottom: 5px;
}

#header h1
{
    margin: 0;
    padding: 0;
	width: 687px;
	float: left;
}

#header h1 a
{
    background: url(images/logo.png) no-repeat top left;
	display: block;
	height: 172px;
}

#header h1 a span 
{
    display: none;
}

/* langues */
#langues
{
    float: right;
    width: 185px;
    text-align: left;
    padding: 10px 0 5px 0;
}

/* recherche */

.recherche 
{
    background: url(images/recherche.png) no-repeat top left;
    float: right;
    width: 175px;
    height: 25px;
    padding: 4px 0 0 10px;
    margin-bottom: 5px;
}
.recherche input {
	vertical-align: middle;
	font-size: 10px;
	padding: 0;
}
.recherche .terme {
	width: 135px;
	height: 12px;
}

/* login et espace adhérent */

.login 
{
    color: #fff;
    background: #006390 url(images/login.png) no-repeat top left;
    float: right;
    width: 175px;
    height: 84px;
    padding: 5px 0 5px 10px;
}
.login h2 
{
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    margin: 0;
    padding: 0;
}
.login a:hover 
{
    color: #fff;
}
.login input 
{
	font-size: 11px;
	padding: 0;
	vertical-align: middle;
}
.login .champ 
{
	width: 135px;
	height: 13px;
}
.login p 
{
    margin: 0;
    padding: 5px 0;
}
.login .conditions 
{
    color: #fff;
    font-size: 10px;
    float: left;
    padding-top: 5px;
}
.login .passeoublie 
{
    color: #fff;
    font-size: 10px;
    float: right;
    margin-right: 10px;
    padding-top: 5px;
}

/*********** MENU PRINCIPAL ***********/

#menuprincipal 
{
    background: #262424 url(images/menuprincipal.png) repeat-x top left;
	margin: 0;
	padding: 0;
	padding-left: 60px;
	height: 22px;
	clear: both;
}

.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 
{
    background: url(images/menuprincipal-puce.png) no-repeat right 7px;
	font-size: 12px;
	display: block;
	padding: 3px 25px 1px 25px;
	text-decoration: none;
	color: #fff;
}
.menulist a:hover, .menulist a.highlighted, .menulist a.highlighted:hover, .menulist a:focus, .menulist a.actif 
{
    color: #fff;
    background-color: #585456;
}

.menulist ul {
	display: none;
	position: absolute;
	top: 22px;
	width: 220px;
	background: #d0d0d0;
}

.menulist ul li {
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
	text-align: left;
	border: 0;
}

.menulist ul a 
{
    color: #000;
    padding: 2px 10px;
    background-image: none;
}
.menulist ul a:hover, .menulist ul a.highlighted, .menulist ul a.highlighted:hover 
{
    background-image: none;
    background-color: #999;
}

.menulist ul ul {
	top: 0px;
	margin-top: 0;
	left: 220px;
}

.menulist a .subind {
	display: none;
}
.menulist ul a .subind {
	display: block;
	float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
	float: left;
}
.menulist ul a {
	float: none;
}
/* \*/
.menulist a {
	float: none;
}
/* */


/*
HACKS: IE/Win:
A small height on <li> and <a> tags and floating prevents gaps in menu.
* html affects <=IE6 and *:first-child+html affects IE7.
You may want to move these to browser-specific style sheets.
*/
*: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%;
}
/* End Hacks */


/**************************************************************/

#milieuPage 
{
    background: #fff;
    clear: both;
    padding-top: 5px;
}

/*********** NAVIGATION ***********/

/* navigation gauche */
#navigationGauche 
{
	float: left;
	width: 136px;
	padding: 0 10px 0 15px;
	margin: 0;
}

/* navigation droite */

#navigationDroite
{
    float: right;
    width: 172px;
    padding: 0 15px 0 10px;
}

/* éléments dans la navigation */
.element
{
    font-size: 12px;
    background: #eff5fa;
    color: #655a54;
    margin: 3px 0 10px 0;
    padding: 0;
}
.element .element 
{
    margin: 0;
}
.element h2 
{
    color: #006390;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.element ul 
{
    margin: 0;
    padding: 0 0 0 20px;
}
.element li 
{
    margin: 0;
    padding: 0;
}
.element p
{
    margin: 0;
    padding: 5px 0;
}
.element a 
{
    color: #0b0103;
    text-decoration: none;
}
.element a:hover
{
    color: #006390;
}

/* éléments gauche */
#navigationGauche .element 
{
    background: #f8f8f8 url(images/gauche-element-bas.png) no-repeat bottom left;
    padding-bottom: 12px;
}
#navigationGauche .element .element 
{
    background: url(images/gauche-element.png) repeat-y top left;
    width: auto;
    padding: 7px 5px 0 5px;
}
#navigationGauche .element h2 
{
    background: url(images/gauche-element-h2.png) no-repeat top left;
    padding: 5px 0 6px 17px;
    _height: 22px;
    min-height: 22px;
}
#navigationGauche .element ul 
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#navigationGauche .element li 
{
    background: url(images/gauche-element-li.png) no-repeat 0 6px;
    margin: 0;
    padding: 0 0 5px 12px;
}
#navigationGauche .element li li
{
    background: url(images/gauche-element-li-li.png) no-repeat 0 5px;
    padding: 0 0 2px 10px;
}
#navigationGauche .element li li a
{
    color: #949193;
}
#navigationGauche .element li li a:hover
{
    color: #006390;
}


/* éléments droite */
#navigationDroite .element
{
    background: #ffe0c8 url(images/droite-element-bas.png) no-repeat bottom left;
    padding-bottom: 9px;
}
#navigationDroite .element h2
{
    color: #fff;
    background: #f7900f url(images/droite-element-h2.png) no-repeat bottom left;
    padding: 4px 0 0 10px;
    height: 25px;
}
#navigationDroite .element h2 img
{
    vertical-align: bottom;
}
#navigationDroite .element .element
{
    background: #eff5fa url(images/droite-element.png) repeat-y top left;
    width: auto;
    padding: 5px 10px;
}
#navigationDroite .element ul 
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#navigationDroite .element li 
{
    background: url(images/droite-element-li.png) no-repeat 0 5px;
    margin: 0;
    padding: 0 0 3px 10px;
}

/* liens "principaux" gauche */
#liensNavigation a
{
    display: block;
    margin: 0 0 5px 0;
}

/*********** CONTENUS ***********/

#contenus 
{
	width: 520px;
	float: left;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	border-bottom: 1px solid #3382a6;
    min-height: 325px;
    _height: 325px;
}

/*********** ASCENDANCE ***********/

#ascendance {
	font-size: 11px;
	margin: 0;
	padding: 0;
	vertical-align: top;
    color: #006390;
	clear: both;
}
#ascendance ul {
	margin: 0;
	padding: 3px 7px 7px 0;
}
#ascendance li {
	display: inline;
	padding-left: 5px;
}
#ascendance a 
{
    color: #006390;
}
#ascendance a:hover 
{
    color: #000;
}

/****** actualités ******/

#contenus .actualites 
{
    position: relative;
    z-index: 10;
    padding-bottom: 0;
    margin-bottom: 6px;
}
#contenus .actualites .actu 
{
    background: #fff;
    position: absolute;
    top: 40px;
    left: 0;
    width: 515px;
    height: 250px;
    z-index: 8;
    display: none;
}
#contenus .actualites .active
{
    z-index: 10;
    display: block;
}
#contenus .actualites .last-active {
    z-index: 9;
}
#contenus .actualites .actu h3
{
    font-size: 14px;
    color: #4f4d4d;
    margin: 5px 0;
    padding: 0;
}
#contenus .actualites .actu img
{
    display: block;
    clear: both;
    margin: 0 5px 0 0;
    float: left;
}
#contenus .actualites .actu .lienSuite 
{
    clear: both;
    text-align: right;
    margin: 5px 0;
}
#contenus .actualites .actu .lienSuite a
{
    color: #009cde;
    text-decoration: none;
}
#contenus .actualites .actu .lienSuite a:hover
{
    color: inherit;
}
#contenus .actualites #actusSelection
{
    clear: both;
    text-align: right;
	border-top: 1px solid #3382a6;
	margin-top: 255px;
	padding-top: 5px;
}
#contenus .actualites #actusSelection a
{
    font-size: 14px;
    background: #f7900f;
    color: #8e5512;
    text-decoration: none;
    padding: 3px 10px;
}
#contenus .actualites #actusSelection a:hover, #contenus .actualites #actusSelection a.actif
{
    background: #8e5512;
    color: #fff;
}

/****** composants ******/

.composant {
	color: #0b0103;
	border-top: 1px solid #3382a6;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.composant h2 
{
    color: #3382a6;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 10px 0 5px 0;
    vertical-align: bottom;
}
.composant a {
}
.composant img {
	border: 0;
	margin: 5px;
}
.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: 14px;
	font-weight: bold;
	margin: 0 0 15px 0;
	text-align: justify;
}

/* texte */
.composant .texte {
	font-size: 12px;
	margin: 0 0 15px 0;
	text-align: justify;
}

/* 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;
}

/* annuaire */
.lettres 
{
    text-align: center;
    height: 25px;
}
.lettres a 
{
    padding: 2px 1px;
    border: 1px solid #eb8f22;
    text-decoration: none;
}
.lettres a:hover 
{
    border-color: #655a54;
}
.lettres a.disabled
{
    color: #999;
    border-color: #999;
    background: #eee;
    padding: 2px 0;
}

/* galerie */

.galerie
{
    float: left;
    width: 100%;
}

.galerie a
{
    float: left;
    height: 110px;
    margin-right: 10px;
}



/*********** MOTS DE GLOSSAIRE DANS LA RECHERCHE ***********/

.fieldsetGlossaire
{
    margin-top: 10px;
}

.GlossaireRecherche
{
    float: left;
    width: 100%;
}

.GlossaireRecherche div
{
    display: inline;
}
/*********** MOTS DE GLOSSAIRE DANS L'ARTICLE ***********/

.GlossaireArticle
{
    display: inline;
}


/*********** 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: #949193;
    background: #fff;
    clear: both;
    padding: 0 5px;
}

#pieddepage a
{
    font-size: 11px;
    color: #949193;
    width: 50px;
    height: 100px;
    text-decoration: none;
}
#pieddepage a:hover 
{
    color: #000;
}

#poweredby {
	font-size: 10px;
}

#poweredby a 
{
    color: #438dac;
}

#poweredby a:hover 
{
    color: #000;
}
