﻿body
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    margin: 0;
    padding: 0;
    background-color: #ebf9c6;
}

a
{
    color: #c25101;
}
a:hover
{
    color: #e5bd9f;
}

hr
{
    color: #666;
    background-color: #666;
    height: 1px;
    clear: both;
    border: 0;
}
a img
{
    border: 0;
}

#conteneur
{
    background: #fff url(images/conteneur.png) repeat-y top left;
    width: 968px;
    margin: 0 auto;
    padding: 0;
    border: none;
}

.watermark
{
    color: #666;
}

.noscreen
{
    display: none;
}


/**************************************************************/


/*********** HEADER ***********/

#header
{
    background: url(images/header.png) no-repeat bottom left;
    position: relative;
    padding-top: 40px;
    z-index: 200;
}

#header h1
{
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/logo.png) no-repeat top left;
    margin: 0;
    padding: 0;
    width: 139px;
    height: 145px;
    z-index: 100;
}

#header h1 a
{
    display: block;
    height: 145px;
}

#header h1 a span
{
    display: none;
}


/* champs login et recherche */

#header .champ
{
    color: #5a5857;
    background: #f7f7ec;
    border: 1px solid #b2b2aa;
    border-width: 0 1px 1px 0;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    height: 16px;
    padding: 4px 0 0 5px;
    vertical-align: middle;
}
#header .bouton
{
    color: #f7f7ec;
    background: #357101;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    border-top: 1px solid #4d821e;
    border-left: 1px solid #4d821e;
    border-right: 1px solid #295402;
    border-bottom: 1px solid #295402;
    cursor: pointer;
    height: 21px;
    width: 27px;
    padding: 0;
    vertical-align: top;
}


/*********** RECHERCHE **********/

#header .recherche
{
    background: #617235;
    position: absolute;
    top: 0;
    left: 530px;
    width: 178px;
    height: 30px;
    padding-left: 10px;
    padding-top: 10px;
}

/*********** LOGIN **********/

#header .login
{
    background: #a4a990;
    position: absolute;
    top: 0;
    left: 139px;
    width: 331px;
    height: 30px;
    padding-left: 60px;
    padding-top: 10px;
    font-size: 11px;
}
#header .logged
{
    height: 35px;
    padding-left: 20px;
    padding-top: 5px;
    width: 371px;
}

#header .login a
{
    color: #fff;
    text-decoration: none;
}

#header .login .frmlogin
{
    float: left;
    width: 312px;
}

/* passe oublié */

#header .passeoublie
{
    position: relative;
    z-index: 5000;
    float: left;
    width: 12px;
    padding-top: 3px;
}
#header .passeoublie a
{
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
    display: block;
    text-align: center;
}
#header .passeoublie-infos
{
    position: absolute;
    top: 20px;
    left: -5px;
    display: none;
    width: 110px;
    height: 17px;
    background: url(images/passeoublie.png) no-repeat top left;
    padding: 10px 0 0 5px;
}
#header .passeoublie-infos a
{
    text-decoration: underline;
    border-bottom: 0;
    display: inline;
    text-align: left;
    font-size: 10px;
}

/*********** ACTUALITES **********/

#boutonActus
{
    position: absolute;
    top: 40px;
    left: 23px;
    width: 231px;
    height: 100px;
    z-index: 50;
}
#boutonActus #boutonActualites
{
    background: url(images/onglet-actus-off.png) no-repeat top right;
    display: block;
    height: 100px;
}
#boutonActus #boutonActualites:hover, #boutonActus #boutonActualites.actif
{
    background: url(images/onglet-actus-on.png) no-repeat top right;
}
#boutonActus #boutonActualites span
{
    display: none;
}

#boutonActus #actualites
{
    background: #979d84 url(images/actualites.png) no-repeat top left;
    position: absolute;
    top: 100px;
    left: 0;
    width: 221px;
    height: 360px;
    padding: 20px 5px 5px 5px;
    display: none;
}

#actualites .actu
{
    color: #655f42;
    background: #ebf4e4 url(images/actu.png) no-repeat 5px 10px;
    border: 1px solid #bdccae;
    font-size: 10px;
    padding: 7px 5px 7px 23px;
    margin-bottom: 5px;
    _margin-bottom: 3px;
}
#actualites .actu h4
{
    font-size: 12px;
    margin: 0;
    padding: 0;
}
#actualites .actu a
{
    color: #366c02;
    text-decoration: none;
}
#actualites .actu a:hover
{
    color: #000;
}

