/************************************/
/**           LAYOUT               **/
/************************************/
BODY {
	font-size: 14px;
	font-family: Verdana;
}
#layoutHaut {
	background: url('/images/specifique/generali/TAC/connexion_tac/haut.png') no-repeat center center;
	width: 990px;
	height: 210px;
	position: relative;
}
#layoutHaut p {
	margin: 0px;
}
#layoutContenu {
	background: url('/images/specifique/generali/TAC/connexion_tac/milieu.png');
	width: 990px;
	background-repeat: repeat-y;
}
#zoneTitrePageQuestionnaire {
	width: 500px;
	height: 100px;
	position: absolute;
	top: 15px;
	left: 15px;
}
#quitterModePreview {
	position: absolute;
	top: 20px;
	right: 15px;
}
#layoutBas {
	background: url('/images/specifique/generali/TAC/connexion_tac/bas.png') no-repeat center center;
	width: 990px;
	height: 28px;
	position: relative;
}
div.conteneurBoutons {
	height: 40px;
	padding-right: 35px;
	text-align: right;
}
/************************************/
/**          CONNEXION             **/
/************************************/
fieldset.loginTac {
	width: 50%;
	border: 3px solid #A1231F;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 50px;
}
fieldset.loginTac td {
	padding: 5px 10px;
	font-size: 15px;
	color: #A1231F;
}
fieldset.loginTac input {
	padding: 5px;
	font-size: 15px;
}
div.loginTac {
	margin-top: 20px;
	margin-left: 30px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #A1231F;
}

/************************************/
/**            BOUTONS             **/
/************************************/
a.validerReponsesTac {
	background-color: #A1231F;
    border-radius: 7px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 16px;
    padding: 7px 20px;
    text-align: center;
    margin-left: 20px;
    text-decoration: none;
}
a.validerReponsesTac:hover {
	text-decoration: underline;
}