@import url("style_structure.css");
@import url("style.css");
/* 
 * ========================================
 * Element style PAGE
 * ========================================
 */
 
 
	TD.page{
		padding:20px 1px 20px 1px;
		background-color:#2d3a4b;
		background-image:url(../images/article/fond.jpg);
		background-position:top left; 
		background-repeat:repeat;
		color:#FFFFFF;
		width:740px;
	}
	
	
	
	.texte{
		font-weight:bold;
		color:#1f7ecf;
	}

/* 
 * ========================================
 * Element style Liste
 * ========================================
 */
TD.page_header_gauche{
	width:30px;
	height:21px;
}

TD.page_header_centre{
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	height:21px;
}

TD.page_header_droite{
	width:30px;
	height:21px;
}

TD.page_contenu{
	background-color:#242c2f;
}

	/* 
	 * ========================================
	 * Element style Page Article
	 * ========================================
	 */
	
	 	/* 
		 * ========================================
		 * Element style Page Contenu Entete
		 * ========================================
		 */
	 	TD.page_contenu_entete{
			font-family: Morpheus, Arial, Helvetica, sans-serif;
			font-size:14pt;
			font-weight:bold;
			color:#705738;
		}
	 	/* 
		 * ========================================
		 * Element style Page Contenu
		 * ========================================
		 */
		TD.page_contenu_livre{
			background-color:#2d3a4b;
			background-image:url(../images/article/livre_center.jpg);
			background-position:top center; 
			background-repeat: repeat-y;
			color:#000000;
		}
		
		TD.page_contenu_livre_top{
			background-color:#2d3a4b;
			background-image:url(../images/article/livre_top.jpg);
			background-position:bottom center; 
			background-repeat: no-repeat;
			width:730px; 
			height:65px;
		}
		
		TD.page_contenu_livre_bottom{
			background-color:#2d3a4b;
			background-image:url(../images/article/livre_bottom.jpg);
			background-position:top center; 
			background-repeat: no-repeat;
			width:730px; 
			height:65px;
		}
		/* 
		 * ========================================
		 * Element style Page Contenu Retour
		 * ========================================
		 */
		div.articleRetourLeft{
			background-image:url(../images/article/retour_left.jpg);
			background-position:bottom left; 
			background-repeat: no-repeat;
			width:63px;
			height:63px;
		}
		
		div.articleRetourRight{
			background-image:url(../images/article/retour_right.jpg);
			background-position:bottom right; 
			background-repeat: no-repeat;
			width:63px;
			height:62px;
		}
		
		a.articleRetourLeft{
			color:#705738;
			font-size:10pt;
			font-weight:bold;
		}
		a.articleRetourLeft:HOVER{
			color:#705738;
		}
		
		a.articleRetourRight{
			color:#705738;
			font-size:10pt;
			font-weight:bold;
		}
		a.articleRetourRight:HOVER{
			color:#705738;
		}
		
		
		/* 
		 * ========================================
		 * Element style Page Couverture
		 * ========================================
		 */
		TD.page_couv_livre{
			background-color:#2d3a4b;
			background-image:url(../images/livre/livre-couv_center.jpg);
			background-position:top right; 
			background-repeat: repeat-y;
			color:#000000;
		}
		
		TD.page_couv_livre_top{
			background-color:#2d3a4b;
			background-image:url(../images/livre/livre-couv_top.jpg);
			background-position:bottom right; 
			background-repeat: no-repeat;
			width:730;
			height:91;
		}
		
		TD.page_couv_livre_bottom{
			background-color:#2d3a4b;
			background-image:url(../images/livre/livre-couv_bottom.jpg);
			background-position:top right; 
			background-repeat: no-repeat;
			font-size:12pt;
			font-weight:bold;
			color:#d7c7ad;
			width:730;
			height:92;
		}
		
		.couvTitre{
			font-family: Morpheus, Arial, Helvetica, sans-serif;
			font-size:18pt;
			font-weight:bold;
			color:#d7c7ad;
		}
		
		.couvDescriptif{
			font-family: Morpheus, Arial, Helvetica, sans-serif;
			font-size:12pt;
			font-weight:bold;
			color:#d7c7ad;
		}
		
		.articleTitreNew{
			font-family: Morpheus, Arial, Helvetica, sans-serif;
			font-size:14pt;
			font-weight:bold;
			color:#705738;
		}
		
		.articleDate{
			padding-left:10px;
			color:#705738;
		}
		
		.articleDescriptif{
			font-weight:bold;
			padding-left:20px;
			color:#705738;
		}
		
		.articleTitre{
			font-family: Morpheus, Arial, Helvetica, sans-serif;
			font-size:14pt;
			font-weight:bold;
			color:#705738;
			padding-bottom:10px;
		}
		
		.articleTitreAdmin{
			font-size:14pt;
			font-weight:bold;
			color:#FFFFFF;
			padding-bottom:10px;
			font-family: Morpheus, Arial, Helvetica, sans-serif;
		}
		
		.modifierArticle{
			color:#FFF;
			font-weight:bold;
		}
		
		.modifierArticleRetour{
			color:#FFF;
			font-size:14px;
			font-weight:bold;
		 }
		
		A.articleTitre{
			font-family: Morpheus, Arial, Helvetica, sans-serif;
			font-size:14pt;
			font-weight:bold;
			color:#705738;
			padding-bottom:10px;
		}
		A.articleTitre:HOVER{
			text-decoration:underline;
		}
		
		.articleSurtitre{
			font-size:9pt;
			color:#705738;
			padding-bottom:10px;
		}
		
		.articleSoustitre{
			font-size:9pt;
			color:#705738;
			padding-bottom:10px;
		}
		
		.articleChapo{
			font-size:10pt;
			font-weight:bold;
			color:#705738;
			padding-bottom:10px;
		}
		
		.articleContenu{
			font-size:9pt;
			color:#705738;
			padding-bottom:10px;
		}
		
		.articlePs{
			font-size:9pt;
			color:#705738;
		}
		
		.spip{
			padding-bottom:10px;
		}
	/* 
	 * ========================================
	 */


TD.logo{
		padding:20px 20px 20px 20px;
	}
	
	
	
