body {
background-color:#003333;
}

#haut{
    position: absolute;
	width: 98%;
	border: 2px solid #99FFCC;
	height:150px;
	margin:auto;
	}
	
#logo{
	position: absolute;
	background-color: #99FFCC;
	height:150px;
	width: 200px;
	}
	
#titre {
	color:white;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:center; 
	height:120px;
	padding: 15px; 
	background-image:url(images/fond.jpg);
	}

#conteneur {
	border:2px solid #99FFCC;
	height:580px;
	margin:170px auto auto;
	position:absolute;
	width:98%;
}
	
#menu {
	position: absolute;
	width:200px;
	padding-top: 40px;
}

#contenu {
	padding-left: 250px; 	
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height:25px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;	
	text-align: center;
	height: 565px;
	overflow:auto;
}

.bouton {
	height:30px;
	width:200px;
	background-image:url(images/bouton.png);
	text-indent:40px;
	font-size: 20px;
	margin-bottom: 10px;
}

.titre {
	background-color: #99FFCC;
	text-align: center;
	margin-bottom: 10px;
	color: #003333;
	font-size: 20px;
	}

.diaporama {
	margin-left: 5px;
	border: 2px solid white;
	margin-bottom: 15px;
	margin-top:15px;
	}

#bas {
	position: absolute;
	width: 98%;
	margin-top: 752px;
	padding: 5px;
	text-align: center;
	color: #99FFCC;
	}

a.liens:link{
	color: #003333;
	text-decoration: none;
    }

a.liens:visited{
    color: #003333;
	text-decoration: none;
    } 

a.liens:hover{
    color: #009933;
	text-decoration: none;
} 

table{
	border:2px solid white;
	background-color: #009999;
	}

th {
	border:1px solid white;	
}

input { 
	width: 50px;
}

	
li {
  display: list-item;
  list-style-image: url(images/puce.png);
  text-align: justify;
}

a:link{
	color: #009999;
	text-decoration: none;
	}

a:visited{
    color:#009999;
	text-decoration: none;
    } 

a:hover{
    color: #99FFCC;
	text-decoration: none;
} 	
	
