/* CSS Document */
body {
font-family: Arial;
font-size: 0.8em;
margin: 0;
padding: 0;
text-align:center;
background-color: #006600;
background-repeat: no-repeat;
scrollbar-face-color: #009900;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #009900;
scrollbar-3dlight-color: white;
scrollbar-darkshadow-color: black;
scrollbar-track-color: #009900;
scrollbar-arrow-color: #FFFFFF;
font-weight: bold;
}
#conteneur {
	position:relative;
	width:870px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#haut {
	position: relative;
	height: 110px;
	background-image: url(images/titre.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachement: fixed; 
	visibility: visible;
	z-index: 1;
}
#centre {
	position: relative;
	height: 500px;
	background-image:url(images/fond.gif);
	background-position: top;
	background-repeat:no-repeat;
	overflow: auto;
	visibility: visible;
	z-index: 5;
}
#bloc1{
	position: relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:24px;
	width:480px; 
	height:436px; 
	overflow-y:auto; 
} 
#gauche {
	position: absolute;
	top: 10px;
	left:1px;
	width: 140px;
	visibility: visible;
	z-index: 7;
	border:none;
}
#droite {
	position: absolute;
	top: 0.8em;
	left:660px;
	visibility: visible;
	z-index: 5;
	border:none;
}
#bloc2{
	position: relative;
	margin-top: 10px;
	margin-left:70px;
	width: 150px;
} 
#pied {
	position: relative;
	height: 50px;
	visibility: visible;
	clear: both;
}
#bas {
	position: relative;
	height: 20px;
	width:500px;
	visibility: visible;
	clear: both;
}
table {
	margin-left: 10px;
}
p.texte {
text-align:justify;
margin-left: 10px;
margin-right: 15px;
color: #006600;
font-weight: bold;
}
p.texte2 {
text-align:left;
margin-right: 5px;
padding:0;
color: #006600;
}
p.texte3 {
text-align:center;
margin-right: 5px;
padding:0;
color: #006600;
}
p.texte4 {
text-align:left;
margin-left: 10px;
margin-right: 15px;
color: #006600;
font-weight: bold;
}
.float1 {
  float: left;
  margin-left: 12px;
  margin-top: 0;
  width: 340px;
}
.float2 {
  float: left;
  margin-left: 5px;
  width: 99px;
}
.float3 {
  float: left;
  margin-left: 20px;
  margin-top: 0;
  width: 410px;
}
.float4 {
  float: left;
  margin-left: 0px;
  margin-top: 0;
  width: 350px;
}
.float5 {
  float: left;
  margin-left: 12px;
  width: 228px;
  margin: 1em 0;
}
.float6 {
  float: left;
  margin-left: 10px;
  width: 58px;
  margin: 15px 0;
}
.float7 {
  float: left;
  margin-left: 5px;
  margin-top: 0;
  width: 330px;
}
/*p,h1,h2 {
  margin: 1em;
}*/
ul {
 text-align: left;
 padding: 0;
 margin: 0;
 list-style-type: none;
}
p.titre {
text-align:center;
margin-top: 5px;
color: #990000;
font-weight: bold;
font-size: 1.8em;
}
p.titre2 {
color: #CC0000;
font-size: 1.4em;
}
p.titre3 {
text-align:center;
margin-left: 10px;
margin-right: 10px;
color: #006600;
font-weight: bold;
font-size: 1.3em;
}
p.titre4 {
text-align:center;
margin-left: 10px;
margin-right: 10px;
color: #006600;
font-weight: bold;
font-size: 1.2em;
}
p.titre5 {
text-align:left;
color: #006600;
font-weight: bold;
font-size: 1.3em;
}
p.adresse {
text-align:center;
margin:10px;
font-weight: bold;
font-size: 0.9em;
color: #99CC00;
}
p.crea-sites {
font-size: 0.7em;
}
a:link {
text-decoration: none;
color: #99CC00;	
}
a:visited {
text-decoration: none;
color: #99CC00;
}
a:hover {
text-decoration: none;
color: #CCCC00;	
}
a:active {
text-decoration: none;
color: #CCCC00;
}
.menu:link {
	color: #FF0000;
}
.menu:visited {
	color: #FF0000;
}
.menu:active {
	color: #CCCC00;
}
.menu:hover {
	color: #CCCC00;
}

