/* CSS Document */




.haut_page {
	float: right;
	margin: 0 20px 0 0;
	font-size: 0.7em;
	font-weight: bold;
}

#conteneur p {
	text-align: justify;
	padding-right: 5px;
}

/* Observatoire */
form.observatoire {
	margin-top: 20px;
	margin-bottom: 20px;
}

.bloc_personnes {
	float: left;
}

.bloc_personnes table {
	width: 200px;
	text-align: center;
	margin-right: 10px;
}

.graph {
	float: left;
	margin-right: 3%;
}

.tab_obs td, .tab_obs th {
	border: 1px solid #DDD; 
	text-align: center;
}


/* Fin observatoire */

/* Bref */

.brefs .e_bref {
	display: block;
	height: 25px;
	border: 1px dashed #665B57; /*#e9e9e9;*/
	color: #fdc60a;
	float: right;
	line-height: 25px;
	padding: 3px 5px 3px 5px;
	margin: 0 10px 0 8px;
}

.brefs .e_bref:hover {
	border: 1px dashed #fdc60a;
	color: #665b57;
}

.brefs {
	list-style-type: none;
}

.brefs li {
	font-weight: bold;
	margin-bottom: 15px;
/*	clear: both;*/
}

#conteneur .brefs li p {
	margin: 5px 0 0 15px;
	font-weight: normal;
	/*font-size: 0.7em;*/
}

#conteneur .brefs h4 {
	margin-bottom: 0.4em;
}

.souligne {
	text-decoration: underline;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

/* Fin bref */

/* Formation */

h5.clear {
	clear: both;
}

#conteneur ul.fleche {
	list-style-image: url(../images/fleche_bleue.gif);
}

#video_formation {
	clear:both;
    margin:15px 0 15px 20px;
}
.cadre {
	border: 2px dashed #fdc60a;
	padding: 5px;
	margin-right: 5px;
	/*font-size: 0.85em;*/
	width: 350px;
}

#accord_cadre {
	width: 250px;
	float: right;
	margin: 0 5px 0.5em 10px;
	
}

#accord_cadre h5 {
	text-align: center;
	margin: 5px 0 10px 0;
}

#accord_cadre ul {
	margin-bottom: 0;
	margin-left: 0;	
	padding-left: 25px;
}

.action_spe {
	width: 46%;
	float: left;
	border: 1px solid #9BC46A;
	padding: 5px;
	margin-right: 2%;
	margin-bottom: 10px;
}

.action_spe h6 {
	font-size: 0.85em; font-weight:bold;
	text-align: center;
	margin: 0;
}

/* Fin Formation */


/* Outils */
#marches_publics {
	border:2px dashed #9BC46A;
	display: block;
	width: 20em;
	padding: 0.4em;
	float: right;
	text-align: center;
	margin: 0 5px 0 5px;
}

.bloc_outils {
	border: 1px solid #e9e9e9;
	width: 45%;
	float: left;
	margin: 20px 10px 10px 0;
	padding: 1.2em 0 0.8em 0;
	position: relative;
}

.bloc_outils h4{
	margin: 0;	
	position: absolute;
	top: -7px;
	left: 5px;
	background-color: #FFf;
	padding: 0 4px;
}



.bloc_outils ul {
	margin: 0 0 0 20px;
	padding: 0;
}
/* Fin Outils */


/* Général */

h3.ressources span {
	background-image: url('../images/fond/deco_h3_ressources.gif');
	padding: 22px 29px 23px 0;
}


h3.ressources:first-letter {
	color: #fdc60a;
}

h4, h4 a {
	color: #fdc60a;
}

strong {
	color: #fdc60a;
}

/* Fin général */



