/* CSS Document - La maison Annick */

table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
td {
	padding: 0px;
}
h1 {
	font-size: 1.2em;
}
a:link {
	color: #461113;
	text-decoration: none;
}
a:visited {
	color: #461113;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}


/* Id */
td#zoneTexte {
	height: 335px;
	width: 490px;
}
table#services {
	width: 95%;
	border: thin solid #461113;	
}
table#services td {
	padding: 2px;
	border: thin solid #461113;	
}



/* Classes */
.fondRouge {
	background-color: #461113;	
}
.cellGauche {
	text-align: left;
}
.cellDroite {
	text-align: right;
}
.texteBlanc {
	color: #FFFFFF;
}

/* Div */
div#texte {
	overflow: auto;
	position: relative;
	height: 335px;
	width: 490px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
	color: #461113;
}
