

#entete
{
    width: 100%;
    padding-top: 30px;
}

#tab_logos
{
    background-color: #eeede7;
    border-width: 1px;
    border-radius: 10px;

    margin-left: auto;
    margin-right: auto;
}

#tab_logos td
{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    vertical-align: middle;
    text-align: left;
}

#tab_logos .td_bas
{
    vertical-align: bottom;
}

#tab_logos .tab_center
{
    vertical-align: top;
    text-align: center;
}
/* ---------------------------------------- */


#title
{
    font-family: Cambria;
    font-size: 50px;

    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 315px;

    padding: 5px;

    background-color: #eeede7;

    border-width: 1px;
    border-radius: 10px;
}

/* ---------------------------------------- */

html
{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body
{
    height: 100%;

	background-image: url("/images/arab_book7.jpg");
    /* background-attachment : fixed; */
	background-size: cover;

}

#login_form
{
    margin-left: auto;
    margin-right: auto;
    /* background-color: #f0f0cc; */
    background-color: #eeede7;
    width: 420px;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;

    border-width: 1px;
    border-radius: 10px;
}


.login_input
{
    /* text-align: left; */
    position: relative;
}

.icon
{
    position: absolute;
    left: 110px;
    top: 10px;
}

.icon_email
{
    background-color: white;
}

.icon_password
{
    background-color: white;
}

#LOGIN
{
    width: 180px;
    padding: 8px;
    padding-left: 30px;
}

#PASSWORD
{
    width: 180px;
    padding: 8px;    
    padding-left: 30px;
}

#login_btn
{
    width: 120px;
    padding: 9px 0 7px;
}

#lost_password
{
    font-size: 12px;
}

#lost_password a
{
    text-decoration: none;
}

#confirm_reinit_password
{
	font-size: 14px;
	font-weight: bold;
	margin-top: 30px;
	color: #000000;

	background-color: #eeede7;

	border-style: solid;	
    border-width: 1px;
	border-radius: 10px;
	border-color: #000000;

	width: 420px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

	padding-top: 10px;
	padding-bottom: 10px;
}


#cote
{
    position: absolute;
    top: 30px;
    left: 10px;
    padding-left: 10px;
}

#cote2
{
    writing-mode: vertical-lr;
    text-orientation: mixed;    
    transform: rotate(-180deg);
    font-size: 11px;
}



#cote3
{
    position: absolute;
    top: 30px;
    left: 10px;
    padding-left: 10px;
}

#cote4
{
    writing-mode: vertical-lr;
    text-orientation: mixed;    
    transform: rotate(-180deg);
    font-size: 11px;
}


#center_name
{
    padding-top: 5px;
}

#choose_langage
{

}

.langage_flag
{
    width: 32px;
    height: 22px;
}
