@charset "utf-8";
/* CSS Document */
body
{
	background-color:#262626;
	padding:0px;
	margin:0px;
	border:0px;
}

a
{
	color:#000;
}
a:hover
{
	color:#588403;
}

div#first
{
	width:100%;
	margin:0px;
	padding:0px;
	border:0px;
	text-align:center;
	float:left;
	height:auto;
	background-image:url(charte/bg1.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

div#second
{
	width:1024px;
	position:relative;
	height:auto;
	margin:auto;
}

div#bann
{
	float:left;
	width:100%;
	height:160px;
}
	div#bann .gauche
	{
		margin-top:40px;
		width:700px;
		float:left;
	}
	div#bann .droite
	{
		margin-top:20px;
		width:200px;
		float:right;
	}
div#menu
{
	float:left;
	width:1024px;
	height:55px;
	z-index:100;
	position:relative;
}
	div#menu .angles
	{
		float:left;
		height:53px;
		width:26px;	
		z-index:100;
	}
	div#menu ul
	{
		padding:0px;
		border:0px;
		margin:0px;
		float:left;
		width:972px;
		list-style:none;
		z-index:100;
	}
	div#menu li
	{
		padding:0px;
		margin:0px;
		border:0px;
		float:left;
		width:162px;
		z-index:100;
	}
	div#menu a
	{
		background-image:url(charte/menu.png);
		display:block;
		font: 16px/53px "Arial Black", Gadget, sans-serif;
		color:#262626;
		z-index:100;
		text-decoration:none;
	}
	div#menu a:hover
	{
		background-image:url(charte/bg_menu_over.png);
		background-position:center;
		color:#FFF;
		z-index:100;
		text-decoration:none;
	}
	div#menu .on
	{
		background-image:url(charte/bg_menu_over.png);
		background-position:center;
		color:#FFF;
		z-index:100;
	}

div#diaporama
{
	width:1022px;
	height:220px;
	position:relative;
	border-left:1px solid #526d1d;
	border-right:1px solid #526d1d;
	z-index:1;
	margin-top:-8px;
	float:left;
}

div#phrase
{
	width:1012px;
	z-index:2;
	position:relative;
	padding-left:10px;
	border-left:1px solid #526d1d;
	border-right:1px solid #526d1d;
	background-image:url(charte/bg-txt.png);
	height:36px;
	font:14px/36px Arial, Helvetica, sans-serif;
	color:#000;
	float:left;
	text-align:left;
}

div#contenu
{
	width:1002px;
	z-index:2;
	position:relative;
	padding:10px;
	border-left:1px solid #526d1d;
	border-right:1px solid #526d1d;
	background-color:#c9c9c9;
	font:12px/14px Arial, Helvetica, sans-serif;
	color:#000;
	float:left;
	text-align:left;
}

div#contenu h1
{
	font:16px/24px Arial, Helvetica, sans-serif;
	font-weight:bold;
}
div#contenu img
{
	display: inline-block;
	padding:10px;
}
div#contenu .footer
{
	width:100%;
	font:12px/16px Arial, Helvetica, sans-serif;
	text-align:center;
}

div#signature
{
	position:absolute;
	bottom:10px;
	left:1020px;
	width:17px;
	height:213px;
	z-index:1000;
}

div.div100{ float:left; width:100%;}