﻿body
{
    background: #858585 url(images/body.png) repeat-x top left;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    margin: 0;
    padding: 0;
}

a
{
    color: #ee5e0a;
    text-decoration: none;
}
a:hover
{
    color: #70a81b;
}

hr
{
    color: #666;
    background-color: #666;
    height: 1px;
    clear: both;
    border: 0;
}
a img
{
    border: 0;
}

#conteneur
{
    background: #fff;
    width: 946px;
    margin: 0 auto;
    padding: 0;
    border: none;
}

.watermark
{
    color: #999;
}

.noscreen
{
    display: none;
}


/**************************************************************/


/*********** HEADER ***********/

#header
{
    background: #3d3f3d url(images/header.png) repeat top left;
    height: 188px;
    position: relative;
}

#header h1
{
    margin: 0;
    padding: 0;
    background: url(images/logo.png) no-repeat top left;
    position: absolute;
    top: 20px;
    left: 50px;
}

#header h1 a
{
    display: block;
    width: 262px;
    height: 126px;
}

#header h1 a span
{
    display: none;
}

/*********** RECHERCHE **********/

#header .recherche
{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 220px;
    text-align: right;
}
#header .recherche input
{
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
#header .recherche .terme
{
    width: 140px;
    height: 16px;
    border: 2px solid #969696;
    padding: 4px 5px 0 3px;
}

/*********** MENU PRINCIPAL ***********/

#menuprincipal
{
    font-size: 12px;
    font-weight: bold;
    background: #9a9fa3 url(images/menuprincipal.png) repeat-x top left;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 946px;
    _width: 936px;
    height: 31px;
}
#menuprincipal-droite
{
    background: url(images/menuprincipal-droite.png) no-repeat top right;
    padding-right: 13px;
    height: 31px;
    width: 933px;
    _width: 923px;
}
#menuprincipal-gauche
{
    background: url(images/menuprincipal-gauche.png) no-repeat top left;
    padding-left: 11px;
    height: 31px;
    width: 935px;
    _width: 925px;
}

.menulist, .menulist ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.menulist li
{
    background: url(images/menuprincipal-li.png) repeat-x top right;
    float: left;
    display: block;
    position: relative;
    margin: 0 0 0 0;
    text-align: center;
}

.menulist a
{
    font-size: 0.9em;
    display: block;
    padding: 9px 15px 0 15px;
    text-decoration: none;
    color: #3c3f3c;
    height: 22px;
    _width: 75px;
}
.menulist a:hover, .menulist a.highlighted, .menulist a.highlighted:hover, .menulist a:focus, .menulist a.actif
{
    background: #fff;
    color: #000;
}

.menulist ul
{
    font-weight: normal;
    display: none;
    position: absolute;
    top: 31px;
    width: 250px;
    background: #fff;
}

.menulist ul li
{
    background: none;
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
    text-align: left;
    border-bottom: 1px solid #a6a7a7;
}

.menulist ul a
{
    height: auto;
    padding: 3px 2px;
    _width: 100%;
}
.menulist ul a:hover, .menulist ul a.highlighted, .menulist ul a.highlighted:hover
{
    background: #f6f4f5;
    color: #000;
}

.menulist ul ul
{
    top: 0px;
    margin-top: 0;
    left: 250px;
}

.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
{
    font-size: 10px;
    color: #9e9f9f;
    margin: 10px;
    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: #9e9f9f;
    text-decoration: underline;
}
#ascendance a:hover
{
    color: #000;
}


/**************************************************************/

#milieuPage
{
    color: #545455;
    clear: both;
    min-height: 300px;
    _height: 300px;
}

/*********** NAVIGATION ***********/

#navigation
{
    background: url(images/navigation.png) repeat-y top right;
    width: 275px;
    float: left;
}
#navigation-haut
{
    background: url(images/navigation-haut.png) no-repeat top right;
}
#navigation-bas
{
    background: url(images/navigation-bas.png) no-repeat bottom right;
    padding: 40px 17px 75px 0;
    min-height: 250px;
    _height: 250px;
}

/* éléments dans la navigation */
#navigation .element
{
    margin-bottom: 25px;
    padding-left: 25px;
}
#navigation .element h2
{
    font-size: 13px;
    margin: 0;
    padding: 0;
}
#navigation .element ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#navigation .element a
{
    color: #3c3f3c;
}
#navigation .element a:hover
{
    color: #000;
}

/* sous-menu */
#navigation .sousmenu
{
    padding-left: 0;
}
#navigation .sousmenu ul li
{
    border-top: 1px solid #ccc;
    padding: 5px 0 5px 25px;
}
#navigation .sousmenu ul ul
{
    color: #666767;
    font-size: 11px;
    list-style-type: disc;
    margin: 5px 0 0 15px;
    padding: 0;
}
#navigation .sousmenu ul ul li
{
    border-top: 0;
    padding: 0 0 5px 0;
}
#navigation .sousmenu ul ul li a
{
    color: #afb0b0;
}
#navigation .sousmenu ul ul li a.actif
{
    color: #666767;
    text-decoration: underline;
}
#navigation .sousmenu ul ul li a.actif:hover
{
    color: #000;
}

/*********** CONTENUS ***********/

#contenus
{
    width: 621px;
    padding-left: 50px;
    float: left;
}


/* composants */

.composant
{
    padding-bottom: 10px;
    padding-top: 10px;
    clear: both;
}

.composant h2
{
    font-size: 16px;
    font-weight: normal;
    color: #2283c2;
    vertical-align: bottom;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #cccdce;
    clear: both;
}

.composant img
{
    border: 0;
    margin-bottom: 5px;
}
.composant img.align-g
{
    margin-right: 10px;
}
.composant img.align-d
{
    margin-left: 10px;
}
.composant img.align-c
{
    text-align: center;
    clear: both;
    margin: 5px auto;
    display: block;
}

.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: 12px;
    margin: 0 50px 10px 0;
    font-weight: bold;
}

