﻿body
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    background-color: #555555;
}

a
{
    color: #d92026;
    text-decoration: none;
}
a:hover
{
    color: #000;
}

hr
{
    color: #e1332c;
    background-color: #e1332c;
    height: 1px;
    clear: both;
    border: 0;
}
a img
{
    border: 0;
}

.watermark
{
    color: #666;
}

.noscreen
{
    display: none;
}

.clearfix
{
    clear: both;
    height: 1px;
    font-size: 1px;
    width: 100%;
    float: none;
}

/* conteneurs */
#conteneurHaut
{
    background: #f2f2f2 url(images/conteneurHaut.jpg) repeat-x top left;
}
#conteneurHaut2
{
    width: 954px;
    margin: 0 auto;
}

#conteneurLiens
{
    background: #f2f2f2 url(images/conteneurLiens.jpg) repeat-x top left;
}
#conteneurLiens2
{
    width: 954px;
    margin: 0 auto;
}

#conteneurFooter
{
    background: url(images/conteneurFooter.jpg) repeat-x top left;
}


/**************************************************************/


/*********** HEADER ***********/

#header
{
    position: relative;
    height: 110px;
}

#header h1
{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
}

#header h1 a
{
    display: block;
    width: 300px;
    height: 72px;
}


/*********** LOGIN **********/

.accesextranet, #header .lienNewsletter
{
    position: absolute;
    top: 0;
    left: 560px;
    background: url(images/accesextranet.png) no-repeat top left;
    display: block;
    width: 131px;
    height: 20px;
    color: #fff;
    font-size: 11px;
    padding: 7px 0 0 16px;
}
.accesextranet.hover
{
    background: #555 url(images/accesextranet-hover.png) no-repeat top left;
}

.err
{
    position: absolute;
    top: 15px;
    left: 570px;
    color: Red;
}

.login
{
    padding: 10px;
    width: 225px;
    height: 99px;
    color: #fff;
    background: url(images/login.png) no-repeat top left;
    z-index: 3000;
    position: absolute;
    top: 27px;
    left: 462px;
    display: none;
}
.login input
{
    vertical-align: middle;
}
.login a
{
    color: #fff;
    text-decoration: underline;
}
.login p
{
    margin: 0;
    padding: 5px 0;
    clear: both;
}
.login.logged p
{
    padding: 5px 0 0 0;
}
.login p input
{
    width: 120px;
    border: 0;
    font-size: 11px;
}
.login .label
{
    display: block;
    float: left;
    width: 90px;
    text-align: right;
    padding-right: 5px;
    font-size: 11px;
}
.login .passeperdu
{
    text-align: right;
    font-size: 10px;
}
.login .memoriser
{
    font-size: 11px;
}
.login .err
{
    font-size: 11px;
}

/* newsletter */

#header .lienNewsletter
{
    left: 368px;
}


/*********** RECHERCHE **********/

.recherche
{
    position: absolute;
    top: 0;
    left: 750px;
    background: url(images/recherche.png) no-repeat top left;
    width: 175px;
    height: 23px;
    padding: 5px 0 0 15px;
}
.recherche input
{
    font-size: 11px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.recherche .terme
{
    width: 145px;
    border: 0;
}


/*********** MENU PRINCIPAL ***********/

#menu
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    height: 26px;
    clear: both;
    position: absolute;
    top: 72px;
    left: 0;
    width: 954px;
    z-index: 2000;
}

.menulist, .menulist ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.menulist li
{
    float: left;
    display: block;
    position: relative;
    margin: 0 0 0 0;
    padding: 0;
    text-align: center;
    _height: 1%;
}

.menulist a
{
    font-size: 12px;
    display: block;
    padding: 5px 15px;
    height: 20px;
    text-decoration: none;
    color: #000;
    background: url(images/menu-a.jpg) no-repeat top right;
    _float: left;
}
.menulist a:hover, .menulist a.highlighted, .menulist a.highlighted:hover, .menulist a:focus, .menulist a.actif
{
    color: #fff;
    background: url(images/menu-a-hover.jpg) no-repeat top right;
}

.menulist ul
{
    display: none;
    position: absolute;
    top: 26px;
    left: 0;
    margin: 0;
    width: 200px;
    background: #e8e7e7;
}

.menulist ul li
{
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
    text-align: left;
    border: 0;
}

