@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	background-color:#fff;
	font-size:12px;
	background-attachment: fixed;
	background-image: url(/image/fd-page.gif);
	background-position: center top;
	background-repeat: repeat-y;	
}
a{
	color:#bcbcbc;
	text-decoration:none;
}
a:hover{
	color:#000;
	text-decoration:underline;
}

#container{
	width:980px;
	margin:auto;
}
#colg{
	float:left;
	width:300px;
	overflow:hidden;
}
#centre{
	float:left;
	width:430px;
	padding-top:10px;
	overflow:hidden;
}
#curseur{
	float:left;
	width:60px;
	line-height:30px;
	padding-top:60px;
	overflow:hidden;
}
#navigation{
	float:left;
	width:190px;
	padding-top:70px;
	line-height:30px;
	font-size:18px;
	color:#bcbcbc;
	overflow:hidden;
}
#navigation a{
	color:#bcbcbc
	text-decoration:none;
}
#navigation a:hover{
	color:#5f092a
	text-decoration:underline;
}
#navigation a.active{
	color:#5f092a;
	text-decoration:none;
}

#footer{
	width:100%;
	height:20px;
	background-color:#e2e2e2;
	margin:20px 0 20px 0;
}

.titre{
	font-size:30px;
	padding-bottom:14px;
	border-bottom:1px solid  #bcbcbc;
	margin-bottom:20px;
	margin-top:0px;
	width:430px;
}
