/*** MENU ACCESSIBILITE ***/
#menu_evitement {
	list-style-type: none;
	padding: 0; margin: .3em;
}
#menu_evitement li {
	color: #888;
	display: inline;
	font-size: .91em;
	margin-right: 15px;
}
#menu_evitement a {
	color: #aaa;
	text-decoration: none;
}
#menu_evitement a:hover { color: #fff; }

.fond_habillage {
	background:transparent url(../../image/fond_top.png) 0 100% repeat-x;
	height: 21px;
	font-size: 10px;
	color: #fff;
}
.habillage {
	width: 955px;
	margin: 0 auto;
	text-align: right;
	padding-right: 25px;
}
.habillage ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.habillage ul li{
	margin: 0;
	padding: 0;
	display:inline;
}
.habillage ul li a{
	margin: 0;
	padding: 6px 5px 0 0;
	width: 28px;
	height: 15px;
	background:transparent url(../../image/onglet_habillage.png) 0 100% no-repeat;
	display: inline-block;
}
.habillage ul li a.actif, .habillage ul li a:hover{
	background-position: top left;
}
.habillage ul li a span{
	display: none;
	position: absolute;
	top: 20px;
	margin: 0 0 0 -42px;
	margin: 0 0 0 -100px !ie;
	padding: 18px 0 0 0;
	background: transparent url(../../image/infobulle.png) 0 0 no-repeat;
	width: 120px;
	height: 33px;
	text-align: center;
	font-size: 14px;
	color: #9c9c9c;
}
.habillage ul li a:hover span{
	display: block;
}

/*** BANDEAU HAUT ***/
.bandeau_haut {
	margin: 0;
	padding: 0;
}
.bandeau_haut h1 {
	margin: 0;
	padding: 0;
}
.bandeau_haut .logo {
	margin: 0;
	padding: 0;
}
.bandeau_haut .logo a {
	width:279px;
}
.bandeau_haut .logo a img{
	display: inline-block;
	/*background-color: #9c0;*/
	width:320px;
}

/*** MENU HAUT ***/
.menu_haut {
	margin: 17px 0 10px 0;
	/*background: transparent url(../../image/menu_fond.png) 0 0 no-repeat;*/
	background:#525252;
	padding: 2px 0 0 0;
	height: 42px;
	background-image: linear-gradient(bottom, rgb(89,89,89) 20%, rgb(89,89,89) 46%, rgb(115,113,115) 47%);
	background-image: -o-linear-gradient(bottom, rgb(89,89,89) 20%, rgb(89,89,89) 46%, rgb(115,113,115) 47%);
	background-image: -moz-linear-gradient(bottom, rgb(89,89,89) 20%, rgb(89,89,89) 46%, rgb(115,113,115) 47%);
	background-image: -webkit-linear-gradient(bottom, rgb(89,89,89) 20%, rgb(89,89,89) 46%, rgb(115,113,115) 47%);
	background-image: -ms-linear-gradient(bottom, rgb(89,89,89) 20%, rgb(89,89,89) 46%, rgb(115,113,115) 47%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.2, rgb(89,89,89)),
		color-stop(0.46, rgb(89,89,89)),
		color-stop(0.47, rgb(115,113,115))
	);
}
.menu_haut ul {
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0 0 0 3px;
	margin: 0;
	position: absolute;
	z-index:1000;
}

.menu_haut a {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	padding: 15px 25px 10px 25px;
	font-size:1.1em;
	color: white;
	font-weight: normal;
	background: transparent url(../../image/mh_separation.gif) 100% 0 no-repeat;
	
}
.menu_haut a:hover {
	color: #9c0 !important;
	background-color: #717171 !important;
}
/*
.menu_haut a.daddy {
	background: url(rightarrow2.gif) no-repeat 95%;
}
*/
.menu_haut li {
	float: left;
	/*width: 10em;*/
	padding: 0;
}
.menu_haut li:first-child a, .menu_haut li:first-child a:hover{
	/*-moz-border-radius: 10px 0 0 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;*/
}

