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

/* ARTICLE */

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

#main .article {
	margin-bottom: 20px;
}

#sidebar .article {
	margin-bottom: 20px;
}

.article .titre {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.article .titre h3 {
	color: #564A37;
	font-weight: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
}

.article .post {
	margin-top: 5px;
}

.article .post h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	margin: 0px 0px 7px;
	display: block;
	font-size: 0.7em;
	margin-bottom: 12px;
}

.article .post .texte01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #000;
	text-align: left;
	clear: both;
	margin: 0px 0px 7px;
	line-height: 1.4em;
}

.article .post .texte02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #625F58;
	text-align: left;
	clear: both;
	margin: 0px 0px 7px;
	line-height: 1.4em;
}

.article .post .imgGauche {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

.article .post .imgDroite {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

.article .post .imgCentre {
	margin-top: 15px;
	margin-bottom: 10px;
}

.article .post a {
	color: #564A37;
}

.article .post a:hover {
	color:#000;
}

.article .finArticle {
	clear: both;
}


/*-------------------- Objet mediatheque */

.article .post ul.media {
	text-align: right;
	clear: both;
	margin: 0px 0px 2px;
}

.article .post ul.media li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	list-style-type: none;
}

.article .post ul.media li a {
	color: #000;
	text-decoration: none;
}

.article .post ul.media li a:hover {
	color: #625F58;
}


/* ---------------------------------------------------------
   ARTICLE MODE RESUME
--------------------------------------------------------- */

#main .articleResume {
	margin-bottom: 20px;
}

#sidebar .articleResume {
	margin-bottom: 20px;
}

.articleResume .titre {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.articleResume .titre h3 {
	color: #564A37;
	font-weight: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
}

.articleResume .post {
	margin-top: 5px;
}

.articleResume .post h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	margin: 0px 0px 7px;
	display: block;
	font-size: 0.7em;
	margin-bottom: 12px;
}

.articleResume .post .texteResume {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #000;
	text-align: left;
	clear: both;
	margin: 0px 0px 7px;
	line-height: 1.4em;
}

.articleResume .post .imgGauche {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

.articleResume .post .imgDroite {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

.articleResume .post .imgCentre {
	margin-top: 15px;
	margin-bottom: 10px;
}

.articleResume .post a {
	color: #564A37;
}

.articleResume .post a:hover {
	color:#000;
}

.articleResume .finArticle {
	clear: both;
}


/*-------------------- Objet mediatheque */

.articleResume .post ul.media {
	text-align: right;
	clear: both;
	margin: 0px 0px 2px;
}

.articleResume .post ul.media li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	list-style-type: none;
}

.articleResume .post ul.media li a {
	color: #000;
	text-decoration: none;
}

.articleResume .post ul.media li a:hover {
	color: #625F58;
}




/*-------------------- Mode resume */

.article .post ul.resume {
	text-align: right;
	clear: both;
	margin: 0px 0px 2px;
}

.article .post ul.resume li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	list-style-type: none;
}

.article .post ul.resume li a {
	color: #000;
	text-decoration: none;
}

.article .post ul.resume li a:hover {
	color: #625F58;
}

