/*
************************************************
*****     Feuille de Style d'Activmail Messenger     *****
************************************************
*/

@import url(messenger_global.css);

span#log_erreur
{
	color: #FF0000;
}


div#partie_gauche
{
	width: 65px;
	height: 150px;
	float: left;
}


div#partie_droite
{
	width: 330px;
	float: left;
}


/* Div encadrant la zone du formaulaire du login */
div#zone_formulaire_login
{
	width: 400px;
	height: 100px;
	margin-left: 75px;
	margin-top: 70px;
}


div#zone_formulaire_demo
{
	width:520px;
	height: 200px;
	margin-top: 28px;
}

div#titre_formulaire_login
{
	display:block;
	text-align: center;
}

/* Modification des donnees */
div#modification_coordonnees
{
	display:none;
	text-align: center;
}

div.detailgauche
{
	float:left;
	width:200px;
	text-align:right;
	margin-right:5px;
}
div.detaildroite
{
	text-align:left;
}

h1#balise_titre
{
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #333333;
	margin-bottom:5px;
}

div#zone_champ_login
{
	margin-top: 10px;
}

div.case_gauche
{
	width: 100px;
	height: 25px;
	float: left;
	text-align: right;
	font-family: "MS Sans Serif";
	font-size: 10px;
	color: #000000;
}

div.case_gauche_mdp
{
	width: 150px;
	height: 25px;
	float: left;
	text-align: right;
	font-family: "MS Sans Serif";
	font-size: 10px;
	color: #000000;
	margin-left:30px;
}

.contenu_case_gauche
{
	margin-right: 5px;
}

div.case_droite
{
	width: 100px;
	height: 25px;
	float: left;
	text-align: left;
	font-family: "MS Sans Serif";
	font-size: 10px;
	color: #000000;
}

div.case_droite_mdp
{
	width: 100px;
	height: 25px;
	float: left;
	text-align: left;
	font-family: "MS Sans Serif";
	font-size: 10px;
	color: #000000;
}

.contenu_case_droite
{
	margin-left: 5px;
}

div#zone_validation
{
	text-align: center;
}


.formulaire_droite
{
	float:left;
	width:250px;
}

.formulaire_gauche
{
	float:left;
	width:250px;
}

.zone_centree
{
	margin-top:5px;
	width:200px;
	height:25px;
	text-align:center;
}

.validation_centree
{
	clear:left;
	width:520px;
	height:25px;
	text-align:center;
	margin-top: 20px;
}

div.rouge
{
	width:190px;
	color:red;
	float:left;
	text-align:left;
	margin-top:3px;
	margin-left:5px;
}

div.normal
{
	width:190px;
	float:left;
	text-align:right;
	margin-top:3px;
	margin-right:5px;
}

div.recap
{
	margin-bottom:5px;
	text-align:left;
}

p
{
	margin:0px;
}

span#lien_inscription
{
	font-family: "MS Sans Serif";
	font-size: 10px;
}

input#inscription
{
	color: #FF0000;
	font-size: 17px;
	font-weight: bold;
	height: 45px;
}

div#zone_lien_inscription
{
	margin-left:auto;
	margin-right:auto;
}

a#inscrip_demo
{
	color: #990000;
	text-decoration:none;
}
a#inscrip_demo:visited
{
	color: #990000;
	text-decoration:none;
}
a#inscrip_demo:hover
{
	color: #990000;
	text-decoration:underline;
}

table
{
	border-collapse:collapse;
	width:470;
	margin-left:auto;
	margin-right:auto;
}

td.titregauche
{
	border:solid #FFFFFF 1px;
	background-color:#CCCCCC;
}

td.corpsdroite
{
	border: solid #FFFFFF 1px;
	padding-left : 5px;	
	padding-right: 5px;	
}

p.erreur
{
	margin-top:1px;
	margin-left:15px;
	color:red;
}

.enregistre
{
	margin-bottom:10px;
	font-family:"MS Sans Serif";
	font-size:14px;
}
