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

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

body{
	background: #484d4b url(../images/bgbody.jpg) left top repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3d3525;
	margin: 0px;
}

img{
	border: none;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #e7e7e7;
	font-size: 28px;
	font-weight: normal;
	margin: 0px 0px 18px;
	height: 40px;
	line-height: 40px;
	background: url(../images/bg-h1.jpg) left top no-repeat;
	padding-left: 22px;
}

a{
	color: #3d3525;
}

a:hover{
	color: #901414;
}

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

input, textarea{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px; 
}

/***************************************************/
/************** div de structuration ***************/
/***************************************************/

#head{
	height: 142px;
	background: #590c0c url(../images/banniere-bg.jpg) left top repeat-x;
}

#mainMenu{
	height: 45px;
	background: #330707 url(../images/menu-bg2.jpg) left top repeat-x;
}

#mainContent{
	width: 970px;
	margin: 0px auto;
	background-color: #e7e7e7;
}

#foot{
	height: 35px;
	background-color: #4e0b0b;
	clear: both;
}

/*****************************************************/
/*************** div #head (bannière) ****************/
/*****************************************************/

#head #banner{
	width: 970px;
	margin: 0px auto;
	height: 142px;
}

#head #banner img{
	display: block;
}

/***********************************************************/
/**************** div #mainMenu (menu haut) ****************/
/***********************************************************/

#mainMenu div{
	margin: 0px auto;
	width: 970px;
	height: 45px;
	background: #330707 url(../images/menu-bg.jpg) left top repeat-x;
}

#mainMenu div ul{
	list-style-type: none;
	margin: 0px 0px 0px 77px;
	padding: 0px;
	height: 39px;
}

#mainMenu div ul li{
	float: left;
	display: inline;
	margin-right: 29px;
}

#mainMenu div ul li a{
	cursor: pointer;
}

/***********************************************************************/
/**************** div #mainContent (zone de contenu) *******************/
/***********************************************************************/
#mainContent #content{
	margin: 0px 0px 0px 20px;
	padding-top: 10px;
}

/*************************************************************/
/**************** div #foot (pied de page) *******************/
/*************************************************************/

#foot #footContent{
	width: 970px;
	margin: 0px auto;
	height: 35px;
}

#foot #footContent p{
	font-size: 11px;
	height: 35px;
	line-height: 35px;
	color: #cdc386;
	margin: 0px;
}