/* Edited with EditCSS */
/**** LINK-tag style sheet crtbeige.css ****/

/* Edited with EditCSS */
/**** LINK-tag style sheet crtbeige.css ****/

/* Global Positioning */

* {
/*  border-width:3px; */
  font-family: Verdana, Arial;
  margin:0;
  padding:0;
}

/*
929ec4 bleu clair
00347a bleu fonce'
e7e2c6 beige
 */

body{
  background-color : #dadada;
  font-size : 90%;
  text-align: center; /* pour corriger le bug de centrage IE */
}

#site {
  border-style : solid;
  border-color : #929ec4;
  background-color: #e7e2c6;
  padding:1em;
  margin-left: auto;
  margin-right: auto;
  width: 608px;
  text-align: left; /* on rétablit l'alignement normal du texte */
}

#top {
  background-color: #00347a;
  display : block;
  height:10em;
  text-align:right;
  font-weight:bold;
  color : #fff;
  padding-right:1em;
  font-weight : bold;
  text-align:right;
}
#top a{
  color:#fff;
}

#top a:hover{
  color:#fa5;
}

#top a img {border: 0;}
a img {border: 0;}

#main{
  background-color: #e7e2c6;
  margin-top : -1em;
  margin-bottom: 1em;
  padding-bottom:1em;
}

html>body #main {
  height: auto;
} 

#left {
  background-color:#e7e2c6;
  display:block;
  font-size:80%;
}

#content {
  margin-left:1.0em;
  font-size:80%;
  width:100%;
}

#pres { 
  float : right;
  font-size:80%;
  text-align:left;
  margin-top:1em;
  color:white;
}

#descr {
  text-align:  justify;
  padding-top:1em;
  background-color: #e7e2c6;
  padding-right: 2em;
  padding-left: 0em;
}

#footer{
  font-size : 60%;
  text-align:center;
  color:#666666;
  margin-top : 1em;
}
#footer a {
  color:#333333;
}


/* menu */
#left ul {
  font-family: Arial, Helvetica, sans-serif;
}

#left li {
  font-variant : small-caps;
  font-weight:bold;
  list-style-type: none;
}

#left a {
  display: block;
  padding : 3px;
  background-color: #00347a;
  border-bottom: 1px solid #eee;
}

#left a:link, #navlist a:visited {
  color: #EEE;
  text-decoration: none;
}

#left a:hover {
  background-color: #929ec4;
  color: #fff;
  font-style:italic;
}

#left .lilight { background-color: #336699; }

#left .lilighter { background-color: #6699cc;  padding-left: 15px; }



/*list*/

#list{
  /*display : block;*/
}

#list .objli {
  display : block;
  margin-bottom:2px;
  border:solid;
  border-color: #929ec4; border-style: solid; border-width: 1px;
  margin-right:9px;
}

#list .objhead{
  color:#003366;
  background-color: #c9d7ea;
  display:block;
  font-weight:bold;
    padding:0.5em;

}

#list .objtitle {
    padding:0.5em 2em 0.5em 0.5em;
}

#list .objfonc {
  display:block;
  padding:0.5em 0.5em 0em 2em;
  font-weight:normal;
}

#list .objdate {
  display:block;
    padding:0.5em 2em 0.5em 0.5em;
  text-align:right;
}

#list .objcont{
  display:block;
  background-color: #ffffcc;
  text-align:left;
  padding:0.5em;
}


#list .objrendu{
  display:block;
  background-color: #ffffff;
  text-align:left;
  padding:0.5em;
}


#list .objli label {
  font-variant : small-caps;
}

.participe {
  
  font-size:1.1em;
  font-weight: bold;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.3em;
  padding-top: 0.3em;
  background: #ffff99;
border-color: #929ec4; border-style: solid; border-width: 0 1px 1px;
}


.participe a:hover{
  
  color:red;
}


/*gens*/
#gens {
  padding: 0 1px 1px;
  font: bold 12px Verdana, sans-serif;
  margin-right : 12px;
}

#gens li {
  list-style: none;
  border-top: 1px solid gray;
}

#gens li {
  padding: 0.25em 0.5em 0.25em 0.75em;
  border-left: 1em solid #929ec4;
}

#gens li:hover {
  border-color: #e7e2c6;
  color: #FFF;
  background:#00347a;
   border-left: 1em solid #cc0000;
}

#gens a {
  color : #000;
  text-decoration : none;
}
#gens li:hover a {
  color : #fff;
  text-decoration : none;
}


#gens a:hover {
  color: #FFF;
  text-decoration: none;
   background: #00347a;
}



/*admin*/


#actcont {
}

#act {
  font: bold 14px Verdana, sans-serif;
  margin-right : 6px;
  text-decoration: none;
}

#act a {
  color:#000;
  text-decoration: none;
}

#act li {
  text-decoration:none;
  list-style: none;
  border-top: 1px solid #cccccc;
  padding: 0.25em 0.5em 0.25em 0.75em;
  border-left: 1em solid #929ec4;
  background: #FFF;
  text-decoration: none;
}


#act li:hover {
  border-left: 1em solid #cc0000;
}


#actcont li:hover  {

  border-color: #e7e2c6;
  background: #00347a;
    border-left: 1em solid #cc0000;



}


#actcont li:hover a {
  color: #FFF;
  text-decoration: none;
}



#actcont a:hover {
  color: #FFF;
  text-decoration: none;
   background: #00347a;
}




.maj{
  font-weight:bold;
  color:RED;
}


.upper{
  text-transform: uppercase;
  color:white;
}

over  {
  border-color: #e7e2c6;
  background: #00347a;
}



.choix{
  display: block;
  text-decoration: none;
  font-size:1.5em;
  padding-bottom:1em;
}

.choix2{
  display: block;
  text-decoration: none;
  font-size:1.3em;
  padding-bottom:1em;
}

.titresAdmin{
  font-size:1.5em;
 color: #333; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold;
  padding-left: 0.25em;
  padding-right: 0.25em;
  background: #cccccc;
    border: 1px solid #929ec4;
}


.titres{
margin-top:0; margin-bottom:12px; border:0; font-size:14px ! important; font-weight:bold; display:block; clear:both; border-bottom:1px solid #FF9933; margin-right:18px; text-shadow: #DDD 3px 3px 3px;text-decoration: none;
}

#titres a {
margin-top:0; margin-bottom:12px; border:0; font-size:14px ! important; font-weight:bold; display:block; clear:both; border-bottom:1px solid #FF9933; margin-right:18px; text-shadow: #DDD 3px 3px 3px; text-decoration: none;
}


.choixBig {
  display : block;
  font-size:1.5em;
  padding-bottom:1em;
  font: normal "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

.texteGris { color: #333; font-size: x-small; }

.bottomTable1 { border-bottom: 1px solid #e7e2c6; font-size:11px; color: #333; padding: 4px; }

.bottomTable2 { border-bottom: 1px solid #e7e2c6; font-size:11px; background-color: #fffff1; padding: 4px; }

.Table { font-size:11px; }



