/******************************
********* MENU RIGHT ***********
******************************/

#menu_right
{
	font-family: Verdana; 
	width: 160px;
	font-size: 10px;
}


/************************* NEWS MENU_RIGHT *************************/
#menu_right .news .titre
{
	background-image:url(../img/menu_droit/haut.gif);
	background-repeat: no-repeat;
	margin : 0px;
	padding: 0px;
	width: 160px;
	height: 25px;
}
#menu_right .news .corps
{
	background-image:url(../img/menu_droit/milieu.gif);
	background-repeat: repeat-y;
	width: 160px;
	margin : 0px;
	padding: 0px;
}
#menu_right .news .pied
{
	background-image:url(../img/menu_droit/bas.gif);
	background-repeat: no-repeat;
	width: 160px;
	height: 15px !important;
	height: 25px;
	margin : 0px;
	padding: 0px;
}

#menu_right .news .titre p
{
	color: #FCEFC7;
	padding-top: 6px;
}
#menu_right .news .corps p
{
	color: #696969;
	margin : 0px;
	padding-top: 5px;
	padding-left: 4px;
	padding-right: 4px;
}

#menu_right .news .corps p a
{
	/*color: #696969;*/
	color: #FF8151;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#menu_right .news .corps p a:hover
{
	/*color: #FF8151;*/
	color: #e70000;
	/*background: #eee;*/
	background: #FCEFC7;
}

#menu_right .news .corps p a img
{
	border: none;
}

#menu_right .news #lien_suite a
{
	color: #FF8151;
	display: inline;
	font-weight: normal;
	text-decoration: underline;
	display: block
}

#menu_right .news #lien_suite a:hover
{
	color: #e70000;
	background: none;
}
/********************************************/
/********** LOGIN ***************************/
/********************************************/
#menu_right .login form
{
	margin: 0px;
	margin-bottom: 2px;
}

#menu_right .login form input /* separation entre les champs login, pass et le bouton login */
{
}

#menu_right .login
{
	color: #FCEFC7;
	background-image:url(../img/login/login.gif);
	background-repeat: no-repeat;
	width: 160px;
	height: 138px;
	margin : 0px;
	padding: 0px;
	padding-top: 20px;
}

#menu_right .delog
{
	color: #FCEFC7;
	background-image:url(../img/login/delog.gif);
	background-repeat: no-repeat;
	width: 160px;
	height: 81px;
	margin : 0px;
	padding: 0px;
	padding-top: 20px;
}

#menu_right .login .login_in, #menu_right .delog .login_in
{
	padding-top: 12px !important;
	padding-top: 10px;
	text-align:center;
}

#menu_right .login a, #menu_right .delog a
{
	margin:0px;
	color : #FCEFC7;
	display: inline;
	text-decoration: underline;
	/*font-weight: bold;*/
}
#menu_right .login_in a
{
	margin:0px;
	
	/*color : #696969;*/
	color: #FF8151;
	display: inline;
	text-decoration: underline;
}
#menu_right .login a:hover, #menu_right .login_in a:hover
{
	color: #e70000;
	/*color: #FF8151;*/
	/*background: #eee;*/
}
#menu_right .login .ok
{
	width: 70px;
	height: 18px;
	font-size: 9px;
}