#boutonActus #flashinfo
{
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 220px;
}
#boutonActus #flashinfo h3
{
    background: url(images/titre-flashinfo.png) no-repeat 0 0;
    margin: 0;
    padding: 0;
    height: 17px;
}
#boutonActus #flashinfo h3 span
{
    display: none;
}

#boutonActus #flashinfo .radios
{
    color: #345811;
    font-size: 10px;
    font-weight: bold;
}
#boutonActus #flashinfo .radios input
{
    margin: 0 2px 0 0;
    _margin: 0;
    padding: 0;
    vertical-align: middle;
}
#boutonActus #flashinfo .radios label
{
    padding-right: 3px;
    _padding: 0;
}


/*********** MENU PRINCIPAL ***********/

#menuprincipal
{
    background: #3b7008;
    margin: 0 0 0 254px;
    padding: 0;
    float: left;
    width: 464px;
}

.menulist, .menulist ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.menulist li
{
    float: left;
    display: block;
    position: relative;
    margin: 0;
    text-align: center;
}

.menulist a
{
    display: block;
    color: #fff;
    padding: 0;
}

.menulist ul
{
    background: #48880A;
    display: none;
    position: absolute;
    top: 95px;
    left: 0;
    width: 260px;
}

.menulist ul li
{
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    text-align: left;
    border-bottom: 1px solid #1f3609;
}

.menulist ul a
{
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    height: auto;
    padding: 5px 10px;
}
.menulist ul a:hover, .menulist ul a.highlighted, .menulist ul a.highlighted:hover
{
    background: #67A70F;
}

.menulist ul ul
{
    top: 0px;
    margin-top: 0;
    left: 260px;
}

.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;
    margin: 5px 0 0 0;
    padding: 10px 0 0 0;
    vertical-align: top;
    color: #000;
    clear: both;
}
#ascendance ul
{
    margin: 0;
    padding: 0;
}
#ascendance li
{
    display: inline;
    padding-right: 5px;
}
#ascendance a
{
    color: #5ea21b;
}
#ascendance a:hover
{
    color: #000;
}


/**************************************************************/

#milieuPage
{
    font-family: Arial, Helvetica, Sans-Serif;
    clear: both;
    min-height: 250px;
    _height: 250px;
}

/*********** NAVIGATION ***********/

#navigation
{
    background: url(images/navigation-contenus.png) no-repeat 0px 5px;
    width: 200px;
    margin: 0 45px 0 23px;
    padding: 140px 0 50px 0;
    float: left;
    min-height: 209px;
    _height: 209px;
    _margin-left: 11px;
}

/* éléments dans la navigation */
#navigation .element
{
    margin: 0;
    font-size: 11px;
    color: #000;
}
#navigation .element h2
{
    color: #fff;
    background: #81c20a;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding: 2px 0 2px 15px;
    margin: 10px 0 5px 0;
}
#navigation .element ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#navigation .element ul a
{
    color: #fff;
    background: #81c20a;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 2px 0 2px 15px;
    margin: 10px 0 5px 0;
}
#navigation .element ul a:hover
{
    color: #000;
}
#navigation .element ul ul a
{
    color: #000;
    background: url(images/navigation-puce.png) no-repeat 15px 6px;
    font-size: 11px;
    font-weight: bold;
    text-transform: none;
    display: block;
    padding: 0 0 0 22px;
    margin: 0 0 2px 0;
}
#navigation .element ul ul a:hover
{
    color: #81c20a;
}
#navigation .element p
{
    margin: 0;
    padding: 5px 0 5px 15px;
}


#navigation9945
{
    background: url(images/D9945_carregauche.png) no-repeat top left;
    width: 290px;
    margin: 0 30px 0 23px;
    padding-top: 40px;
    float: left;
	height: 260px;
}
#navigation9945 .element
{
    width: 220px;
    margin: 0 10px 0 27px;
    padding: 0px 0 0px 0;
    font-size: 12px;
}
#navigation9945 .element h2
{
      font-size: 16px;
    font-weight: bold ;
    color: #81c20a;
    margin: 0 0;
    padding-bottom:8px;
}
#navigation9945 .element h3
{
    font-size: 13px;
    font-weight: bold ;
    color: #000000;
    margin: 0 0;
    padding: 0;
}
#recherche9945
{
    width: 588px;
    padding: 0px 0 0px 0;
    float: left;
    height: 311px
 }