/* texte */
.composant .texte
{
    font-size: 12px;
    margin: 0 50px 0 0;
}


/* contenus */
.composant .texte ul, .composant .accroche ul
{
    margin-left: 15px;
    padding-left: 0;
    list-style-position: inside;
}


/* 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;
}



/**************************************************************/


/*********** PIED DE PAGE ***********/

#pieddepage
{
    color: #fff;
    font-size: 11px;
    background: url(images/footer.jpg) no-repeat top left;
    height: 46px;
    clear: both;
    padding: 45px 60px 0 60px;
}

#pieddepage a
{
    color: #fff;
}
#pieddepage a:hover
{
    color: #000;
}

#pieddepage .liensgauche
{
    float: left;
    width: 300px;
}
#pieddepage .liensgauche a
{
    text-decoration: underline;
    font-weight: bold;
    padding: 0 3px;
}

#pieddepage .coords
{
    width: 510px;
    float: right;
}

#poweredby
{
    clear: both;
    text-align: center;
    font-size: 10px;
    padding-top: 10px;
}




/***********************************
* RECHERCHES (annuaire, contacts, formations...)
************************************/
#rechercheAvancee 
{
    background: #fff;
    width: 200px;
}

/* champs et texte dans recherche */
#rechercheAvancee h2
{
    margin: 0 ;
}
#rechercheAvancee p 
{
    font-size: 11px;
    margin: 0;
    padding: 1px 0;
}
#rechercheAvancee hr 
{
    color: #00b3c3;
    background: #00b3c3;
    margin: 2px 0;
    padding: 0;
    height: 1px;
    border: 0;
}
#rechercheAvancee input, #rechercheAvancee select
{
    font-size: 9pt;
    max-width: 160px;
    border: 1px solid #e0e0e0;
}
#rechercheAvancee select 
{
	width: 160px;
}
#rechercheAvancee option 
{
	width: auto;
}

/* recherche rapide */
#rechercheAvancee .rechercherapide
{
    background: url(images/rechercherapide.png) no-repeat top left;
    width: 180px;
    height: 90px;
    padding: 10px;
}

/* recherche avancée */
#rechercheAvancee .rechercheavancee
{
    background: url(images/rechercheavancee-bas.png) no-repeat bottom left;
}
#rechercheAvancee .rechercheavancee .rechercheavancee
{
    background: url(images/rechercheavancee-haut.png) no-repeat top left;
    padding: 10px 5px;
}
#rechercheAvancee .rechercheavancee .rechercheavancee h2
{
    margin: 0 5px;
}
#rechercheAvancee .rechercheavancee .rechercheavancee p
{
    padding: 0px 5px;
}

/* panneaux déroulants */
#rechercheAvancee h3 
{
    color: #00b3c3;
    font-weight: normal;
    font-size: 12px;
	cursor: pointer;
	margin: 0;
	padding: 3px 10px;
	border-top: 1px dotted #ccc;
	position: relative;
}
#rechercheAvancee h3 img 
{
	position: absolute;
	top: 5px;
	right: 5px;
}
#rechercheAvancee .titreDeroulant 
{
    background: #f6f6f6;
}
#rechercheAvancee .deroulant 
{
    background: #f6f6f6;
	padding: 0;
}
#rechercheAvancee .deroulant .deroulant 
{
	padding: 3px;
	margin: 0;
}