/* CSS C'est assez! 1.0
   Copyright: Thierry Bélanger Clermont, 2005. */
   
/* Éléments de bases */
* {margin:0;padding:0;}
body { font-size:x-small; font-family: "Lucida Grande", "American Typewriter", Verdana, Georgia, sans-serif, serif; voice-family: "\"}\""; font-size: small; }
span {display: none;}
p{margin:5px 5px 15px 5px; line-height: 1.5;}
h3 { margin: 15px 0 5px 0; } 
li { list-style-type: none; }
em {color:#ff9933; }
acronym {color:#ff9933; cursor:help; }
blockquote {margin: 5px; padding: 5px; border: 1px outset #bbb; }
body {
  background: #fff url("/t/i/fondallah.jpg") repeat-y 50% 0px fixed;
  color: #333;
  margin: 0;
  padding: 0;
  text-align: center; 
}

a { color: #E64100; }

a:visited {
  color:#A83000;
}

a:hover {
  color:#999;
}


img {
  margin: 0 12px;
  border:0;
 }

.head {
  display:none;
}

#wrapper {
  padding: 0 8px;
  margin: auto;
  overflow: hidden;
  text-align: left;
  width: 750px;
}

 
#header {
 position:relative;
 
 width:752px;
 height:200px;
 background: #79a800 url(/assez/i/fondheadercol1.png) repeat-x;
}

#header #col1 {
    height:200px;
	text-align:left;
	
	background: transparent url(/t/i/titre.png) no-repeat right bottom; 
	clear:both;
}


#header #col2 {

  position:relative;
  top:0;
  left:0;
  margin:2px;
  text-align:left;
}

#col2 li{ float:left; width: 84px; height: 50px; text-align:center; padding: 5px; border: 1px solid #fff; border-bottom: 5px solid #fff; background: #A83000;  }
#col2 li:hover {background: #E64100; border-bottom: -5px solid #fff; }
#col2 #li1 { background: #A83000; }
#col2 li:hover,#col2 #li1:hover {background: #E64100; border-bottom: 5px solid #fff; }
#col2 li a { text-decoration:none; color: #fff; font-size: medium; }

#maincontent { 
  clear:both;
  width:750px;
 }

#maincontent #col3 {
  height:auto;
  float:left;
  width:434px;
  padding:10px;
  text-align:justify;
  margin-left: 45px;
}

#maincontent #sidebar {
  position:relative;
  top:-50px;
  float:right;
  width: 230px;
  height:auto;
  margin:10px;
  text-align:left;
}

#depeches h3 {
	margin:0 0 5px 0;
	padding:0;
}

#depeches {
	margin: 15px 0 0 0;
	padding:5px;
	border: 1px dotted #bbb;
	background: #C3C4FC;
}


.calPage {
        display: block;
        font-size: 10px;
        line-height: 1;
        text-align: center;
        text-transform: uppercase;
        text-shadow: #fff 1px 1px 1px;
                // only safari renders text-shadow
        color: #BDBDBD;
        background: #fff;
        margin-top: 0;
        width: 35px;
        padding-top: 5px;
		border: 1px outset #bbb;
        position: relative;
        top: 45px;
        left: -45px;
}
.calPage .day {
        display: block;
        font-weight: bold;
        font-size: 20px;
        letter-spacing: -2px;
        text-indent: -3px;
        text-shadow: #bbb 2px 2px 0;
        color: #666;
        padding-bottom: 5px;
}