#recherche9945 .Info
{
    padding: 5px 0 10px 0;
    float: left;
 }
#recherche9945 .Info p
{
    padding: 0px 0 4px 0;
 }
 
/*********** CONTENUS ***********/

#contenus
{
    width: 625px;
    float: left;
    margin: 0;
    padding: 0 0 70px 0;
    border: 0;
}

#contenus.popup
{
    width: 90%;
    margin: 10px;
    padding: 10px;
    background: #fff;
}

/* composants */

.composant
{
    color: #000;
    border-bottom: 1px solid #5ea21b;
    padding-bottom: 10px;
}
.composant h2
{
    font-size: 24px;
    font-weight: normal;
    color: #81c20a;
    margin: 40px 0;
    padding: 0;
}
.composant img
{
    border: 0;
}
.composant .highlight
{
    height: 170px;
}

.logosDefilants img
{
    display: none;
}

.logosDefilants .active
{
    display: block;
    position: absolute;
}

/* déroulants */
.titreDeroulant
{
    cursor: pointer;
}
.titreDeroulant h2
{
    font-size: 12px;
}
.deroulant
{
    padding: 0;
}
/* --- FAQ --- */
/* déroulants pour les question FAQ */
.titreDeroulantFAQ
{
    cursor: pointer;
    margin: 0;
    margin-top: 3px;
    padding: 0 40px 0 10px;
    border: 1px solid #D6DEE1;
    border-bottom: 0;
    position: relative;
}
.titreDeroulantFAQ img
{
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: -8px;
    padding: 0 0px 0 0px;
}
.deroulantFAQ
{
    border: 1px solid #D6DEE1;
    border-top: 0;
    padding: 0;
    margin-bottom: 3px;
    padding: 0 10px 0 10px;
}

.deroulantFAQ .deroulantFAQ
{
    border: 0;
    padding: 3px;
    margin: 0;
}
.deroulantFAQ .label
{
    font-size: 12px;
    text-align: justify;
    color: #000000;
}
.deroulantFAQ .titre
{
    font-size: 12px;
    font-weight: bold;
    text-align: justify;
    color: #000000;
}

/*********** CONTENU HOME ***********/