.menulist ul a
{
    height: auto;
    padding: 4px 5px 4px 22px;
    background: none;
    color: #6d6d6d;
    background: url(images/sousmenu.png) no-repeat 8px 9px;
    float: none;
    _height: 1%;
}
.menulist ul a:hover, .menulist ul a.highlighted, .menulist ul a.highlighted:hover
{
    color: #fff;
    background: #959595 url(images/sousmenu-hover.png) no-repeat 8px 9px;
}

.menulist ul ul
{
    top: 0px;
    margin-top: 0;
    left: 200px;
}

.menulist a .subind
{
    display: none;
}
.menulist ul a .subind
{
    display: block;
    float: right;
}



/*********** ASCENDANCE ***********/

#ascendance
{
    font-size: 11px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    color: #a0a0a0;
    float: left;
    width: 100%;
    
    display: none;
}
#ascendance ul
{
    margin: 0;
    padding: 3px 7px 7px 0;
    float: left;
}
#ascendance li
{
    display: inline;
    margin: 0;
    padding: 0;
}
#ascendance li a
{
    padding: 0 5px;
}



/**************************************************************/

#milieuPage
{
    clear: both;
    min-height: 250px;
    _height: 250px;
    margin-top: 20px;
}

/* titres partout dans la page */
#navigation h2, .composant h2, #conteneurLiens h2, .home h2
{
    background: url(images/h2.png) no-repeat 0 8px;
    color: #6d6d6d;
    padding: 0 0 5px 20px;
    margin: 0 0 15px 0;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Sans-Serif;
    font-size: 16px;
    font-weight: normal;
}


/*********** NAVIGATION ***********/

#navigation
{
    width: 265px;
    margin: 0 35px 0 0;
    padding: 0;
    float: left;
    min-height: 250px;
    _height: 250px;
    z-index: 1;
    font-size: 12px;
}
#navigation h2
{
    color: #d92026;
    border-bottom: 1px solid #d4d4d4;
    background-image: url(images/navigation-h2.png);
}
#navigation ul
{
    margin: 0;
    padding: 0 0 0 11px;
    list-style-type: none;
}
#navigation a
{
    color: #6d6d6d;
    font-weight: bold;
    padding-left: 10px;
    display: block;
    margin-bottom: 10px;
}
#navigation a:hover, #navigation a.actif
{
    color: #e1332c;
    background: url(images/navigation-a-actif.png) no-repeat 0 5px;
}

#navigation ul ul a
{
    font-weight: normal;
}
#navigation .actualites a
{
    font-weight: normal;
}

#navigation .element
{
    padding-bottom: 15px;
}


/*********** CONTENUS ***********/

#contenus
{
    width: 640px;
    float: left;
    margin: 0 0 0 10px;
    padding: 0 0 0 0;
    margin-bottom: 10px;
    border: 0;
}


.composant
{
    color: #6d6d6d;
    clear: both;
    padding-bottom: 30px;
}
.composant.actualites
{
    padding-bottom : 0;
}
.composant h2
{
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 10px;
}

.composant a
{
}
.composant img
{
    border: 0;
    margin-bottom: 10px;
}
.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;
}

.composant .print
{
    float: right;
    width: 110px;
    text-align: right;
	font-size: 11px;
}
.composant .print img
{
    margin: 0;
    padding: 0;
}
.composant .print a
{
    float: left;
}
.composant .print .share
{
    float: left;
}
/* accroche */
.composant .accroche
{
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 15px 0;
    text-align: justify;
}

/* motscles */
.composant .motscles
{
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    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;
    list-style-position: inside;
}

/* images */
img.align-g
{
    float: left;
    margin-right: 10px;
}
img.align-d
{
    float: left;
    margin-right: 10px;
}
img.align-c
{
    clear: both;
    text-align: center;
    margin: 5px auto;
}

/* documents */
.composant .docs img
{
    margin: 0;
}

/* formulaire */
.frmCouleur
{
    width: 100%;
}
.frmCouleur th
{
    width: 150px;
    text-align: right;
    padding-right: 10px;
}


/*********** HOME ***********/

#contenus.home
{
    width: auto;
    float: none;
    margin-left: 0;
    padding-top: 15px;
    /*padding-top: 230px;*/
    /*background: url(images/home-illus.jpg) no-repeat top left;*/
}

.home .bloc
{
    float: left;
    width: 225px;
    margin-right: 18px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #6d6d6d;
    text-align:justify;
    font-size: 11px;
}

.home .bloc h2
{
    border-bottom: 1px solid #d4d4d4;
}
.home .bloc h3
{
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    padding: 5px 0px;
}

