/* -------------------- Eléments HTML -------------------- */

body {
	font-family : Verdana,sans-serif;
	background-color : #ff9933;
  color: #ff9933;
  margin: 0;
  text-align: center;
}

/* ---------- Liens ---------- */
a {
  color: #ffeecc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.bigFoot a {
  color: #ff9933;
}

a[hreflang]:after {
content:"\0000a0(" attr(hreflang)")";
}


/* ---------- Titres H ---------- */
h1 {
  font-size : 1.8em;
}

h2 {
  font-family: Times,serif;
  color: #663300;
  font-size: 1.5em;
  padding-left: 20px;
  padding-top: 10px;
}

h2 span.debut {
  background-image: url(img/titreGauche.jpg); 
	background-position: top left; 
	background-repeat: no-repeat;
  padding: 30px;
  padding-right: 0px;
  padding-top: 10px;
}

h2 span.fin {
  background-image: url(img/titreDroit.jpg); 
	background-position: top right; 
	background-repeat: no-repeat;
  padding: 30px;
  padding-left: 0px;
  padding-top: 10px;
}

h2 a {
	color: #663300;
}

h3 {
  font-family: Times,serif;
  color: #ff9933;
  font-size: 1.2em;
}

h3 span.etoile {
  background-image: url(img/menuEtoile.png); 
	background-position: top right; 
	background-repeat: no-repeat;
  padding-right: 30px;
}

#comments h3{
  font-family: Times,serif;
  color: #663300;
  font-size: 1.2em;
}

h4 {
  color: #663300;
}

/* ---------- Paragraphes ---------- */
p {
  font-family : Verdana,sans-serif;
  font-size: 0.8em;
  color: #663300;
  text-align: left;  
}

p.bigFoot {
  font-size: 0.9em;
  color: #ff9933;
}

/* -----------Emphase --------- */
q {
  font-style: italic;
}

/* ---------- Listes ---------- */
ul {
  list-style: disc url(img/puces.png) inside;
}

li {
  font-size: 0.9em;
  color: #663300;
}

.contenuBigFoot div div ul li {
  font-size: 0.9em;
  color: #ff9933;
}
/* -------------------- Banner -------------------- */

.banner {
  position: relative;
  text-align: center;
  margin-top: -7px;
  z-index: 3;
}

.banner a img{
	border:none;
}

.bannerGauche {
  position: absolute;
  background-image: url(img/bannerGauche.jpg);
  float: left;
  height: 186px;
  width: 176px;
  z-index: 2;
}

.bannerDroite {
  position: absolute;
  background-image: url(img/bannerDroit.jpg);
  top: 0px;
  right: 0px;
  height: 186px;
  width: 173px;
  z-index: 1;
}

/* -------------------- Prélude -------------------- */

#prelude {
	text-align: center;
}

/* -------------------- Contenu du Post -------------------- */

.contenu {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  text-align: center;
}

.contenuGauche {
  text-align: left; 
}

.contenuFooterPost {
  text-align: right;
}

.contenuFooter {
  text-align: center;
}

.post-info {
  font-family : Times,serif;
  color: #663300;
  font-size: 0.7em;
  font-weight: normal;
  margin-left: 15px;
}

pre {
  color: #333333;
  background-color: #cccccc;
  border: 1px solid #333333;
  font-family: monospace;
  padding: 5px;
  text-align:left;
  white-space:normal;
		/* caché pour IE 5 Mac qui sait pas faire - Ne pas supprimer cette ligne  \*/
		white-space:pre;
		width: 95%;
		overflow : auto;
}
	/* Fin hack Ne pas supprimer cette ligne */
/* -------------------- Bit Foot(er) -------------------- */

.bigFoot {
  background-color: #663300;
	background-image: url(img/menuFooter.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 4px;
  min-height: 1321px;
  font-family: Times,serif;
}

.contenuBigFoot {
  margin: auto;
  width: 760px;
  text-align: left;
}

.colone1 {
  float: left;
  margin-left: 2px;
  width: 215px;
  text-align: left;
}

.colone2 {
  float: left;
  width: 51px;
}

.colone3 {
  margin-left: 2px;
  float: left;
  width: 190px;
  text-align: left;
}

.colone4 {
  float: left;
  width: 51px;
}

.colone5 {
  margin-left: 2px;
  float: left;
  width: 230px;
  text-align: left;
}

/* pour la répétiton du motif de la colone */
.coloneRepeat {
  background-image: url(img/coloneMilieu.png);
  background-repeat: repeat y;
  margin-top: -6px;
  /* hauteur multiple de 97px pour que le racord soit nickel */
  height: 970px;
}

.pAccronymeFooter {
  color: #ff9933;
}

/* -------------------- Footer -------------------- */

.footer {
  background-color: #663300;
  background-image: url(img/footer.jpg);
  background-repeat: no-repeat;
  background-position: center;
  margin: -8px;
  padding-top: 25px;
}

.contenuFooter {
  margin: auto;
  width: 525px;
  font-family: Times,serif;
  padding-bottom: 10px;
}

.copyright {
  float: left;
  font-size : 0.9em;
}

.design {
  float: right;
  font-size : 0.9em;
}

.propuls {
 text-align: center;
  font-size : 0.9em;
}

/* -------------------- Calendrier -------------------- */

#calendar table {
	width: 192px;
	margin: 0 auto;
	font-size: 0.8em;
	/*Opaciter pour le calendrier*/
	-moz-opacity:.70;
	filter: alpha(opacity=70);
	opacity:.70;
}

#calendar caption {
	margin: 0 auto;
	background: #663300;
	padding: 0.5em 0;
	color: #ff9933;
}

#calendar abbr {
	border: none;
}

#calendar thead {
  background: #ffeecc;
}

#calendar td {
	background: #663300;
	text-align: center;
}

#calendar td a {
	display: block;
	font-weight: bold;
	background: #ffeecc no-repeat right top;
	color: #663300;
}

#categories, #links {
	margin-top: 3em;
}

/* -------------------- Bloc de recherche -------------------- */

#search h2 {
	display: none;
}

#search p {
	margin: 0;
}

#search #q {
	background: #663300 url(img/fondChamp.jpg) repeat-x 3px center;
	color: #ffeecc;
	border: 1px solid #ff9933;
  padding-left: 2px;
	width: 60%;
}

#search submit {
  background: #663300 url(img/okBouton.png) no-repeat 0px center;
}

/* -------------------- Bloc des commentaires -------------------- */

fieldset {
  border-color: #ffeecc;
  border-style: solid;
}

#c_nom {
	background: #ff9933 url(img/fondChamp.jpg) repeat-x 3px center;
	color: #ffeecc;
	border: 1px solid #663300;
  padding-left: 2px;
}

#c_mail {
	background: #ff9933 url(img/fondChamp.jpg) repeat-x 3px center;
	color: #ffeecc;
	border: 1px solid #663300;
  padding-left: 2px;
}

#c_site {
	background: #ff9933 url(img/fondChamp.jpg) repeat-x 3px center;
	color: #ffeecc;
	border: 1px solid #663300;
  padding-left: 2px;
}

#c_content {
	background: #ff9933 url(img/fondTextArea.jpg) repeat-x top center;
	color: #ffeecc;
	border: 1px solid #663300;
  padding-left: 2px;
}

.preview {
  color: #ff9933;
}

.submit {
  color: #663300;
}

.day-date {
  display:none;
}
