/*
Theme Name: Digital Heroes BaseTheme
Theme URI: http://www.digital-cowboys.fr/
Description: Un thème HTML5 basé sur <a href="http://nathanstaines.com/articles/starkers-html5/">Starkers HTML5</a>
Version: 1.3
Author: PGI/LMI
*/

/* permet de respecter la width fixée sans prendre en compte le padding */
*, *:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.alignleft{
	float:left;
	margin:5px 10px 5px 0px;
}
.alignright{
	float:right;
	margin:5px 0px 5px 10px;
}
.aligncenter{
	display:block;
	margin:0 auto;
	text-align:center;
}

/* div qui entoure les images insérées (posts ou pages) si elles ont une légende */
.wp-caption{
	color:#000;
}
/* légende des images insérées */
.wp-caption-text{
	color:red;
}
/* légende des galleries natives */
.gallery-caption{

}
/* style des commentaires postés par l'auteur du post */
.bypostauthor{

}
.both{
	clear: both;
}

.flexslider .slides img {
    width: 100%;
    display: block;
    height: auto;
}

.single.single-offre-emploi .details p span{
	color:inherit!important;
	font-family: inherit!important;
}