﻿body
{
    color: #436999;
    background: #FFF;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

a
{
    color: #e68700;
    text-decoration: none;
}
a:hover
{
    color: #00aeef;
}
a:visited
{
    color: #09396d;
}
a:visited:hover
{
    color: #00aeef;
}

a img
{
    border: 0;
}
h2 a
{
    text-decoration: none;
}

hr
{
    color: #597070;
    background-color: #597070;
    height: 1px;
    clear: both;
    border: 0;
}

.EntetePrint
{
    display: none;
}
#conteneur
{
    background: #FFF url(images/header.jpg) no-repeat top left;
    width: 984px;
    margin: 0 auto;
    padding: 0 20px;
    border: none;
}

.watermark
{
    color: #a2b4be;
}

.noscreen
{
    display: none;
}


/**************************************************************/
/* Bandeau */
.BannierePub
{
    width: 100%;
    max-height: 90px;
    overflow: hidden;
    text-align: center;
	margin-bottom: 5px;
}
.BannierePub a
{
    margin: 0 auto;
}

.BannierePub embed
{
    background: #D1EBFA;
}

/*********** HEADER ***********/

#header
{
    height: 170px;
    position: relative;
}

#header .logo
{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
}

#header .logo a
{
    display: block;
    height: 132px;
    width: 482px;
}

#header .logo a span
{
    display: none;
}

/****** LOGIN *****/

.login
{
    font-size: 11px;
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    height: 130px;
    padding-top: 5px;
}
.login .TitleEspaceAdherent
{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0;
}
.login a
{
    font-size: 11px;
}
.login a:hover
{
    color: inherit;
}
.login input
{
    color: #a2b4be;
    font-size: 15px;
    vertical-align: middle;
}
.login .input
{
    color: #a2b4be;
    background: #FFF;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 89px;
    padding: 1px;
    margin-top: 1px;
}
.login .LoginInput
{
    width: 120px;
}
.Logged .LoggedNom
{
    color: #fc8800;
    font-size: 16px;
}
.Logged, .Logged a
{
    color: #003b67;
    font-weight: bold;
}
.error_pan
{
    background: url( "images/warning-icon.png" ) no-repeat scroll 5px 2px #FFFFFF;
    border: 2px solid #CCCCCC;
    height: 32px;
    line-height: 10px;
    opacity: 0.9;
    padding-left: 40px;
    padding-top: 0;
    position: absolute;
    right: 134px;
    top: 97px;
    width: 350px;
}
.error_pan span
{
    font-weight: bold;
}

/*********** RECHERCHE **********/

#header .recherche
{
    position: absolute;
    top: 145px;
    right: 0px;
    width: 150px;
}

header .recherche input
{
    color: #a2b4be;
    font-size: 15px;
    vertical-align: middle;
}
#header .recherche input.terme
{
    color: #a2b4be;
    background: #FFF;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 89px;
    padding: 2px;
    margin-top: 1px;
}
#header .recherche .BtnRechercher
{
    margin-top: -3px;
    padding-top: 0;
}
#ulExtenderMaster
{
    width: 250px !important;
}
/*********** SITES ***********/
#sites
{
    position: absolute;
    bottom: 5px;
    left: 5px;
}
#sites a
{
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    padding-right: 10px;
}
#sites a:hover
{
    color: #196a63;
}

/*********** GLOSSAIRE ***********/

#glossaire
{
    padding-right: 50px;
}

#glossaire a
{
    color: #fff;
}

#glossaire a:hover
{
    color: #196a63;
}


/*********** MENU PRINCIPAL ***********/

#menu
{
    font-size: 15px;
    float: left;
    position: absolute;
    bottom: 1px;
    left: 0;
    height: 25px;
    z-index: 30;
    width: 830px;
}
#menuInt1
{
    padding-left: 10px;
    height: 26px;
}
#menuInt2
{
    padding-right: 10px;
    height: 26px;
}

.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;
}
.menulist img
{
    vertical-align: text-bottom;
}
.menulist a
{
    color: #003A66;
    display: block;
    float: left;
    font-size: 14px;
    height: 26px;
    text-decoration: none;
    margin-right: 8px;
}
.menulist .Adherent a
{
    color: #fc8800;
    font-weight: bold;
    text-transform: uppercase;
}
.menulist a span
{
    display: block;
    float: left;
    height: 100%;
    padding: 5px;
}
.menulist a.highlighted, .menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus, .menulist a.actif
{
    background: #003a66 none scroll;
    color: #fff;
}
.menulist .Adherent a.highlighted, .menulist .Adherent a:hover, .menulist .Adherent a.highlighted:hover, .menulist .Adherent a:focus, .menulist .Adherent a.actif
{
    background: #fc8800 none scroll;
    color: #fff;
}
.menulist a.highlighted span, .menulist a:hover span, .menulist a.highlighted:hover span, .menulist a:focus span, .menulist a.actif span
{
}



