#myBody{
	background: #eee;
}

#myBody *{
	font-family: sans-serif, calibri, tahoma, candarell, verdana;
	font-size: 12px;
}

#myHeader{
	text-align: center;
	background: #FFF;
	position: relative;
	max-width: 500px;
	border: 2px solid #161617;
	border-radius: 7px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#myHeader span{
	top: 0px;
	left: -15px;
	width: 80px;
	display: inline-block;
	background: #fff;
}

#myHeader span img{
	width: 80px;
}

#myHeader div{
	top: 0px;
	left: 90px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	max-width: 400px;
}

#myHeader h1{
	font-size: 22px;
	margin: 0px;
	color: #1F2A36;
}

#myHeader p{
	margin: 0px;
	line-height: 18px;
	color: #222224;
}

#myHeader div time{
	display: inline-block;
	background: #ABC8E2;
	color: #fff;
	line-height: 20px;
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
}

#myHeader h1 a{
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
}

#myHeader h1 a.lienSite{
	background: url('images/site.png') center center no-repeat;
}

#myHeader h1 a.lienGplus{
	background: url('images/g+.png') center center no-repeat;
}

#myHeader h1 a.lienLinkedIn{
	background: url('images/linkedin.png') center center no-repeat;
}

#myHeader h1 a.lienBlog{
	background: url('images/blog.png') center center no-repeat;
}

.tuto{
/*
	max-height: 125px;
*/
	display: block;
	border: 1px solid #C4D7ED;
	border-radius: 5px;
	width: 800px;
	background: #fff;
	margin-bottom: 10px;
}

.tuto .titreTuto{
	font-size: 20px;
	color: #183152;
	font-weight: bold;
	background: #ABC8E2;
	line-height: 28px;
	margin: 0px;
	text-align: left;
	padding-left: 20px;
}

.tuto .synopsisTuto{
	font-size: 14px;
	text-align: left;
	margin: 0px;
	margin-left: 20px;
	line-height: 18px;
	color: #222224;
}

.tuto .liensTuto{
	display: block;
	text-align: right;
	margin-bottom: 5px;
	margin-right: 5px;
	font-weight: bold;
}

.tuto .lireTuto, .tuto .lienforum{
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 24px;
	font-size: 12px;
	border: 1px solid #E1E6FA;
	background: #C4D7ED;
	color: #183152;
	border-radius: 3px;
	text-decoration: none;
	margin-left: 5px;
}

.lienEn{
	background: url('images/en.png') left center no-repeat;
	padding-left: 13px;
	font-weight: bold;
	color: #495CFF;
}

.lienProfil{
	background: url('images/profil.png') left center no-repeat;
	padding-left: 15px;
	font-weight: bold;
	color: #78A419;
}

.lienFr{
	background: url('images/fr.png') left center no-repeat;
	padding-left: 15px;
	font-weight: bold;
	color: #495CFF;
}
