/* Graphisme général de la page hors éléments centraux */
body {
	background-image: url('http://www.ducky-games.com/arobase/img/fond.png');
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	font: 80% "Lucida Grande", Lucida, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	line-height: 160%;
	text-align: center; /* pour corriger le bug de centrage IE */
}

#global {
	margin-left: auto;
	margin-right: auto;
	width: 965px; /* largeur obligatoire pour être centré */
}

#header {
	position: relative;
	width: 965px;
	height: 126px;
	text-align: left;
}

#header_gauche {
	position: relative;
	width: 328px;
	height: 126px;
	float: left;
}

#header_droite {
	position: relative;
	width: 637px;
	height: 126px;
	background-image: url('http://www.ducky-games.com/arobase/img/header.png');
	background-repeat: no-repeat;
	float: left;
}

#login_box {
	position: absolute;
	width: 220px;
	height: 100px;
	margin-top: 15px;
	margin-left: 410px;
	float: left;
}

#message_box_connecte {
	position: relative;
	height: 68px;
}

#bouton_deconnexion {
	position: relative;
	margin-left: 28px;
}

#sous_header {
	position: relative;
	width: 965px;
	height: 61px;
	text-align: left;
}

#sous_header_gauche {
	position: relative;
	width: 193px;
	height: 61px;
	background-image: url('http://www.ducky-games.com/arobase/img/header_bas_gauche.png');
	background-repeat: no-repeat;
	float: left;
}

#sous_header_droite {
	position: relative;
	width: 772px;
	height: 61px;
	background-image: url('http://www.ducky-games.com/arobase/img/header_bas_droite.png');
	background-repeat: no-repeat;
	float: left;
}

#titre_page {
	position: relative;
	height: 25px;
	margin-top: 36px;
	margin-right: 10px;
	text-align: right;
	color: #000000;
}

#corps_page {
	position: relative;
	width: 965px;
	background-color: #FFFFFF;
	text-align: left;
}

#corps_page_gauche {
	position: relative;
	width: 193px;
	background-image: url('http://www.ducky-games.com/arobase/img/menu_vierge.png');
	background-repeat: repeat-y;
	float: left;
}

#corps_page_droite {
	position: relative;
	width: 772px;
	float: left;
}

#texte {
	padding: 5px;
	text-align: left;
}

.menu_titre {
	position: relative;
	width: 193px;
	height: 18px;
	background-image: url('http://www.ducky-games.com/arobase/img/menu_titre.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 12px;
	font-family: "Lucida Grande", Lucida, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

.menu_element {
	position: relative;
	width: 193px;
	height: 18px;
	background-image: url('http://www.ducky-games.com/arobase/img/menu_puce.png');
	background-repeat: no-repeat;
	padding-left: 30px;
}

a.menu_lien, a.menu_lien:link, a.menu_lien:active, a.menu_lien:hover, a.menu_lien:visited {
	font-size: 11px;
	font-family: "Lucida Grande", Lucida, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #444444;
}

.menu_separateur {
	width: 193px;
	height: 10px;
}

#menu_bas {
	position: relative;
	width: 193px;
	height: 18px;
	background-image: url('http://www.ducky-games.com/arobase/img/menu_bas.png');
	background-repeat: no-repeat;
}

#espace_sous_menu {
	width: 193px;
	height: 18px;
	background-color: #FFFFFF;
}

#footer {
	position: relative;
	width: 965px;
	height: 46px;
	background-image: url('http://www.ducky-games.com/arobase/img/footer.png');
	background-repeat: no-repeat;
	text-align: center;
	padding: 5px;
	line-height: 160%;
}