@charset "UTF-8";
/* The outermost container of the Menu Bar*/
ul.MenuBarHorizontal{
	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{
	list-style-type: none;
	font-size: 100%;
	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) */
ul.MenuBarHorizontal ul{
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8em;
	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: 8em;
}
/* Placement du niveau3 par des marges hautes et gauches */
ul.MenuBarHorizontal ul ul{
	position: absolute;
	margin-left: 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;
}
/* Les sous-menu ont ou n'ont pas de bordures */
ul.MenuBarHorizontal ul{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a{
	display: block;
	cursor: pointer;
	background-color: #ffb60f;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 0.5em;
	padding-right: 0.75em;
	padding-bottom: 0.5em;
	padding-left: 1.2em;
	height: 2.3em;
}
/* 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: #ffb60f;
	color: #000000;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with #FFD700 */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible{
	background-color: #ffb60f;
	color: #000000;
}

/*******************************************************************************

 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(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 90% 90%;
}
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(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 90% 90%;
} */
/* 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(../SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 30%;
}
/* 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(../SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 30%;
}

/* 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: #FFFFFF;
	}
}

* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
}
body {
	background-image: url(../images/body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	background-color: #F7F6E2;
}
#conteneur  {
	background-image: url(../images/conteneur.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#conteneur #head {
	height: 120px;
	width: 860px;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#conteneur #head h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	color: #ffcc00;
	font-weight: lighter;
	padding-left: 80px;
	padding-top: 20px;
	margin-bottom: 10px;
	float: left;
}
#conteneur #head #menu {
	margin-left: 49px;
	clear: both;
}
#conteneur #bandeau {
	margin-left: 48px;
	float: left;
}
#conteneur  #contenu {
	min-height: 797px;
	width: 764px;
	margin-left: 48px;
	background-image: url(../images/pointeCharte.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	padding-top: 30px;
	text-align: justify;
}
#conteneur #contenu #texte {
	margin-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15pt;
}
#conteneur #contenu #texte h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: lighter;
	color: #FFCC00;
	background-image: url(../images/carre.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 61px;
	padding-top: 15px;
	padding-left: 20px;
}
#conteneur #contenu #texte h3 {
	margin-top: 20px;
	padding-left: 20px;
	font-size: 12px;
}
#conteneur #contenu #texte p {
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 50px;
}
#conteneur #contenu #texte ul {
	padding-left: 35px;
	margin-top: 10px;
	list-style-position: outside;
	list-style-type: disc;
	padding-right: 50px;
}
#conteneur #contenu #texte a {
	color: #999999;
	text-decoration: none;
}
#conteneur #contenu #texte a:hover {
	color: #666666;
	text-decoration: underline;
}


#fondPied {
	width: 100%;
	background-image: url(../images/fondPied.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 157px;
}
#fondPied #pied {
	background-image: url(../images/pied.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 157px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
hr {
	visibility: hidden;
	clear: both;
}
.illustrations {
	float: right;
	border: 1px solid #000000;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 7px;
	margin-top: 15px;
}

