body {
	color:#393939;
}

/*---------------------------------
	HTML ELEMENTS
-----------------------------------*/
a{color:#393939;outline:0;}
a:active{color:inherit;}
a:visited{}
a:hover{ text-decoration:none; }
a img{border:0;}
strong,b{}
strike{}
em,i{}

/*---------------------------------
	HR
-----------------------------------*/
hr{
	clear:both;
	border-bottom:0;
	border-top:1px dotted #ccc;
	border-right:0;
	border-left:0;
	margin:30px 0;
	min-height: 0px;
	height:1px;
}

/*---------------------------------
	HEADINGS
-----------------------------------*/
h1,h2,h3,h4,h5,h6,
.sous_titre,
.sous_sous_titre,
dt.result-title a
{
	font-family: 'Source Sans Pro', Verdana, Arial, sans-serif;
	text-transform:uppercase;
	font-weight:600;
}

h1 a,
h2 a {
	text-decoration:none;	
	text-transform:uppercase;
	color:#392B73;
}
h1 a {
	cursor:text;
}

h1{
	font-size:2.5em;
	margin:10px 0 10px 0;
	color:#392B73;
	line-height:100%;
}

h2,
.sous_titre
{
	font-size:1.7em;
	margin:10px 0 10px 0;
	text-transform:inherit;
	line-height:100%;
	color:#a3c529;
}

h3,
.sous_sous_titre,
dt.result-title a
{
	font-size:1.2em;
	margin:10px 0 0 0;
	line-height:110%;
	text-transform:inherit;
	font-weight:normal !important;
}

span.sous_titre,
span.sous_sous_titre {
	display:block;	
}

.bloc_en_valeur .sous_titre,
.bloc_en_valeur .sous_sous_titre
{
	color:#fff;	
}

h4{
	font-size:1.3em;
	margin:10px 0 10px 0;
}

h5{
	font-size:1.1em;
	margin:10px 0 10px 0;
}

h6{
	font-size:1em;
	margin:10px 0 5px 0;
}

.chapeau {
	color:#392B73;
	margin:0;
	font-weight:bold;	
}
.chapeau a { color:inherit; }

/*---------------------------------
	BLOCKQUOTES
-----------------------------------*/
.bloc_en_valeur {
	margin:30px;
	padding:15px;
	display:block;
	background:#94846e;
	color:#fff;	
}
.bloc_en_valeur a {
	color:inherit;	
}


/*---------------------------------
	TABLES
-----------------------------------*/
table.tableau {width:100%;margin:10px 0;text-align:left;border-collapse: collapse;}
	table.tableau thead, table.tableau tbody{margin:0;padding:0;}
	table.tableau th, table.tableau td {padding:7px 10px;font-size:0.9em;border-bottom:1px dotted #ddd;text-align:left;}
	table.tableau thead th,
	.cellule_entete	
	{
		font-size:0.9em;
		padding:3px 10px;
		border-bottom:1px solid #ddd;
		font-weight:bold;
		
		
		text-shadow:0px 1px 1px #fff;
		background: #eee; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
	}
	table.tableau tbody tr.last th,
	table.tableau tbody tr.last td{border-bottom:0;}



.lire_suite {
/* à garder */	
}

.lien_discret, .lien_discret:hover {
	text-decoration:none;
}


img.image_arrondi_300 {
	width:300px;
	height:300px;
	border-radius: 150px; -o-border-radius: 150px; -moz-border-radius: 150px; -webkit-border-radius: 150px;
	padding:5px;
	border:1px solid #a3c529;
}

/* STYLES FOR JOOMLA! EDITOR */
hr#system-readmore  { border: red dashed 1px; color: red; height:5px; background:red; }


