/* CSS Document */
body {
	background-color: #492C1C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: #492C1C;
	color: #492C1C;
	font-size: small;
}

h1 {
	color: #F99BB5;
	margin: 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
}

#content {
	width: 759px;
	background-color: White;
	border: solid 2px #F9B6C8; 
	margin: 0px;
}

#leftside {
	width: 297px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(images/leftside.jpg);
	background-repeat: repeat-x;
}

#rightside {
	width: 462px;
	float: right;
	margin: 0px;
	padding: 0px;
	background-image: url(images/pourmoi.jpg);
	background-repeat: no-repeat;
	padding-top: 84px;
}

#topnav {
	background-color: #F9B6C8;
	color: #492C1C;
	margin: 0px;
	height: 18px;
	padding: 0px;
}

#topnav p, #bottomnav p {
	margin: 0px;
}

#topnav a {
	font-weight: bold;
	color: #492C1C;
	text-decoration: none;
	
}

#topnav a:hover {
	color: white;
	text-decoration: underline;
	
}

#mainarea {
	padding: 12px;
	text-align: left;
	padding-left: 20px;
}

#mainarea img {
	padding: 0px;
	margin: 0px;
}

#mainarea a {
	color: #F99BB5;
	text-decoration: none;
	font-weight: bold;
}

#mainarea a:hover {
	color: #64412B;
}


#bottom {
	clear:both;
	background-image: url(images/bottom.jpg);
	background-repeat: repeat-y;
}

#bottomnav a, #bottomnav p {
	color: White;
	text-decoration: none;
}

#bottomnav a:hover {
	color: White;
	text-decoration: underline;
}

.clientel a, .clientel p {
	font-size: xx-small ! important;
	color: White !important;
	text-decoration: none !important;
	margin: 0px;
	padding: 0px;
}

.clientel a:hover {
	text-decoration: underline!important;
}
