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


/* (1) DEBUT TYPOGRAPHIE ET COULEURS */

html, body {height: 100%;}

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

	}

#global {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  text-align: center;
}

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

.menu_a  {
	font-family: 'Trebuchet MS', verdana, arial, courier, Sans-Serif;
	font-size: 1.2em; color: #6e6a22;
	}

.menu_b  {
	font-family: 'Trebuchet MS', verdana, arial, courier, Sans-Serif;
	font-size: 1em; color: #6e6a22;
	}

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

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


/*	FIN TYPOGRAPHIE ET COULEURS */


#footer {
	top: 1000px;
	padding: 0px;
	width: 800px;
	clear: both;
	color: #A8A8A8;
	}

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


#orange2012 {
display: inline-block;
	margin: 100px 0 0 3px;
	padding: 0;
	width: 554px;
	height: 145px;
	border-top: 0px solid #eee;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-radius: 30px 30px 0 0;
	background-color: #eeeeee;
}
/* fc6e08 */


#orange2009 {
display: inline-block;
	margin: 1px 25px 0 0;
	padding: 10px 10px 0 10px;
	width: 145px;
	height: 145px;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-radius: 0 0 0 30px;
	background-color: #ffffff;
}

#orange2006 {
display: inline-block;
	margin: 1px 25px 0 0;
	padding: 10px 10px 0 10px;
	width: 145px;
	height: 145px;
	border-bottom: 1px solid #eee;
	border-radius: 0;
	background-color: #ffffff;
	}

#orange2003 {
display: inline-block;
	margin: 1px 0 0 0;
	padding: 10px 10px 0 10px;
	width: 145px;
	height: 145px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-radius: 0 0 30px 0;
	background-color: #ffffff;

	}



/* FIN STRUCTURE */


/* (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 */

.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 */

