/********************************************************************************/
/*									CSS RTE										*/
/********************************************************************************/

html, body {
	font-family:Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:12px;
	text-align:left;
	color:#3b3b3b;
}

.align-left{
    text-align: left;
}

.align-center{
    text-align: center;
}

.align-right{
    text-align: right;
}

.align-justify{
    text-align: justify;
}

/* table.sans-bordure {
}
table, tr, td, th {
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:12px;
	color:#3b3b3b;
}
 */
a, a:hover, a:visited {
	color:#3b3b3b;
}

a:hover{
	text-decoration:none;
}

a img {
	border:0;
}

p {
	margin: 5px 0px;
	padding:0;
}



/*h1 {
	position: relative;
	background-color: transparent;
	font-size: 17px;
	color: #3B3B3B;
	text-transform: none;
	letter-spacing: 0px;
	font-weight: normal;
	border-bottom: 1px solid #0088CE;
	line-height: 20px;
	padding: 2px 270px 4px 0px;
	margin: 0px 0px 10px;
	min-height: 22px;
}*/

h3 {
	font-family: Helvetica, Arial, 'Lucida Grande', sans-serif;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #fff;
	text-transform: none;
	letter-spacing: 0px;
	font-weight: bold;
}

ul {
	list-style-image: url(../../../../fileadmin/templates/images/fleche_double_right_univers5_mini.png);
	margin: 1px 0px;
	padding: 0px 0px 0px 16px;
	line-height: 80%;
}

li {
	margin: 1px 0px;
	padding: 0px;
}

/* table {
	font-size: 11px;
	border: 1px solid #004894;
	border-collapse: collapse;
	font-family: Trebuchet MS;
}
table.row-altern {

}
td, th {
	margin: 5px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-family: Trebuchet MS;
}

th {
	background-color: #e7e7e7;
}

tr {
	background-color: #ffffff;
}

tr.odd {
	background-color: #f3f3f3;
} */

blockquote:after, blockquote:before {
  position: absolute;
  font-size: 62px;
  font-family: Arial;
  color: #B2B2B2;
}
blockquote:before {
  content: '“';
  top: 9px; left: 3px;
}
blockquote {
  padding: 22px 35px 20px 35px;
  position: relative;
  font-style: italic;
  margin: 10px 20px 15px 0;
  background-color: #F5F5F5;
  text-align: center;
}
blockquote.right-quote {
  float: right;
}
blockquote:after {
  content: '”';
  bottom: -30px; right: 14px;
  clear: both;
}

blockquote > p.author {
  bottom: -3px;
  float: right;
  font-weight: bold;
  position: absolute;
  right: 10px;
}

.article1 {
}

.article2 {
}

.article3 {
}

.titre_article {
	font-size: 12px;
	color: #fff;
	padding: 5px 5px 5px 0;
	font-weight: bold;
	border-left: 1px solid #285D7D;
}

.titre_article  span{
	background-color: #285D7D; 
	border: 5px solid #285D7D; 
	border-top-right-radius: 5px;
}

.corps_article {
	font-size: 12px; 
	color: #000; 
	padding: 5px; 
	border: 1px solid #285D7D; 
	background-color: #F5F7FD;
}

.contenu1 {
}

.contenu2 {
}

.contenu3 {
}

.contenu4 {
}

.contenu5 {
}

.contenu6 {
}