html * 
{ 
	padding: 0; 
	margin: 0; 
}

body  
{
	padding: 0; 
	margin: 0; 
	font-family: Verdana; 
	font-size: 12px; 
	color: #FFFFFF; 
	background-color: #1C90EC;

 	/* background: #1C90EC url('../img/fond.jpg') no-repeat 0 0; */
	/*background: #1C90EC url('../img/connexion_fond_boite.gif') repeat-x 0 0; */
}

img  
{
	border: 0; 
}

#div_logo  
{
	height: 90px; 
	padding: 30px 0 0 30px;
}

/*-- Mise en page générale --*/
/*---------------------------*/
#div_connexion 
{ 
	height: 160px; 
	padding: 40px 0 0 100px; 
	margin-bottom: 160px;
/*	background: transparent url('../img/connexion_fond_boite.gif') repeat-x;*/
}

.span_message
{

	background: #ffeded url(../img/attention.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */

	border-top: 2px solid #e50000;
	border-bottom: 2px solid #e50000;

    color:red;

	position: absolute; 
	left:0;
	top: 80px; 
	width: 100%; 
    
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: bold; 

	padding: 5px 20px 5px 45px;

	text-align: left;
}

#div_menu 
{ 
	margin-top: -20px;
	color: #04438A; 
	font-size: 9px; 
	font-weight: bold; 
	font-family: Verdana; 
	text-decoration: none; 
    padding-bottom: 4px;
	padding-top: 4px; 
	background: transparent url('../img/connexion_fond_menu.gif') repeat-x; 
	border-top: solid 1px #FFB300; 
	border-bottom: solid 1px #FFB300;
}

#div_menu a  
{
    border-width: 0;
	color: #04438A; 
    display: inline;
    float: none;
	padding-left: 35px; 
    font-size: 9px;
    font-family: Verdana;
	text-decoration: none; 
}

#div_menu a:hover  
{
	color: #FFB300; 
	text-decoration: none; 
}

#div_footer  
{
	position: absolute; 
	width: 100%; 
	right: auto; 
	left: auto; 
	bottom: 8px; 
	text-align: center; 
	font-family: Verdana; 
	font-size: 10px; 
	color: #FFFFFF;
}

.span_erreur
{
	width: 100%; 
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 5px;
	font-weight: bold; 
	color: #FFFF00;
	display: block;
}

/*-- Controles --*/
/*---------------*/

.input_tb
{
 	font-size: 13px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 1px 2px 1px 2px;
    margin-bottom: 8px;
}


