body {
	margin:0px;
	padding:0px;
	font: 1.0em verdana, arial, sans-serif;
	text-align:center;
	color: #FFFFFF;
	background-color:#000000;
}
* {
	margin: 0;
	padding:0;
}
div#center h1 {
	font-size: 1.2em;
	color:#FFFFFF;
	margin: 0 0 10px 0;
}
div#center p {
	/*text-align: justify;*/
	font-size: 1em;
	margin: 5px;
}
div#center hr {
	color:#311000;
	margin: 10px 100px 10px 100px;
}
div#center h2, h3 {
	font-size: 1em;
	color:#311000;
	margin: 10px 0 0 0;
}
div#center em {
	font-weight:bold;
	font-style:italic;
	color:#FF0000;
}
div#center ul {
        text-indent:20px;
        list-style-position: inside;
        list-style-type: disc;
}
div#center img {
        border:1px solid #000;
}
div#center a {
        color:#FF0000;
}
div#center a:hover {
        text-decoration:underline;
}
.cadre {
	background-color:#000000;
	padding: 5px;
	border:1px solid #FF0000;
	font-size:.8em;
}
div#mainwrapper {
	width:800px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;
	background-color:#000000
}
div#header {
	width:800px; 
	height: 250px;
	background-image: url(../images/entete1.png);
	background-repeat: no-repeat;
	background-position: center top;
}
div#flashcontent {
        /*border:1px solid #fff;*/
}
/*CSS For Horizontal Navigation*/
div#horizontalnav{
	width:100%;
	text-align: right;
	padding: 200px 0 0 0;
	margin:0;
}
div#horizontalnav a {
	background-color:#000000;
	padding: 0 10px 0 10px;
	/*border-left:1px solid #FF0000;*/
	/*border-top:1px solid #FF0000;*/
	/*border-right:1px solid #FF0000;*/
	border-bottom:1px solid #FF0000;
	font-size: 0.8em;
	color:#fff;
	text-decoration:none;
	height:18px;
	display:inline;
	text-align: center;	
}
div#horizontalnav a:hover {
	background-color:#FF0000;
	color:#FFFFFF;
	/*border-left:1px solid #FFFFFF;*/
	/*border-top:1px solid #FFFFFF;*/
	/*border-right:1px solid #FFFFFF;*/
	border-bottom:1px solid #FFFFFF;
}
/* the horizontal menu starts here */
div#listmenu {
        width:800px;
	float:right; /*makes the div enclose the list */
	font-size:.8em;	/* SET FONT-SIZE HERE */
	padding-top: 200px;
	}
div#listmenu ul {
	margin:0 0 0 220px;/* indents ul from edge of container */
	}
div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	border-right:1px solid #000000; /* creates dividing lines between the li elements */
	border-left:1px solid #000000;
        border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	height:18px;
        background-color:#000000;
	}
div#listmenu li:first-child {
	/*border-left:1px solid #fff;*/ /*the first vertical line on the menu */
	}
div#listmenu li:hover { 
	color:red;	
	}
div#listmenu a {
	display:block; /*makes list items in drop down highlight and wrapped lines indent correctly */
	padding:0 6px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#FFFFFF;	/* sets the type color */
	}
div#listmenu a:hover {
        background-color:#000000;
	color:red;
	}
/* the horizontal menu ends here */
/* the drop-down starts here */
div#listmenu ul li ul {
	margin:0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:10em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left:0px; /*aligns the drop exactly under the menu */
        top:19px;
	}
div#listmenu ul li ul li {
	width:100%; /* makes the list items fill the list container (ul) */
	border-left:1px solid #333; /*  three sides of each drop-down item */
	border-bottom:1px solid #333;
	border-right:1px solid #333;
	background-color:#666;
	padding:0 0 1px;
	}
div#listmenu ul li ul li:first-child {
	border-top:1px solid #333; /*the top edge of the dropdown */
        border-left:1px solid #333;
	}
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */

/* pop-out starts here */
body div#listmenu ul li ul li ul  {
	visibility:hidden; /* same effect as display:none in this situation */
	top:-1px;
	left:10em;
	}
div#listmenu ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */

/* another level of pop-outs */
div#listmenu ul li ul li:hover ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li ul li ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */


