div.floated {
	width: 400px;
	float: left;
	margin-left: 1em;
}

div#myElement {
	width: 100px;
	height: 100px;
	border: 1px solid black;
	background-color: #f9f9f9;
	float: left;
}

div#myOtherElement {
	width: 990px;
	height: 17px;
	overflow: hidden;
	margin: 0 auto;
	
}

div#menubar {
	width: 100%;
	float: left;

}
div#contentmenu {
	width: 500px;
	float: left;
	padding: 0 0 0 9px;
	line-height: 0.75em;
	border-right: 1px dotted #d1d1c9;
	margin: 5px 10px 0 0;
}
div#contentmenu ul {
	margin: 0 0 10px 0;
}

div#contentmenu li {
background: url(/creapict/wp-content/themes/fab_01/images/perso/fond_lien.png) no-repeat 0 6px;
display:inline;
padding:0 5px 0 5px;
margin:0 0 0 -4px;
}


/*div#contentmenu a {
	font-size: 0.65em;
	background: #a8a7a0;
	color: #fff;
	padding: 0 15px 0 2px;
	margin-left: -4px
}
*/
div#contentmenu a {
font-size:0.65em;
padding:0;
}

div#contentmenu a:hover{
	border-top: 1px dotted #A8A7A0;
	border-bottom: 1px dotted #A8A7A0;
}
div.menu_title {
	font-size: 0.65em;
	
	color: #8b8983;
	padding: 0 15px 0 1px;
	margin: 5px 0 -2px -5px;
}