body {
	width: auto;
}

#main, #colonne {
	display: block;
	float: none;
	margin-left: 5px;
	margin-right: 5px;
	overflow: auto;
	width: auto;
}

#colonne.colonne_haute {
	margin-top: 0;
}

/* pour 320px screen */
#liens_tribune dd {
	margin: 10px auto 0 auto;
	width: 260px;
}

#logo {
	border-right: none;
}

#menu {
	background: #000;
	border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	display: none;
	height: auto;
	margin: 0 5px 20px 5px;
	padding: 10px;
}

#menu dl {
	float: none;
	margin: 0;
	padding: 0;
}

#menu dt a {
	border-bottom: 1px solid #222;
	border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	color: #fff;
	display: block;
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 6px 5px;
}

#menu dt a:hover, #menu dt a.menudthover {
	background: #222;
}

#menu .selected {
	background: #2a8dde !important;
	border-bottom: 1px solid #2a8dde;
	border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	color: #fff;
}

#menu dd {
	background: #0d0d0e;
	border: 1px solid #222;
	border-top: none;
	border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	display: block;
	margin: 0;
	position: static;
	width: auto;
}

#menu li a {
	color: #fff;
	display: block;
	font-size: 12px;
	height: 100%;
	padding: 6px 10px;
}

#menu li.separation_menu {
	border-top: 1px solid #222;
}





/* mini menu */
#mini_menu {
	cursor: default;
	display: block !important;
	height: 35px;
	margin: 10px 5px 0 5px;
	padding: 0 0 8px 0;
	position: static;
}

#mini_menu #menu_menu {
	background: #AFCDFF;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	color: #fff;
	float: right;
	font: bolder italic 18px Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
	margin: 0 10px 0 0;
	padding: 8px 15px;
}

#mini_menu #menu_menu.selected {
	background: #000;
	border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-bottom-left-radius: 0;
		-webkit-border-bottom-right-radius: 0;
	padding-bottom: 20px;
}

#menu_compte {
	background: #2a8dde url('/images/key.png') no-repeat center center;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	display: block;
	float: right;
	height: 32px;
	width: 40px;
}

#menu_compte span {
	display: none;
}


/* last com */
#last_com #onglets {
	padding: 10px 2px 11px 2px;
}

	/* onglet normal */
	#last_com #onglets li {
		margin: 3px 0 0 0;
	}
	
		#onglets li a {
			padding: 5px 6px;
		}

			#last_com #onglets li a span {
				display: none;
			}
		

.centre_700 {
	width: auto;
}
