#menu_membres
{
	width:500px;
	border-bottom: 1px solid #CFCFCF;
	text-align: center;
	margin-top: 12px;
	padding: 3px;	
}


#menu_membres ul{
	list-style:none;
}


#menu_membres li
{

	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
	padding: 5px;
	padding-bottom: 3px;
	border-right: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
	border-top: 1px solid #CFCFCF;
	background: white url(/data/shade.gif) top left repeat-x;
	-moz-border-radius-topright:6px;
	-moz-border-radius-topleft:6px;

}

#form #foo
{
	width: 230px;
}

#form fieldset 
{
	border: 2px solid #ddd;
	-moz-border-radius:8px;
	border-radius:8px;
}

#form fieldset p
{
	text-align: left;
	/*margin: 5px;*/
	padding: 0px;
}

#form legend 
{
	margin-left: 0px;
	font-weight : bold;
	margin: 5px;
}
