#entete{
	position:relative;
	height:103px;
	width:1000px;
}

#deconnexion{
	position:absolute;
	top:5px;
	right:15px;
	font-size:12px;
}


#cadre_version{
	position:relative;
	width:1000px;
	height:20px;
	background: url(../images/ligne_milieu.jpg);
}

#la_version{
	position:absolute;
	top:2px;
	left:7px;
	color:#4d4d4d;
	font-size:12px;
	
}

#barre_menus{
	position:relative;
	background: #e6e6e6;
	width:1000px;
	height:33px;
}

#barre_menus_admin{
     position:relative;
     background: #e6e6e6;
     width:1000px;
     height:60px;
}


#ligne_milieu{
	width:1000px;
	height:3px;
	overflow:hidden;
	background: url(../images/ligne_3pixels.jpg) repeat-x;
}

#principal{
	width:1000px;
	background: url(../images/degrad.jpg) repeat-y;
	
}


#cadre_version{
	position:relative;
	width:1000px;
	height:20px;
	background: url(../images/ligne_milieu.jpg);
}

#le_copyright{
	position:absolute;
	top:4px;
	right:7px;
	color:#4d4d4d;
	font-size:12px;
}

#pied_de_page{
	position:relative;
	width:1000px;
	padding-top:7px;
	height:49px !important;
	height:40px;
	border-bottom:2px solid #bfbfbf;
	background-color:#e6e6e6;
}

#msg_erreur, #msg_info, #msg_warning {
     padding:10px;
     position:relative;
     border: 1px solid;
     margin: 10px 0px;
     padding:15px 10px 15px 50px;
     background-repeat: no-repeat;
     background-position: 10px center;
     
}

#msg_erreur{
	color: #D8000C;
     background-color: #FFBABA;
     background-image: url('../images/ico_error.png');
}

#msg_info{
	color: #00529B;
     background-color: #BDE5F8;
     background-image: url('../images/ico_info.png');
}


#msg_warning{
    color: #9F6000;
     background-color: #FEEFB3;
     background-image: url('../images/ico_warn.png');
}


#psContainer {
	height:18px;
	width:100px;
	border:1px solid #000;
	float:right;	
	margin-left:5px;
	background-color:#DDDDDD;
}

#psStrength {
	background-image:url('../images/strength.jpg');
	height:18px;
	width:0px;
	float:left;
}
