/*---------Create by Dweedly---------*/
/*-----------dweedly@yahoo.com---------*/
/*-----------date 9-7-07--------*/

#nav ul
{
	list-style-type:none;
	margin:98px 0 0 13px;
	padding:0;
}

#nav a
{
	display:block;
	text-decoration:none;
	width:200px;
	height:22px;
	text-indent:2px;
	background:url(../graphics/btn_bg.png) no-repeat;
	padding: 3px 0 0 0;
	color:#333;
	font-weight:bold;
}

#nav a:hover
{
	background:url(../graphics/btn_bg_hover.png) no-repeat;
	color:#fff;
}

/*positionnement du cadre, que vous pouvez modifier*/
#curve dl{
	position:absolute;
	width:140px; /*larger du cadre, selon votre image de fond*/
	left:10px;
	top:10px;
}

/*suppression de toutes les marges*/
#curve dl, dt, dd{
	margin:0;
	padding:0;
}


/*image qui sera fixée en bas du cadre*/
#parole dl{
	background: url(../graphics/bottom.gif) no-repeat bottom left;
	padding-bottom:50px;
	margin:70px 13px;
}

 /*définitions du titre du cadre*/
#parole dt{
	height:50px;
	background: url(../graphics/top.gif) no-repeat top left;
	text-align:center;
	font-weight:bold;
}

 /*gestion des espaces internes du cadre*/
#parole dd{
	padding:5px 0 0 13px; 
	background: url(../graphics/middle.gif) top left; /*arrière-plan intérieur qui va se répéter*/
}


#parole a{
	text-decoration:none;
	color:#cc9900;
}

#parole a:hover{
	border-bottom:1px dashed #cc9900;
}
