/* CSS Document
AUTEUR : Romaric PARDIEU pour Art de la Dentelle en Bourgogne
DATE DE CREATION : 02/10/04
DERNIERES MODIFICATIONS : 02/10/04 */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color: #99ccff;
}

A {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}


/*Header*/
#header {
		height: 211px;
}

	#titresite {
		font-size: xx-large;
		font-variant: small-caps;
		color: #000000;
		text-align: center;
		height: 100px;
	}
	
	#textdefil {
		text-align: center;
		background-color: #99ccff;
		color:#0000a4;
		font-weight:bold;
	}
	
/*Centre*/
#centre {
	text-align: center;
}

	.bouton {
	font-family: Arial;
	font-size: 16px;
	text-align: center;
	vertical-align:middle;
	color: #000000;
	text-decoration: none;
	}
	
/*Footer*/
#pied {
	text-align: center;
	margin-top: 10px;
}
	
	.dateMAJ {
		font-weight: bold;
	}
