/*  
Author: Richard Theroux
Author URL: http://www.bouks.net/

	(1) typographie et couleur
	(2) Structure et colonne
	(3) Headers
	(4) images
	(5) listes
	(6) formulaires
	(7) commentaires
	(8) divers */

/* (1) DEBUT TYPOGRAPHIE ET COULEURS */

html, body {height: 100%;  padding: 0;}

body {
	font-size: 76%; /* Resets 1em to 12px */
	font-family: 'Trebuchet MS', verdana, 'Lucida Grande', arial, courier, Sans-Serif;
	margin: 1.5em 0 0 0.8em;
	color: #978f86;
	background: #fff;
	line-height: 1.8em;

	}

#page {
	background-color: white;
	border: 0px solid #fd7c1c;
	text-align: left;
	margin: 1em;
	padding: 0;
	width: 1020px;
	}

.menu1a, menu1b, menu1c {
	font-family: 'Trebuchet MS', verdana, arial, courier, Sans-Serif;
	color: #6e6a22;
	}

.menu1a { font-size: 1em; }
.menu1b { font-size: 0.75em; }
.menu1c { font-size: 0.75em; }
.menu1b sup {
  vertical-align: super;
  font-size: 0.8em;
  line-height: 0.5em;
}

p { line-height: 1.8em; }

.alt {
	float: right;
	margin: 20px 0px 0 0;
	color: #978f86;
	background-color: #ffffff;
	border-bottom: 1px solid #ccc;
	}

.mini {
	font-size: 70%;
	line-height: 1.3em;
	font-family: andale mono, 'Trebuchet MS', verdana, arial, courier, Sans-Serif;
	color: #333;
	}

sup {
  vertical-align: super;
  font-size: 0.8em;
  line-height: normal;
}

.orange {
	font-size: normal;
	font-family: 'Trebuchet MS', verdana, arial, courier, Sans-Serif;
	color: #000;
	padding-right: 0px;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}


