/* menu
------------------------------*/

#Menu {
   overflow: auto;
   width: 200px;
   position: fixed;
   float: left;
   margin-left/* hide from IE5.0/Win */ : 0;
   margin-top: 45px;
   right: auto;
   left: 0;
   padding: 0;
   background: gray;
   font: 10px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;

}

#Menu p {
	padding:0;
}

#Menu p.email {
	margin: 5px 0 5px 25px;
}	

#Menu img {
	margin-bottom: 10px;
	border-bottom: 2px solid white;
}

#Menu a {
	display: block;
	color: white;
	text-decoration: none;
	font-size: 1.1em;
}

#Menu a:hover {
	background-color: gainsboro;
}

.menugauche {
	list-style-type: none;
	margin: 25px 0 25px 25px;
	padding:0;
}
.menugauche a {
	color: white;
	text-decoration: none;
	font-size: 10px;
}
.menugauche a:hover {
	text-decoration: underline;
}
.active {
	color: black;
}

/* site
------------------------------*/


body {
	font: 12px "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #06c;
}

a {
	color: orangered;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#conteneur {
	position: absolute;
	width: 100%;
}
#header {
	height: 45px;
	margin-left: 200px;
	background-color: gray;
	border-left: 2px solid whitesmoke;
	padding-left: 10px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 2;
	font: 40px/45px Times, "Times New Roman", serif;
}

.trait {
	color: white;
}


#centre {
	background-color: whitesmoke;
	padding: 0 0 10px 10px;
	margin: 0px 45px 10px 200px;
	top: 45px;

}
#centre p {
	margin: 0 10px 10px 60px;
}
#centre pre {
	margin: 0 10px 10px 60px;
}
#next {
	border: 1px dotted red;
	background: white;
	color: #000;
	margin: 5px;
	padding: 1px 2px 1px 5px;
}

#next h2 {
	font-size: 10px;
	font-weight: normal;
	margin: 2px 4px 4px 2px;
}
#next p {
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: inherit;
}
#next a {
	color: orangered;
	text-decoration: none;
}
#gauche {
	position: absolute;
	left: 0;
	width: 200px;
}

#pied {
	height: 30px;
	margin-left: 200px;
	color: white;
}
#pied a {	
	color: white;
	text-decoration: none;
}
#pied a:hover {
	text-decoration: underline;
}

.d {
	margin-left: 5px;
	font-weight: bolder;
	color: #9cf;
}

#centre .d{
	color: #06c;
}
.signature {
	text-align: right;
}

h1 {
	font-size: 16px;
	margin: 45px 0 20px 0;
	padding-top: 10px;
}

h2 {
   background: gray;
   color: #fff;
   border: none;
   width: 100%;
   font-weight: bold;
   font-size: 14px;
   text-indent: 0.5em;
   margin-top: 0.5em;
   padding: 0;
}
h2 a {
	color: white;
}

h3 {
	font-size: 12px;
	margin-left: 30px;
}

#centre ul li {
	margin-left: 40px;
	list-style: square;
}

#centre li {
	margin-left: 40px;
}

ol {
	counter-reset: ordered;
}

ol li:before {
	counter-increment: ordered;
	content: counters(ordered,".") " - ";
}

table.programme {
	text-align: left;
	margin: 5px;
}

table.programme th, td {
	text-align: left;
	vertical-align: top;
	padding: 2px;
}

/* forum
------------------------------*/
td.normal {
	font-size: 10px;
}
img#logo {
	margin-bottom: 10px;
	border-bottom: 2px solid white;
}


td.gauche, td.gauche a {
	color: white;
	font-size: 10px;
	text-decoration: none;
}
td.gauche a:hover {
	text-decoration: underline;
}


