/* Misill
** $Id: custom.css.dtml 29969 Avril/mai 2009 Nuxeo $
*/

/* DTML instructions to set caching headers.





*/

div.articleMainImage {
  float:right;
}

body {
    background-color: #e2e1dd;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
}

A:link {text-decoration : none;color : #000;}
A:active {text-decoration : none;color : #000;}
A:visited {text-decoration : none;color : #333;}
A:hover {text-decoration : underline;color : #000;}


/* Main table */
/* Pour la table contenant la page et les actions */
table.misillNGPageContainer {
  margin:0 auto;
}

#text {display : none;}

blockquote {background-color : #EDECE9}

/* La table contenant la page (fonds, bordures + contenus). En partant d'en haut à gauche pour aller en bas à droite. */

table.misillNG {
  width: 1016px;
  border-spacing:0;
}

table.misillNG td {
  padding:0px;
}

table.misillNG td.corner {
  width: 33px;
  height: 30px;
  background-position:top left;
  background-repeat:no-repeat;
}

table.misillNG td.topLeftCorner {
  background-image:url(/img/misillNG/corner_top_left.gif);
}

table.misillNG td.fullWidth {
  width:950px;
  height: 30px;
  background-position:top left;
  background-repeat:repeat-x;
}

table.misillNG td.topSide {
  background-image:url(/img/misillNG/border_top.gif);
}

table.misillNG td.topRightCorner {
  background-image:url(/img/misillNG/corner_top_right.gif);
}

table.misillNG td.side {
  width: 33px;
  background-position:top left;
  background-repeat:repeat-y;
}


table.misillNG td.leftSide {
  background-image:url(/img/misillNG/border_left.gif);
}

table.misillNG td.headerLeftSide {
  background-image:url(/img/misillNG/border_header_left.gif);
}

/* Encore des bordures */

table.misillNG td.rightSide {
  background-image:url(/img/misillNG/border_right.gif);
}

table.misillNG td.headerRightSide {
  background-image:url(/img/misillNG/border_header_right.gif);
}


table.misillNG td.footerLeftSide {
  background-image:url(/img/misillNG/border_footer_left.gif);
  height:73px;
}

table.misillNG td.footerSide {
  background-image:url(/img/misillNG/trame_bottom.gif);
  background-color:#fff;
  height:73px;
}

table.misillNG td.footerRightSide {
  background-image:url(/img/misillNG/border_footer_right.gif);
  height:73px;
}


table.misillNG td.bottomLeftCorner {
  background-image:url(/img/misillNG/corner_bottom_left.gif);
}

table.misillNG td.bottomSide {
  background-image:url(/img/misillNG/border_bottom.gif);
}


table.misillNG td.bottomRightCorner {
  background-image:url(/img/misillNG/corner_bottom_right.gif);
}

table.misillNG td.contentSide {
  background-color:#e2e1dd;
  border-bottom:10px solid #fff;
}


/* Zone d'en-tête et logo MISILL */

table.misillNG td.headerSide {
  background-color:#fff;
}

table.misillNG div.misillText {
  float:left;
}



/* Zone de recherche */

table.misillNG div.misillSearch {
  float:right;
  padding-top:21px;
  width:300px;
  }

table.misillNG div.misillSearch input {
  border-style: hidden;
  border-width: 0;
  color: #999;
  background:transparent url(/img/misillNG/searchbox.gif) top right no-repeat;
  font-size:11px;
  height:23px;
  padding:4px 30px 4px 8px;
  width:123px;
}

table.misillNG div.misillSearch button {
  display:none;
}


/* Contient la bannière en Flash */

table.misillNG div.banner {
  width:950px;
  height:220px;
background-image : url(vide.gif);
}


/* Menu de navigation */

table.misillNG div.navbar {
  float:left;
  background-color:#333;
  width:100%;
}

table.misillNG div.navbar ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0 10px 0 0;
}

table.misillNG div.navbar li {
  float:left;
  font:normal 18px Optima, Verdana, Arial, sans-serif;
}

table.misillNG div.navbar ul li a {
  padding:8px 12px;
  display:block;
}

table.misillNG div.navbar ul li a:hover {
  text-decoration:none;
}


/* Fil d'Ariane */

table.misillNG div.breadcrumbs {
  border-bottom: 2px solid #666;
  border-top: 2px solid #666;
  color:#999;
  height:26px;
  overflow:hidden;
}

table.misillNG div.breadcrumbs a:link, table.misillNG div.breadcrumbs a:visited, table.misillNG div.breadcrumbs a:hover {
  text-decoration:none;
  color:#999;
}

table.misillNG div.breadcrumbs a:hover {
  text-decoration:underline;
}

table.misillNG div.breadcrumbs img {
  margin:0 5px;
}



/* Styles pour le pied de page */

table.misillNG .footerLogos {
 margin-top : 10px;
 text-align:center;
}

table.misillNG .footerLogos img {
  margin:0 20px;
}


table.misillNG .footerText {
  color:#666;
  text-align:center;
  margin-top:5px;
}

table.misillNG .footerText a:link, table.misillNG .footerText a:visited, table.misillNG .footerText a:hover {
  text-decoration:none;
  color:#666;
}

table.misillNG .footerText a:hover {
  text-decoration:underline;
}


/* La table principale (sous l'en-tête, la navigation et le fil d'Ariane). Contient deux colonnes : une petite, bleue, contextuelle, et une de contenu principal */

table.mainContainer {
  width:920px;
  margin-top:22px;
  margin-bottom:22px;
}

table.mainContainer td.smallColumn {
  width:280px;
}

table.mainContainer td.spacerColumn {
  width:20px
}

table.mainContainer td.mainColumn {
  width: 620px;
}

table.mainContainer td.mainColumn div.document {
  background-color:transparent;
  font-size:11px;
  font-family: Verdana, Arial, sans-serif;
}

table.mainContainer .insideContent div.document {
 background-color:#fff;
}

table.mainContainer div.blueColumn {
  width:280px;
  background: #0da4d8 url(/img/misillNG/blue_column_bottom.gif) bottom left no-repeat;
  padding:0;
  margin:0;
  padding-bottom:48px;
  color:#fff;
}

table.mainContainer div.blueColumn a:link, table.mainContainer div.blueColumn a:hover, table.mainContainer div.blueColumn a:visited {
  color:#fff;
}

table.mainContainer div.columnTitle {
  background: transparent url(/img/misillNG/blue_column_title.gif) top left no-repeat;
  color:#fff;
  padding-top:12px;
  text-align:center;
  font-weight:bold;
  font-size:14px;
  padding-bottom:10px;
  border-bottom:1px solid #001B6C;
  font-size:18px;
}


table.mainContainer div.columnSubTitle {
  background: transparent url(/img/misillNG/blue_column_subtitle.gif) top left no-repeat;
  border-bottom:2px solid #fff;
  color:#fff;
  padding-top:13px;
  padding-left:36px;
  font-weight:bold;
  font-size:14px;
  padding-bottom:12px;
}

table.mainContainer div.eregie {
  color:#fff;
  font-weight:bold;
  font-size:14px;
  text-align : center;
  padding-bottom : 13px;
  padding-top :5px;
  margin-bottom : 25px;
  border-bottom : solid 2px #fff;
}

table.mainContainer div.columnBody {
  width:280px;
  background: transparent url(/img/misillNG/blue_column_body.gif) top left repeat-y;
}

table.mainContainer div.columnBody ul {
  padding : 0;
  margin : 0;
list-style-type : none;
}

table.mainContainer div.columnBody ul li {
  padding : 0;
  margin : 0;
list-style-type : none;
height : auto!important;
height : 30px;
}

table.mainContainer .insideColumn .columnBody .browny-box .bbody {
  margin-top:0;
}

/* liens menu gauche */
.column_menu_left a
{
  display:block;
  padding : 8px 2px 8px 5px;
  border-top:1px solid #006edb;
  border-bottom:1px solid #001b6c;
  font-size:14px;
  background:transparent url(/img/misillNG/blue_column_item.gif) top left no-repeat;
}

table.mainContainer .insideColumn .columnBody .browny-box .bbody .content a, table.mainContainer div.columnBody ul li a {
  display:block;
  padding : 8px 2px 8px 5px;
  border-top:1px solid #006edb;
  border-bottom:1px solid #001b6c;
  font-size:14px;
  background:transparent url(/img/misillNG/blue_column_item.gif) top left no-repeat;
}

table.mainContainer div.blueColumn div.videoItem {
  padding:15px 20px;
}

table.mainContainer div.blueColumn div.videoItem embed {
  margin-bottom:5px;
}

table.mainContainer div.blueColumn div.videoItem a {
  text-transform:uppercase;
  font-weight:bold;
}

table.mainContainer div.blueColumn div.items {
  text-align:center;
  background:transparent url(/img/misillNG/blue_column_separator.gif) top left no-repeat;
  padding: 10px 0;
}

table.mainContainer div.blueColumn div.items img {
 margin:5px 0;
}


/* Les actions si on est identifié */

#misillActions {
  margin-top:400px;
  }

#misillActions div.browny-box  {
  margin-bottom:30px;
  width:auto;
  background-color:transparent;
}


#misillActions .bbody {
  border:none;
  border-top:1px solid #F1F2F3;
  border-bottom:1px solid #F1F2F3;
  padding-top:0;
  margin-top:0;
}

#misillActions div.browny-box .title {
  font-size:15px;
  color:#993333;
  border:none;
  margin:0;
  padding:5px 0;
  background-image:none;
  background-color:transparent;
}

