body {
	color : #fff;
	font-size: 14px;
	font-family: "Anaheim",sans-serif;
}

header{
	padding : 15px;
	background-color : #191A1B;
	color : #EC7C00;
	font-size: 20px;
	text-transform: uppercase;
}
header img{
	vertical-align : middle;
	margin-right: 7px;
}
.content{
	padding : 15px;
}

.annonce{
float: left;
width: 32%;
min-height: 150px;
margin-right: 1.333%;
}
.objectifs{
float: left;
width: 32%;
min-height: 150px;
margin-right: 1.333%;
}
.profil{
float: left;
width: 16%;
margin-right: 1.33%;
}
.prerequis{
	float : left;
	width : 16%;
}
.programme{
	clear : both;
	width : 100%;
}
.titre{
	text-transform: uppercase;
	color : #EC7C00;
}
.bloc{
	float : left;
	width : 300px;
	background-color : #3C4143;
}

#sb-wrapper-inner {
    border-radius: 3px;
}
.media_block {
    font-weight: bold;
}
ul{
padding-bottom: 15px;
font-weight: normal;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    font-feature-settings: normal;
    font-language-override: normal;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    font-size: inherit;
    text-rendering: auto;
    width: 18px;
    text-align: center;
    color: #EC7C00;
}

.right{
	float : right;
}


.media_block{
    position: relative;
	border-radius: 3px;
}

.media_block:before{
    content: "";
    position: absolute;
    right: 0px;
	top:0;
    border-color: #FFF #2D3133 #ff8000 #FFF;
    border-style: solid;
    border-width: 0px 20px 20px 0px;
    height: 0px;
    width: 0px;
    display: block;
-moz-box-shadow: 0pt 2px 1px rgba(0, 0, 0, 0.2), -2px 1px 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0pt 2px 1px rgba(0, 0, 0, 0.2), -2px 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0pt 2px 1px rgba(0, 0, 0, 0.2), -2px 1px 1px rgba(0, 0, 0, 0.1);

}