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

/**************************************************/
/******************* tags HTML ********************/
/**************************************************/

body{
	background: #494949 url(../img/bg-body.gif) left top repeat;
	color: #4e4f4e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

p{
	text-align: justify;
	margin: 0px 0px 6px;
}

a{
	color: #4e4f4e;
	text-decoration: underline;
}

h1{
	font-size: 24px;
	color: #414241;
	background: url(../img/h1-puce.jpg)	left center no-repeat;
	margin: 10px 21px 30px;
	padding-left: 24px;
	font-weight: bold;
}

img{
	border: none;
}

input, textarea{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*******************************************************/
/************* Div de structure de page ****************/
/*******************************************************/

#container{
	margin: 0px auto;
	width: 970px;
	background-color: #FFFFFF;
	padding-bottom: 14px;
}

#banniere{
	height: 150px;
}

#menu{
	background: #3a3b3a url(../img/menu-bg.jpg) left center repeat-x;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#pied_page{
	clear: both;
	margin-top: 34px;
}

/**************************************************/
/***************** div #banniere ******************/
/**************************************************/
#banniere img{
	display: block;
}

/*******************************************/
/*************** div #menu *****************/
/*******************************************/
#menu ul{
	height: 28px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu ul li{
	float: left;
	display: inline;
	height: 28px;
	background: url(../img/menu-separateur.jpg) right top no-repeat;
}

#menu ul li a{
	color: #FFFFFF;
	font-size: 15px;
	display: block;
	height: 28px;
	line-height: 28px;
	padding: 0px 24px;
	margin-right: 2px;
	text-decoration: none;
}

#menu ul li a:hover{
	background: url(../img/menu-bg-over.jpg) left top repeat-x;
}

/***********************************************/
/*************** div #pied_page ****************/
/***********************************************/
#pied_page p{
	text-align: center;
	font-size: 10px;
}

#pied_page p a{
	color: #5e5e5e;
	text-decoration: none;
}