#misillActions ul {
  margin-left:0;
  padding-left:0;
  list-style-image:none;
}

#misillActions ul li {
  border-top:1px solid #F1F2F3;
  padding:5px 0;
}


/* Valeurs pré-existantes des CSS, mises à jour pour certaines  */


table.columns td.left {
  background-color: #f8f8ed;
  vertical-align: top;
  width: 113px;
  padding-top: 0px;
}

table.columns td.rright {
  background-color: #f8f8ed;
  vertical-align: top;
  width: 113px;
  padding: 10px 0px 0px 10px;
}

/* Center table */

table.center td.top_noheight {
    width: 667px;
    height: 20px;
    background-color: #f8f8ed;
}

table.center td.main {
  background-color: #f8f8ed;
  width: 539px;
  padding: 20px;
}

table.center td.main1 {
  background-color: #f8f8ed;
  width: 667px;
  padding: 20px 0 20px 20px;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:11px;
  font-weight:normal;
}

table.center td.m_right {
  background-color: #f8f8ed;
  vertical-align: top;
  width: 128px;
  padding: 10px 0px 0px 0px;
}


/* header block */

table.bandeau {
    width: 667px;
    height: 79px;
background-color:#1A193C

}

table.bandeau td.top_left {
    width: 332px;
    height: 50px;
    margin-left: 0;
    padding: 0;
margin:0
}

