body.annuaire article.blue{
	background: #fff;
	margin-top: 20px;
}
    body.annuaire article.blue>header, body.annuaire article.blue .post-content{
	  float: right;
	  margin-top: 10px;
	  padding: 0;
	  padding-right: 10px;
	  width: 500px;
    }
    body.annuaire article.blue>img{
	  float: left;
	  margin: 10px;
	  max-width: 100px;
    }
	  body.annuaire header h2 a, body.annuaire header h3, body.annuaire .post-content h4 {
		color: #5a5b5d;
		font-family: "Arial", Tahoma, Helvetica;
		font-size: 1em;
		font-weight: bold;
	  }
	   body.annuaire header h2{
		
		font-size:1em;
		
	   }
	   body.annuaire header h2 a{
		background:none;
		font-size:1em;
		text-decoration:none;
	   }
	  body.page .block-content h3{
		font-size:1em;
		font-weight:bold;
	  }
	  body.annuaire header h3{
		text-transform: uppercase;
	  }
	  body.annuaire article.blue .post-content p{
		font-style: italic;
	  }
	  body.annuaire article.blue .post-content p span{
		color: #1e9977;
		font-style: normal;
	  }
	  
	  body.annuaire article.blue footer{
		margin-top: 10px;
	  }
	  
body.annuaire .header-img{
    background-color: #323335;
    display: inline-block;
}
    body.annuaire .header-img h2{
	  display: inline-block;
	  line-height: 1;
	  max-width: 510px;
	  padding: 2px 10px 0 0;
	  position: relative;
	  text-transform: none;
	  vertical-align: middle;
    }
    body.annuaire .header-img img{
	  display: inline-block;
	  max-width: 110px;
	  vertical-align: middle;
    }
    
    body.annuaire.single .content>nav {
	  background-color: #d5d5d5;
	  color: #6c6c6d;
	  font-size: 1.1em;
	  font-weight: 300;
	  margin-top: 20px;
	  padding: 15px;
    }
	  body.annuaire.single .content>nav ul {
		display: inline-block;
		vertical-align: bottom;
	  }
	  body.annuaire.single .content>nav li {
		border-left: 1px solid #6c6c6d;
		padding: 0 10px;
		text-transform: uppercase;
		vertical-align: bottom;
	  }
	  body.annuaire.single .content>nav li:first-child {
		border-left: 0;
	  }
	  body.annuaire.single .content>nav li a.selected {
		color: #1e9977;
		font-weight: 700;
	  }
	  
body.annuaire.single article.blue h2{
    color: #008cbb;
    font-size: 1.2em;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 0.5em;
	padding-left:0;
	text-transform:none;
}

body.annuaire.single .block-content ul li {list-style-type: disc;float: none;margin-left:15px;margin-bottom: 10px;}
body.annuaire.single .block-content p {line-height: 20px;}

body.annuaire.single .block-content{
    padding-top: 15px;
}
body.annuaire.single div.coordonnees, body.annuaire.single div.ressources, body.annuaire.single div.formations, body.annuaire.single div.acces, body.annuaire.single div.liens_utiles{
    display: none;
}
    body.annuaire.single .coordonnees img, body.annuaire.single .ressources img, body.annuaire.single .formations img, body.annuaire.single .acces img, body.annuaire.single .liens_utiles img{
	  float: left;
	  margin-right: 10px;
	  max-width: 130px;
    }
    body.annuaire.single .coordonnees strong, body.annuaire.single .ressources strong, body.annuaire.single .formations strong, body.annuaire.single .acces strong, body.annuaire.single .liens_utiles strong{
	  color: #5a5b5d;
    }
    body.annuaire.single .coordonnees h5, body.annuaire.single .ressources h5, body.annuaire.single .formations h5, body.annuaire.single .acces h5, body.annuaire.single .liens_utiles h5{
	  clear: left;
	  color: #5a5b5d;
	  font-family: "Arial", Tahoma, Helvetica;
	  font-size: 1em;
	  padding-top: 0.5em;
    }
    body.annuaire article footer .left{
		margin-top: 7px;
		margin-left: 7px;
	}


@media only screen and (max-width: 767px){
	body.annuaire section article.blue header,body.annuaire section article.blue .post-content{width:270px;}
	body.annuaire header{min-height:0;}
	body.annuaire .header-img h2{max-width:180px}
	body.annuaire .header-img img{vertical-align:top}
}

@media only screen and (min-width: 480px) and (max-width: 767px){
}