#header
{
	padding-top: 0;
	height: 135px;
}


#breadcrumbBlog
{
	height: 39px;
	background: #737373;
	overflow: hidden;
}

#breadcrumbBlog > span > *
{
	display: block;
	float: left;
	padding-left: 10px;
	line-height: 39px;
}

#breadcrumbBlog > span > *:first-child
{
	padding: 0;
}

#breadcrumbBlog > span > span:first-child a
{
	display: block;
	width: 40px;
	height: 39px;
	padding: 0;
	overflow: hidden;
	text-indent: -500px;
	background: url("img/breadcrumb-home.png") no-repeat center center #9B9B9B;
}

#breadcrumbBlog > span > span:first-child + .navigation-pipe
{
	display: none;
}

#breadcrumbBlog .navigation-pipe
{
	width: 26px;
	height: 39px;
	padding: 0;
	overflow: hidden;
	text-indent: -500px;
	background: url("img/breadcrumb-pipe.png");
}

#breadcrumbBlog,
#breadcrumbBlog a
{
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #555;
}


/* ARTICLE PLEINE PAGE */
article
{
	background: #F2F2F2;
	border-bottom: 5px solid #EAEAEC;
	padding: 20px 0 20px 25px;
}

article h2
{
	background: #EBEBEB;
	color: #2F90BA;
	font-size: 18px;
	line-height: 32px;
	margin: 30px 0 20px;
	border-left: 3px solid #2F90BA;
	padding-left: 10px;
}

article h3
{
	margin: 20px 0 15px 35px;
	color: #505050;
	font-size: 16px;
	font-weight: bold;
}

article a
{
	color: #2F90BA;
}

article li + li
{
	margin-top: 8px;
}

article p,
article ul,
article ol
{
	margin-right: 25px;
}

article p
{
	margin-left: 35px;
}

article ul,
article ol
{
	padding-left: 70px;
	margin-bottom: 20px;
	margin-top: 5px;
}

article ul li
{
	list-style: disc;
}

article ol li
{
	list-style: decimal;
}

article table
{
	margin: 15px auto;
	border-spacing: 0px;
	border-collapse: collapse;
}

article td,
article th
{
	padding: 5px 8px;
	border: 1px solid #D7D7D7;
}

article th
{
	background: #EBEBEB;
	font-weight: normal;
	color: #2F90BA;
	text-align: center;
}

article td.number
{
	text-align: right;
}

article .presentation
{
	padding: 8px 10px;
	margin-bottom: 40px;
	background: #EBEBEB;
}

article .attachment-post-thumbnail
{
	float: left;
}

article .introduction
{
	float: right;
	width: 340px;
	max-height: 190px;
	margin-right: 15px;
	overflow: hidden;
}

article .introduction p
{
	margin: 0;
	font-size: 13px;
	line-height: 22px;
	color: #2F90BA;
	font-style: italic;
}

article .introduction p + p
{
	margin-top: 10px;
}


/* ARTICLE PRESENTATION */
.article
{
	padding: 8px 25px 8px 10px;
	margin-left: 25px;
	background: #EBEBEB;
}

.article + .article
{
	margin-top: 30px;
}

.article .thumbnail
{
	float: left;
}

.article .presentation
{
	margin-bottom: 10px;
}

.article .introduction
{
	float: right;
	width: 400px;
}

.article .introduction p
{
	margin: 0;
}

.article p.title
{
	margin-bottom: 5px;
	color: #2F90BA;
	font-size: 15px;
}

.article .resume p + p
{
	margin-top: 3px;
}

.article .datePublication
{
	float: left;
	font-style: italic;
	line-height: 18px;
}

.article .categories
{
	float: right;
	max-width: 390px;
	padding: 0;
	margin: 0;
}

.article .categories li
{
	list-style: none;
	display: inline;
	padding: 5px 12px;
	background: #F2F2F2;
	font-weight: bold;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.article .categories li + li
{
	margin-left: 5px;
}