/* 
 _______________________________________________________
|                                                       |
|    DESIGN + http://fullahead.org                      |
|      DATE + 2005.05.12                                |
| COPYRIGHT + free use if this notice is kept in place  |
|                                                       |
| ADAPTATION SPIP + ERIC NOEL + NE0FUTUR + TATANKA      |
|      DATE + 2005.07.19 + 2005.10.23                   |
|_______________________________________________________|

*/


/* -- Main layout styles -- */

body {
  margin: 1em 1em 1em 1em;
  padding: 0px;
  font-family: verdana, sans-serif;
  font-size: 1.0em;
  background-color: #333;  
}

#siteBox {
  float: left;
  width: 100%;
  color: #FFF;
}


/* -- Header layout/display styles -- */

#header {
  float: left;
  width: 100%;
  height: 4em;
  background: #25509F url(../images/hdr.jpg) no-repeat bottom left;
}

#header a {
  float: right;
  width: 8em;
  padding: 5px 10px 5px 10px;
  font-size: 0.6em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  background-color: #666;
  border-bottom: 2px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}

#header a:hover, #header a.active {
  padding-top: 10px;
  background-color: #333;
}

#header a.lastMenuItem {
  background-image: url(../images/corner_tr.gif);
  background-repeat: no-repeat;
  background-position: top right;
  border-right: 0px;
}

a .desc {
  display: none;
  color: #FC0;  
}

a:hover .desc, .active .desc {
  display: block;
}


/* -- Header title and subTitle layout/display styles -- */

.title {
  float: left;
  padding: 1em 30px 0 2em;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  line-height: 0.75em;
  letter-spacing: -0.15em;
  color: #FC0;
}

.subTitle {
  display: block;
  font-size: 0.4em;
  line-height: 1.2em;  
  letter-spacing: 0.01em;
}


/* -- Content layout/display styles -- */

#content {
  float: left;
  width: 100%;
  padding: 1em 0 1em 0;
  background-color: #666;
}

#contentLeft {
  float: left;
  width: 23.3%;
  margin-bottom: 1em;
  background: #777 url(../images/corner_sub_tr.gif) no-repeat top right;  
}

#contentRight {
  float: right;
  width: 75%;
  background: #777 url(../images/corner_sub_tl.gif) no-repeat top left;
}

#contentTopRight {
  margin: 1.1em 1.2em 0px 1.2em;
}

#edito {
  font-family: verdana, sans-serif;
  font-size: 12px;
  height: 110px;
/*  vertical-align: text-top;*/
}

#edito[id] {
  height: auto;
  min-height: 110px;
}

/* Calendrier */

#cal {
  float: right;
  text-align: right;
  width: 160px;
}

#cal a {
  display: block;
  border: 0px;
}

#cal a:hover {
  text-decoration: none;
  border: 0px;
}

#cal table {
  width: 160px;
  padding-left: 5px;
  background-color: #777;
}

#cal td {
  margin: 0px;
  padding: 0px;
  width: 20px;
}

/* la case comportant le mois tout en haut */
.calendrier-mois {  
  text-align: center;
/*  height: 12px; */
  font-size: 12px;
  font-weight: bold;
  margin-top: 1px;
}

/* pour distinguer le mois courant */
.calendrier-ce-mois {
  text-decoration: underline;
}

/* les cases L M M J V S D */
.calendrier-jour {
  color: #FFF;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px dotted #FFF;
/*  padding-right: 1px; */
}

/* les cases des numéros de semaines quand pas d'article */
.calendrier-semaine {
  color: #FFF;
  font-size: 12px;
  text-align: center;
  border-right: 1px dotted #FFF;
}

/* les cases des numéros de semaines quand au moins 1 article */
.calendrier-activesemaine {
  color: #FFF;
  background-color: #AAA;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border-right: 1px dotted #FFF;
}

/* la case du jour sélectionné */
.select-day {
  background-color: #DDD;
  color: #000;
  text-align: center;
  font-weight: bold;
/*  padding-right: 1px; */
  font-size: 12px;
}

/* pour distinguer le numéro du jour d'aujourd'hui */
.today {
  text-decoration: underline;
}

/* case d'un jour de la semaine */
.weekday {
  text-align: center;
/*  padding-right: 1px; */
  font-size: 12px;
}

/* case de week-end */
.weekendday {
/*  background-color: #dbb; */  
/*   color: black; */
  text-align: center;
/*  padding-right: 1px; */
  font-size: 12px;
}

