@charset "utf-8";
/* CSS Document */
body
{
	background-image:url(images/2.jpg);
	background-repeat:no-repeat;
	width:100%;
}
header
{
	background-image:url(../images/recherches_up.jpg);
	height:115px;
	width:1000px;
	border-radius:3px;
    box-shadow: 4px 4px 0px #FFFFFF;
	border: 1px #FFF solid;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	
}



.lien2
{

	height: 140px;
	background-color: #CCC;
	
}
.lien3 
{
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
}
.lien3 a:hover
{
	color: #00C;
	font-family: Verdana, Geneva, sans-serif;
	/* [disabled]font-size:14px; */
}
/* 1 ER MENU BODY*/

.menu_body
{
	background: white;
	list-style:outside;
	padding: 1px;
	/*height: auto;*/
		
}
.menu_body li
{
	margin-bottom:5px;
	

}
.menu_body li a
{
	display:inline-block;
	padding:0 0 4px 0;
	background-image:url(images/menu1.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	border-radius:3px;
	width:250px;
	
	
}
.menu_body li a span
{
	position: relative;
	top: -2px;
	display: block;
	background: url(images/menu1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 6px 6px 2px 6px;
	border-radius: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.menu_body li.en_cours a,
.menu_body li.en_cours a span
{
	background-image: url(images/menu77.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color:#FFF;
}
.menu_body li a:hover
{
	background-image:url(images/menu77.jpg);
}

/* 2 EME MENU BODY*/
.menu_body2
{
	background: white;
	list-style: inside;
	padding: 10px;
	height: 200px;
		
}
.menu_body2 li
{
	margin-bottom:5px;
	

}
.menu_body2 li a
{
	display:block;
	padding:0 0 4px 0;
	background-image:url(images/menu1.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	border-radius:3px;
	width:250px;
	
	
}
.menu_body2 li a span
{
	position: relative;
	top: -2px;
	display: block;
	background: url(images/menu1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 6px 6px 2px 6px;
	border-radius: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.menu_body2 li.en_cours a,
.menu_body2 li.en_cours a span
{
	background-image: url(images/menu77.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color:#FFF;
}
.menu_body2 li a:hover
{
	background-image:url(images/menu77.jpg);
}


/* FIN DE MENU*/
.menu
{
	background: #666;
	width: 1003px;
	border: 1px solid black;
	border-radius: 3px;
	border: 1px #FFF solid;
	box-shadow: 2px 2px 0px #FFFFFF;
	height: 30px;
	margin-top: 8px;
	font-size: 15px;
}

section
{
	margin-top: 7px;
	height: 680px;
	width: 1005px;
	border-radius: 10px;
	border: 2px solid #999;
	padding: 3px;
	background-color: #FFF;
}
footer
{
	background-image:url(../images/BNCI_FOOTER.jpg);
	margin-top:0;
	width:1008px;
	height:20px;
	border-radius:5px;
	border:#999 solid 2px;
    margin-left:auto;
	margin-right:auto;
}


ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}

/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;

	visibility: visible;
	background-color: #6C6C6C;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 10em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #686868;
	padding: 0.5em 0.75em;
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	height: 13px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #3399FF;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #39F;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background: #FFF;
	}
}
.BNCI {
	height: 427px;
	width: auto;
	overflow: auto;
	position: static;
	visibility: visible;
}
.menu_presentation .corp_infos table {
	font-weight: bold;
	font-size: 12px;
	height: 425px;
}
.menu_presentation .corp_infos a .belink {
	font-weight: bold;
}
.menu_presentation .corp_infos a .lien2 {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
.styletaxe {
	font-family: Verdana, Geneva, sans-serif;
}
.menu_presentation .forme12 {
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
}
AUTRE {
	font-family: Verdana, Geneva, sans-serif;
}
AUTRE {
	font-family: Verdana, Geneva, sans-serif;
}
