/* Le Projet Barrage - Décembre 2006 */
body {
	z-index:0;
	margin:0; 
	height:100%;
	width: 100%;
  font-family: "Comic Sans MS";
  font-size:1.10em;
  line-height:1.5;
  background:url(../images/gris_400.jpg);
  color: #333333;
 }
img {vertical-align: middle;
margin: .5em;}

a {
  	 color: #333333;
  	 text-decoration: none;
}

a:hover {
  color: #AABBDD;
  text-decoration: underline;
 }

TABLE.infoBoxHeading,TD.infoBoxHeading {
  font-family: "Comic Sans MS"; font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin: 2em;
}
   .ftabl {
vertical-align:middle;
float: left;
width:100%;
background:#DAE0D2 url(../images/bg.gif) repeat-x bottom;
line-height: normal;
font-family:"Comic Sans MS";
font-size: 20px;
color: #4B4B4B;
}  
	#header {
      float:left;
      width:100%;
      background:#DAE0D2 url(../images/bg.gif) repeat-x bottom;
      font-size:93%;
      line-height:normal;
      }
    #header ul {
      margin:0;
      padding:35px 10px 0;
      list-style:none;
      }
    #header li {
      float:left;
      background:url(../images/left.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      }
    #header a {
      display:block;
      background:url(../images/right.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      }
    #header #current {
      background-image:url(../images/left_on.gif);
      }
    #header #current a {
      background-image:url(../images/right_on.gif);
      padding-bottom:5px;
      }

#contenu    {
    z-index: 10;
	/*position:absolute;*/
	top:68px;
	bottom:2.5em;
	width:100%;
	overflow:auto;
	left: 0px;
}

#site {
border: outset;
border-width:medium;
bottom: 5em;
	margin:1em 0.5em;
	display:inline;
	float:right;
	font-size:1em;
	color: #5E699F;
	font-style:italic;
	font-family: "Comic Sans MS";
}

/*billet*/

.billet {

	width: 100%;
	margin: 0;
	padding:0;
	font-size: 0.95em;}
.billet p {
	text-align: justify;
	margin: .6em 1em;
	text-indent: 1.5em;
	line-height: 1.7em;
}

.billet h1 {
border: outset;
border-bottom-color:#5E699F;
font-family: "Comic Sans MS";
text-align: center;
font-size: large;
color: #354786;
margin: 17px 10px 20px;
padding: 0em 0em 2em 0em;
height: 10px;
width:395px;
}

#billets {
border: outset;
border-bottom-color:#5E699F;
font-family: "Comic Sans MS";
text-align: center;
font-size: large;
color: #354786;
margin: 20px 10px 0px 10px;
padding: 0em 0em 1.3em 0em;
height: 10px;
width:250px;
}
.element {
font-size: x-large;
color: #5E699F;
font-style:italic;
font-family:"Comic Sans MS";
}

.billet h2 {
font-family: "Comic Sans MS";
font-size: large;
margin-left: 2em;
margin-bottom: 0em;
padding: 1em 0em .5em 0em;
color: #302688;
}

/*citation*/
blockquote.citation
{
	width: 90%;
	padding: 0.5em;
	margin:1em;
	margin-left: 3em;
	border-top: 1.5px solid #CCCCCC;
	border-bottom: 1.5px solid #CCCCCC;
	text-align:center;
	color: #8C0000;
	font-size: 18px;
	}

blockquote.citation p {
	margin:0 1em;
}
blockquote.citation p.reference {
	font-size: 0.95em;
	margin:1em 0 0 0;
	padding: 0.2em 1em;
}
blockquote.citation p.reference cite {
	font-style: normal;
}
blockquote.citation a {
	font-weight: bold;
	text-decoration: none;
}

#lien {
color: #990033;
font-weight: bolder;
}