/* case active en semaine */
.activeday {
  background-color: #AAA;
  text-align: center;
  font-weight: bold;
/*  padding-right: 1px; */
  font-size: 12px;
}

/* case active en week-end */
.activeweekendday {
  background-color: #AAA;
  text-align: center;
  font-weight: bold;
/*  padding-right: 1px; */
  font-size: 12px;
}

/* case des jours des autres mois */
.outday {font-size: 12px;}
/* !Calendrier */

#content p {  
  margin: 1.1em 1.2em 1.1em 1.2em;
  font-size: 0.7em;
  line-height: 1.3em;
}

.contentTitle {
  margin: 1.2em 1.2em 0.5em 1.2em;
  font-size: 0.8em;
  line-height: 1.8em;
}

.contentTexte {
  margin: 0.5em 1.2em 2em 1.2em;
  font-size: 0.8em;
  line-height: 1.8em;
}

p.centre {
  text-align:center
}
  
#content a {  
  text-decoration: none;
  color: #FC0;
  border-bottom: 1px solid #AAA;
}

#content a:hover {
  color: #DDD;
  background-color: #888;
  border-bottom: 1px solid #EEE;
}

.headerTop, .header, .subHeader {
  font-weight: bold;
  font-size: 1.1em;
  color: #FC0;
  border-bottom: 1px solid #AAA;
}

.header, .subHeader {
  display: block;
}

.header a:visited {
  background-color: #888;
}

.headerTop[class] {
  display: block;
}

.subHeader {
  border: 0px;
}


/* -- Content left site links (large plus icon) -- */

#content a.menuItem {
  display: block;  
  padding: 5px 0 5px 54px;
  background: url(../images/icn_plus.gif) no-repeat center left;
  border: 0px;
}

#content a:hover.menuItem { 
  color: #DDD;
  background: #888 url(../images/icn_plus_on.gif) no-repeat center left;
  border: 0px;
}


/* -- Content left site links (no plus icon) -- */

#content a.menunoItem {
  display: block;  
  border: 0px;
}

#content a:hover.menunoItem { 
  color: #DDD;
  border: 0px;
}


/* -- Footer layout/display styles -- */

#footer {
  float: left;
  width: 100%;
  height: 3em;
  font-size: 0.6em;
  line-height: 2.6em;
  color: #0AD;
  background: #25509F url(../images/hdr.jpg) repeat-y top left;
}

#footerLeft {
  float: left;
  width: 60%;
  height: 3em;
  text-align: left;
  background: url(../images/corner_bl.gif) no-repeat bottom left;
}

#footerRight {
  float: right;
  width: 35%;
  height: 3em;
  text-align: right;
  background: url(../images/corner_br.gif) no-repeat bottom right;
}

#footer a {
  color: #0AD;
}

#footer a:hover {
  color: #666666;
}


/* -- Display formatting styles -- */

.grey {
  font-size: 0.9em;
  color: #AAA;
}

.white {
  color: #FFF;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}


/* -- <ul> tag styles -- */

ul{
  font-size: 0.8em;
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-image: url(../images/li_bullet.gif);
}

li {
  margin-left: 50px;
}


/* -- Image alignment classes -- */

.imgLeft, .imgRight {
  margin: 5px;
}

.imgLeft {
  float: left;
  margin-left: 0px;
}

.imgRight {
  float: right;
  margin-right: 0px;
}
.menu_gauche {
        border-top: 1px dashed #a0a0a0;
        margin: 1px;
        padding-left: 7px;
        padding-right: 7px;
        padding-top: 3px;
        padding-bottom: 3px;
        font-size: 80%;
}

.menu_gauche_s {
        border-top: 1px dashed #a0a0a0;
        margin: 1px;
        padding-left: 14px;
        padding-right: 7px;
        padding-top: 3px;
        padding-bottom: 3px;
        font-size: 80%;
}

.menu_gauche_d {
        border-top: 1px dashed #a0a0a0;
        border-bottom: 1px dashed #d0d0d0;
        margin: 1px;
        padding-left: 7px;
        padding-right: 7px;
        padding-top: 3px;
        padding-bottom: 3px;
        font-size: 80%;
}


/* -- Utility classes to create the bottom rounded corners -- */

.bottomCorner {
  text-align: right;
}

.vBottom {
  vertical-align: bottom;
}