table.bandeau td.top_right {
    padding: 4px;
    vertical-align: middle;
    background-color: #1A193C;
    height: 26px;
    border-style: solid;
    border-color: #ccc;
    border-width: 0 0 1px 1px;
}

table.bandeau td.top_right a {
    margin-left: 5px;
    margin-right: 5px;
}

table.bandeau td.bottom_left {
    padding: 0 4px 0 4px;
    vertical-align: middle;
    background-color: #1A193C;
    height: 26px;
    border-style: solid;
    border-color: #ccc;
    border-width: 0 1px 0 1px;
}

table.bandeau td.bottom_right {
    padding: 2px;
    vertical-align: middle;
    background-color: #1A193C;
    width: 63px;
}

table.bandeau td.bottom {
    padding: 0;
    vertical-align: middle;
    background-color: #fff;
    border-style: solid;
    border-color: #000;
    border-width: 0 0px 1px 0;
}

div.space_bottom {
    margin-bottom: 5px;
}

div.space_top {
    margin-top: 0;
    background-color: #f8f8ed;
}

div.yellow {
    background-color: #edeecd;
    padding: 8px;
    border-style: solid;
    border-color: #999;
    border-width: 0 2px 2px 0;
}

.linoir11b A:link {font-family : Verdana,Arial,Helvetica,sans-serif;font-size : 11px;text-decoration : underline;color : #000;font-weight : 600;}
.linoir11b A:active {font-family : Verdana,Arial,Helvetica,sans-serif;font-size : 11px;text-decoration : underline;color : #000;font-weight : 600;}
.linoir11b A:visited {font-family : Verdana,Arial,Helvetica,sans-serif;font-size : 11px;text-decoration : underline;color : #000;font-weight : 600;}
.linoir11b A:hover {font-family : Verdana,Arial,Helvetica,sans-serif;font-size : 11px;text-decoration : none;color : #000000;font-weight : 600;}

div.suite a:link {font-family : Verdana,Arial,Helvetica,sans-serif;font-size : 10px;text-decoration : none;color : #000;}
div.suite a:active {font-family : Verdana,Arial,Helvetica,sans-serif;font-size : 10px;text-decoration : none;color : #000;}
div.suite a:visited {font-family : Verdana,Arial,Helvetica,sans-serif;font-size : 10px;text-decoration : none;color : #000;}
div.suite a:hover {font-family : Verdana,Arial,Helvetica,sans-serif;font-size : 10px;text-decoration : underline;color : #000;}

div.suite2 a:link {font-family : Verdana,Arial,Helvetica,sans-serif;font-size : 10px;text-decoration : none;color : #9B150D;}
div.suite2 a:active {font-family : Verdana,Arial,Helvetica,sans-serif;font-size : 10px;text-decoration : none;color : #9B150D;}
div.suite2 a:visited {font-family : Verdana,Arial,Helvetica,sans-serif;font-size : 10px;text-decoration : none;color : #9B150D;}
div.suite2 a:hover {font-family : Verdana,Arial,Helvetica,sans-serif;font-size : 10px;text-decoration : underline;color : #9B150D;}



.linoir11b {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight:normal;
    color:#000;
    text-decoration:none;
}

div.float-left {
    float:left;
    padding-right: 8px;
}

div.float-right {
    float:right;
}

/* BOX ---------------------------------------- */

/* browny */

table.browny-box {
  margin-left: 2em;
}

div.browny-box {
  background-color:#fff;
  width:620px;
}

/* Si deux box les unes dans les autres */

div.browny-box div.browny-box {
 width:auto;
}

.insideContent div.browny-box div.browny-box {
 border-bottom:none;
}

.insideContent div.browny-box .bbody div.browny-box .bbody {
 padding:0;
}

/* pour les boites dans la petite colonne bleue */

.smallColumn div.browny-box {
  background-color:transparent;
  width:auto;
}

/* pour celle des logos du footer */

.footerLogos div.browny-box {
  background-color:transparent;
  width:auto;
}


/* que pour le front */
.frontContent div.browny-box {
  background:#fff url(/img/misillNG/browny_body.gif) bottom left repeat-x;
  border-bottom:1px solid #999;
  padding-bottom:48px;
}

div.browny-box div.rvbody {
}

div.browny-box td div {
  margin-left: 2px;
}

.frontContent div.browny-box img {
  border: 2px solid #e2e1dd;
  float:left;
  margin:0 10px 10px 0;
}

.underline {
  background:#fff url(/img/misillNG/browny_title.gif) top left no-repeat;
  border-bottom:2px solid #999;
  color:#666;
  padding-top:13px;
  padding-left:28px;
  font-weight:bold;
  font-size:14px;
  padding-bottom:14px;
  }

div.browny-box .title {
  background:#fff url(/img/misillNG/browny_title.gif) top left no-repeat;
  border-bottom:2px solid #999;
  color:#666;
  padding-top:13px;
  padding-left:28px;
  font-weight:bold;
  font-size:14px;
  padding-bottom:14px;
  }
div.browny-box .title h1 {
  border : none;
  color:#666;
  padding : 0;
  font-weight:bold;
  font-size:14px;
  margin : 0;
  }

.articleHeader {
  float:none !important;
}

.document .underline {
  padding-top:11px;
  padding-bottom:12px;
}

.datetime {
  font-size: 11px;
  font-weight: normal;
}
div.browny-box .title a {
  background-color: #9B150D;
  color: white;
}
div.browny-box .bbody {
padding-top : 0;
}

/* pour que le menu reste collé à la banner */
.headerSide div.browny-box .bbody {padding-top : 0;}

/* que pour le inside */
.insideContent div.browny-box {
  border-bottom:2px solid #999;
  padding-bottom:0;
  }

.insideContent div.browny-box .bbody {
  margin:0;
  padding:17px;
}

div.browny-item {
  margin:10px 15px;
}

div.browny-item img {float : left; margin-right : 10px; border: 2px solid #e2e1dd;}

div.browny-text a {
 text-transform: uppercase;
 color:#9b150d;
 font-weight:bold;
}

div.browny-text h1 {
 text-transform: uppercase;
 color:#9b150d;
 font-weight:bold;
font-size:12px;
border : none;
margin-top : 0;
margin-bottom : 0;
padding-top : 0;
padding-bottom : 0;
}

div.browny-box .lireLaSuite {
  background:transparent url(/img/misillNG/browny_lirelasuite.gif) top left no-repeat;
  float:right;
  font-size:9.5px;
  margin-top:5px;
margin-bottom : 15px;
  }

/** lien une **/
/** div.browny-box .lireLaSuite a {
  color:#fff;
  display:block;
  padding:1px 10px 2px 18px;
  } **/

#content .bbody .lireLaSuite a, #content .bbody .lireLaSuite a:link, #content .bbody .lireLaSuite a:visited, #content .bbody .lireLaSuite a:hover {
  color:#fff;
  display:block;
  padding:1px 10px 2px 18px;
  }


/* Boite sans titre à coller en dessous d'une autre */

.insideContent div.bottombox {
  /* background:#fff url(/img/misillNG/browny_body.gif) bottom left repeat-x; */
  /* padding-bottom:38px !important; */
  border-bottom:none !important;
}

.bottombox .bbody {
  border-bottom:2px solid #999999;
  padding-top:20px !important;
  padding-bottom:30px !important;
}

.fleche {
  float:left;
  background: transparent url(/picto_fleche.gif) no-repeat;
  padding-left: 20px;
}

.boxfooter a:link, .boxfooter a:visited, .boxfooter a:hover {
  color:#6c6c6c;
  font-weight:bold;
}

/* Boite avec cadre sans titre */

.simpleBoxNoFrame {
  background:transparent url(/img/misillNG/browny_notitle.gif) top left no-repeat;
}
/* boîte sans cadre avec titre */
.boxNoFrame div.title {
  background: transparent url(/img/misillNG/blue_column_title.gif) top left no-repeat;
  color:#fff;
  padding-top:12px;
  text-align:center;
  font-weight:bold;
  font-size:14px;
  padding-bottom:10px;
  border-bottom:1px solid #001B6C;
  font-size:18px;
}

/* Boite simple */

.simpleBox {
  width:620px;
  background-color:#fff;
border-bottom:2px solid #999;
/* margin-bottom:26px; */
  padding-bottom:10px;
}
div.browny-box .simpleBox .title {
background-image : none;
border-bottom:2px solid #999;
border-top:2px solid #999;
  color:#666;
  padding-top:13px;
  padding-left:17px;
  font-weight:bold;
  font-size:14px;
  padding-bottom:14px;
}
div.browny-box .simpleBox {border-bottom:none}

.simpleBox .title {
background-image : none;
border-bottom:2px solid #999;
  color:#666;
  padding-top:13px;
  padding-left:17px;
  font-weight:bold;
  font-size:14px;
  padding-bottom:14px;
}

.simpleBox .body {
  padding:20px;
}

/* Boite sans cadre + boite sans cadre et sans titre + sans style */

.insideContent div.boxNoFrame, .insideContent div.boxNoFrameNoTitle, .insideContent div.boxNoFrameNoTitleNoStyle {
  background:transparent;
  border-bottom:none;
}

div.boxNoFrame .title {
  background-image:none;
  border:none;
  padding-left:17px;
}


/* wh-box */

div.wh-box {
    margin: 0;
}

div.wh-box .title {
  color: #9B150D;
  background-color: #ffffff;
  border: 1px solid #9B150D;
  border-style: solid solid none solid;
  padding: 0.1em 0.2em 0.1em 8px;
  font-weight: bold;
  font-size: 120%;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

div.wh-box .bbody {
  border: 1px solid #9B150D;
  background-color: #F2F2F2;
  padding: 8px;
}

div.wh-box .odd {
  background-color: #F2F2F2;
}

/* allwh-box */

div.allwh-box {
    margin: 0;
}

div.allwh-box .title {
  color: #9B150D;
  background-color: #ffffff;
  border: 1px solid #9B150D;
  border-style: solid solid none solid;
  padding: 0.1em 0.2em 0.1em 8px;
  font-weight: bold;
  font-size: 120%;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

div.allwh-box .bbody {
  border: 1px solid #9B150D;
  background-color: #fff;
  padding: 8px;
}

div.allwh-box .odd {
  background-color: #fff
}

div.allwh-box a:link {font-family : Verdana,Arial,Helvetica,sans-serif;font-size : 10px;text-decoration : underline;color : #9B150D;}
div.allwh-box a:active {font-family : Verdana,Arial,Helvetica,sans-serif;font-size : 10px;text-decoration : underline;color : #9B150D;}
div.allwh-box a:visited {font-family : Verdana,Arial,Helvetica,sans-serif;font-size : 10px;text-decoration : underline;color : #9B150D;}
div.allwh-box a:hover {font-family : Verdana,Arial,Helvetica,sans-serif;font-size : 10px;text-decoration : none;color : #9B150D;}


/* bb-box */

div.bb-box {
    margin: 0;
}

div.bb-box .title {
  color: #FFFFFF;
  background-color: #9B150D;
  border: 1px solid #0E275D;
  border-style: solid solid none solid;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size: 120%;
  font-weight: bold;
  padding: 0.1em 0.2em 0.1em 8px;
  text-align: center;
}

div.bb-box .bbody {
  border: 1px solid #0E275D;
  background-color: #F2F2F2;
  padding: 0;
}

div.bb-box .odd {
  background-color: #F2F2F2;
}

/* bw-box */

div.bw-box {
    margin: 0;
}

div.bw-box .title {
  color: #FFFFFF;
  background-color: #9B150D;
  border: 1px solid #9B150D;
  border-style: solid solid none solid;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size: 120%;
  font-weight: bold;
  padding: 0.1em 0.2em 0.1em 8px;
  text-align: center;
}

div.bw-box .bbody {
  border: 1px solid #0E275D;
  border-style: none solid solid solid;
  background-color: #fff;
  padding: 0px;
}

div.bw-box .odd {
  background-color: #fff;
}


/* Internallinks box - titleonly */

table.titleonly a:link {font-family : Verdana,Arial,Helvetica,sans-serif;font-size : 11px;text-decoration : underline;color : #000;font-weight: normal;}
table.titleonly a:active {font-family : Verdana,Arial,Helvetica,sans-serif;font-size : 11px;text-decoration : underline;color : #000;font-weight: normal;}
table.titleonly a:visited {font-family : Verdana,Arial,Helvetica,sans-serif;font-size : 11px;text-decoration : underline;color : #000;font-weight: normal;}
table.titleonly a:hover {font-family : Verdana,Arial,Helvetica,sans-serif;font-size : 11px;text-decoration : none;color : #000;font-weight: normal;}


table.titleonly div.arrow {
    padding: 4px 3px 4px 6px;
}

table.titleonly div.titleright {
    padding: 4px 6px 6px 0px;
}


/* Table used in internallinks boxes twocolumns(_list) */


table.twocol tr {
  vertical-align: top;
}

table.twocol td {
  width: 241px;
}

.noir12b {font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px;font-weight:bold;color:#000;text-decoration:none;}
.noir10 {font-family:Verdana,Arial,Helvetica,sans-serif;font-size:10px;font-weight:normal;color:#000;text-decoration:none;}

div.separator {
  height: 10px;
}

div.suite {
  margin-top: 8px;
}

div.suite2 {
  margin-top: 2px;
  border-style: none none solid none; border-width: 1px; border-color: #0E275D;
  padding-bottom: 4px;
}

.noir10form{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:10px;font-weight:normal;color:#000;text-decoration:none;}

div.bfleft {
  width: 280px;
  float:left;
  padding-right: 0;
}

div.bnormal {
  margin-left:280px;
  padding-left: 10px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #9B150D;
}

div.bnormal1 {
  margin-left:280px;
  padding-left: 10px;
  border-style: none;
  width:280px;
}

div.clear {
  clear: both;
  font-size: 1px;
}

/* Form styles */
boxform {
  margin: 0;
}

dl.boxform {
  margin: 0;
  padding: 5px;
}

dl.boxform dt {
  width: 30%;
  float: left;
  margin: 0;
  padding: 0 0.5em 0.5em 0;
  text-align: right;
}

div.left_menu {
  padding:0;
  margin:0;
  font-size:0;
}

dl.form {
  margin-left: auto;
  margin-right: auto;
  width: 45.1em;
  padding: 0;
}


/* Contenu des pages */

/* Liens à l'intérieur d'un document */
#widget__text_widget a:link, #widget__text_widget a:visited, #widget__text_widget a:hover, #widget__text_widget a:link {
  color:#9B150D;
}

/* Liens à l'intérieur d'un bloc texte image */
#widget__textimage_widget a:link, #widget__textimage_widget a:visited, #widget__textimage_widget a:hover, #widget__textimage_widget a:link {
  color:#9B150D;
}

#content .bbody a, #content .bbody a:link, #content .bbody a:visited, #content .bbody a:hover {color : #9B150D;}

#content .bbody .listingDocuments a, #content .bbody .listingDocuments a:link, #content .bbody .listingDocuments a:visited, #content .bbody .listingDocuments a:hover {color : #000;}

#content .bbody .pagesBatching a, #content .bbody .pagesBatching a:link, #content .bbody .pagesBatching a:visited, #content .bbody .pagesBatching a:hover {color : #000;}

.articleBoxes .article_box_body {
  word-wrap: break-word;
  overflow:hidden;
}

.articleELink { 
  background:transparent url(/picto_fleche.gif) no-repeat scroll 0 0;
  padding-left:20px;
  margin:13px 0;
  font-weight : bold;
}

.articleELink a {color : #9B150D}
.articleELink a:visited {color : #9B150D}

.searchInterface h1 {
 margin:0;
 padding:0;
 border-bottom:0;
 font-size:14px;
 color:#666;
}

.searchInterface .url {
  color:#999;
}

.listingDocuments tr td {
 padding-bottom:13px;
}

.listingDocuments .documentInfos {
  color:#999;
  font-style:italic;
}

.published {
color:#999;
font-weight:normal;
}

.pagesBatching a:link, .pagesBatching a:visited {
  text-decoration:underline;
}

.pagesBatching a:hover {
  text-decoration:none;
}
.floatImg {
  margin-bottom:10px;
 }

.floatImg img {
  border: 3px solid #e1e0db;
}

.dleft {
 padding:0;
}

.dleft img {
  border: 3px solid #e1e0db;
  margin: 2px 10px 10px 0;
}

.dright img {
  border: 3px solid #e1e0db;
  margin: 2px 10px 10px 0;
}

.rssExport {
 float:right;
 
 width:36px;
 font-size:9px;
 padding:1px 3px;
 height:16px;
}

.rssExport a:link, .rssExport a:visited, .rssExport a:hover {
 color:white;
}

.browny-box .bbody h2 {
  border-bottom:none;
  font:bold 14px Verdana, Arial, sans-serif;
  margin-bottom:8px; 
  padding-top:0;
  margin-top:0;
}

.articleLastModified {
    font-weight:normal;
    color:#666;
    font-style:italic;
    margin-bottom:8px;
}

/* boîtes téléchargement, voir aussi et infos dans un flexible */

.article_box_title {
  color: #F7F7F7;
  background-color: #333;
  border: #333;
  border-style: solid solid none solid;
  padding: 0.2em;
  font-weight: bold;
  text-align: center;
}
div.article_box_body .content {
  padding : 0.7em 0.7em 0 0.7em;
  background-color: #F7F7F7;
  border:#333;
  border-style: solid;
  border-width: 1px;
}

#content .bbody .article_box_body a, #content .bbody .article_box_body a:link, #content .bbody .article_box_body a:visited, #content .bbody .article_box_body a:hover 
{color : #000;}

/* page 404 */
.page-erreur {padding : 8px; font-weight : bold;}
.page-erreur a {color : #9B150D; font-weight : normal;}
.page-erreur a:visited {color : #9B150D;}
.page-erreur ul li a {
background-image : url(/picto_fleche.gif); 
background-repeat : no-repeat; 
padding-left : 18px;
font-weight : bold;
}
/* fin page 404 */

/* page contact */
.page_contact li a {
background-image : url(/picto_fleche.gif);
background-repeat : no-repeat;
font-weight : bold;
padding-left : 18px;
}
/* fin page contact */

/* Page plan du site */
#plan-site li a, #plan-site li a:link {
background-image : url(/picto_fleche.gif); 
background-repeat : no-repeat; 
padding-left : 18px; 
background-position : 0 2px;
color : #666;
font-size : 115%;
}
#plan-site li ul li a, #plan-site li ul li a:link {
background-image : url(picto_fleche_middle.gif); 
padding-left : 16px;
color : #666;
font-size : 110%;
}
#plan-site li ul li ul li a, #plan-site li ul li ul li a:link {
background-image : url(picto_fleche_little.gif); 
padding-left : 14px;
background-position : 0 2px;
color : #666;
font-size : 105%;
}
#plan-site li ul li ul li ul li a, #plan-site li ul li ul li ul li a:link {
background-image : url(picto_fleche_mini.gif); 
padding-left : 12px;
background-position : 0 4px;
color : #666;
font-size : 100%;
}
#plan-site li a:visited {color : #666;}
#plan-site li ul li a:visited {color : #666;}
#plan-site li ul li ul li a:visited {color : #666;}
#plan-site li ul li ul li ul li a:visited {color : #666;}
/* fin page plan du site */

/* boite RSS */
#ul-rss {list-style-type : none; padding : 0; margin : 0; font-size : 12px;}
#ul-rss a {
background-image : url(picto_fleche_little.gif); 
background-repeat : no-repeat; 
padding-left : 16px;
background-position : 0 2px;
}
/* Fin boite RSS */

/* Icônes accueil */
.icones_accueil {float : left; padding-top : 2px;}
.icones_accueil a {margin-left : 5px;}
/* fin icônes accueil */

.articleTitle {font-size : 14px; border : none; margin-top : 0; padding-top : 0;}

.dcontent a {color : #9B150D; font-weight : bold}
.dcontent a:visited {color : #9B150D}

#liste_page {list-style-image : url(picto_fleche_mini.gif)}

/* Liens tableaux */
.lien_table a {color : #993333; background-image : url(picto_fleche.gif); padding-left : 17px; background-repeat : no-repeat}
.lien_table a:link {color : #993333; background-image : url(picto_fleche.gif); padding-left : 17px; background-repeat : no-repeat}
.lien_table a:visited {color : #993333; background-image : url(picto_fleche.gif); padding-left : 17px; background-repeat : no-repeat}

#table_page {width : 100%; border-collapse : collapse;}
#table_page th {border : solid 1px #999; text-align : center; font-weight : bold; background-color : #E2E1DD; padding : 3px;}
#table_page td {border : solid 1px #999; padding : 3px; vertical-align : top}

.title_simple {
  background:#fff;
  border-bottom:2px solid #999;
border-top:2px solid #999;
  color:#666;
  padding-top:13px;
  padding-left:28px;
  font-weight:bold;
  font-size:14px;
  padding-bottom:14px;
  }

.articleBoxes a,
.articleBoxes a:link, 
.articleBoxes a:visited,
.articleBoxes a:hover { 
  color:#000;
}

.boite_texte a, .boite_texte a:link, .boite_texte a:visited, .boite_texte a:hover {
  color : #9B150D;

}

/* Banner */

#fullsize {position : relative; width : 950px; height : 220px;}
#image img {position : absolute; z-index: 25; width : auto;}
.font_banner {color: #fff}

/* menu reforme */

#menu_reforme {text-align : center;}
.boite_texte #menu_reforme a, .boite_texte #menu_reforme a:link, .boite_texte #menu_reforme a:visited 
{color : #E2E1DD; background-color : #999; padding : 5px 8px; font-weight : bold;}
.boite_texte #menu_reforme a:hover {text-decoration : none; color : #fff}


/** Menu top **/

#menutop {
    margin : auto;
    text-align : left;
    width : 950px;
    background-color : #333;
    height : 33px;
}
#menutop a {text-decoration : none;}
#menutop ul {
    padding : 0;
    margin : 0;
    list-style-type : none;
}
#menutop li {
    padding : 0;
    margin : 0;
    list-style-type : none;
    }
#menutop ul li {
   float : right;
}
#menutop ul li ul li {
    float : left;
}

#menutop ul li ul {display : none;}

#menutop ul li:hover ul {
    display : block;
    width : 148px;
    position : absolute;
    z-index : 1000;
    padding-top : 4px;
}

#menutop ul li a {
    padding : 8px 10px 6px 10px;
    display : block;
    background-color : #333;
    color : #D4D0C8;
    font : normal 120% Optima, Verdana, Arial, sans-serif;
    font-weight : bold;
}
#menutop ul li a:hover {color : #fff;}
#menutop ul li ul li a {
    padding : 5px 10px;
    display : block;
    background-color : #333;
    width : 103px;
    color : #D4D0C8;
    border-top : solid 1px #666;
    border-bottom : solid 1px #333;
    font : normal 12px Optima, Verdana, Arial, sans-serif;
}
#menutop ul li ul li a:hover {
    background-color : #666;
    color : #fff;
    border-bottom : solid 1px #C7C7C7;
    border-top : solid 1px #C7C7C7;
}

#ul_service li a, #ul_service li a:link, #ul_service li a:visited {width : 120px;}

/*
*/


