/* Custom CSS
--------------------------------------------- */
/* Boutons jaune */
.menu_register {
	height: 30px;
	margin: 5px auto;
	text-align: center;
	width: 690px;
}

@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
	.menu_register {
		width: 99%;
	}
}

.div_bouton_orange_left {
	float: left;
}

.div_bouton_orange_right {
	float: right;
}

.div_bouton_orange {
	/*width: 75px;*/
	width: 110px;
	padding: 5px;
	background-color: #FC8301;
	border: 2px #FDFCFB solid;
	border-radius: 15px;
}

.div_bouton_orange a {
	color: #FDFCFB
}

.search-header {
	float: left;
	margin: 2px 0 0 15px;
	box-shadow: none;
}

/* Forum */
ul.forums {
	background-color: #E6f1D3;
	background-image: none;
}

/* attachement */
.attach-status {
	width: 10%;
}