#notification_list {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: auto;
	padding: 7px 0px 7px 50%;
	text-align: right;
	border-top: 1px solid black;
	background: black url("../images/background/header.gif") left repeat-x;	
}

#notification_list li {
	display:inline;
	margin-left: -5px;
	padding-top: 7px;
	padding-bottom: 6px;	
}

#notification_list li a {
	padding: 10px 2px 7px 2px;
	color: white;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;}

#notification_list a#logout{
	background: url("../images/menu/exit.png") right no-repeat;
	padding-left: 24px;
	margin-right: 2px;
}
#notification_list a#login{
	background: url("../images/menu/login.png") right no-repeat;
	padding-right: 24px;
}
#notification_list a#username{
	background: url("../images/blocs/down.png") left no-repeat;
	padding-left: 20px;
	cursor: pointer;
	border-right: 1px solid black;	
}

#notification_list a#login:hover {
	background-color: black;
	color: white;
}

#block_profil 
{
	float: right;
	top: 161px;
	width: 20%;
	margin-top: 0px;
	padding-top: 5px;
	background-color: black;
	display: block;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	z-index: 10;
}	

.bloc_title
{
	color: white;
	font-family: Verdana;
	font-size: 80%;
	border-bottom: 1px solid white;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
}

#bloc_list {
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
#bloc_list li {
	list-style: none;
	margin: 1px;
	padding: 5px;
}
#bloc_list li a:link, #bloc_list li a:active, #bloc_list li a:visited{
	padding: 5px 5px 5px 20px;
	color: white;
	font-size: 8pt;
}
#bloc_list li a:hover {
     color : #fd9532;
}

#bloc_list li a#my_profil:hover, #bloc_list li a#my_message:hover, #bloc_list li a#my_coms:hover, #bloc_list li a#favorite:hover, #notification_list li a#username:hover {
	background-color: black;
	color: white;
}

#bloc_list a#my_profil {
	background: url("../images/blocs/user.png") left no-repeat;
}
#bloc_list a#my_message {
	background: url("../images/blocs/book.png") left no-repeat;
}
#bloc_list a#my_coms {
	background: url("../images/blocs/comment.png") left no-repeat;
}
#bloc_list a#favorite {
	background: url("../images/blocs/favorite.png") left no-repeat;
}

.bloc_info
{
	color: white;
	font-family: Verdana;
	font-size: 8pt;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.alert_ie
{
	font-family: Verdana;
	font-size: 8pt;
	color: white;
	text-align: justify;
}
.alert_ie a
{
	text-decoration: underline;
	color: white;
}

.alert_ie a:hover
{
	text-decoration: underline;
	color: red;
}

