@CHARSET "ISO-8859-1";

html {min-width: 640px; overflow: auto;}
.modal {
    display:    none !important;
    position:   fixed !important;
    z-index:    10000 !important;
    top:        0 !important;
    left:       0 !important;
    height:     125% !important;
    width:      125% !important;
    background: rgba( 255, 255, 255, .8 )
                url('../images/ajax-loader.gif')
                62% 62%
                no-repeat !important;
}
body.loading {
    overflow: hidden !important;
}
body.loading .modal {
    display: block !important;
}

.login-header {
	margin-top:50px;
	margin-bottom:70px;
	color:#564828;
}

.remember_me {
	font-size: 0.9em !important;
	margin-left: 10px !important;
}

.login-form {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-sizing: border-box;
}

.bandeau_menu {
	float:left;
	background: black;
	width: 100px;
	height: 1000px;
		
}

.bandeau_titre, .footer {
	background: grey;
	height: 60px;
	min-width: 640px;
}

.no_puce {
	list-style-type:none;
	margin-bottom:30px;
	color:white;
}

.main_page {
	background:#BDBCB9
}

.color_link {
	color:white;
}

#aaa {
	background-color: black;
    background-image: none;
    background-repeat: no-repeat;
}

.brand_title {
    color: white;
    text-shadow: none;
}

.brand_title_mini {
    color: white;
    text-shadow: none;
    font-size: 0.6em;
}

.percent90 {
    width: 90% !important;;
}