/*****************************************************************************
 * Copyright (c) 2008, PMP Concept
 *
 * 				Feuille de style des actualites (mode liste)
 *
*****************************************************************************/


/* ------------------------------------ */
/*                                      */
/*            	LISTE	                */
/*                                      */
/* ------------------------------------ */

.listeactu {
	display:block;
	overflow: hidden;
    margin-bottom: 15px;
	width:480px;
  	word-wrap: break-word;
}
.listeactu a 
{
	text-decoration: none;
}
.listeactu a:hover 
{
	color : #74748A; 
	text-decoration: none;
}
.listeactu h3 
{
	color : #74748A; 
	font-size : 14px;
	font-weight:bold;
	margin-bottom:5px;
	border-bottom: 2px solid #74748a;
	padding-bottom: 5px;
}
.listeactu h3 a {
	text-decoration: none;
    color: #74748A;
}
.listeactu h3 a:hover 
{
    color: #4a4c65;
}
.listeactu .dateactu, .dateactu 
{
	color: #9A9459; 
	font-size: 10px;
}
.listeactu .photoactu { float: right; margin-left: 20px; }
.listeactu .photoactu img { border: 1px solid #9A9459; padding: 2px; }
.minilien {
	clear: both;
	padding-top: 5px;
	text-align: right;
}
.minilien a, #comments .comments-info, .commentactu {
    background-position: left;
    background-repeat: no-repeat;
	padding-left: 16px;
}
.minilien a.lireactu {
	background-image: url(../_image/actualite/icon_page.png);
}
.minilien a.commentactu, #comments .comments-info, .commentactu {
	background-image: url(../_image/actualite/icon_coment.png);
}
.separateurActu {
	border-top: 1px dashed #9A9459;
	padding: 10px 0 10px 0;	
}




/* ------------------------------------ */
/*                                      */
/*            	ACTU	                */
/*                                      */
/* ------------------------------------ */

#titreActu { padding-right: 30px; margin-bottom: 0; }

#rssLien {
	/*
	position: absolute;
    margin-top: -30px;
    top: 263px;
    margin-left: 690px;
	*/
	float:right;
}


h2 { color : #74748A; }
a#ajouterCommentaire { display:block; overflow:hidden; clear:both; text-decoration:none; }
a#ajouterCommentaire h2 { display:inline; margin-right:10px; }
a#ajouterCommentaire span
{ 
	font-size: 10px;
	color : #74748A;
	text-decoration:underline;
}

/* photo */
.photoDroite {
	float: right;
    text-align: right;
    padding-left: 20px;
    padding-bottom: 20px;
    font-size: 10px;
    line-height: 11px;
    color: #9c7e2d;
 }
.photoDroite img { border: 1px solid #7f2023; padding: 2px; }

/* blog */
.souligne {
	padding-bottom: 8px;
    background-image: url(../_image/actualite/souligne.png);
    background-position: bottom;
    background-repeat: repeat-x;
}

#comments dt {
	position: relative;
	top: 1px;
	display: block;
	padding: 20px 0;
	background: transparent url(../_image/actualite/comment-pic.png) no-repeat 10% 100%;
    font-size: 11px;
    line-height: 13px;
}

#comments dl {
	margin: 0;
	padding: 0;
}

#comments dd p {
	margin: 0;
	padding: 20px 0 0 0;
}

#comments dd {
    border-top: 1px solid #e5e7e7;
    border-bottom: 1px solid #e5e7e7;
    background-color: #f7f9f9;
    padding: 0 20px 15px 20px;
    margin: 0;
}

#comment-form {
	margin-top:0;
	padding: 20px 20px 5px 20px;
	border-top: 1px solid #a9adad;
	border-bottom: 1px solid #a9adad;
	background-color: #FCF7D7;
	font-size: 11px;
    line-height: 13px;
    overflow: hidden;
}

#comment-form label{
	color: #9A9459; 
}

#comment-form input, #comment-form textarea {
	color: #000;
	border: 1px solid #a9adad;
	padding: 0;
	font: 11px Arial, sans-serif;
	margin: 2px 3px 1px 3px;
}

#comment-form .erreurSaisie{
	color:red;
}

/*galerie*/
#galeriePhoto {
	clear: both;
}
#galeriePhoto img { border: none; }
#galeriePhoto a.zoomPhoto {
	margin-right: 14px;
    margin-bottom: 10px;
    border: 1px solid #7f2023;
    padding: 2px;
    display: block;
    float: left;
}
#galeriePhoto a:hover.zoomPhoto {
    border: 1px solid #b72527;
}

/*telechargement*/
.telechargement {
	color: #9A9459;
}