
/* Page Rubrique */

.PAGE-RUBRIQUE .LISTE-RUBRIQUE a {
 color: #616162;
 text-decoration: none;
}

.PAGE-RUBRIQUE .LISTE-RUBRIQUE a:hover {
 color: #FF6600;
 text-decoration: underline;
}

.LISTE-RUBRIQUE {
 margin-bottom: 20px;
 float: left;
 width: 100%;
}

.PAGE-RUBRIQUE .LISTE-RUBRIQUE dd {
 margin-right: 10px;
 white-space: normal;
}

.LISTE-RUBRIQUE dl {
 width: 48%;
 float: left;
}

.LISTE-RUBRIQUE dt {
 float: left;
}

/* liste info resume */

div.LISTE-INFO h3 {
 clear: both;
}

dl.LIEN-INFO {
 float: left;
 margin: 0 10px 0 0;
}

dl.LIEN-INFO a {
 text-decoration: none;
 color: #666666;
}

dl.LIEN-INFO a:hover {
 text-decoration: underline;
 color: black;
}

/* Page Info */

dl.RUBRIQUES-INFO {
 clear: both;
 float: left;
 width: 100%;
 border-top:1px solid #E8531D;
 margin-top: 10px;
}

dl.RUBRIQUES-INFO dt {
 color:#E8531D;
}

dl.RUBRIQUES-INFO dd {
 float: left;
 width: auto;
 padding: 0 10px;
 border-right: solid 1px black;
}

dl.RUBRIQUES-INFO dd a {
 color: black;
 text-decoration: none;
 font-size: 0.9em;
}

.PAGE-INFO .AUTEUR {
 font-size: 0.9em;
 color: #999999;
 border-bottom: solid 1px #C7C7C7;
}

.PAGE-INFO .DATE,
.PAGE-INFO .AGENDA {
 font-size: 0.9em;
 clear: both;
 display: block;
}

.PAGE-INFO .CORPS {
 margin-top: 10px;
}

span.CORPS {
 /*clear: both;*/
 display: block;
}

/* icone RSS */

div.RSS {
 text-align: center;
 margin: 10px 0;
 float: left;
 width: 100%;
}

div.RSS img {
 float: none;
 margin: 2px 30px;
}

div.RSS a {
 color: black;
 text-decoration: none;
 font-size: 0.9em;
}

/* Sommaire des news */

div.SOMMAIRE * {
 text-align: left;
}

div.SOMMAIRE a,
div.PAGES dl.MINI-SOMMAIRE a {
 color: #616162;
 text-decoration: none;
}

div.SOMMAIRE a:hover,
div.PAGES dl.MINI-SOMMAIRE a:hover {
 color: black;
 text-decoration: underline;
}

div.SOMMAIRE H1,
div.SOMMAIRE H2,
div.SOMMAIRE H3,
div.SOMMAIRE H4,
div.SOMMAIRE H5 {
 margin: 0;
}

div.SOMMAIRE div {
 clear: both;
}

div.SOMMAIRE .LEVEL1 dl {
 margin-left: 20px;
}

div.SOMMAIRE .LEVEL1 div {
 border-left: solid 1px #CCCCCC;
 margin-left: 20px;
 padding-left: 5px;
}

/* mini sommaire */

div.PAGES dl.MINI-SOMMAIRE {
 float: left;
 width: 100%;
 clear: both;
 margin-bottom: 10px;
 border-bottom: solid 1px #585f69;
}

div.PAGES dl.MINI-SOMMAIRE dt {
 background-color: #585f69;
 width: 40%;
 padding: 1px 5px;
}

div.PAGES dl.MINI-SOMMAIRE dt a,
div.PAGES dl.MINI-SOMMAIRE dd.ON a {
 color: white;
 font-weight: bold;
}

div.PAGES dl.MINI-SOMMAIRE dd {
 float: left;
 padding: 1px 8px;
 border-right: solid 1px #585f69;
}

div.PAGES dl.MINI-SOMMAIRE dd.ON {
 background-color: #585f69;
}

div.COL dl.MINI-SOMMAIRE dt {
 font-weight: bold;
}

/* blog */

div.LISTE-COMMENTAIRES dl.ITEM {
 width: 100%; 
 border-bottom: dotted 1px black;
 padding-bottom: 5px;
}

.PAGES dl.POPUP-NOUVEAU-COMMENTAIRE {float: right;}
.PAGES dl.POPUP-NOUVEAU-COMMENTAIRE dt a {background-image: url(../../default/images/AjoutCommentaire.png);width: 197px; height: 57px; display: block;text-align: center;padding-top: 10px; font-weight: bold;color: black;float: right;}

