/***************************************************************
* templates HTML : MAIN
***************************************************************/
body { 
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 14px;
	color:#000000;
	background-color: #d1c4c1;
	margin: 0px;
	padding: 0px;
}

a, a:visited { text-decoration: none; color: #907363; }
a:hover { text-decoration: none; color: #d77a3f; }
h1:First-letter {
	color: #d77a3f;
	font-size: 30px;
}
h1 {
	letter-spacing: 1.5px;
	font-size: 22px;
	color: #705544;
	border-bottom: 1px #705544 solid;
}

div.container {
	_position: absolute;
	_left: 50%;
	width: 772px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	_margin-right:;
	_margin-left: -386px;
}

div.header {
	background: url('../img/header.jpg');
	background-repeat:  no-repeat;
	height: 250px;
	color: #907363;
	font-size: 18px;
	font-weight: bold;
}

div.menu {
	padding-top: 180px;
	padding-left: 50px;
}

div.contenu {
	padding-left: 20px;
	padding-right: 20px;
}

div.footer {
	background-color: #76533d;
	height: 30px;
	color:#ffffff;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-right: 10px;
}

dl.csc-textpic img {
	//padding-bottom: 3px;
	//margin-bottom: 3px;
}