body {
	background-image: url(img/fond.jpg);
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

ul {
	list-style-type: square ;
	padding:0;margin:0;
	list-style-position:inside;
}

#header {
	background:url(img/header.jpg) no-repeat;
	vertical-align:top;
	height:145px;
}

/*********** menu ******************************/
#menu {
	float:right;
	margin-right:0px;
	padding:0px 0px 2px 0;
	background-color:#f70000;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-left:1px solid white;
}

#menu a{
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:white;
	padding:4px 3px 2px 6px;
}
#menu a:hover,#menu a.active{
	text-decoration:none;
	font-weight:bold;
	color:white;
	background-color:#A80000;
}

#menu a.noBorder{
	border-left-width:0
}
#menu_conseiller {
	color:white;
	font-weight:bold;
	font-size:8pt;
	margin-right:5px;
}

#conseiller {
	background:url(img/conseiller.jpg) no-repeat;
	vertical-align:top;
	height:73px;
}

#corps {
	background: url(img/corps.jpg) no-repeat;
	height:243px;
	vertical-align:top;
}

#corpsbas {
	background: url(img/corpsbas.jpg) no-repeat; background-position:bottom;
	height:111px;
	vertical-align:top;
}

#footer {
	background:url(img/footer.jpg) no-repeat;
	vertical-align:top;
	height:28px;
	color:white;
	font-weight:bold;
	font-size:12px;
	vertical-align:middle;
}


.titrepage {
	color:#003B73;
	text-align:left;
	font-size:12pt;
	margin-bottom:5px;
	font-weight:bold;
}

.textpage {
	color:#003B73;
	text-align:justify;
	font-size:12px;
}

a.lien {
	color:#003B73;
	text-decoration:underline;
}

a.lien:hover {
	text-decoration:none;
}

#cartouche {
	padding-bottom:7px;
	color:white;
	font-size:16pt;
	font-weight:bold;
}

#minicartouche {
	color:white;
	font-size:12px;
	font-weight:bold;
}

.txt11 {
	font-size: 11px;
	line-height: 16px;
}
