@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/


/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px; /* police barretitre */
	font-family:  Verdana, Geneva, sans-serif;
	cursor: default;
	width: auto;
	text-align: center;
	
}

/* 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;
	width: 120px;
	float: left;
}
/* 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: 10020;
	cursor: auto;
	width: 120px;
	position: absolute;
	left: -1000em;
	font-size: 10px;   /*taille police sous menu*/
	
}

/* 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: 120px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 -100%;
}


/* 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: 0px solid #f2f2f2;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #f2f2f2;
	padding: 0.5em 0.75em;
	color: #666;
	text-decoration: none;
}
/* 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: #999;
	color: #000;
	/*text-shadow: 2px 2px 7px #000;*/

}
/* 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: #f2f2f2;
	color: #000;
}

/*******************************************************************************

 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;
		f\loat: left;
		background: #FFF;
	}
	
}
.normal_text {
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
	font-size: 11px;
}

.normal_text_right {
	font-family:  Verdana, Geneva, sans-serif;
	text-align: right;
	font-size: 11px;
}

.normal_text_center {
	font-family:   Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 11px;
}

.titre_text {
	font-family:  Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: left;
}
.legende {
	font-family:   Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align:center;
	margin-top:0;
	margin-bottom:0;
	
}
a.lientradi {
	color:#000;
	text-decoration:underline;
	border:none;

	}
a.lientradi:hover {
	color:#000;
	text-decoration:underline;
	border:none;
	font-weight:bold;

	}
	
 a.liensobre   {
	color:#000;
	text-decoration:none;
	border:none;
	font-size: 11px;
	text-align: center;
}      

a.liensobre:hover   {
	color:#000;
	text-decoration:underline;
	font-size: 11px;
}
/*a:hover   {
	color:#000;
	text-decoration:underline;
	font-size: 11px;
}

 a  {
	color:#000;
	text-decoration:none;
	border:none;
	font-size: 11px;
	text-align: center;
}  */   
a.liensobreG   {
	color:#000;
	text-decoration:underline;
	font-size: 11px;
}      
a.liensobreG:hover   {
	color:#000;
	text-decoration:underline;
	font-size: 11px;
} 
.normal_textbold {
	font-family:   Verdana, Geneva, sans-serif;
	text-align: justify;
	font-style:italic;
	font-size: 11px;
	color:#333;
}
.bold {
	font-weight: bold;
	font-size: 11px;
	font-style: normal;
	color:#333;
}
.italique {
	font-size: 11px;
	font-style: italic;
	}
	
.photo {
	width: 600px;	
}
.demie_photo {
	width: 300px;	
}
	
a.lien2 {
	color:#333;
	border:none;
	font-size: 11px;
	text-decoration:underline;
	font-family:  Verdana, Geneva, sans-serif;
}
a.lien2:hover {
	color:#333;
	text-decoration:underline;
	font-size: 11px;
	font-family:   Verdana, Geneva, sans-serif;
}



 a.liensobrenoir   {
	color:#333;
	text-decoration:none;
	border:none;
	text-align: center;
}      
a.liensobrenoir:hover   {
	color:#333;
	text-decoration:underline;
} 
a.lientitrerouge {
	font-family:  Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color:#f2f2f2;
	text-decoration:none;
	
	
	}
a.lientitrerouge:hover {
	font-family:   Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color:#999;
	text-decoration:none;
	text-shadow:2px 2px 7px #f2f2f2;
	}
	
.condensed {
	font-family:  Verdana, Geneva, sans-serif;
	text-decoration:underline;
	line-height: 1px;
	}

a img {

border:0;

}

.actu_table {
	padding: 0px;
	width:100px;
	text-align:center;
	
	border-style:solid;
	border-color:#f2f2f2;
	border-width: 2px;
		}

.actu_table2 {
	padding: 0px;
	border-collapse:collapse;
	width:100px;
	height: 22px;
	text-align:center;
	background-color:#f2f2f2;
}

.actu_table2:hover {
	padding: 0px;
	width:100px;
	text-align:center;
	background-color:#f2f2f2;
}

.titreblanc {
	font-size: 10px;
/*	font-weight:bold;*/
	color:#666;
	font-family:  Verdana, Geneva, sans-serif;
	text-decoration:none;
}
.titreblanc:hover {
	font-size: 10px;
	color:#000;
	font-family:  Verdana, Geneva, sans-serif;
/*	text-shadow: 2px 2px 7px #000;*/
}
a:focus {
	outline:0;}
	
.soustitreb{
	font-variant:normal;
	text-transform: uppercase;
}
	
#global { 
  position:absolute; 
  left: 50%;  
  top: 50%; 
  width: 400px; 
  height: 220px; 
  margin-top: -110px; /* moitié de la hauteur */ 
  margin-left: -200px; /* moitié de la largeur */ 
  border: 0; 
}

#bascolonne {
	position:fixed;
	bottom: 20px;
	height: 20px;
	border: 0; 

/*	margin-top:500px; */
	}
	

	
.centre600 {
	width: 600px;
	border: 0px;
	cellspacing: 0px;
	cellpadding: 0px;
	align: center;
}

