/* CSS "www.j-damville-j.com" - 06/2008 - */
/* -o- "CSS Damville par defaut" -o- */


/*	IMPORTANT */
/*	Ce design n'est pas un template. Vous ne pouvez pas le reproduire sans 
	l'accord préalable de l'auteur. Cependant, libre à vous d'étudier ce
	CSS et d'employer par ailleurs les techniques utilisées. 
	-----
	This design is not a template. You cannot reproduce it without prior 
	agreement of the author. However, free with you studied this CSS 
	and to in addition employ the techniques used. */





/*
	== COMMUN A TOUS LES ECRANS ==========================================
	======================================================================

	   _________
	__/ General \_________________________________________________________
*/ 
	*											{ margin: 0; padding: 0; }
	html										{}
	body										{ margin: 0; padding: 0; background-color: #91979F; font-family: Arial,Tahoma,Verdana,Arial,Helvetica,sans-serif; font-style: normal; font-weight: normal; font-size: 9pt; color: #FFF; text-align: left; }
	
	
/*	   _______
	__/ Liens \___________________________________________________________
*/
/*	a											{ color: #FFF; text-decoration: none; }
	a:link										{ color: #00F; text-decoration: none; }
	a:visited									{ color: #F00; text-decoration: underline; }
	a:hover										{ color: #88F; text-decoration: underline; border: 0; }
	a:active									{ color: #00F; text-decoration: underline; }*/


/*	   __________________________________
	__/ Contenant de la page (container) \________________________________
*/ 
	#container									{ width:960px; margin: 0 auto; background: #FFF url(img/assoce_fond.gif) top center no-repeat; min-height: 720px; position: relative; }
	/* Hack pour IE6 :(( */
	* html body #container						{ height: 720px; }


/*	   ________________
	__/ Corps du corps \__________________________________________________
*/
	#zonebody p									{ margin-bottom: 1em; }
	/*#zonebody a									{ color: #99B5C9; }*/


/*	   ______________
	__/ Pied de page \____________________________________________________
*/
/*	#zonefooter									{ display: none; }*/


/*	   ________
	__/ Extras \__________________________________________________________
*/
	#extraDiv1, #extraDiv2, #extraDiv3			{ display: none; }
	
	
/*	   ________
	__/ Divers \__________________________________________________________
*/
	.clear										{ clear: both; margin: 0;}
	.text_center								{ text-align: center; }
	.text_right									{ text-align: right; }
	.text_italic								{ font-style: italic; }
	hr											{ height: 1px; color: #000; background-color: #000; border: 0; }
	
	
/*	   __________________________________________
	__/ Messages d'informations | Erreurs | etc. \________________________
*/ 
	.alert										{ background: #FFF6BF url(img/exclamation.gif) 15px 50% no-repeat; padding: 5px 20px 5px 45px; border-top: 2px solid #FFD324; border-bottom: 2px solid #FFD324; color: #000; }





/*
	== "INDEX" (home) ====================================================
	====================================================================== 
*/
	#association #zonebody						{ padding-top: 50px; }
	#association #colonne1						{ float: left; width: 200px; }
	#association #colonne2						{ width: 660px; margin-left: 210px; margin-top: 15px; }
	