@charset "utf-8";
/* CSS Document */


#html {
		height: 100%;
		width:100%;
		/*overflow: hidden;*/
	}

	#flashcontent {
		position: relative;
		height: 420px;
		width: 800px;
		margin-left: auto; 
		margin-right: auto; 
	}
	
	#header {
		height: 10px;
		/*background-color: #000000;*/
		padding-top: 0;
		padding-left: 20px;
		padding-right: 20px;
		width: 760px;
		margin:0 auto 0 auto;
	}

	#menu {
		height: 30px;
		background-color: #ffffff;
		color:#cccccc;
		font-family:Georgia;
		font-size:25px;
		padding-top: 10px;
		padding-left: 20px;
		padding-right: 20px;
		width: 760px;
		margin:0 auto 0 auto;
	}

	#texte {
		height: 200px;
		background-color: #ffffff;
		color:#000000;
		font-family:Georgia;
		font-size:13px;
		padding-top: 25px;
		padding-left: 20px;
		padding-right: 20px;
		width: 760px;
		text-align: justify;
		margin:0 auto 0 auto;
	}
	
		#contact {
		height: 120px;
		background-color: #ffffff;
		color:#000000;
		font-family:Georgia;
		font-size:13px;
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		width: 760px;
		margin:0 auto 0 auto;
	}

	#footer {
		height: 15px;
		/*background-color: #000000;*/
		color:#000000;
		font-family:Georgia;
		font-size:9px;
		font-weight: bold;
		padding-top: 5px;
		padding-left: 20px;
		padding-right: 20px;
		width: 760px;
		margin:0 auto 0 auto;
	}
	/* end hide */

	body {
		height: 100%;
		width:100%;
		margin: 0;
		padding: 0;
		background-color: #c2b8ad;
		background-image: url(imgsite/fondsite2.gif);
	 }
	
.menu a:link {
	text-decoration: none;
	color: #cccccc;
}

.menu a:visited {
	text-decoration: none;
	color: #cccccc;
}
.menu a:hover {
	text-decoration: underline;
	color: #cccccc;
}
.menu a:active {
	text-decoration: none;
	color: #cccccc;
}


.texte a:link {
	text-decoration: none;
	color: #000000;
}

.texte a:visited {
	text-decoration: none;
	color: #000000;
}
.texte a:hover {
	text-decoration: underline;
	color: #000000;
}
.texte a:active {
	text-decoration: none;
	color: #000000;
}