.menulist ul
{
    display: none;
    position: absolute;
    top: 26px;
    left: 0;
    margin: 0;
    padding: 0;
    width: 250px;
    background: #003A66;
}

.menulist ul li
{
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
    text-align: left;
    border: 0;
    height: auto;
}

.menulist ul a
{
    background: none;
    display: block;
    float: none;
    height: auto;
    padding: 2px 5px;
    color: #ffffff;
}
.menulist ul a:hover, .menulist ul a.highlighted, .menulist ul a.highlighted:hover, .menulist ul a:focus, .menulist ul a.actif
{
    background: none;
    color: #fc8800;
}
.menulist ul a.highlighted span, .menulist ul a:hover span, .menulist ul a.highlighted:hover span, .menulist ul a:focus span, .menulist ul a.actif span
{
    background: none;
}

.menulist ul ul
{
    top: 0px;
    margin-top: 0;
    right: 200px;
}

.menulist a .subind
{
    display: none;
}
.menulist ul a .subind
{
    background: none;
    display: block;
    float: right;
}

*: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%;
}


/*********** ASCENDANCE ***********/

#ascendance
{
    font-size: 11px;
    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 li a
{
    color: #436999;
    text-decoration: underline;
}
#ascendance li.actif a
{
    color: #09396d;
    text-decoration: none;
    font-weight: bold;
}



/**************************************************************/

#milieuPage
{
    clear: both;
    min-height: 250px;
    _height: 250px;
    padding-bottom: 5px;
    border-bottom: 1px solid #b0bdc5;
    margin: 10px 0;
}

/*********** NAVIGATION ***********/

#navigation
{
    background: none repeat scroll 0 0 #F3F3F3;
    float: right;
    margin: 0;
    min-height: 100px;
    padding: 0 6px 10px 5px;
    width: 210px;
}

.navigation
{
}
.navigation .navigation
{
}
.navigation .navigation .navigation
{
}

.navigation .spacer
{
    font-size: 1px;
    height: 1px;
    display: block;
    clear: both;
}

/* éléments dans la navigation */
#navigation .element
{
    color: #213030;
    margin: 0;
}
#navigation .element h2
{
    font-size: 13px;
    margin: 0;
    padding: 0;
}
#navigation .element ul
{
    list-style: none outside none;
    margin-left: 0;
    padding-left: 5px;
}
#navigation .element ul li h4
{
    margin: 10px;
}
#navigation .element ul li h4 a
{
    display: block;
    background: #fff url(images/BgNavDroiteLi.jpg) repeat-y top left;
    padding: 5px 5px 5px 10px;
    color: #003a66;
    font-size: 13px;
    box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.50);
}
#navigation .element ul li h4 a:hover, #navigation .element ul li h4 a.actif
{
    background: none #003a66;
    color: #ffffff;
}
#navigation .element ul li ul li
{
    margin-left: 5px;
}
#navigation .element ul li ul li a
{
    background: url(images/BgNavDroiteLiLi.png) no-repeat left;
    padding: 5px 10px;
    color: #6289b6;
    display: block;
}
#navigation .element ul li ul li a.actif, #navigation .element ul li ul li a:hover, #navigation .element ul li ul li a:active
{
    background: url(images/BgNavDroiteLiLiActif.png) no-repeat left;
    color: #06366a;
    font-weight: bold;
}
#navigation .element ul li ul li ul li a
{
    background: none;
    padding-left: 10px;
    color: #6289b6;
}
#navigation .element ul li ul li ul li a.actif, #navigation .element ul li ul li ul li a:hover, #navigation .element ul li ul li ul li a:active
{
    background: none;
    color: #06366a;
    font-weight: bold;
}
#navigation .element a
{
}
#navigation .element a:hover
{
}
#navigation .element a.actif
{
    color: #2d403f;
}