a { text-decoration: none; color: #6e6a22; background: none; }
a:hover { text-decoration: none; color: #6e6a22; border-bottom: solid 1px #6e6a22;}
a:active { text-decoration: none; color: #6e6a22; border-bottom: solid 1px #6e6a22;}

a.plain { text-decoration: none;
	border-bottom: 0;
	color: 0;
	background: 0; }

a.actif {
	border-bottom: solid 1px #6e6a22;
	color: #6e6a22;
	background: #fff; }

a.info-actif {
	border-bottom: solid 1px #6e6a22;
	color: #6e6a22;
	background: #fff; }

a.info {
position: relative;
text-decoration: none;
color: #6e6a22;
background: none;
}
a.info span {
display: none;
}
a.info:hover {
text-decoration: none;
color: #6e6a22;
border-bottom: solid 1px #6e6a22;
background: none; /* correction d'un bug IE */
z-index: 500;
}
a.info:hover span {
display: inline;
position: absolute;
top: -1.6em;
left: 4em;
width: 100px;
background: none;
font-family: andale mono, 'Trebuchet MS', verdana, arial, courier, Sans-Serif;
font-size: 76%;
text-align: center;
color: #000;
padding: 1px 4px 1px 4px;
}


a.info-actif {
position: relative;
text-decoration: none;
color: #6e6a22;
background: none;
}
a.info-actif span {
display: none;
}
a.info-actif:hover {
text-decoration: none;
color: #6e6a22;
border-bottom: solid 1px #6e6a22;
background: none; /* correction d'un bug IE */
z-index: 500;
}
a.info-actif:hover span {
display: inline;
position: absolute;
top: -1.6em;
left: 4em;
width: 100px;
background: none;
font-family: andale mono, 'Trebuchet MS', verdana, arial, courier, Sans-Serif;
font-size: 76%;
text-align: center;
color: #000;
padding: 1px 4px 1px 4px;
}


tr.legende span {
display: none;
}

tr.legende:hover {
color: #6e6a22;
background: none; /* correction d'un bug IE */
z-index: 500;
}

tr.legende:hover span {
display: inline;
position: absolute;
top: 0em;
left: 24px;
width: 700px;
font-family: andale mono, 'Trebuchet MS', verdana, arial, courier, Sans-Serif;
font-size: 76%;
color: #fff;
padding: 4px 0 3px 15px;
background: #6e6a22; filter:alpha(opacity=60);opacity:.60;
}


/*	FIN TYPOGRAPHIE ET COULEURS */

/* (2) DEBUT STRUCTURE */


#header {
	margin: 0px; 
	padding: 0; 
	height: 100px; 
	width: 760px;
	}

.contenu-plan {
	position: absolute;
	top: 370px;
	left: 470px;
	}

.contenu hr { display: block; }

#footer {
	position: absolute;
	top: 1400px;
	width: 600px;
	padding: 0px;
	margin: 0 0 0 160px;
	width: 760px;
	clear: both;
	color: #A8A8A8;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

#colonne a { text-decoration: none; color: #6e6a22; background: none; }
#colonne a:hover { text-decoration: none; color: #6e6a22; background: none; border-bottom: solid 1px #6e6a22; }
#colonne a:active { text-decoration: none; color: #6e6a22; background: none; border-bottom: solid 1px #6e6a22; }

.contenu {
	position: absolute;
	top: 285px;
	margin: 0 0 0 158px;
	width: 700px;
	color: #000;
	line-height: 1.8em;

	}

<!-- 	letter-spacing: 0.1em; -->

.contenu a { text-decoration: none; color: #000; background: none; }
.contenu a:hover { text-decoration: none; color: #6e6a22; background: none; border-bottom: solid 1px #6e6a22; }
.contenu a:active { text-decoration: none; color: #6e6a22; background: none; border-bottom: solid 1px #6e6a22; }

#colonne {
	position: absolute;
	top: 285px;
	margin: 0 0 0 3px;
	width: 145px;
	color: #6e6a22;
	line-height: 1.8em;
	}

#colonne1 {
	position: absolute;
	top: 437px;
	margin: 0 0 0 3px;
	width: 145px;
	color: #6e6a22;
	line-height: 1.8em;
	}

#colonne2
{	position: absolute;
	top: 437px;
	margin: 0 0 0 158px;
	width: 145px;
	border-right: solid 0px #ccc;
	color: #000;
	line-height: 1.8em;
	}

#colonne3
{	position: absolute;
	top: 437px;
	margin: 0 0 0 342px;
	width: 550px;
	color: #000;
	line-height: 1.8em;
	}


/* FIN STRUCTURE */



/* (3)	DEBUT HEADERS */

h1, h2, h3 {
	font-family: trebuchet, arial, verdana, helvetica, Sans-Serif;
	font-weight: bold;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #6e6a22; }

h1 {
	font-size: 4em;
	text-align: center;
	padding-top: 70px;
	margin: 0;
	}

h2 {
	font-size: 1.5em;
	margin: 30px 0 0;
	}

h3 {
	font-size: 1.3em;
	padding: 0;
	margin: 30px 0 0;
	}

h4 {
	font-size: 1.2em;
	color: #645950;
	}
h4 .orange {
	font-size: 1em;
	color: #645950;
	padding: 0 3px 0 0;
	}

/* FIN HEADERS */



/* (4) DEBUT IMAGES */

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Utiliser 'class="alignright"' sur image pour aligner a droite.
	Utiliser 'class="centered' pour la centrer. Beaucoup mieux que align="center" par
	rapport au futur de internet */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 12px 12px 12px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* FIN IMAGES */

/* (5) DEBUT LISTES

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

#page ul {
	margin: 5px 0 0 30px;
	padding: 0 0 0 30px;
	list-style: none;
	line-height: 1.3em;
	margin-bottom: 1.5em;
	} 

#page li {
	margin: 7px 0 8px 0px;
	}


ol li {
	list-style: decimal outside;
	}

/*	FIN LISTES */


/* (8)	DEBUT TAGS DIVERS */

acronym, abbr, span.caps {
	cursor: help;
	}

blockquote {
	margin: 0 0 0 65px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

  hr {	text-align: left;
	width: 90%;
	height: 1px;
	color: #ccc;
	border: none;
	margin: 0 auto 0 0;
	background-color: #ddd; }

a img {
	border: none;
	}


/* FIN TAGS DIVERS */
