body {
	background: #cccccc url(images/background.jpg) repeat-x;
	color: #222222;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 25px 0px 4px 0px;
}

#contour {
	margin: 0 auto;
	width: 700px;
}

#header {
	background-image: url(images/bg-header.gif);
	background-repeat: no-repeat;
	height: 149px;
}

#contenu {
	background: #ffffff;
	padding: 0px 30px 10px 30px;
	text-align: justify;
}

#ecrituremain{
	text-align:Justify;
	font-size:13px;
	color:#333333;
	font-family:Lucida Calligraphy;
}


#footer {
	background-image: url(images/bg-footer.gif);
	background-position: top center;
	background-repeat: no-repeat;
	color: #dfdfdf;
	display: block;
	line-height: 24px;
	padding: 24px 0 0 0;
	text-align: center;
}

a.navlink{
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color:#000066;
}

a.navlink:visited{
	color:#000066;
}


a.navlink:hover {
	color: #309cc3;
text-decoration:none;
}

a:hover {
	text-decoration:none;
	color: #309cc3;
}

a {
	font-weight:bold;
	text-decoration:none;
	color: #0048be;
}

a:visited {
	color: #0048be;
}
a:visited:hover {
	color: #309cc3;
}

a.footerlink{
	font-weight:normal;
	text-decoration:none;
	color: #dfdfdf;
}

a.footerlink:hover{
	text-decoration:underline;
}

a.footerlink:visited {
	color: #dfdfdf
}

.handcursor{
font-family:Tahoma;
font-size:13px;
cursor:hand;
cursor:pointer;
}