#navigation .TitreNav
{
    background: url( "images/BgTopNavH3.png" ) no-repeat scroll left top transparent;
    margin-left: -12px;
    padding-top: 8px;
}
#navigation .TitreNav h3
{
    background: url( "images/BgMiddleNavH3.png" ) repeat-y scroll left top transparent;
    color: #003a66;
    font-size: 15px;
    margin: 0;
    padding: 10px 30px 5px 20px;
    display: block;
    padding: 10px 0 0 18px;
}
#navigation .TitreNav span.TitreNavBottom
{
    background: url( "images/BgBottomNavH3.png" ) no-repeat scroll left top transparent;
    display: block;
    height: 11px;
}


/*********** CONTENUS ***********/

#contenus
{
    background: none repeat scroll 0 0 #F3F3F3;
    border: 0 none;
    float: left;
    margin: 0 0 10px;
    padding: 13px 16px;
    width: 703px;
}
#contenus .TitrePage
{
    background: url(images/BgTopH1.png) top left no-repeat transparent;
    margin-left: -23px;
    padding-top: 5px;
}
#contenus .TitrePage h1
{
    background: url(  "images/BgMiddleH1.png" ) repeat-y scroll left top transparent;
    color: #FFFFFF;
    margin: 0;
    padding: 10px 30px 5px 20px;
    font-size: 22px;
}
#contenus .TitrePage span.TitrePageBottom
{
    background: url(images/BgBottomH1.png) no-repeat transparent top left;
    display: block;
    height: 11px;
    width: 712px;
}
/* composants */

.composant
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #F3F4F6;
    color: #436999;
    margin: 20px 20px 20px 30px;
    padding: 15px;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.30);
}

.composant h2, .TitreRubrique1, TitreRubrique3
{
    font-size: 16px;
    font-weight: bold;
    color: #003a66;
    vertical-align: bottom;
    margin: 0 0 15px 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;
}


/* accroche */
.composant .accroche
{
    font-size: 13px;
    margin: 0 0 15px 0;
    text-align: justify;
    color: #09396d;
    font-weight: bold;
}

.BlockDroite h3
{
    background: #ffffff;
    display: block;
    border: 1px #ececec solid;
    width: 200px;
    padding: 5px;
    -moz-box-shadow: 1px 2px 5px 0px #c0c0c0;
    -webkit-box-shadow: 1px 2px 5px 0px #c0c0c0;
    -o-box-shadow: 1px 2px 5px 0px #c0c0c0;
    box-shadow: 1px 2px 5px 0px #c0c0c0;
    color: #0eb2f1;
}
.BlockDroite a:visited
{
    color: #0EB2F1;
}
.BlockDroite.Liens a
{
    background: url("images/PuceFichier.png") no-repeat scroll left center transparent;
    color: #0EB2F1;
    padding: 0 15px;
} 
.summary label
{
    color: #0eb2f1;
    font-size: 19px;
    font-style: italic;
}
.summary ul.level1
{
    list-style-image: url( "images/BgNavDroiteLiLiActif.png" );
    margin-bottom: 20px;
    padding-left: 15px;
}
.summary ul.level1 li a
{
    color: #013e6a;
    font-size: 13px;
    font-weight: bold;
}
.summary ul.level2
{
    list-style: none;
    padding-left: 15px;
}
.summary ul.level2 li a
{
    color: #013e6a;
    font-size: 11px;
    font-weight: normal;
}
.composant .accroche p
{
    margin: 0;
}

/* texte */
.composant .texte
{
    font-size: 12px;
    color: #436999;
}
.composant .texte ul, .composant .accroche ul
{
    list-style-image: url(images/PuceContenuNiv1.png);
}
.composant .texte ul ul, .composant .accroche ul ul
{
    list-style-image: url(images/PuceContenuNiv2.png);
}
.composant .texte a, .composant .accroche a
{
    text-decoration: underline;
}
.composant .texte a[name], .composant .accroche a[name], .composant .texte a[name]:hover, .composant .accroche a[name]:hover
{
    text-decoration: none;
    color: inherit;
}

.composant .texte a:hover, .composant .accroche a:hover
{
    text-decoration: underline;
}
.composant .texte a:visited, .composant .accroche a:visited
{
    text-decoration: underline;
}

