*, html, body {
	font-family:Arial, Helvetica, sans-serif;
}
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html

-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,  h1, h2, h3, h4, h5, h6, p, blockquote, pre,  a, abbr, acronym, address, big, cite, code,  del, dfn, em, font, ins, kbd, q, s, samp,  small, strike, strong, sub, sup, tt, var,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
section, article, header, footer, nav, aside, hgroup {
	display:block;
}
table {
	border-collapse:collapse;
	margin:0;
	padding:0;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
}
a:focus {
	outline:none;
}
input.button {
	cursor: pointer;
}
p {
	margin:14px 0;
	height:auto;
	font-family:Arial, Helvetica, sans-serif
}
img {
	border: 0 none;
	max-width:100%;
	height:auto;
}
ul {
	height:auto;
	margin:0;
	padding:0;
}
ul li {
	margin:5px 0 5px 20px;
}
ul, ol {
	list-style:inside;
}
ol {
	list-style-type:decimal;
}
blockquote{
	width:80%;
	margin:0 auto;
	background: #ffffff;
	background: -moz-linear-gradient(left,  #ffffff 0%, #f7f7f7 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7));
	background: -webkit-linear-gradient(left,  #ffffff 0%,#f7f7f7 100%);
	background: -o-linear-gradient(left,  #ffffff 0%,#f7f7f7 100%);
	background: -ms-linear-gradient(left,  #ffffff 0%,#f7f7f7 100%);
	background: linear-gradient(to right,  #ffffff 0%,#f7f7f7 100%);
	padding:30px;
	border:solid 1px #ccc;
	border-left-width:10px;
}
blockquote p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font:bold;
	font-style:italic;
	font-size:1.3em !important;
	line-height:normal;
	margin:0;
	padding:0;
}
/********************* contenu texte article et blog *************************/
.breadcrumbs{
	margin:5px 0;
	padding:0 0 5px 0;
	border-bottom:solid 1px #e7e7e7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
}
.breadcrumbs a{color:#d9001a}

#centercolumn article header,
#centercolumn section header{
	width:76.1707989%;
	float:left;
}
ul.actions{
	float:right;
	width:23.8292011%;
}
ul.actions li{float:left; list-style:none}

h2.article-title {
	display:block;
	width:auto;
	height:auto;
	font-size:3.65em;
	line-height:normal;
	color:#000;
	padding:0;
	margin:0 0 20px 0;
	font-family: 'Abel', sans-serif;
	border-bottom:dotted 1px #ccc;
}
/*****/
div.core {
	padding:0 16px;
	clear:both
}
div.core, div.core p {
	font-size:12px;
	line-height:18px;
	color:#000;
	text-align:justify
}
div.core p {
}
div.core a, div.core p a {
	color:#000;
}
div.core ul {
	list-style-position:outside;
	margin:10px 20px;
	width:auto;
	padding:8px;
	background-color:#f1f1f1;
	border:solid 1px #d7d7d7;
}
div.core ul li {
	text-align:left;
}
p.readmore {
	text-align:right;
	height:auto;
	overflow:hidden
}
p.readmore a {
	float:right;
	display:block;
	width:auto;
	height:auto;
	padding:4px 16px;
	background-color:#96bf0d;
	font-size:11px;
	color:#fff !important;
	text-align:center
}
p.readmore a:hover{
	background-color:#6b870e;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;	
}
div.core h2 {
	color:#7b9d0c;
	font-size:1.75em;
	font-family: 'Abel', sans-serif;
}
div.core h3 {
	padding-top:6px;
	display:block;
	color:#23292b;
	font-size:18px;
	text-align:left;
}
div.core h4 {
	color:#d9001a;
}