body
{
   width: 1024px;
   margin: auto; 
   margin-top: 5px; 
   
   margin-bottom: 5px;    /* Idem pour le bas du navigateur */
   background-image: url("images/fond.png"); /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
}


#header
{
	 width: 1024px;
	 height:300px;
	 background-image: url("images/header.jpg");
}

/*#header:hover
{

	 background-image: url("images/header_hover.png");
}*/

#menu
{
	margin:0px;
	padding:0px;
	width: 1024px;
	height:40px;
	background-image:url("images/menu.png");
}

.element_menu
{
	padding-left:15px;
	padding-right:15px;
	height:30px;
	padding:4px;
	margin:4px;
	font-weight:bold;
	text-align:center;
	
	color:#999999;
}
.element_menu:hover
{
	color:#a3a3a3;
	background-image:url("images/fond_menu.png");
	background-repeat:no-repeat;
}

.separateur_menu
{
	width: 10px;
	height:40px;
	margin-top:0px;
	background-image:url("images/separateur.png");
}

#contenu{
	width: 1004px;
	padding:10px;
	margin: auto; 
	color:#868686;
	margin-top: 0px;   
	background-image:url("images/fond_contenu.png");
	height: 400px; /*definition d'une hauteur de base, sur IE, la hauteur s'aggrandit si la taille est plus grande*/
}

html>body #contenu { /*n'est pas lu par IE, permet de donner une taille minimal au bloc contenu*/
height:auto;
min-height: 400px;
}

label {
color:#868686;
}

#footer{
	width: 1024px;
	height: 80px;
	padding:10px;
	color:#868686;
	text-align:center;
	background-image:url("images/footer.png");
	background-repeat:no-repeat;
}


/* styles de blocs */
.bloc{
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:10px;
	color:#969696;
	border-top: solid 1px #656565;
	border-bottom: solid 1px #656565;
}

.bloc2{
	margin-left:60px;
	margin-right:60px;
	margin-top:10px;
	margin-bottom:20px;
	color:#b60013;
	text-align:center;
	border-top: solid 1px #656565;
	border-bottom: solid 1px #353535;
}

.bloc3{
	margin-left:40px;
	margin-right:40px;
	margin-top:10px;
	margin-bottom:10px;
	color:#969696;
	border-top: solid 1px #454545;
	border-bottom: solid 1px #454545;
}


/* styles de titres */
h2{
	margin-left:50px;
	color:#BBBBBB;
	font: bold 18px;
}

h3{
	margin-left:70px;
	color:#BBBBBB;
	font-style: italic;
	font: 16px;
}

h4{
	margin-left:20px;
	margin-bottom:10px;
	color:#999999;
	font-style: bold;
	font: 14px;
}


/*styles de liens*/
a {
	font-weight: bold;
	text-decoration: none;
	color:#AAAAAA;
}

a:hover {
	color:#CCCCCC;
}

img {
display: inline;
border: 1px solid #656565;
}

/* style des boutons de selection de design */
.boutonDesign {
	height:12px;
	width:12px;
	display:block;
	background-position:top;
}

.boutonDesign:hover{
	background-position:bottom;
	background-position:0 -12px;
}
