/* CSS Document */

body {
	background-color: #0099d7;
}
#container {
	left:0px;
	top:auto;
	width:791px;
	height:580px;
	z-index: 1;
	background-color: #adc94e;
	margin-left:auto;
	margin-right:auto;
}
#titre {
	position:relative;
	left:0px;
	top:10px;
	width:791px;
	height:29px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	z-index:14;
	color: #006600;
	font-weight: bold;
}
#menu_haut {
	position:relative;
	left:0px;
	top:10px;
	width:791px;
	height:00px;
	z-index:13;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

#texte {
	position:relative;
	left:0px;
	top:40px;
	width:791px;
	height:401px;
	z-index:7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	background-color: #CEDE94;
	background-image: url(photos/phototheque/image_de_fond.gif);
}
#texte_gauche {
	position:absolute;
	left:20px;
	top:10px;
	width:748px;
	height:379px;
	z-index:4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align:justify;
	background-color: #CEDE94;
}
#menu_bas {
	position:relative;
	left:0px;
	top:60px;
	width:791px;
	height:12px;
	z-index:11;
	color: #8ca41c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
#copyright {
	position:relative;
	left:0px;
	top:65px;
	width:791px;
	height:15px;
	z-index:9;
	color: #ffffcc;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
}

a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color:#006600;
}
a:active {
	text-decoration:none;
	color: #006600;
	}
