blockquote {
	border-left-color: #BCB498;
}
/* ------------------------
 * Conteneur principal
 * ------------------------ */
div#main_wrapper {
	SCROLLBAR-FACE-COLOR: #F8F7E7;
	SCROLLBAR-HIGHLIGHT-COLOR: #F8F7E7;
	SCROLLBAR-SHADOW-COLOR: #F8F7E7; 
	SCROLLBAR-3DLIGHT-COLOR: #C1C1C1;
	SCROLLBAR-ARROW-COLOR: #ACACAC; 
	SCROLLBAR-TRACK-COLOR: #EAEADF;
	SCROLLBAR-DARKSHADOW-COLOR: #C1C1C1;
	color: #4B3200;
	width: 570px;
	height: 430px;
	background-image:  url("/mdc/wp-content/themes/lescercles/images/fond_rp_1.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 15px 10px 15px 160px;
	background-color: #F8F7E7;
}
/* Le sélecteur suivant n'est reconnu que par IE win \*/
* html div#main_wrapper {
	width: 740px;   /* largeur totale (seulement pour IE5.x/Win) */
	w\idth: 570px;  /* largeur du contenu (pour les autres IE) */
	height: 460px;   /* hauteur totale (seulement pour IE5.x/Win) */
	he\ight: 430px;  /* hauteur du contenu (pour les autres IE) */
}
/* commentaire obligatoire pour IE mac */

/* ------------------------
 * Contenu principal
 * ------------------------ */
div#main_content_wrapper {
	float: left;
	width: 400px;
	height: 430px;
	overflow: auto;
}
div#main_content_wrapper a {
	color: #4B3200;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCB498;
}
div#main_content_wrapper a:hover {
	border-bottom-color: #4B3200;
}
div#main_content_wrapper h2 {
    padding-bottom: 4px;
    background: url("/mdc/wp-content/themes/lescercles/images/picto_souligne.gif") repeat-x 100% 100%;
}
div#main_content_wrapper h2 img {
    vertical-align: top;
}
div#main_content_wrapper h2 a {
	border-bottom-style: none;
}

/* Liste de nouvelles */
div#main_content_wrapper div.news_wrapper p,
div#main_content_wrapper div.news_wrapper h3 {
    margin-bottom: 0.5em;
}
div#main_content_wrapper div.news_wrapper p.news_infos {
    font-style: italic;
    margin-bottom: 1em;
}

/* Liste de rendez-vous */
div#main_content_wrapper div.rdv_wrapper p.rdv_title,
div#main_content_wrapper div.rdv_wrapper h3 {
    margin-bottom: 0.5em;
}
div#main_content_wrapper div.rdv_wrapper p.rdv_infos {
    font-style: italic;
    margin-bottom: 1em;
}

/* Consitution : article niveau 2 */
div#main_content_wrapper div.sub_article  {
    padding-left: 20px;
}
div#main_content_wrapper div.sub_article p  {
    margin-bottom: 0.8em;
}

/* ------------------------
 * Outils pour les pages et les posts
 * ------------------------ */
div#entry_tools {
    float: right;
    padding: 3px 0 3px 3px;
}

/* ------------------------
 * Informations sur les pages et les posts
 * ------------------------ */
p#entry_infos {
    color: #A5987F;
    font-size: 0.8em;
    text-align: right;
    padding-top: 4px;
    background: url("/mdc/wp-content/themes/lescercles/images/picto_separateur.gif") repeat-x 0 0;
}
p#entry_infos a {
    color: #A5987F;
}

/* ------------------------
 * Contenu secondaire
 * ------------------------ */
div#misc_content_wrapper {
	float: right;
	width: 150px;
	height: 380px;
	overflow: auto;
	font-size: 80%;
	
}
div#misc_content_wrapper p,
div#misc_content_wrapper h1,
div#misc_content_wrapper h2,
div#misc_content_wrapper h3,
div#misc_content_wrapper h4,
div#misc_content_wrapper h5,
div#misc_content_wrapper h6 {
    margin-bottom: 0.2em;
}
div#misc_content_wrapper h2 {
    display: none;
}
div#misc_content_wrapper a {
	color: #4B3200;
	text-decoration: none;
}
div#misc_content_wrapper a:hover {
	text-decoration: underline;
}
div#misc_content_wrapper p.news_infos {
    font-style: italic;
    margin-bottom: 1em;
}
div#misc_content_wrapper p.rdv_title {
    margin-bottom: 1em;
}