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

*
{
margin: 0;
padding: 0;
}

body
{
	background-color: #2d2d2d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container
{
	width: 1100px;
	position: absolute;
	left: 50%;
	margin-left: -550px;
	text-align:center;
	background-color:#000000;
}

#leftmenu {
	position:absolute;
	width:150px;
	height:250px;
	left: 50%;
	margin-left: -550px;
	background-image:url(../images/bg/leftmenu.jpg);
	background-repeat:no-repeat;
}

#rightmenu {
	position:absolute;
	width:150px;
	height:250px;
	left: 50%;
	margin-left: 400px;
	background-image:url(../images/bg/rightmenu.jpg);
	background-repeat:no-repeat;
}

#menu
{
	position:absolute;
	width: 800px;
	height: 250px;
	left: 50%;
	margin-left: -400px;
}

#leftinter {
	top: 250px;
	position:absolute;
	width:150px;
	height:50px;
	left: 50%;
	margin-left: -550px;
	background-image:url(../images/bg/leftinter.jpg);
	background-repeat:no-repeat;
}

#rightinter {
	top: 250px;
	position:absolute;
	width:150px;
	height:50px;
	left: 50%;
	margin-left: 400px;
	background-image:url(../images/bg/rightinter.jpg);
	background-repeat:no-repeat;
}

#inter
{
	top: 250px;
	position:absolute;
	width: 800px;
	height: 50px;
	left: 50%;
	margin-left: -400px;
	background-image:url(../images/bg/inter.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	color:#FFFFFF;
	text-align:right;
}

#contenu
{
	top: 300px;
	position:absolute;
	width: 800px;
	min-height: 400px;
	left:50%;
	margin-left:-400px;
	clear:both;
}

#footer
{
	margin-top:50px;
	height: 66px;
	width:800px;
	background-attachment:fixed;
	clear:both;
}

#photos
{
	text-align:left;
}

#photos #photosleft
{
	width=300px;
	float=left;
}

#photos #photosright
{
	width=300px;
	float=right;
}