﻿body{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    margin: 0;
    padding: 0;
    background: #f9f9f9 url(images/fond.jpg) no-repeat center top;
}

a {
	color: #00007d;
}
a:hover {
	color: #4b4bc5;
}

hr {
	color: #666;
	background-color: #666;
	height: 1px;
	clear: both;
	border: 0;
}
a img {
	border: 0;
}

#conteneur {
    width: 976px;
    margin: 0 auto;
    padding: 0;
    border: none;
}

.watermark 
{
    color: #666;
}

.noscreen
{
    display: none;
}


/**************************************************************/


/*********** HEADER ***********/

#header
{
    background: url(images/bandeau.jpg) no-repeat top left;
    height: 180px;
    position: relative;
    z-index: 100;
}

#header h1
{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50px;
    left: 0;
}

#header h1 a
{
	display: block;
	height: 70px;
	width: 145px;
}

#header h1 a span 
{
    display: none;
}

/*********** RECHERCHE **********/

#header .recherche 
{
	background: #e2e2d8;
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
}
#header .recherche input 
{
    background: #71716c;
    color: #f7f7ec;
	font-size: 10px;
	font-weight: bold;
    border: 0;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
#header .recherche .terme 
{
    background: #f7f7ec;
    color: #5a5857;
	width: 196px;
	padding: 2px 1px;
	border: 1px solid #b2b2aa;
	border-width: 0 1px 1px 0;
}
#header .recherche .watermark 
{
    color: #b5b5b4;
}


/*********** MENU PRINCIPAL ***********/

#menuprincipal 
{
    position: absolute;
    top: 132px;
    left: 79px;
	margin: 0;
	padding: 0;
	width: 890px;
}

.menulist, .menulist  ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.menulist li 
{
    background: #00007d;
	text-align: center;
	border-right: 1px solid #7b7bb4;
	float: left;
	display: block;
	position: relative;
	margin: 0;
}

.menulist a 
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #f7f7ed;
	display: block;
	padding: 4px 15px;
}
.menulist a:hover, .menulist a.highlighted, .menulist a.highlighted:hover, .menulist a:focus, .menulist a.actif 
{
    background: #4b4bc5;
}

.menulist ul 
{
	display: none;
	position: absolute;
	top: 23px;
	width: 220px;
}

.menulist ul li 
{
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
	text-align: left;
	border-bottom: 1px solid #7b7bb4;
}

.menulist ul a 
{
    font-weight: normal;
    text-transform: none;
    padding: 2px 5px;
}
.menulist ul a:hover, .menulist ul a.highlighted, .menulist ul a.highlighted:hover 
{
}

.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 */


/*********** ASCENDANCE ***********/

#ascendance 
{
    color: #58515a;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Serif;
	margin: 0;
	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: #58515a;
    text-decoration: none;
}
#ascendance a:hover 
{
    color: #000;
    text-decoration: underline;
}
#ascendance .actif a 
{
    color: #000;
    font-weight: bold;
}


/**************************************************************/

#milieuPage 
{
	background: #f5f5e9 url(images/milieuPage-fond.png) repeat-y top left;
    clear: both;
    min-height: 400px;
    _height: 400px;
}

/*********** NAVIGATION ***********/

#navigation 
{
    font-size: 12px;
    color: #1a171b;
	width: 200px;
	margin: 0;
	padding: 10px 5px;
	float: left;
	min-height: 250px;
	_height: 250px;
}

/* éléments dans la navigation */
#navigation .element
{
    margin: 10px 0 0 0;
}
#navigation .element h2 
{
    color: #f5f5e9;
    text-transform: uppercase;
    background: #aba9ab;
    font-size: 13px;
    margin: 5px 0;
    padding: 3px 5px;
}
#navigation .element ul 
{
    margin-left: 0;
    padding-left: 20px;
}
#navigation .element a 
{
    color: #1a171b;
    text-decoration: none;
}
#navigation .element a:hover
{
    color: #006f0f;
}

/* sous-menu */
#navigation ul.treeview 
{
    border: 1px solid #d6d3d6;
    border-bottom: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#navigation ul.treeview li 
{
    border-bottom: 1px solid #d6d3d6;
    margin: 0;
    padding: 3px 5px;
}
#navigation ul.treeview a 
{
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}
#navigation ul.treeview ul 
{
    color: #766e78;
    border: 0;
    list-style-type: disc;
}
#navigation ul.treeview ul li
{
    border: 0;
    padding: 1px 3px;
}
#navigation ul.treeview ul a
{
    color: #766e78;
    text-transform: none;
}
#navigation ul.treeview a.actif 
{
    color: #006f0f;
}

/* actualités */
#navigation .actualites ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#navigation .actualites li
{
    margin: 5px 0;
    padding: 0;
}


/*********** CONTENUS ***********/

#contenus 
{
	width: 750px;
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	margin-bottom: 10px;
	border: 0;
}

.composant 
{
	color: #4f4d4d;
}
.composant h2 
{
    color: #006f0f;
    font-size: 14pt;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0;
    padding: 0;
    vertical-align:bottom;
}
.composant a {
}
.composant img {
	border: 0;
	margin: 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: 14px;
	font-weight: bold;
	margin: 0 0 15px 0;
	text-align: justify;
}

/* texte */
.composant .texte 
{
    font-family: Georgia, "Times New Roman", Serif;
	font-size: 12px;
	margin: 0 0 15px 0;
	text-align: justify;
}

/* contenus */
.composant .texte ul, .composant .accroche ul {
	margin-left: 15px;
	padding-left: 0;
}

/* Galerie d'image */
.galerie{
	margin: 10px;
}

/* Illustration */
.texte img {
	margin: 10px;
}

.composant .retour 
{
    clear: both;
    text-align: right;
}

/* 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;
}


/*********** 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;
}


/*********** MOTS DE GLOSSAIRE DANS L'ARTICLE ***********/

.GlossaireArticle
{
    display: inline;
}


/**************************************************************/


/*********** PIED DE PAGE ***********/

#pieddepage
{
    font-size: 11px;
    color: #fff;
    background: #00007d;
    height: 90px;
    clear: both;
}

#pieddepage a
{
    color: #fff;
    width: 50px;
    height: 100px;
    text-decoration: none;
}
#pieddepage a:hover 
{
    color: #4b4bc5;
}

#pieddepage input 
{
    font-size: 11px;
    padding: 0;
}

/* espace adhérents */
#espaceAdherent 
{
    float: left;
    width: 440px;
    padding: 10px;
}
#espaceAdherent h2
{
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #fff;
}

/* bloc de liens à droite */
#liens 
{
    text-align: right;
    float: right;
    width: 50%;
    padding: 10px;
}
#liens div 
{
    padding: 5px 0;
}

#liensSites 
{
    text-transform: uppercase;
}

/* powered by */

#poweredby 
{
    clear: both;
	text-align: center;
	font-size: 10px;
}