/* CSS Document */
/*############################################################################*/
/* Styles globaux */
/*############################################################################*/
* {
	margin:0;
	padding:0;
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif; /*"Trebuchet MS",*/
}
a{
	color:#95C349;
}
html, body {
	background-color: #FFFFFF;
	height: 100%;
	text-align:center;
}
/* hack FF pour envlever pointillés autour des liens */

a {

	outline: none;

}

:focus {

	-moz-outline-style: none;

}

/* fin de hack */


/*############################################################################*/
/* Styles page */
/*############################################################################*/

div#conteneur{
	position:absolute;
	margin:0 auto;
	top:50%;
	left:50%;
	margin-left:-500px;
	width:1000px;
	height:700px;
	margin-top:-350px;
	background:url("../images/ombre.gif") no-repeat 0 0;
}
div#conteneur_index{
	position:absolute;
	margin:0 auto;
	top:50%;
	left:50%;
	margin-left:-315px;
	width:630px;
	height:415px;
	margin-top:-207px;
}