*{
	font-family: calibri;
}

#myBody{
	margin: 0px;
	background: #E1E6FA;
}

header{
	text-align: center;
	background: #fff;
}

header > div{
	position: relative;
}

header > div > img{
	top: 0px;
	left: 0px;
}

header > div > div{
	top: 0px;
	margin-left: 30px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

header > div > div > h1, header > div > div > h2, header > div > div > h3 {
	margin: 0px;
}

header nav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

header nav ul li{
	margin: 0px;
	padding: 0px;
	display: inline-block;
	border-bottom: 1px solid black;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2px;
	border-radius: 5px 5px 0px 0px;
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
}

#myBody > section{
	margin-top: 10px;
	text-align: center;
	position: relative;
}

.apercu{
	background-color: #fff;
	max-width: 500px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 15px;
	display: inline-block;
}

#zoneTutoriels{
	float: left;
}

#zoneBillets{
}

#zoneCritiques{
}

#zoneTests{
}

.viewAll{
	width: 80%;
	background: #fff;
	margin-top: 20px;
}

.titreApercu{
	margin: 0px;
	min-width: 100%;
	height: 48px;
	position: relative;
	left: -7px;
	padding-right: 14px;
}

.titreApercu span{
	display: block;
	vertical-align: middle;
	width: 64px;
	height: 48px;
	position: absolute;
	left: 30px;
	bottom: 0px;
}

.titreApercu h1{
	color: white;
	margin: 0px;
	font-size: 24px;
	line-height: 48px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.article{
	border-top: 2px solid #555;
	padding-bottom: 10px;
	text-align: left;
}

.article h2{
	color: #495CFF;
	background: rgb(245,245,245);
	margin: 0px;
	font-size: 18px;
	line-height: 22px;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
}

.article h2 span{
	display: inline-block;
	line-height: 20px;
	background: #FF8830;
	position: absolute;
	top: -5px;
	left: -5px;
	letter-spacing: 1px;
}

.article a{
	text-decoration: none;
}

.article h2:hover{
	text-decoration: underline;
}

.article p{
	color: #000;
	font-size: 14px;
	margin: 0px;
	line-height: 22px;
	margin-left: 25px;
	margin-right: 30px;
	letter-spacing: 0.1px;
	display: inline-block;
}

.article span{
	display: inline-block;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	font-size: 14px;
	margin: 5px;
	font-weight: bold;
}

.bouton{
	background: #495CFF;
}

.bouton:hover{
	background: #333;
}

.boutons{
	text-align: right;
	margin: 0px;
	margin-right: 10px;
}

span.auteur{
	background: white;
	border: 1px solid #ccc;
	color: rgb(217,0,32);
	font-weight: bold;
}

.titreApercuTutoriels {
	background: #495CFF;
}

.titreApercuBillets {
	background: #78A419;
}

.titreApercuCritiques {
    background: #5C0515;
}

.titreApercuTests {
    background: #530166;
}

#zoneTutoriels .article h2{
	color:  #78A419;
}

#zoneBillets .article h2, #zoneTests .article h2, #zoneCritiques .article h2 {
    color: #495CFF;
}

#zoneTutoriels .bouton{
	background: #495CFF;
}

#zoneBillets .bouton, #zoneTests .bouton, #zoneCritiques .bouton {
    display: inline-block;
    line-height: 20px;
    margin: 0px;
    margin-left: 7px;
    background: #78A419;
}