﻿
#divAthlon {
    display: flex;
    flex-direction: column;
    height: 720px;
}

#TopAuthentification {
}

.Authentification {
    background: url(../../Medias/Daimler/Daimler.jpg) no-repeat;
    background-size: auto;
    background-position-x: center;
    height: 100%;
}

#AuthentificationCenter {
    height: 100%;
    background-position-x: center;
    background-position-y: bottom;
    text-align: center;
    padding-top: 130px;
    display: flex;
    flex-direction: column;
    margin-top:110px;
    margin-right:85px;
}

#UserNameGroup {
    justify-content: center;
    margin-top: 375px;
    display: inline-flex;
    flex-direction: row;
}

#UserText {
    margin-top: 3px;
    width: 120px;
    text-align: left;
}

#UserBox {
}

#PassWordGroup {
    display: inline-flex;
    justify-content: center;
    flex-direction: row;
}

#PassWordText {
    margin-top: 3px;
    width: 120px;
    text-align: left;
}

#PassWordBox {
}

#CaptchaGroup {
    display: inline-flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

#CaptchaText {
    width: 120px;
    text-align: left;
    float: none;
}

#CaptchaBox {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

#imgCaptcha {
    vertical-align: middle;
}

#divOublieMdpAthlon {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 25px;
    display: flex;
    justify-content: center;
}




.Descriptiontext
{
    width:100px;
    float:left;  
    text-align:left;
}

#btnAthlonConnexion {
    margin-left: 120px;
}

#PasswordRecoverIn {
    margin-left: 115px;
}

#TopHeader{
    background:url("../../Medias/Daimler/bandeau.gif") repeat-x scroll 0 0 #581D74;
	height:38px;
	width:100%;
}
#MainHeader
{
    width:100%;
	height:71px;
	background:url("../../Medias/Daimler/topGradient.gif") repeat-x scroll 0 100% #E9E9E9;
	margin-bottom:-2px;
    text-align:center;
}
#Logo
{
    background:url("../../images/bottomGradient.png") repeat-x scroll 0 0 #299451;
}
#MidleHeader
{
    width:1080px;
	position:relative;
	display:inline-table;
	background:url("../../Medias/Daimler/topGradient.gif") repeat-x scroll 0 100% #E9E9E9;
}
#Logo
{
	background:url("../../Medias/Daimler/logo.png") no-repeat scroll 0 100% #E9E9E9; 
	width:251px;
	height:71px;
	float:left; 
}


#BottomHeader{
    width:100%;
	background:url("../../images/bottomGradient.png") repeat-x scroll 0 0 #299451;
	border-top:2px solid white;
	height:38px;
	clear:both;	
	position:relative;
	z-index:120;
}