/***************** TAGS *******************/
body{
	margin: 0px;
	padding: 0px;
	background-color: #ececec;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

img{
	border: none;
}

a{
	text-decoration: underline;
	color: #000000;
}

a:hover{
	color: #990000;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #77001c;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #77001c;
	margin: 0px 0px 1em;
}

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

#centre ul{
	margin-top: 0px;
	margin-bottom: 1em;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-type: disc;
	list-style-position: inside;
}

#centre ol{
	margin-top: 0px;
	margin-bottom: 1em;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-type: decimal;
	list-style-position: inside;
}

/***************** DIV header ***********************/
#header{
	height: 152px;
	background-color: #ffffff;
}

#banniere{
	background: url(../images/logo.gif) 17px 63px no-repeat;
	height: 152px;
	width: 970px;
	margin: 0 auto;
}

#banniere #carte{
	float: right;
	height: 152px;
}

#banniere ul{
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#banniere ul li{
	width: 126px;
	float: left;
	display: inline;
	margin-right: 1px;
}

#banniere ul li a{
	text-decoration: none;
	height: 31px;
	line-height: 31px;
	float: left;
	width: 126px;
	background: url(../images/onglet-top.jpg) left top no-repeat;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	display: block;
}

#banniere ul li a:hover{
	background: url(../images/onglet-top-over.jpg) left top no-repeat;
	color: #74001b;
}

/******************* DIV topMenu **************/
#topMenu{
	height: 38px;
	background: url(../images/bg-menu.jpg) left top repeat-x;
}

#topMenu div{
	height: 38px;
	width: 970px;
	margin: 0 auto;
	padding-left: 5px;
}

#topMenu a{
	text-decoration: none;
}

#topMenu div dl{
	float: left;
	width: 160px;
	position: relative;
	z-index: 90;
	margin: 0;
	padding: 0;
}

#topMenu div dl dt{
	height: 38px;
	margin: 0;
	padding: 0;
}

#topMenu div dl dt a{
	height: 38px;
	line-height: 19px;
	font-size: 13px;
	color: #FFFFFF;
	display: block;
	width: 160px;
	float: left;
	text-align: center;
}

#topMenu div dl dt a:hover{
	background: url(../images/bg-menu-over.jpg) left top repeat-x;
	color: #74001b;
}

#topMenu div dl dd{
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 100;
	top: 38px;
	left: 0px;
	display: none;
	background-color: #ebebeb;
	color: #000000;
}

#topMenu div dl dd ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 160px;
}

#topMenu div dl dd ul li{
	border-left: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 1%;
}

#topMenu div dl dd ul li a{
	display: block;
	padding: 3px 2px;
	font-size: 11px;
}

#topMenu div dl dd ul li a:hover{
	background-color: #9c9c9c;
	color: #ffffff;
}

/********************** DIV left_menu ************************/
#left_menu{
	width: 220px;
	float: left;
	padding-top: 1px;
}

#left_menu dl{
	padding: 0;
	margin: 0;
	z-index: 20;
	position: relative;
}

#left_menu dl dt{
	margin: 0px 0px 2px;
	height: 39px;
	padding: 0;
}

#left_menu dl dt a{
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	background: url(../images/btn-menu.jpg) left top no-repeat;
	display: block;
	float: left;
	text-align: center;
	width: 212px;
	height: 39px;
	line-height: 39px;
	padding: 0px 4px;
}

#left_menu dl dt a:hover{
	background-image: url(../images/btn-menu-over.jpg);
	color: #ffffff;
}

#left_menu dl dd{
	position: absolute;
	z-index: 50;
	top: 0px;
	left: 220px;
	margin: 0;
	padding: 0;
	border: 1px solid #999999;
	display: none;
}

#left_menu dl dd ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#left_menu dl dd ul li a{
	display: block;
	padding: 3px 6px;
	text-decoration: none;
	height: 19px;
	background-color: #CCCCCC;
	width: 150px;
	float: left;
}

#left_menu dl dd ul li a:hover{
	background-color: #666666;
	color: #FFFFFF;
}

/********************* DIV #contenu *****************/
#contenu{
	width: 970px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

/************************ DIV centre *********************/
#centre{
	width: 710px;
	margin: 0px 0px 0px 240px;
	padding-top: 10px;
}

/********************** DIV footer *************************/
#footer{
	margin: 0px;
	clear: both;
	padding: 1em 0px 2em;
}

#footer p{
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#footer a{
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}