/*left navigation opens*/

.right_navigation {
       margin-left:2px;
      width: 230px;
     height: 100%;
}

.right_navigation p {

	list-style-type: none;
	margin: 0px;
	padding:7px;
	margin-bottom: -1px;
       width:210px;
       background: url(images/bkgrey_banner.jpg) repeat-y;
}

.right_navigation p:hover    {

background: url(images/bkgrey_banner_hover.jpg) repeat-y;
cursor:pointer;
}

.see_more {
color: #00497c;
font-weight:bold;
padding:0px;
}

.see_more  a {
color: #00497c;
font-weight:bold;

}

.see_more  a:hover {
color: #00497c;
font-weight:bold;
text-decoration: underline;

}

.title_right_content {
margin-bottom:25px;
}


.title_banner1 {

background: #00497c url(images/bk_bleu_banners.jpg) no-repeat;
color: #ffffff;
width:222px;
height:100%;
padding: 3px 0 3px 0;
font-size: 12px;
font-weight:bold;
text-align:center;

}

.bottom_right_side_banners  {
background: url(images/bottom_right_side_banners.jpg) no-repeat;
color: #7c7c7e;
width:222px;
height:22px;
}