.menu_haut li ul {
	position: absolute;
	left: -999em;
	width: 200px;
	height: auto;
	font-weight: normal;
	border-width: 0.25em;
	margin: -5px 0 0 0;
	padding: 0 0 14px 0;
	/*background: transparent url(../../image/mh_bas.png) 0 100% no-repeat;*/
	z-index:10;
}
.menu_haut li ul li:first-child {
	/*width: 194px;*/
	/*padding: 0px 3px 0 3px;*/
	/*background: transparent url(../../image/mh_haut.png) 0 0 no-repeat;*/
}
.menu_haut li ul li a {
	padding: 15px 10px 15px 16px;
	font-size:1em;
	color: #9c9c9c !important;
	font-weight: normal;
	background-color: transparent !important;
	background-image: none;
	-moz-border-radius: 0  !important;
	-webkit-border-top-left-radius: 0  !important;
	-webkit-border-bottom-left-radius: 0  !important;
	font-family: Arial, Helvetica, sans-serif;

}
.menu_haut li ul li a:hover {
	color: #9c0 !important;
}

.menu_haut li li {
	width: 194px;
	padding: 0 3px;
	/*background: transparent url(../../image/mh_milieu.png) 0 0 repeat-y;*/
	background:white;
}

.menu_haut li ul ul {
	/*margin: -1.75em 0 0 14em;*/
}

.menu_haut li:hover ul ul, .menu_haut li:hover ul ul ul,
.menu_haut .navfxenabled li:hover ul, .menu_haut .navfxenabled li:hover ul ul, .menu_haut .navfxenabled li:hover ul ul ul,
.menu_haut .navfxenabled li.over ul ul,.menu_haut .navfxenabled li.over ul ul ul
{
	left: -999em;
}
.menu_haut li:hover ul,
.menu_haut .navfxenabled li.over ul
 {
	left: auto;
	margin : -2px 0 0 -7px;
}
.menu_haut li li:hover ul, .menu_haut li li li:hover ul,
.menu_haut .navfxenabled li li.over ul, .menu_haut .navfxenabled li li li.over ul
 {
	left: -2px;
}
.menu_haut li li.over ul.leftover, .menu_haut .navfxenabled li li li.over ul.leftover, .menu_haut .navfxenabled li li li li.over ul.leftover
 {
	left: -28.44em;
}
.menu_haut li.over a,.menu_haut li:hover a{
	position:relative;
	color: #9c0;
	background-color: #717171;
}

/* visuel */
.visuel {
	margin: 0;
	/*height: 307px;*/
	width: 980px;
}
.visuel object {
	outline-width:0;
}

.image_rubrique img {
}

/*** MENU GAUCHE ***/
.menu_gauche h2, .menu_gauche h2 span {
	display: none;
}
.menu_gauche {
	padding: 0;
	color: #2c3c59;
}
.menu_gauche ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu_gauche ul li span.menuRubrique {
	display: none;
	margin: 0 0 5px 0;
}
.menu_gauche ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #333;
}

.menu_gauche ul li a {
	background-color: #FFF;
	padding: 11px 8px 11px 8px;
	margin: 0;
	display: block;
	color: #980505;
	font-weight: normal;
	font-size: 1em;
}
.menu_gauche ul li a:hover {
	background-color: #77b8dd;
	color: #FFF;
	font-weight: bold;
}
.menu_gauche ul li strong a{
	color: #000;
}

.menu_gauche ul ul  {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu_gauche ul ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #333;
}
.menu_gauche ul ul li a {
	background-color: #FFF;
	padding: 11px 8px 11px 18px;
	margin: 0;
	display: block;
	color: #980505;
	font-weight: normal;
	font-size: 12px;
}
.menu_gauche ul ul li a:hover {
	background-color: #77b8dd;
	color: #FFF;
	font-weight:bold;
}
.menu_gauche ul ul li strong a {
	color: #000;
}



/*** MENU DROIT ***/
.menu_droit h2 {
	font-size: 2em !important;
}

