/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}

BODY {
	background:  url("images/fond.jpg") repeat-x fixed top left;
	font-family: Helvetica, sans-serif;
	font-size: 8pt;
	}

DIV {
	overflow: visible;
	}

HR {
	display: none; 
	}

H1 {
	font-size: 20pt;
	}

H2 {
	font-size: 14pt;
	color: #60B7A1;
	text-transform: uppercase;
	padding: 4px;
	}

H3 {
	color: #8A343A ;
	font-size: 14pt;
	}
	 
H3 SPAN {
	display: none;
	}

H4 {
	color: #8A343A;
	font-size: 12px ;
	margin-top: 8px;
	margin-left: 40px;
	text-align: center;
	}

H5 {
      padding-left: 44px;
	  padding-top: 10px;
	  font-size: 10px;
	  }

P {
	font-size: 8pt;
	margin: 2px 1px;
	}
	 
A {
	color: #8A343A;
	}

A:hover {
	color: #8A343A;
	text-decoration: none;
	}

A:visited {
	color: #60B7A1;
	}

IMG { 
	margin: 1px;
	} 

#conseil {
	float: left;
	margin: 10px;
	width: 0;
	}

#container {
	width: 650px;
	margin: auto;
	}

#colonne {
	position: absolute;
	width: 500px;
	background-color: #FFFFFF;
	text-align: justify;
	}

#menu2 {
	position: relative;
	left: 510px;
	width: 140px;
	background: #FFFFFF url("images/bandeau.jpg") no-repeat;
	padding: 70px 0;
	}

#menu2 UL {
	padding-left: 22px;
	font-size: 10px;
	height: 450px;
	background:  url("images/couve.jpg") bottom no-repeat;
	}

#menu2 LI {
	list-style-image:  url("images/puce.gif");
	margin: 4px 0;
	}

#menu2 A {
	display: block;
	}

#menu2 A:visited {
	color: #8A343A;
	}

#menu2 A.on:visited {
	color: #FFFFFF;
	}
	  
#menu2 A.on {
	color: #FFFFFF;
	background-color: #8A343A;
	text-decoration: none;
	padding-left: 3px;
	}

#menu2 A.on:hover {
	text-decoration: line-through;
	}

#menu2 LI.out {
	margin: 20px 10px 0 0;
	list-style-image:  url("images/puce2.gif");
	padding: 20px 35px 0 0;
	border-top: 1px solid #8A343A;
	}

#bandeau {
	background:  url("images/titre.jpg") no-repeat;
	height: 178px;
	}

#bandeau H1, #bandeau H2 {
	display: none;
	}

#section {
	min-height: 360px;
	padding-bottom: 10px;
	}

#section IMG {
	display: block;
	}

#section H3 {
	height: 23px;
	margin-bottom: 5px;
	}

#copyright {
	font-size: 8pt;
	color: #60B7A1;
	text-align: center;
	}

#footer {
	display: block;
	margin-top: 2px;
	height: 32px;
	background-color: #8A343A;
	padding: 0;
	}

#footer IMG {
	display: inline;
	margin: 1px 0;
	}

#footer DIV.gauche { float: left; }
#footer DIV.droite { text-align: right; }
