/* CSS Document */

* 
{
	margin: 0px;
	padding: 0px;
	outline-style:none;
	outline-width:0;
}

body
{
	background-color:#000;
	background-image:url(img/backgrounds/fond2.jpg);
	background-repeat:no-repeat;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#ab811e;
	background-position: center top;
}

#global
{
	width:1100px;
	min-height:740px;
	margin-left:auto;
	margin-right:auto;
}

#header
{
	height:250px;
	background-image:url(img/backgrounds/header.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	background-position:center 15px;
}

#menu
{
	width:866px;
	height:90px;
	margin-left:165px;
	padding-top:120px;
}

#menu img
{
	border-style:none;
}

#menu ul
{
	list-style:none;
}

#menu ul li
{
	float:left;
}

#container
{
	width:685px;
	margin-left:250px;
	margin-bottom:20^x;
}

#left
{
	float:left;
}

#mail
{
	margin-left:140px;
}

#mail img
{
	border-style:none;
}

#menu_left
{
	width:133px;
	height:180px;
	margin-left:117px;
	padding-top:80px;
}

#menu_left ul
{
	list-style:none;
}

#content1
{
	height:25px;
	background-image:url(img/backgrounds/content1.png);
}

#content
{
	min-height:400px;
	background-image:url(img/backgrounds/content.png);
	padding-right: 15px;
	padding-left: 15px;
}

#content p
{
	font-size:13px;
	padding-bottom:10px;
}

#content img
{
	border-style:none;
}

#content h1
{
	text-align:center;
	padding-top:20px;
}

#content h4
{
	margin-bottom:10px;
	color:#fff;
}

#content strong
{
	color:#e19503;
}

#content table
{
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
}

#content table td
{
	padding-top:10px;
}

#content a
{
	text-decoration:none;
	color:#fff;
}

#content a:hover
{
	color:#ab811e;
}
#flash
{
	width:580px;
	height:400px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(img/backgrounds/flash.png);
	background-position: 181px center;
	background-repeat: no-repeat;
}

#content2
{
	height:25px;
	background-image:url(img/backgrounds/content2.png);
}

#foot
{
	margin-left:505px;
}

#foot p
{
	padding-top:20px;
	margin-bottom:15px;
}

#foot a
{
	text-decoration:none;
	color:#ab811e;
	font-size:12px;
}

#foot a:hover
{
	color:#ccc;
}

#foot img
{
	border-style:none;
}

.right
{
	float:right;
	margin-left:10px;
}

.img
{
	text-align:center;
	padding-bottom:10px;
}

.center
{
	text-align:center;
}

.marge
{
	margin-left:100px;
}