.composant .texte h2, .composant .accroche h2
{
    border: medium none;
    color: #09396D;
    font-weight: normal;
    font-size: 20px;
}
.composant .texte h3, .composant .accroche h3
{
    border: medium none;
    color: #0EB2F1;
    font-size: 16px;
}
.composant .texte h4, .composant .accroche h4
{
    border: medium none;
    color: #002A4A;
    font-size: 13px;
    font-weight: bold;
}

.composant .texte .LienFort, .composant .accroche .LienFort
{
    background: url(images/puceblanc.png) no-repeat #09396d center right;
    padding: 3px 20px 3px 7px;
    color: #ffffff !important;
    text-decoration: none !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.composant .texte .lienfort:hover, .composant .accroche .lienfort:hover
{
    background: url(images/puceblanc.png) no-repeat #0eb2f1 center right;
    padding: 3px 20px 3px 7px;
    color: #ffffff !important;
    text-decoration: none !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.composant .texte .LienRubrique, .composant .accroche .LienRubrique
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: url( "images/PuceLienBlocDroiteGd.png" ) no-repeat scroll right center #FFFFFF;
    border: 1px solid #FE8600;
    color: #FE8600 !important;
    display: inline-block;
    font-size: 11px;
    margin-top: 10px;
    padding: 2px 20px 2px 5px;
    text-align: center;
    text-decoration: none !important;
}

.composant .texte blockquote, .composant .accroche blockquote
{
    background: url( "images/BgBlockquote.png" ) no-repeat scroll left top transparent;
    color: #0EB2F1;
    font-style: italic;
    margin-left: 25px;
    padding: 5px 0 0 25px;
}
.composant .texte blockquote div.Source, .composant .accroche blockquote div.Source
{
    color: #09396d;
    font-style: normal;
    display: block;
    text-align: right;
}

.composant .texte .FocusContenu, .composant .accroche .FocusContenu
{
    background: url(images/BgFocus.png) repeat-x bottom left #ffffff;
    padding: 10px;
    color: #e68700;
}
.composant .texte .BlocFocus h3, .composant .accroche .BlocFocus h3
{
    color: #e68700;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
}
.composant .texte ol, .composant .accroche ol
{
    color: #09396D;
    padding-left: 15px;
}

.composant .texte .BandeauOrange, .composant .accroche .BandeauOrange
{
    background: url( "images/BgTopBandeauOrange.png" ) no-repeat scroll left 2px transparent;
    margin-left: -30px;
    padding-top: 9px;
    text-align: left;
    width: 200px;
}
.composant .texte .BandeauOrange h2, .composant .accroche .BandeauOrange h2
{
    background: url( "images/BgMiddleBandeauOrange.png" ) repeat-y scroll left top transparent;
    color: #FFFFFF;
    font-size: 16px;
    margin: 0;
    padding: 10px 30px 0 20px;
    font-weight: bold;
}
.composant .texte .BandeauOrange div.BandeauOrangeBottom, .composant .accroche .BandeauOrange div.BandeauOrangeBottom
{
    background: url( "images/BgBottomBandeauOrange.png" ) no-repeat scroll left top transparent;
    display: block;
    height: 11px;
}

.composant .texte .BandeauRouge, .composant .accroche .BandeauRouge
{
    background: url( "images/BgTopBandeauRouge.png" ) no-repeat scroll left 2px transparent;
    margin-left: -30px;
    padding-top: 9px;
    text-align: left;
    width: 250px;
}
.composant .texte .BandeauRouge h2, .composant .accroche .BandeauRouge h2
{
    background: url( "images/BgMiddleBandeauRouge.png" ) repeat-y scroll left top transparent;
    color: #FFFFFF;
    font-size: 16px;
    margin: 0;
    padding: 10px 30px 0 20px;
    font-weight: bold;
}
.composant .texte .BandeauRouge div.BandeauRougeBottom, .composant .accroche .BandeauRouge div.BandeauRougeBottom
{
    background: url( "images/BgBottomBandeauRouge.png" ) no-repeat scroll left top transparent;
    display: block;
    height: 11px;
}

/* Tête Article  */

.composant .texte .TeteArticle, .composant .accroche .TeteArticle
{
    background: url( "images/BgTeteArticle.png" ) no-repeat scroll left top transparent;
    margin-left: -35px;
    padding-top: 9px;
}

.composant .texte .TeteArticle h2, .composant .accroche .TeteArticle h2
{
    background: url( "images/BgMiddleTeteArticle.png" ) repeat-y scroll left top transparent;
    color: #003B66;
    margin: 0;
    padding: 10px 45px 5px 20px;
    text-align: left;
}
.composant .texte .TeteArticle div.TeteArticleBottom, .composant .accroche .TeteArticle div.TeteArticleBottom
{
    background: url( "images/BgBottomTeteArticle.png" ) no-repeat scroll left top transparent;
    display: block;
    height: 11px;
}

/* Style table */
.composant .texte .even, .composant .accroche .even
{
    background: #e2e6e9;
}
.composant .texte table th, .composant .accroche table th
{
    background: #0eb2f1;
    color: #ffffff;
    font-weight: normal;
}

.DocInfo_MotCle
{
    font-weight: bold; 
    font-size: 10.5pt; 
    font-family: arial,helvetica,sans-serif; 
    color: #0dabe8;
}
.DocInfo_TextGras
{
    font-size: 10pt;
    color: #013e6a; 
    font-weight: bold;
	font-family: arial,helvetica,sans-serif; 
}

/****** Email friendly *****/


.composant .texte table.ChapitreEmailing, .composant .accroche table.ChapitreEmailing
{
    background: url(images/BgChapitreEmailing.png) repeat-y top left #0687b8 !important;
    color: #ffffff;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    width: 335px;
    margin-left: -25px;
}
.composant .texte table.ChapitreEmailing h3, .composant .accroche table.ChapitreEmailing h3
{
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin: 0;
}
.composant .texte .AccrocheEmailing, .composant .accroche .AccrocheEmailing
{
    font-size: 14px;
    color: #013e6a;
    font-weight: bold;
}
.composant .texte .Orange, .composant .accroche .Orange
{
    color: #fe8600;
}
.composant .texte table.TitreOrangeEmailing, .composant .accroche table.TitreOrangeEmailing
{
    background: url(images/BgTitreOrangeEmailing.png) repeat-y top left #febf35 !important;
    color: #ffffff;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    width: 215px;
    margin-left: -25px;
}
.composant .texte table.TitreOrangeEmailing h3, .composant .accroche table.TitreOrangeEmailing h3
{
    color: #ffffff;
    margin: 0;
}
.composant .texte table.TitreRougeEmailing, .composant .accroche table.TitreRougeEmailing
{
    background: url(images/BgTitreRougeEmailing.png) repeat-y top left #f6428f !important;
    color: #ffffff;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    width: 215px;
    margin-left: -25px;
}
.composant .texte table.TitreBleuEmailing, .composant .accroche table.TitreBleuEmailing
{
    background: url(images/BgTitreBleuEmailing.png) repeat-y top left #0ca7e3 !important;
    color: #ffffff;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    width: 215px;
    margin-left: -25px;
}


.composant .texte img
{
    margin-right: 20px;
}

/* contenus */
.composant .texte ul, .composant .accroche ul
{
}

/* Gallerie d'image */

.gallerie
{
    float: left;
    height: 80px;
    overflow: hidden;
    padding: 10px;
    width: 72px;
}

/* Tags */
.tags
{
    margin-top: 20px;
}

/* formulaires en couleurs */
.frmCouleur
{
    width: 100%;
}
.frmCouleur th
{
    color: #58737F;
    background: #ffffff;
    text-align: left;
    width: 20%;
    vertical-align: top;
}
.frmCouleur .alt th
{
    background-color: #E3E8EA;
    color: #58737F;
}
.frmCouleur td p
{
    margin: 5px 0;
    padding: 0;
}

/*********** 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;
}



/**************************************************************/
/*********** BLOC RSS FEED **********/
.LienRss
{
    margin: 10px;
}
.LienRss .FeedMCO a
{
    background: url(images/IconFeedMCO.png) no-repeat scroll left transparent;
    float: right;
    height: 15px;
    padding-left: 45px;
    padding-top: 10px;
    margin-left: 30px;
}

.LienRss .FeedCSSR a
{
    background: url(images/IconFeedCSSR.png) no-repeat scroll left transparent;
    float: right;
    height: 15px;
    padding-left: 45px;
    padding-top: 10px;
    margin-left: 30px;
}


.LienRss .FeedUNCPSY a
{
    background: url(images/IconFeedUNCPSY.png) no-repeat scroll left transparent;
    float: right;
    height: 15px;
    padding-left: 70px;
    padding-top: 10px;
    margin-left: 30px;
}
.rssHeader
{
    display: none;
}
.ResultFeedMCO
{
    width: 320px;
    margin-right: 6px;
    float: left;
}
.ResultFeedMCO h2
{
    background: url(images/BgFeedTitleMCO.png) no-repeat left top transparent;
    color: #ffffff;
    padding: 15px 0 10px 105px;
}
.ResultFeedCSSR
{
    width: 320px;
    margin-right: 6px;
    float: left;
}
.ResultFeedCSSR h2
{
    background: url(images/BgFeedTitleCSSR.png) no-repeat left top transparent;
    color: #ffffff;
    padding: 15px 0 10px 120px;
}
.ResultFeedUNCPSY
{
    width: 320px;
    margin-right: 6px;
    float: left;
}
.ResultFeedUNCPSY h2
{
    background: url(images/BgFeedTitleUNCPSY.png) no-repeat left top transparent;
    color: #ffffff;
    padding: 15px 0 10px 125px;
}
.rssBody ul
{
    list-style: none;
    padding: 0;
    margin-left: 20px;
}
.ResultFeedUNCPSY li.rssRow a
{
    color: #09396d;
    background: url(images/PuceBlue.png) no-repeat left 5px transparent;
    padding-left: 15px;
    display: block;
}
.ResultFeedCSSR li.rssRow a
{
    color: #09396d;
    background: url(images/PuceVerte.png) no-repeat left 5px transparent;
    padding-left: 15px;
    display: block;
}
.ResultFeedMCO li.rssRow a
{
    color: #09396d;
    background: url(images/PuceOrange.png) no-repeat left 5px transparent;
    padding-left: 15px;
    display: block;
}
.rssMedia
{
    display: none;
}
/*********** PIED DE PAGE ***********/

.PiedDePage span.Contact
{
    background: url(images/ContactUs.png) no-repeat left transparent;
    padding-left: 25px;
    font-size: 25px;
}
#pieddepage
{
    height: 26px;
    background: url(images/footer.png) no-repeat top left;
}

#pieddepage a
{
    width: 50px;
    height: 100px;
    text-decoration: none;
}

#pieddepage input
{
    font-size: 11px;
    padding: 0;
}

#poweredby
{
    text-align: center;
    font-size: 0.8em;
}

#poweredby a
{
    text-decoration: none;
    color: #a5b9c0;
}

#poweredby a:hover
{
    color: #4c6570;
}
.PiedDePage 
{
   float: left;
}
.PiedContenu
{

}
.footerAddress
{
    width: 930px;
    float: left;
}
.footerAddress table
{
    float:left;
}
.footerAddress table a
{
    color: #7389a1;
}
.footerAddress a.contact
{
    float:left;
}
.footerAddress a
{
    color: #003965;
}
.clearfix
{
    clear: both;
    height: 1px;
    font-size: 1px;
}

#top-link
{
    -moz-border-radius: 10px 10px 10px 10px;
    background: url( "images/sprite_bigNav.png" ) no-repeat scroll 0 0 transparent;
    height: 80px;
    opacity: 0.3;
    display: none;
    position: fixed;
    right: 0px;
    bottom: 450px;
    width: 80px;
    z-index: 500;
}


/** Page Modifier mon compte **/

.CheckActivite
{
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px;
    width: 250px;
}
.CheckActivite input
{
    float: left;
}
.CheckActivite label
{
    display: block;
    float: left;
    margin-left: 5px;
    width: 225px;
}
.TextCommentaire
{
    margin-top: 5px;
}
.FhpRss
{
    float: right;
    margin-top: 35px;
}
.FhpRss a
{
    font-weight: bold;
    margin-left: 5px;
}
.FhpRss img
{
    margin-right: 5px;
}


.left{text-align:left;}

/******  offre emploi **********/

.ButtonMailOe
{
    float: right;
}

/***/
.bannierePubLateral{
    position:absolute;
    top: 0;
}
.bannierePubLateral.fix{
    position:fixed;
}
.bannierePubLateral ul,.bannierePubHaut ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.bannierePubHaut 
{
	background: #d4e8f1; 
    width: 985px;
    margin: 0 auto;
}

.formulaireSI h3{
    color:#0d3d6e;
}