/* CSS Document */
html {
	text-align: center; /* Alignement horizontal dans Internet Explorer */
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
}

body {
	text-align: center; /* Alignement horizontal dans Internet Explorer */
	background: #ccc url(../images/graphisme/background.jpg) repeat top left;
	_background:#ccc;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
}

#conteneur {
	width: auto;
	height: 550px;
	margin: auto;
	padding: 0;
}
#textealternatif {
	text-align: left;
	width: 550px;
	height: 550px;
	margin:auto;
	padding:0;
}
#textealternatif p, #textealternatif ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 10px;
}
a {
	color:#333;
	text-decoration: none;
}
a:hover {
	color:#FF9900;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	text-align: justify;
	vertical-align: middle;
	font-weight: bold;
	padding: 10px;
}

#flashcontent {
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 0;
}

