/*Ce fichier permet d'inclure les styles ŕ la fois dans le miniword et dans le Front Office*/
/* => Il est inclus dans editeur.css et dans style.css !*/

/** --------------------------------------------------------------------
  * NOUVEAUX STYLES MEN_V2 :
  * --------------------------------------------------------------------
  */
  
h3 {
	border-bottom: 1px solid #ac1c72;
	letter-spacing:0px;
}
ul{list-style-type: none;}
ul li{
    background: url("../images/men_v2/editeur/pict_list.jpg") no-repeat 0 0.5em;
    padding-left: 10px;
}
.chevron {
    background:url("../images/men_v2/editeur/pict_link.gif") no-repeat 0 0.4em;
    padding-left:10px;
    color: #18417F;
}
.lien-contact{
    color: #AD1C72;
}
h4 {
	background: url("../images/men_v2/editeur/pict_h4.jpg") no-repeat 0 4px;
    padding: 0 0 0 15px;
    font-size: 100%;
    color: #ac1c72;
    margin: 15px 0px 0px;
}
.clearLeft {
	clear: left;
}


	/** --------------------------------------------------------------------
	  * --- PARTIE ENCARTS
	  * --------------------------------------------------------------------
	  */
	  
/*citation de personnalité*/
.encart_citation {
	border:1px solid #d0d0d0;
	position:relative;
	padding:10px 0px 0px;
	margin:0px 0px 20px;
	background:none;
}
.encart_citation .encart_citation_left,
.encart_citation .encart_citation_right {
	display:none;
}
.encart_citation .encart_citation_middle {
	background: url("../images/men_v2/encadres/encadre_filet_gris_coin.jpg") no-repeat bottom right;
	padding:5px 20px 15px;
	margin:0px -1px -1px 0px;
	border:none;
	overflow:visible;
}
.encart_citation .encart_citation_middle .lien {
	padding-right:20px;
}
.encart_citation .encart_citation_texte {
	padding-top:26px;
}
.encart_citation .encart_citation_guillemet_haut {
	margin-right: 5px;
}
.encart_citation .colonne2 ul {
	overflow:hidden;
}

/*2 colonnes sans fond*/
.encart_2c {
	border:1px solid #d0d0d0;
	position:relative;
	padding:5px 0px 0px;
	margin:0px 0px 20px;
	background:none;
	overflow:visible;
}
.encart_2c_left {
	background:none;
	overflow:visible;
}
.encart_2c_left_top {
	background:none;
	overflow:visible;
}
.encart_2c_right {
	background:none;
	overflow:visible;
}
.encart_2c_right_top {
	background:none;
	overflow:visible;
}
.encart_2c_middle {
	background: url("../images/men_v2/encadres/encadre_filet_gris_coin.jpg") no-repeat bottom right;
	padding:5px 20px 15px;
	margin:0px -1px -1px 0px;
	border:none;
}
.encart_2c .colonne1 {
	border-right: 1px solid #d0d0d0;
}
.encart_2c .colonne2 {
	border-left:1px solid #d0d0d0;
	margin-left: -1px;
}
.encart_2c .titre {
	font-size:100%;
	font-weight:bold;
	color:#383838;
}


/*2 colonnes sur fond bleu*/
.encart_bleu {
	border:1px solid #2772e9;
	position:relative;
	padding:5px 0px 0px;
	margin:0px 0px 20px;
	background:none;
}
.encart_bleu .encart_bleu_left,
.encart_bleu .encart_bleu_right {
	display:none;
}
.encart_bleu .encart_bleu_middle {
	background: url("../images/men_v2/encadres/encadre_filet_bleu_coin.jpg") no-repeat bottom right;
	padding:5px 20px 15px;
	margin:0px -1px -1px 0px;
	border:none;
	overflow:visible;
}
.encart_bleu .colonne1 {
	border-right: 1px solid #2772e9;
}
.encart_bleu .colonne2 {
	border-left:1px solid #2772e9;
	margin-left: -1px;
}
.encart_bleu .titre {
	font-size:100%;
	font-weight:bold;
	color:#2772e9;
}

/*2 colonnes sur fond orange*/
.encart_orange {
	border:1px solid #ca5100;
	position:relative;
	padding:5px 0px 0px;
	margin:0px 0px 20px;
	background:none;
}
.encart_orange .encart_orange_left,
.encart_orange .encart_orange_right {
	display:none;
}
.encart_orange .encart_orange_middle {
	background: url("../images/men_v2/encadres/encadre_filet_orange_coin.jpg") no-repeat bottom right;
	padding:5px 20px 15px;
	margin:0px -1px -1px 0px;
	border:none;
	overflow:visible;
}
.encart_orange .colonne1 {
	border-right: 1px solid #ca5100;
}
.encart_orange .colonne2 {
	border-left:1px solid #ca5100;
	margin-left: -1px;
}
.encart_orange .titre {
	font-size:100%;
	font-weight:bold;
	color:#ca5100;
}

/*2 colonnes sur fond vert*/
.encart_vert {
	border:1px solid #478430;
	position:relative;
	padding:5px 0px 0px;
	margin:0px 0px 20px;
	background:none;
}
.encart_vert .encart_vert_left,
.encart_vert .encart_vert_right {
	display:none;
}
.encart_vert .encart_vert_middle {
	background: url("../images/men_v2/encadres/encadre_filet_vert_coin.jpg") no-repeat bottom right;
	padding:5px 20px 15px;
	margin:0px -1px -1px 0px;
	border:none;
	overflow:visible;
}
.encart_vert .colonne1 {
	border-right: 1px solid #478430;
}
.encart_vert .colonne2 {
	border-left:1px solid #478430;
	margin-left: -1px;
}
.encart_vert .titre {
	font-size:100%;
	font-weight:bold;
	color:#478430;
}

/*centré sur fond gris*/
.encart_centre {
		
	border:1px solid #d0d0d0;
	background-color:#f3f3f3;
	padding: 14px 14px 0;
	margin:0px;
	overflow:visible;
	position:relative;
}
.encart_centre .lien {
background: url("../images/men_v2/encadres/encadre_gris_filet_gris_coin.jpg") no-repeat bottom right;
	padding:5px 40px 15px 20px;
	margin:0px -15px -1px 0px;
	border:none;
	overflow:visible;
	zoom:1;
	clear:both;
}
.encart_centre .clearLeft{
	height:0px;
}


/** --------------------------------------------------------------------
  * --- PARTIE LISTE DEROULANTES
  * --------------------------------------------------------------------
  */

.betd_list_lien_img {
	height:18px;
	display:inline-block;
	margin:0px;
	vertical-align: middle;
}

/**Moteur de recherche**/

.precision-recherche{
	background: url("../images/recherche/affiner_votre_recherche.jpg") no-repeat 0 0;
	padding:5px 0 5px 110px;
	color:#914569;
}	
.precision-recherche a{
	color:#914569;
	font-weight:bold;
}

/* Quote tinymce */

.mceQuote {
	border:0;
}
.mcequote_end{
    margin:0;
    position: relative;
    top: 7px;
}
.mcequote_begin{
    margin:0;
}