/*portraits*/
.zoomactuprog, .listeactuprog{
	margin-top: 10px;
	padding-top: 10px;
	border-top: thin #0096D8 dotted;
}

.zoomactuprog:last-child{
	padding-bottom: 10px;
	border-bottom: thin #0096D8 dotted;
}

.headactuprog{
	color: #585859;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.zoomactuprog .titre{
	color: #0096D8;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0;
}

.zoomactuprog p, .listeactuprog p{
	margin: 0;
}

#dechirh_p select {
    font-family: verdana;
}

#dechirh_p #okportraits {
	font-weight: bold;
	background-color: #2FC5FF;
	color: #FFFFFF;
	border: thin #FFFFFF solid;
	padding: 0;
}


#dechirh_p label{
	font-weight: bold;
}

/*profils*/
#indexprofils{
	/*padding-top: 10px;
	border-top: thin #0096D8 dotted;*/
	margin-top: 30px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.profil{
	margin-top: 10px;
	padding-top: 10px;
	border-top: thin #0096D8 dotted;
}

.profil:last-child{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: thin #0096D8 dotted;
}

.profil .titre{
	color: #0096D8;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0;
}


/****** Offres ***/
#rechoffres select {
    font-family: verdana;
    margin-top: 5px;
    font-size: 12px;
    clear: both;
}

#rechoffres #okrechoffre {
	height: 30px;
	font-weight: bold;
	background: #C814B4 url("newimages/bg_main.png") no-repeat top left;
	color: #FFFFFF;
	border: none;
	padding: 0;
	padding: 0px 15px 0px 25px;
	cursor: pointer;
	margin-top: 4px;
}


#rechoffres label{
	float: left;
	width: 100%;
	font-weight: bold;
	margin-top: 5px;
}

.offres{
	margin-top: 10px;
	padding-top: 10px;
	/*border-top: thin #0096D8 dotted;*/
}

.offres:last-child{
	/*padding-bottom: 10px;
	border-bottom: thin #0096D8 dotted;*/
}

.offres ul{
	margin: 0;
	padding: 0 10px 0 20px;
	list-style-type: none;
}

.offres ul li{
	margin-bottom: 15px;
	border-bottom: thin #0096D8 dotted;
}

.offres ul li:last-child{
	/*border: 0;*/
}

.offres .titre-profil{
	color: #0096D8;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0;
}

.offres .titre-offre{
	/*text-transform:uppercase;*/
	margin: 0;
	display:inline;
}

.offres .download-file{
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.offres .download-file .titre{
	margin: 0;
}

#colcentrale .offres .download-file .titre{
	font-size: 12px;
}

#ficheoffre .titre{
	color: #0096D8;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0;
}

#ficheoffre .label{
	color: #585859;
	font-weight: bold;
	text-transform: uppercase;
}

#ficheoffre p.label{
	margin: 10px 0 5px 0;
}

#ficheoffre p.champ{
	margin: 10px 0 0 0;
}

