/******************************************************
*																											*
*		CLUB DU GRIFFON KORTHALS													*
*																											*
*		Feuille de style GRAFX														*
*																											*
*		Version	:	1.00.01     														*
*		Date		:	16 septembre 2009												*
*		Auteur	:	JLG																			*
*																											*
*		Conformité W3C : Non encore testée								*
*																											*
*******************************************************
*																											*
*																											*
*******************************************************
*		EVOLUTIONS																				*
*																											*
*																											*
*******************************************************
*																											*
*	OBSERVATIONS																				*
*																											*
******************************************************/


/*---------------------------------------------------
	Trombone
----------------------------------------------------*/
.rightTromboneWrapper {
	float:right;
	margin-right:0px;
	padding:20px 0 20px 20px;
	width:350px;
	background: url(/_theme/grafx/divers/trombone_droite_p2.gif) right top no-repeat;
}
.rightTromboneContent {
	background: #f7f4ed url(/_theme/grafx/divers/trombone_droite_p1.gif) right top no-repeat;
	padding: 20px 20px 20px 20px;
	margin-right:9px;
	
	border-left: #cccccc 1px solid;
	border-right: #666666 1px solid;
	border-bottom: #666666 1px solid;
	border-top: #cccccc 1px solid;
	
}

/*--------------------------------------------------
	POSTIT PAGE ACCUEIL
	Ajouté le 16 septembre 2009
	-------------------------------------------------*/
	#postit {
		width: 310px;
		background: url(/_theme/fonds/postit_contenu_bkg.jpg) repeat-y; /* #ead964 */ 
		padding:0 10px 0 0;
		font-family:Arial, Helvetica, sans-serif;
		float:left;
	}
	#postit h1 {
		color:#F00;
		font-weight:bold;
		font-size:14px;
		padding: 10px 30px 15px 10px;
	}
	#postit .postit_contenu {
		font-size:12px;
		color:#333;
		display:block;
		margin: 0;
		padding: 10px 30px 0px 10px;
	}
	#postit .postit_footer {
		background:  url(/_theme/fonds/postit_footer_bkg.jpg) bottom no-repeat; /* #ead964 */
		height:55px;
		display:block;
		overflow:hidden;
	}

