h1 {
	font-size: 2.0em;
	font-weight: bold;
	color: #C1D72E;
}

H2 {
	font-size: 1.6em;
	line-height: 1.1em;
	font-style: normal;
	 }
	 
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight:bold;
	color: #C1D72E;
}

h3 span{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
}

h4,
h4 span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #BA1329;
}

h4 span {
	font-weight: normal;
}


h5{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight:bold;
	color: #C1D72E;
}

label{
	font-size: 14px;
	font-weight: bold;
	color: #BA1329;
}
	



/*navigation verticale gauche*/

.navigation-verticale  p{
	font-size: 1em;
	line-height: 1.1em;
	font-style: normal;
}

.navig-recherche{
	padding-top:50px;
}

.navig-carte{
padding-top:10px;
}

/*contenu principal*/
.contenu {
	float: right;
	width: 528px;
	min-height:600px;
	height:auto!important;
}

.contenu ul{
	margin:0;
	margin-top:10px;
	list-style-type:none;
	font-weight:bold;
	font-size:14px;
}

.contenu li{
	margin-bottom:5px;
	padding-left:30px;
	background-image:url(../img/fond-liste.jpg);
	background-repeat:no-repeat;
	background-position:0 6px;
}

.fiche {
	float: right;
	width: 280px;
}

.titre {
	float: left;
	width: 229px;
	text-align: right;
	margin-right: 10px;
}

.encart-gauche {
	float: left;
	width: 229px;
	text-align: left;
}
.encart-droit {
	float: right;
	width: 280px;
}
.bord-gris {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AF969E;
	width: auto;
	float: left;
}
.titre-menu {
	margin-bottom: 5px;
	margin-right: 35px;
}
.interligne-menu {
	font-size: 1.1em;
	margin-bottom: 70px;
}

.interligne-menu p{
	margin-bottom: 10px;
}

.entete {
	float: left;
	width: 528px;
	margin-bottom: 20px;
}

.texte-droit {
	font-weight: bold;
	font-size: 1.4em;
	text-align: right;
}

.retour {
	position: absolute;
	bottom: 0px;
	top: auto;
	float: left;
	width: 265px;
	text-align: right;
	height: 28px;
}
.retour a,.retour a:link,.retour a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #BA1329;
	text-decoration: none;
	background-image: none;
	padding-right: 0px;
	font-size: 10px;
}


select {
	width: 141px;
	height:20px;
	border: #BA1329 1px solid;
}

/*module recherche*/
.recherche{
	float:left;
	width: 150px;
	padding-right:42px;
}

.img-recherche{
	float:left;
	width: 100px;
	margin-top:16px;
	margin-left:33px;
}

.img-recherche a{
	background-image:url(../img/btn-recherche-0.gif);
	color:#FFF;
	background-repeat:no-repeat;
	display:block;
	width:111px;
	height:19px;
	padding:2px 0 0 0px;
	font-size:13px;
	font-weight:bold;
}

.img-recherche a:hover{
	background-image:url(../img/btn-recherche-1.gif);
}

.titre-recherche{
	padding-bottom:15px;
}

/*module liste*/
.liste{
	padding-top:40px;
}


/*navigation pages*/

.content-navig{
	width:317px;
}

.navig-pages{
     margin-left: auto;
     margin-right: auto;
     width: 150px;
}

.navig-pages a{
	float:left;
	height:19px;
	color:#CC0033;
	background:url(../img/liste-page-0.gif) no-repeat;
	width:14px;
	height:19px;
	padding:3px 0 0 4px;
	font-size:11px;
	font-weight:bold;
}


.navig-pages a:hover{
	background-image:url(../img/liste-page-1.gif);
	color:#FFFFFF;
}

.input-puclf-input {
	margin-left: 3px;
	height: 12px;
	width: 180px;
	font-size: 11px!important;
	border:1px solid;
	border-color:#BA1329;
}