.home .bloc img
{
    display: block;
    clear: both;
    margin: 0 0 5px 0;
	max-width: 220px;
	max-height: 100px;
	_width: 220px;
}

.home .bloc .lienSuite
{
    padding-top: 10px;
    display: block;
    text-align: right;
}
.home .bloc .lienSuite a
{
    background: url(images/lienSuite.png) no-repeat 0 7px;
    padding-left: 7px;
}

/* actus */

#actusContenu
{
	position: relative;
	padding-top: 25px;
}
#actusContenu .actu 
{
	width: 220px;
}

.bxslider_wrap
{
    position: relative;
}
.bx_pager 
{
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}
 .carousel-nav ul
 {
    list-style: none;
    float: right;
    margin: 0;
    padding: 0;    
}
 .carousel-nav li 
 {
    float: left;
 }
.bx_pager a,  .carousel-nav li a
{
	background: #989898 url(images/pager-inactif.png) no-repeat top left;
    color: #fff;
	float: left;
	margin-right: 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	padding: 3px 0 0 0;
	width: 22px;
	height: 19px;
	text-align: center;
}
.bx_pager a:hover, .bx_pager a.active, .carousel-nav a:hover, .carousel-nav a.active  
{
	background: #e42727 url(images/pager-actif.png) no-repeat top left;
}

/* agenda */

.home .agenda
{
    margin-bottom: 20px;
}
.home .agenda-item
{
    padding: 3px 5px;
}
.home .agenda-item.alt
{
    background: #dfdfdf;
}


/*********** GRIDVIEWS (AGENDA...) ***********/

div.gridView
{
    border: 1px solid #6d6d6d;
}
table.gridView
{
    border-collapse: collapse;
    width: 100%;
}
.gridView th
{
    background: #686868;
    border-right: 1px solid #535353;
    text-align: left;
    font-weight: normal;
    color: #fff;
    padding: 0;
}
.gridView th span
{
    display: block;
    border-top: 1px solid #868686;
    border-left: 1px solid #868686;
    padding: 3px;
}
.gridView td
{
    border-right: 1px solid #cccccc;
    padding: 3px;
    background: #fff;
}
.gridView .row0 td
{
    background: #f2f2f2;
}



/**************************************************************/


/*********** LIENS ***********/

#conteneurLiens
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Sans-Serif;
    padding: 20px 0 50px 0;
}
#conteneurLiens h2
{
}
#conteneurLiens a
{
    display: block;
    float: left;
    margin-right: 15px;
    position: relative;
    color: #fff;
    font-size: 12px;
    _position: static;
}
.addthis_button_compact{
	padding-bottom:10px;
	text-align:right;
}
#conteneurLiens a span
{
    position: absolute;
    bottom: 4px;
    left: 25px;
    _position: static;
    _display: block;
    _margin-top: -23px;
    _margin-left: 25px;
}

.ListLien
{	
	list-style: none;
	margin: 0;
	padding: 0;
}

.ListLien li 
{
	padding: 0;
	float: left;
}
/*********** PIED DE PAGE ***********/

#footer
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    clear: both;
    width: 954px;
    margin: 0 auto;
    color: #fff;
    padding-top: 20px;
}
#footer a
{
    text-decoration: none;
    color: #fff;
}
#footer a:hover
{
    color: #000;
}

#infosFooter
{
    text-align: center;
}

#liensFooter
{
    text-align: center;
    margin: 20px 0;
}

/* arborescence dans le footer */

#arboFooter ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#arboFooter ul ul 
{
    padding-top: 6px;
}
#arboFooter li
{
    margin: 0;
    padding: 0 10px 0 20px;
    border-left: 1px solid #646464;
    float: left;
    width: 158px;
    height: 200px;
    color: #b7b7b7;
    font-weight: bold;
}
#arboFooter li li
{
    padding: 0;
    border: 0;
    width: auto;
    float: none;
    display: block;
    height: auto;
    font-weight: normal;
}
#arboFooter a
{
    color: #b7b7b7;
    display: block;
    margin-bottom: 2px;
}
#arboFooter a:hover
{
    color: #000;
}


#poweredby
{
    text-align: center;
    margin-top: 20px;
    clear: both;
}


/*********** POPUP ***********/

#popup
{
    background: #fff;
    padding: 10px;
}
/*= non compatible mobile
/*--------------------------------*/
.MobMenu
{
	display: none;
}
.clearfix
{
	height: 1px;
	clear: both;
	font-size: 1px;	
}
