@charset "UTF-8";

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

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

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

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

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

#menuContainer {
  margin: 0 27px 0 25px;
  padding: 0;
  border: 0px solid gray;
  /*height: 28px;*/
}


/* 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;
	cursor: default;
	font-size: 110%;
	width: 898px; /*100%;*/
	border: 1px solid #666; 
	float: left;
	/* background: url(../images/Menuback1.gif) top left repeat-x rgb(41, 47, 46); */
	background: url(../images/menubackColorShade2.jpg) top left no-repeat green;
}
/* 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 */
/* NIVEAU 1, 2, 3:  ITEMS */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	/*width: 8em; */
	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) */
/* NIVEAU 2,3 - CONTAINER */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	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 */
/* NIVEAU 2,3 - POSITION QUAND VISIBLE */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
	
/* Menu item containers are same fixed width as parent */
/* ITEM - NIVEAU 2,3 */
ul.MenuBarHorizontal ul li
{
	width: 100%;
	float: left;
	display: block;
}
/* 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 */
/* NIVEAU 3 positionning onVisible */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
    left: auto;
	top: 0;
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Submenu containers have borders on all sides */
/* NIVEAU 2 - CONTENANT */
ul.MenuBarHorizontal ul
{
	border: 1px solid #666;
    color: black;
	width: 16em;
	background: url(../images/menuBackVerticalLight.jpg) top left repeat-x rgb(177, 218, 179); /* green bg */
}

#container.espagnol ul.MenuBarHorizontal ul {
  width: 20em;
}

/* Menu items are a light gray block with padding and no text decoration */
/* NIVEAU 1,2,3 - LINK */
ul.MenuBarHorizontal a
{
	display: block; 
	cursor: pointer;
	padding: 0.3em 1em;
	text-decoration: none;
	border: 1px solid;
	border-top-color: #ccc;
	border-bottom-color: #666;
	border-left-color: #ccc;
	border-right-color: #000;
	font-size: 100%;
	font-weight: bold;
	color: #eee;
	/*background: url(../images/menuback1.gif) top left repeat-x rgb(41, 47, 46);*/
}

body.accueil #menuAccueil,
body.cursillo #menuCursillo,  
body.mcfc #menuMCFC,  
body.priere #menuPriere,  
body.formation #menuFormation,  
body.action #menuAction,  
body.liens #menuLien,  
body.contacts #menuContact  
{
  background: url(../images/MenubackHi3.gif) top left repeat-x rgb(25, 28, 28);
  color: white;
}


/* NIVEAU 2, 3 LINK */
ul.MenuBarHorizontal ul a {
  color: black;
  padding: 0.2em 1.2em;
  border: 0px;
  font-size: 90%;
}

/* NIVEAU 3: LINK */
ul.MenuBarHorizontal ul ul a {
  padding: 0em 1.2em;
  font-size: 85%;
}
/* Menu items that have mouse over or focus have a blue background and white text */
/* NIVEAU 1,2,3 - LINK ROLLOVER AND FOCUS */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	/*background-color: yellow;*/
	background: url(../images/MenubackHi3.gif) top left repeat-x rgb(25, 28, 28);
	color: #FFF;

}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
/* NIVEAU 1,2,3 : HIGHLIGHTED LINK (MOUSE OVER) */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
    background: url(../images/MenubackHi3.gif) top left repeat-x rgb(25, 28, 28);
	color: white;
}




#menuSearch a.MenuBarItemHover, #menuSearch a.MenuBarItemSubmenuHover, #menuSearch a.MenuBarSubmenuVisible
{
    background: none;
}

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

 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%) */
/* TRIANGLE (AVANT HOVER): NIVEAU 1 */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{   
/*	
	background-image: url(SpryMenuBarDownHover.gif);  /* Suffix: Hover: blanc, sans suffixe: gris foncé. 
	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%) */
/* TRIANGLE (AVANT HOVER): NIVEAU 2, 3... */
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%) */
/* TRIANGLE (HOVER): NIVEAU 1 */
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%) */
/* TRIANGLE (HOVER): NIVEAU 2, 3 */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{

/*	background-image: url(SpryMenuBarRightHover.gif);
    background-repeat: no-repeat;
	background-position: 95% 50%; 
*/
	background: url(../images/MenubackHi4.gif) center right no-repeat;
}

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

 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;
}
/* 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;*/
	}
}
#nom-de-section-ici #container #innerContainer ##reponse-faq2 {
	width: 500px;
}
#nom-de-section-ici #container #innerContainer #reponsefaq2 {
	float: right;
	width: 500px;
}
.logo-gauche {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	border: thin none #703509;
}
.image-droite {
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
}
#presentation et themes {
	width: 250px;
}
#photoduCA {
	width: 603px;
}
#message {
	width: 653px;
}
#photo {
}
