/*************************************************************/
/*********           CSS des news et de la base des pages           *********/
/*********                           Gui29 & GxiGloN                            *********/
/*********                         Créé le 20/10/2007                         *********/
/*********                  Dernière MAJ : 08/04/2008                *********/
/************************************************************/


.news {
    width : 580px;
    left : 211px;
    background : url("./images/news_background.jpg") repeat-y;
}

.news_header_haut {
    width : 580px;
    height : 52px;
    font-size : 1.1em;
    font-weight : bold;
    line-height : 72px;
    padding-left : 58px;
    background : url("./images/news_header_haut.jpg") no-repeat;
    overflow : hidden;
}

.news_header_bas {
    width : 580px;
    height : 33px;
	font-style : italic;
    line-height : 18px;
    padding-left : 317px;
    background : url("./images/news_header_bas.jpg") no-repeat;
    overflow : hidden;
}

.news_contenu {
    width : 545px;
    margin : auto;
}

.news_footer {
    width : 580px;
    height : 48px;
	text-align : center;
	line-height : 46px;
    background : url("./images/news_footer.jpg") no-repeat;
}

/**************************************************/
/* CSS correspondand a l'affichage des archives de news */
/**************************************************/

.archiveYear {
	width :	100%;
	height : 35px;
	color :	#D2A44A;
	font-weight : bold;
	text-align : center;
	font-size :	30px;
	border-bottom :	2px dashed #D2A44A;
}

.archiveMonth {
	margin : 20px 0px 10px 18px; /* Haut, Droite, Bas, Gauche */
	border-width : 0px;
}

.archiveMonth td {
	height : 20px;
	color : #FFFFFF;
	font-weight : bold;
	font-size : 12px;
	text-indent : 5px;
	border-left : 2px solid #D2A44A;
	border-bottom : 1px dashed #D2A44A;
}


/***************************************/
/************* Listes à puces *************/
/***************************************/

.news ol {
	list-style-type : decimal;
}



/***************************************/
/*************** Citations ***************/
/***************************************/

.news_contenu blockquote {
    font-style : italic;
	text-align : justify;
	background : #444444 url("./images/fond_citation.jpg") repeat-x;
	border : 1px dashed #DC9843;
	margin : 0px 15px;
	padding : 10px;
}

.news_contenu blockquote ul {
	padding-left : -20px; /* Ne fonctionne que sous IE */
}


/*
.news_content blockquote:before {	
	content : "Citation :"; // On ajoute la chaine de caractère "Citation :" au début de toutes les citations 
	font-weight: bold;
}
*/

.news_image {
	margin : 1px;
	padding : 2px;
	background-color : #454545;
   	border : 3px double #2C2C2C;
}

.news_contenu hr {
	width : 90%;
	color :	#DC9843; 
	border-style : solid; 
	border-width : 1px;
}