/*** BANDEAU BAS ***/
.bandeau_bas {
	background-color: #f6fbfc;
	height: 100px;
}

/*** MENU PIED DE PAGE ***/
.fond_pied {
	background:#525252 url(../../image/fond_pied.png) 0 0 repeat-x;
	min-height: 260px;
	padding: 30px 0 0 0;
}
.contenu_pied {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 0 23px;
}
.menu_pied {
	width: 749px;
	overflow:auto;
	/*border-right : 1px solid #949494;*/
	float : left;
}
.menu_pied h2 {
	display: none;
}
.menu_pied ul {
	padding: 0;
	margin:0;
	list-style-type: none;
}
.menu_pied ul li{
	float: left;
	min-width: 100px;
	padding : 0 10px 0 0;
}
.menu_pied ul li a {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.5em;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
	display: block;
	padding-right: 5px;
}
.menu_pied ul li a:hover {
	color:#000;
}
.menu_pied ul ul{
	max-width: 130px;
}
.menu_pied ul ul li a {
	color: #FFF;
	text-transform: none;
	padding-right: 5px;
	font-size: .9em;
	margin: 0 0 4px 0;
	letter-spacing: 0;
}

/*  *** logos partenaires *** */
.logos_pied {
	width : 210px;
	float: right;
	color: #fff;
	text-align: left;
	padding: 0 0 0 20px;
	border-left : 1px solid #949494;
	margin : 0 0 0 -1px;
	font-size:11px;
}
.logos_pied  img{
	vertical-align: middle;
}
.logos_pied  a{
	color : white;
	padding : 0;
}
.logos_pied  a:hover{
	text-decoration: none;
}
.logo_footer_actengo {
	margin: 0 0 5px 0;
}

.logos_pied ul{
padding-left:10px;
}

/*** MOTEUR DE RECHERCHE ***/
.recherche_generale {
	margin: .3em 0 0em 0;
	padding: 5px .5em .2em 740px;
	color: #000;
	/*position:absolute;
	left: 680px;*/
}
.recherche_generale label {
	font-size: .8em;
	color: #c9c9c9;
	padding:4px 0 0 0;

}
.recherche_generale input {
	font-size: .8em;
	border-top: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background-color: #fff;
	vertical-align: middle;
	height: 16px;
	width: 120px;
	padding:4px 0 0 4px;
	color: #9c9c9c;
}
.recherche_generale input.valid, .recherche_generale input.valid:focus {
	height: 24px;
	width: 40px;
	border: none;
	background-color: transparent;
	padding:0;
	background-image: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
}

/*** IDENTIFICATION ***/
.identification {
	position: relative;
	text-align: right;
	margin-right: 10px;
}
.identification_navigation { position: relative; }
a.identification_signin span {
	background: transparent url(../../image/toggle_rond.png) 100% -36px no-repeat;
	padding-right: 16px;
}
a.identification_signin {
	background: #88bbd4;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	padding: 4px 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
a.identification_signin:hover { background-color: #59B;}
a.identification_signin-close  {
	background: #ddeef6 !important;
	color: #666 !important;
	outline: none;
}
a.identification_signin-close span { background-position: 100% 2px !important; }

#identification_inc {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius: 5px 0 5px 5px;
	-moz-box-shadow: -3px 3px 3px rgba(0, 0, 0, .3);
	-webkit-box-shadow: -3px 3px 3px rgba(0, 0, 0, .3);
	box-shadow: -3px 3px 3px rgba(0, 0, 0, .3);
	display: none;
	border: 5px solid #ddeef6;
	background: #fff;
	position: absolute;
	z-index: 100;
	right: 0;
	text-align: left;
	padding: 10px;
	margin: 0;
	color: #789;
}
#identification_inc  ul {
	list-style: none;
	margin: .5em 0 0;
	padding: 0;
}
#identification_inc input[type=text], #identification_inc input[type=password] {
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #7F9DB9;
	background-color: #fff;
	color: #000;
	margin: 0 0 5px;
	padding: 5px;
	width: 210px;
}
#identification_inc input[type=text]:focus, #identification_inc input[type=password]:focus { border-color: #00E; }
#identification_inc  p  { margin: 0; }

