/*
	Feuille CSS pour la structure du site
	Auteur : Dominique Girolt <dominiquegirolt@hotmail.com>
	Copyright 2009 www.dominique-girolt.fr
*/

/*---------- Principal ----------*/
body
{
	width: 970px;
	margin: auto;
	text-align: center;
	font: normal 10pt Verdana;
	color: #191919;
	background: #eceef0 url('../images/fond-body.png') top left repeat-x;
}
#site
{
	position: relative; margin: 0 auto; padding: 0 15px; width: 940px;
	background: transparent url('../images/fond-page.png') top left repeat-y;
}
/*---------- Entete ----------*/
#entete
{
	width: 940px;
	height: 125px;
}
#entete #banniere {
	float: left;
	height: 125px;
	width: 650px;
	cursor: pointer;
	background: #191919 url('../images/entete.jpg') no-repeat;	
}
#entete #options {
	height: 125px; width: 280px;
	margin-left: 650px;
	padding: 5px;
	background: #e8ae33;
	text-align: left;
}
/*---------- Menu ----------*/
#menu
{
	height: 30px;
	background-color: #191919;
}
/*---------- Contenu ----------*/
#contenu
{
	width: 940px;
	margin: auto;
	text-align: center;
	min-height: 330px;
	height: auto;
	background-color: #ffffff;
	text-align: justify;
}
#page
{
	float: left;
	padding: 5px;
	width: 635px;
}
#barre_infos
{
	float: right;
	width: 280px;
	padding: 5px;
	min-height: 320px;
	background: #e8ae33;
}
/*---------- Pied de page ----------*/
#piedpage
{
	width: 940px;
	height: 50px;
	padding-top: 10px;
	background-color: #191919;
	font: normal 8pt 'Verdana';
	color: #efefef;
	margin: auto;
}
#copyright
{
	text-align: center;
	padding: 5px;
}
/* Images */
img {
	vertical-align: middle;
}
