/* CSS Document */

html
{
	margin:0px;
	padding:0px;
}

body
{
	margin:0px;
	padding:0px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#291d18;
	background-image:url(../../images/template/body-bg.png);
	background-repeat:repeat-x;
	background-position:top left;
}

div#art
{
	padding:24px 0px;

	width:100%;
	height:100%;
	
	background-image:url(../../images/template/art-bg.png);
	background-repeat:no-repeat;
	background-position:center top;
}

div#level0
{
	margin:0px auto;
	width:960px;
	background-color:#2c211c;
	border:#ffffff 1px solid;
}

div#main
{
	height:347px;
	border-bottom:#ffffff 1px solid;
	overflow:hidden;	/* Essentiel pour IE6 */
}

div#logo20ans
{
	position:relative;
	/* margin-top:-74px;*/ /* logo 20ans */
	margin-top:-100px;
	margin-left:486px;
}

div#header
{
	height:88px;
	border-bottom:#ffffff 1px solid;
	padding-left:290px;
}

div#header a
{
	float:left;
	display:block;
	margin-top:52px;
	height:36px;
	background-repeat:no-repeat;

	text-indent:-9999px;
	overflow:hidden;
}

div#header a:hover
{
	filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
}

div#left
{
	float:left;
	width:290px;
}

div#left div#logo
{
	height:130px;
	background-image:url(../../images/template/splash/logo.jpg);
	background-repeat:no-repeat;

	text-indent:-9999px;
	overflow:hidden;

	border-bottom:#ffffff 1px solid;
}

div#anim
{
	float:left;
	width:522px;
	height:347px;
	
	background-image:url(../../images/template/splash/anim-alternative.jpg);
	background-repeat:no-repeat;

	border-left:#ffffff 1px solid;
	border-right:#ffffff 1px solid;
}

img#right
{
	float:left;
}

div#footer
{
	height:90px;
	background-image:url(../../images/template/splash/footer.png);
	background-repeat:no-repeat;
	
	color:#eddabe;
	padding:79px 0px 0px 214px;
}

div#footer p
{
	margin:0px;
	padding:2px 0px 4px 0px;
}
