/* css Bois le Roi */
/* Décembre 2004 - CM */


/* basic elements */
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #9685BA;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #9685BA;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #9685BA;
	}
BODY { 
	background: white 
	url(image/decouvrir_bandeauG.jpg) no-repeat
 fixed left top }	
 
BODY_neutre {  
	background : white 	 }
	
BODY_index { 
	background: white 
	url(image/index_bandeauG.jpg) no-repeat fixed left top }

BODY_mairie { 
	background: white 
	url(image/mairie_bandeauG.jpg) no-repeat fixed left top }
	
	
/* specific divs */
td.bordure_decouvrir {
	margin-top: 0px;
	border-style : solid;
	border-color : #5A72B0;
	border-width : 0 0 2px 2px;
}
td.bordure_mairie {
	margin-top: 0px;
	border-style : solid;
	border-color : #863136;
	border-width : 0 0 2px 2px;
}
td.bordure_Vivre {
	margin-top: 0px;
	border-style : solid;
	border-color : #78794D;
	border-width : 0 0 2px 2px;
}
td.bordure_Cheval {
	margin-top: 0px;
	border-style : solid;
	border-color : #9A7C41;
	border-width : 0 0 2px 2px;
}