div#contentarea {
	width:800px;
	text-align: left;
}
div#left {
	width:180px;
	float:left;
	vertical-align:bottom;
}
div#left a {
        color:#FFFFFF;
}
div#langue {
	margin:0;
	padding:0;
	text-align:center;	
}
div#langue a {
	background-color:#311000;
	padding: 0 10px 0 10px;
	border:1px solid #fff;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #311000;
	border-bottom:1px solid #311000;
	font-size: 0.7em;
	color:#fff;
	text-decoration:none;
	height:18px;
	display:inline;
	text-align: center;	
}
div#langue a:hover {
	background-color:#F6C663;
	color:#000;
	border-left:1px solid #000;
	border-top:1px solid #000;
	border-right:1px solid #F6C663;
	border-bottom:1px solid #F6C663;
}
/*Menu Vertical*/
div#verticalmenu {
        width:160px;
	padding: 0;
	margin: 5px;
	border-right: 4px solid #311000;
	border-bottom: 1px solid #311000;
        background-color:#ccc;
        text-align:left;
}
div#verticalmenu h1 {
        font-size: 1em;
        color:#fff;
        background-color:#311000;
        text-align:center;
        width:100%;	
}
div#verticalmenu ul {
        list-style-type: none;
        margin:0;
	padding-bottom:10px;
}
div#verticalmenu li {
	text-indent:.6em;
	margin:0;
	padding: 5px 0 0 0;
}
div#verticalmenu a {
	text-decoration: none;
	color:#311000;
	font-size: 0.9em;
	display:block;
	width: 95%;
        text-indent:10px;
	border:1px solid #ccc;
}
div#verticalmenu a:hover {
	color:#311000;
	border-left:1px solid #311000;
	border-top:1px solid #311000;
	border-right:1px solid #F6C663;
	border-bottom:1px solid #F6C663;
	background-color:#F6C663;
}
/*Newsletter*/
div#newsletter {
        width:160px;
        font-size: .8em;
	margin: 5px;
	margin-bottom: 20px;
	border-right: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	text-align:center;
        /*background-color:#F6C663;*/
}
div#newsletter p {
	text-align: center;
}
div#newsletter h1 {
	font-size: 1em;
        color:#fff;
        /*background-color:#FF0000;*/
	border-left:1px solid #FF0000;
	border-top:1px solid #FF0000;
	border-right:1px solid #FF0000;
	border-bottom:1px solid #FF0000;
}
div#newsletter label {
	font-size: 0.8em;
}
.button {
	font-size: 0.8em;
	background-color:#FF0000;
	color:#fff;
	cursor:pointer;
	border-style:none;
}
.input {
	font-size: 0.8em;
	border:1px solid #311000;
}
div#horaires {
        width:160px;
	font-size: .8em;
	padding: 0;
	margin: 5px;
	border-right: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	text-align:center;
        /*background-color:#F6C663;*/
}
div#horaires p {
	text-align: center;
}
div#horaires h1 {
	font-size: 1em;
        color:#fff;
        /*background-color:#FF0000;*/
	border-left:1px solid #FF0000;
	border-top:1px solid #FF0000;
	border-right:1px solid #FF0000;
	border-bottom:1px solid #FF0000;
}

div#center {
	width:570px;
	float:left;
	vertical-align:top;
	font-size:.8em;
	padding: 0 0 10px 10px;
}
div#right {
	width:40px;
	float:left;
	vertical-align:top;
}
div#cosmetic {
	padding: 10px 0 0 0;
	text-align:center;
}
div#footer {
	width:800px;
	padding-top: 40px;
	text-align: center;
}
div#englobefooter {
	/*background-color:#311000;*/
	border-left:1px solid #FF0000;
	border-top:1px solid #FF0000;
	border-right:1px solid #FF0000;
	border-bottom:1px solid #FF0000;
	font-size:0.6em;
	color:#fff;
}
div#footernav {
	padding: 5px 0 5px 0;
}
div#footernav a {
	color: #fff;
	font-size:1em;
	text-decoration: none;
}
div#footernav a:hover {
    color: #F6C663;
	text-decoration: underline;
}
div#footercopyright {
	padding: 5px 0 5px 0;
}
div#footercopyright a {
	color: #fff;
	text-decoration:none;
}
div#footercopyright a:hover {
	text-decoration:underline;
}
/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}
.clearfix {display: inline-block;}   /* a fix for IE Mac */
/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */