/* CSS Document */

/*ol,ul { list-style-image: url("../images/template/puce.png"); }*/
ol,ul.menu { font: 12px Georgia, Times New Roman; }


html{ 
text-align:center;}

body { margin: 0px; 
  text-align:left; 
  padding: 0; 
  font: 16px Georgia, Times New Roman;
  color: #E9DFCB;
  background-color:#000000;}

#container{ 
width:100%;
position: relative;
margin:0px auto 0 auto;
background-color:#000000;
border: 0px solid #FFEEAA;}

#logo{
width:100%;
height:121px;
background-image:url(../images/template/fond-logo.png);
/*background-repeat:no-repeat;*/
}


/* navigation*/

#navigation{
padding:10px;
/*width:14%;*/
width:155px;
position:absolute;
top:121px;
left:0px;
/*float:left;*/
  font: 13px Arial, Helvetica;
line-height:1.7em;
  border-left: 0px;
  border-right: 1px solid #000000;
  border-top: 0px;
  border-bottom: 0px;
}


#pied {
padding:10px;
width:155px;
height:60px;
float:left;
position:absolute;
/*top:430px;*/
top:420px;
left:0px;
font-size: 12px;
font-family: Arial, helvetica;
/*padding: 3px;*/
/*margin:3px;*/
}

#date{
padding:10px;
width:25%;
float:right;
margin-left:10px;
font-family: Arial;
font-size: 12px;
background-color:#9F0414;
border: 1px solid #fffff;
}
/* dates*/

/* contenu*/
#contenu{
position:absolute;
top:121px;
left:171px;
padding:10px 10px 10px 10px;
width:82%;
float:right;
background-image:url(../images/template/fond_gouttes_bleues.png);
background-repeat:no-repeat;
}

#news{
padding: 3px;
width:95%;
}
#aventure{
  padding:5px;
  height:130px;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-bottom: 1px solid #ffffff;
}
#paragraphe {
clear:both;
}
#gauche {
padding: 3px;
float:left;
text-align:center;
}
#droite {
padding: 3px;
float:right;
text-align:center;
}

#centre {
padding: 3px;
text-align:center;
}

#colonne {
padding: 10px;
float:left;
width:47%;
text-align:justify;
        background-color: #ffffff;
}

.clear{ clear:both;}
.petit {font: 12px Arial, Helvetica;}
.livre {font: 16px Georgia, Times New Roman;
        text-align:justify;
        color: #000000;
        }

h1 {font-family: Georgia, Times New Roman;
   font-size: 24px;
	color: #E9DFCB;
	}

h1.logo {font-family: Georgia, Times New Roman;
	font-size: 36px;
	color: white;
	text-align: center;
   color: #E9DFCB;
	}
h1.article {font-family: Georgia, Times New Roman;
	font-size: 20px;
	color: #E9DFCB;
	text-align: left;
	}
h2 {font-family: Georgia, Times New Roman;
   font-size: 20px;
	color: #E9DFCB;
	}
h3 {font-family: Georgia, Times New Roman;
   font-size: 16px;
	color: #E9DFCB;
	}
a:link 
  {color: #FFFF9B;  }
a:visited 
  { color: #FFC052;  }