.homeContenus
{
    margin-top: 20px;
}
.homeContenus h2
{
    color: #eb6a18;
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.homeContenus .accroche p
{
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    color: #c00;
}

.Rechercher
{
    padding-left: 23px;
    width:922px;
}

.composant .resultatRecherche
{
    cursor: pointer;
    border: 1px solid #fff;
    margin-left: 15px;
    width:885px;
}
.composant .resultatRecherche:hover
{
    border: 1px solid #3B7008;
    background: #ebf9c6;
}
.composant .resultatRecherche h2
{
    font-size: 14pt;
    margin: 10px 0;
}

/* 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;
}
.composant .texte img.align-g
{
    margin: 5px 10px 5px 0;
}
.composant .texte img.align-d
{
    margin: 5px 0 5px 10px;
}
.composant .texte img.align-c
{
    margin: 5px auto;
}


/* contenus */
.composant .texte ul, .composant .accroche ul
{
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
.composant .texte ul li, .composant .accroche ul li
{
    background: url(images/puce.png) no-repeat 0px 0px;
    margin-left: 0;
    padding-left: 28px;
    min-height: 18px;
    _height: 18px;
}
.composant .accroche ul li
{
    background-image: url(images/puce-accroche.png);
}

.composant .hautdepage
{
    font-weight: bold;
    font-size: 11px;
    text-align: right;
    clear: both;
}

/* plan du site */
.composant .plan a
{
    text-decoration: none;
}
.composant .plan ul li
{
    padding-bottom: 20px;
}
.composant .plan ul li a
{
    font-size: 16px;
    font-weight: bold;
}
.composant .plan ul li li
{
    padding-bottom: 0;
    padding-top: 5px;
    padding-left: 15px;
    background-image: none;
}
.composant .plan ul li li a
{
    font-size: 12px;
}
.composant .plan ul li li li
{
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 30px;
}
.composant .plan ul li li li a
{
    font-weight: normal;
}

/* galerie */
.galerie
{
    float: left;
    width: 150px;
    height: 150px;
    text-align: center;
    vertical-align: middle;
}

/* formulaires en couleurs */
.frmCouleur
{
    width: 100%;
}
.frmCouleur th
{
    color: #3B7008;
    background: #ebf9c6;
    text-align: left;
    width: 20%;
    vertical-align: top;
}
.frmCouleur .alt th
{
    background-color: #E3E8EA;
    color: #58737F;
}
.frmCouleur td p
{
    margin: 5px 0;
    padding: 0;
}


/* gridview  */
.gridView
{
    border: 0;
    border-collapse: collapse;
}
.gridView th
{
    background: #81c20a;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    border: 0;
    padding: 3px 0 3px 5px;
}
.gridView td
{
    background: url(images/gridview-separator.png) no-repeat left bottom;
    border: 0;
    padding: 2px 0 2px 5px;
}


.D9945
{
    border: 0;
    border-collapse: collapse;
    width: 100%;
}
.D9945 th
{
    background: #EBEBEB url(images/bgheadergridview9945.png) repeat-x top left;
    color: #000000;
    font-size: 11px;
    text-align: left;
    border: 1px;
    padding: 5px;
}
.D9945 th a
{
    text-decoration: none;
    color: #000000;
}
.D9945 td
{
    font-size: 11px;
}

.D9945padding td
{
    padding: 13px;
    text-align: left;
}

/**************************************************************/
/** TOOPTIP **/
.Tooltip
{
    background: #000000 url(/style/images/bg_tooltip9945.png) repeat-x top left; 
    color:#FFFFFF; 
    width:249px; 
    height:88px;
}
.Tooltip .img
{
    margin:6px 6px 6px 6px;
    float:left;
}
.Tooltip .text
{
    font-size:11px;
    width:170px;
    height:74px;
    margin: 0px 0px 0px 78px;
    padding: 0 0 0 0px;
    position: absolute  ;
}
.Tooltip p
{
    margin:   6px 0px 6px 0px;
    padding: 0px 6px 0px 0px;
}
/*********** PIED DE PAGE ***********/

#pieddepage
{
    color: #fff;
    background: #68b022;
    font-family: "Trebuchet MS" , Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    clear: both;
    padding: 15px 0 0 10px;
    margin: 0 23px;
    height: 31px;
}
#pieddepage ul, #pieddepage li
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#pieddepage li
{
    float: left;
    padding: 0 10px 15px 7px;
    border-right: 1px solid #fff;
}
#pieddepage ul li:last-child
{
    border-right: none;
}
#pieddepage a
{
    color: #fff;
    text-decoration: none;
}
#pieddepage a:hover
{
    color: #000;
}

#poweredby
{
    text-align: right;
    font-size: 11px;
    float: right;
    padding-right: 15px;
}

/************* Pop up ************/
#PopUpPacte
{
    background: url("images/BgPopup.png") no-repeat scroll left top #E8E8D2;
    color: #282B1E;
    display: block;
    font-family: 'Nova Round',cursive;
    padding: 225px 50px 20px;
    width: 500px;
    display: none;
    z-index: 500;
    -moz-box-shadow: 10px 10px 30px 0px #000000;
    -webkit-box-shadow: 10px 10px 30px 0px #000000;
    -o-box-shadow: 10px 10px 30px 0px #000000;
    box-shadow: 10px 10px 30px 0px #000000;
}
#PopUpPacte a
{
    color: #8da604;
    text-decoration: underline;
}
#PopUpPacte h2
{
    font-size: 24px;
    color: #125225;
    font-weight: normal;
}
.LeinsPopupPacte
{
    width: 240px;
    margin: 0 auto;
}

.LienPacte
{
    background: url(images/BgLienPacte.png) no-repeat left top transparent;
    display: block;
    height: 35px;    
    margin: 0 auto;
    width: 162px;
}
#PopUpPacte .close
{
    cursor: pointer;
    font-weight: bold;
    position: relative;
    right: 0;
    text-align: right;
	font-size:20px;
}

.PopupFacebook
{
    background: url(images/BgFacebook.png) no-repeat top left transparent;
    width:32px; 
    height:32px;
    display: block;
    text-decoration: none;    
    float: right;
    margin-left: 5px;
}
.PopupTwitter
{
    background: url(images/BgTwitter.png) no-repeat top left transparent;
    width:32px; 
    height:32px;
    display: block;
    text-decoration: none; 
    float: right;
     margin-left: 5px;
}