.identification_titre {}
.identification_bienvenue {
	margin: 5px 14px 5px 18px;
	border: 1px solid #eee;
	padding: 10px 10px 10px 15px;
}
.identification_bienvenue li {
	font-weight:bold;
	color: #747474;
	margin-bottom: 5px;
	list-style-type: none;
}
.identification_bienvenue li a { color: #747474; }
.identification_bienvenue li a:hover{
	color: #0055A0;
	text-decoration: none;
}
.identification_bienvenue img { margin-right: 10px; }

.identification_light {
	border-right: 1px black dotted;
}

/*** FLUX RSS ENTRANT ***/
.news_entete {}
.news_entete-close{
	padding-left: 20px;
	background: url(../../image/ultree_plus.gif) 0 -2px no-repeat;
	cursor: pointer;
}
.news_entete-open{
	padding-left: 20px;
	background: url(../../image/ultree_minus.gif) 0 -2px no-repeat;
	cursor: pointer;
}

/*** LISTDIFF ***/
ul.listdiff { padding-left: 8em !important; }
.listdiff div { margin-left: 23px; }

/*** NEWS ***/
.abonnement_rss  a { text-decoration: none; }
.abonnement_rss img { vertical-align: bottom; }

/* entete */
.article_entete {
	margin: 30px 0 20px 0;
	background-color: #F3F3F3;
	border: 1px solid #F3F3F3;
	padding: 1em;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* meta */
.meta {
	margin-left: 60px;
	color: #ccc;
}
.meta a {
	/*color: #999;*/
	text-decoration: none;
}
.meta a:hover { text-decoration: underline; }

/* calendrier */
.cal {
	background: url(../../image/cal.png) no-repeat;
	height: 48px;
	width: 44px;
	text-align: center;
	color: #fff;
	font-size: 10px;
	float: left;
	margin: 15px 15px 0 0;
}
.cal abbr {
	text-decoration: none;
	border-bottom: none;
}
.cal span {
	margin-top: 3px;
	font-size: 19px;
	font-weight: bold;
	color: #999;
	display: block;
}

.article_accroche {}
.article_contenu {}

/* liste */
.liste_article  ul {
	list-style-type: none;
	margin-bottom: 1.3em;
}
.liste_article li {
	list-style-image: none !important;
	border-bottom: 1px solid #EEE;
	padding-top: 10px;
}
.liste_article .titre {
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;*/
	font-size: 1.5em;
	line-height: 25px;
}
.liste_article .titre a {
	color: #3B81BE;
	text-decoration: none
}
.liste_article .titre a:hover { text-decoration: underline !important }
.liste_article .titre a:visited  {
	color: #688291;
	text-decoration: none
}
.liste_article  img {
	float: left;
	margin: 0 15px 10px 0;
}

/* rss associés  */
.article_rss_associe {}
.article_rss_associe  p {
	margin: 0;
	padding: 0;
}
.article_rss_associe_titre {}
.article_rss_associe_titre-open{
	padding-left: 18px;
	background: url(../../image/moins.png) no-repeat;
}
.article_rss_associe_titre-close{
	padding-left: 18px;
	background: url(../../image/plus.png) no-repeat;
}

/* meta */
.liste_article .meta { color: #525252; }

/* Commentaire  bulle */
a.com  {
	text-decoration: none;
	color: #fff;
}
.comc, .comc0, .comc10 {
	float: right;
	display: block;
	text-align: center;
	width: 30px;
	height: 27px;
	margin: 15px 0 0 10px;
	font-weight: bold;
	line-height: 20px;
	background-repeat: no-repeat ;
	background-position: center center;
}
.comc { background: url(../../image/comc.png); }
.comc0 {	background: url(../../image/comc0.png); }
.comc10 { background: url(../../image/comc10.png); }

/*** COMMENTAIRE  ***/
.commentaires { margin-top: 20px; }
.commentaire {
	clear: both;
	margin: 20px 0 0!important;
	list-style: none !important;
}
.commentaire-poster h3.poster {
	background: url(../../image/commentaire_titre.png) no-repeat left 80%;
	padding-left: 25px;
}
.commentaire_avatar img {
	margin-right: 10px;
	padding: 3px;
	border: 1px solid #ddd;
}
.commentaire_avatar { float: left; }
.commentaire_meta {
	color: #7E7E7E;
	padding:0;
	margin:0 0 5px 90px;
}
.commentaire_auteur { margin: 0;}
.commentaire_contenu {
	background: url(../../image/commentaire_contenu_fond.png) no-repeat left top;
	padding: 5px 10px 12px 18px;
	margin-left: 70px;
}
.commentaire_contenu p {
	padding: 6px 9px 2px 8px;
	margin: 0;
}

li.commentaire .commentaire_contenu { background-color: #F7F7F7; }
li.commentaire:nth-child(even) .commentaire_contenu { background-color: #eee; }

/*
.commentaire.self .commentaire_contenu {
	background-color: #FFECC4;
}*/
.commentaire_bas {
	text-align: right;
	padding-bottom: 3px;
	min-height: 6px;
	margin-top: 3px;
}
.commentaire_repondre {
	margin: 0 9px 0 0;
	padding-left: 12px;
	background: url(../../image/commentaire_repondre.png) no-repeat center left;
	text-decoration: none;
}

/*** METIER ***/
.metier_encart {}

/*** GEOLOC ***/
/* Repere : icone */
.geo_labeledmarker_repere {
	text-align: center;
	font-size: 12px;
	color: #000;
	width: 32px;
	padding-top: 1px;
}

/* label */
.geo_repere_label {
	padding: .5em;
	background-color: #fff;
	font-weight: bold;
	color: #000;
	border: 1px #fff solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* window */
.geo_iw_titre {
	color: #000;
	font-weight: bold;
	font-size: medium;
}
.geo_iw_contenu {}
.geo_iw_description {}
.geo_iw_galerie {
	padding: 2px;
	border: 1px solid #7F9DB9;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.geo_iw_galerie img {
	margin: 2px;
	border: 2px solid #ccc;
	vertical-align: middle;
}
.geo_iw_galerie img:hover { border-color: #000; }

/*** RESEAUX SOCIAUX ***/
.fanbox_facebook, .twitter_suivis, .flickr_link, .myspace_url{
	padding: 10px 0;
	text-align: center;
}

.myspace_url{
	width: 120px;
	height: 50px;
	background: url(../../image/myspace.png) bottom no-repeat;
	color: #2B5CB2;
}
/*** Bookmarks 2.0 ***/
.bookmarks{
	position: absolute;
	z-index: 5000;
	right: 0px;
	top: 205px;
	margin: 0;
	padding: 5px 0;
	/*width: 247px;*/
	width : 35px;
	overflow: hidden;
}
.fermer{
	cursor: pointer;
	float: right;
	margin: 10px 10px 0 0;
}
.fond_bookmarks{
	margin: 0;
	width: 210px;
	margin-left: 37px;
	background-color: #fff;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-box-shadow: 0 1px 5px #555;
	-webkit-box-shadow: 0 1px 5px #555;
	border: 1px solid #cfcfcf;
	min-height: 350px;
}
.fond_bookmarks ul{
	margin: 0 0 0 -37px;
	padding: 15px 0;
	list-style-type: none;
	float:left;
}
.fond_bookmarks ul li{
	margin: 0;
	padding: 0;
}
.fond_bookmarks ul li a{
	margin: 0;
	padding: 7px 0 0 10px;
	width: 27px;
	height: 31px;
	display: block;
	background: transparent url(../../image/bookmarks_onglet.png) 0 100% no-repeat;
}
.fond_bookmarks ul li a:hover, .fond_bookmarks ul li a.active{
	background-position: top left;
	padding: 7px 0 0 7px;
	width: 30px;
	height: 31px;
	outline-width: 0px;
}
.fond_bookmarks ul li a img{
	display: block;
	width: 21px;
	height: 21px;
}
.fond_bookmarks div.contenu_bookmark{
	width: 190px;
	padding: 15px 5px 0 10px;
}
.fond_bookmarks div.contenu_bookmark h2{
	color: #bbb !important;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 2em;
	padding: 0;
	margin: 0 0 10px;
	border-bottom: 1px dotted #bbb;
}
.fond_bookmarks div.contenu_bookmark p{
	margin: 0 0 5px 0;
}
.fond_bookmarks div.contenu_facebook h3{
	color: #3b5998 !important;
	font-size: 1em;
	padding: 0;
	margin: 0;
}
.fond_bookmarks div.contenu_facebook a{
	color: #3b5998 !important;
}

.nom_skype{
	color: #A8A8A8;
}
.titre_departement{
	border-top: 1px dotted black;
	padding-top: 3px;
}

#teamroulette {
	background-color: #ccc;
	display: block;
	width: 152px;
	height: 27px;
}
#teamroulette:hover {
	background-color: #ccc;
}
/**NUAGE DE TAGS**/
.cloud{
	text-align : center;
	min-height : 200px;
	background : url(../../image/fond_cloud.jpg) center 50% no-repeat;
	padding : 15px 5px 0 5px;
	line-height : 2em;
}

.cloud h3{
	margin : 0 auto 0 auto;
	background : url(../../image/titre_cloud.jpg) no-repeat;
	overflow : hidden;
	width : 169px;
	height : 26px;
	text-indent : -1000px;
}
.cloud a{
	color : #767676;
}
.cloud a:hover{
	color : #fff;
	text-decoration: none;
	text-shadow: 1px 1px 2px #858585;
	filter: dropshadow(color=#858585, offx=0, offy=0)
}
.cloud .recherche_encart_nuage_tag_taille_10{font-size : 2.4em;}
.cloud .recherche_encart_nuage_tag_taille_9{font-size : 2.2em;}
.cloud .recherche_encart_nuage_tag_taille_8{font-size : 2em;}
.cloud .recherche_encart_nuage_tag_taille_7{font-size : 1.8em;}
.cloud .recherche_encart_nuage_tag_taille_6{font-size : 1.6em;}
.cloud .recherche_encart_nuage_tag_taille_5{font-size : 1.4em;}
.cloud .recherche_encart_nuage_tag_taille_4{font-size : 1.2em;}
.cloud .recherche_encart_nuage_tag_taille_3{font-size : 1.1em;}
.cloud .recherche_encart_nuage_tag_taille_2{font-size : 0.9em;}
.cloud .recherche_encart_nuage_tag_taille_1{font-size : 0.7em;}

/*Organigramme*/
.organigramme {
	border-top : 1px solid #E9E9E9;
	padding : 10px 8px;
	background :transparent url(../../image/citation_fond.jpg) 139px 30px no-repeat;
}
.organigramme .photo_membre {
	float : left;
	margin : 10px 15px 10px 5px;
}
.organigramme .citation {
	float : left;
	margin : 30px 0 20px 0;
}
.organigramme .citation h4{
	margin : 0px;
	font-size: 17px;
	font-weight: normal;
}
.organigramme .citation h5{
	margin : 0;
	font-size : 11px;
	color: #858585;
	text-transform: uppercase;
}
.organigramme .infos_orga{
	float:left;
}
.organigramme .prenom{
	font-size : 12px;
}
.organigramme .ascendant{
	font-size : 10px;
}

.organigramme .liens_orga{
	padding : 6px 0 0 0;
	margin: 0;
}
.organigramme .liens_orga a{
	display : block;
	background : url(../../image/puce.jpg) no-repeat left center;
	color : #bbbbbb;
	padding : 0 0 0 10px;
	font-size : 10px;
}

