/* reset
--------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,p,form,fieldset {
	margin:0;
	padding:0;
       	text-align: justify;
}
.low {display:none;}


/* body
--------------------------------------------------*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height:1.4em;

	background-image: url(images/fond.png);
	background-repeat: repeat;
}

/* banner
--------------------------------------------------*/
#banner {
	height:250px;
	padding_left: 0px;
	margin: 0 auto;
	text-align:center;
}

.table {
	padding-left: 20px;
	text-align:left;
	border: 3px;
}

/* header
--------------------------------------------------*/
#header {
	text-align: center;
	height: 120px;
}

/* container
--------------------------------------------------*/
#container {
	width:940px;
	margin:0 auto;
	padding:0px;
	padding-bottom:15px;
	background-image: url(images/papier.png);
	background-repeat: repeat;
}

#papier_haut{
	width:940px;
	margin:0 auto;
	padding:0px;
	background-image: url(images/papier_haut.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* content
--------------------------------------------------*/
#content {
	width:600px;
	padding-top:32px;
	padding-bottom:10px;
}

/* subcontent
--------------------------------------------------*/
#right{
	width:220px;
	padding:10px;
	font-size:0.9em;
	line-height:1.5em;
	text-align: center;
}

/* breadcrumb
--------------------------------------------------*/
#breadcrumb{
        height:20px;
        margin: 10px 0px 20px 20px;
        font-size:x-small;
        color:#999;
       	text-align: left;
       border_bottom: 1px;
}

/* headings
--------------------------------------------------*/
h1 {
	margin:0;
	font-size: 1.5em;
	font-weight: lighter;
	line-height:1.4em;
	color: #CC6600;
	padding: 10px 20px 8px 20px;
        text-transform: uppercase;
}

h2 {
	margin:0;
	font-size: 1.2em;
	font-weight: bold;
	line-height:1.4em;
	color: #ED7739;
	padding:10px 20px 4px 20px;
}

h3 {
  margin:0;
  font-size:1em;
   padding:10px 20px 0 20px;
}

.intro
{
	margin: 20px 0 0 0;
	font-size: 1.2em;
	line-height:1.4em;
	padding: 0px 20px 10px 20px;
}
ul {
  margin:0 0 0 1.5em;
  padding:0 18px 8px 20px;
  text-align: left;
}


/* links
--------------------------------------------------*/
a {text-decoration:none;}
a img {border:none;}

/* paragraphs, lists, etc
--------------------------------------------------*/
p {
	margin:0;
	padding:0 18px 10px 20px;
        text-align:justify;
}

/* navigation en haut
--------------------------------------------------*/
#navigation_haut {
	height: 50px;
	text-align: center;
}

#navigation_haut ul {
  margin:0;
  padding:0;
}

#navigation_haut li {
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
  white-space:nowrap;
}

#navigation_haut li {
	display:block;
}

#navigation_haut a:hover, #navigation_haut .selected{
	background-image: url(images/menu.png);
       display:block;
	background-repeat: no-repeat;
}


/* links
--------------------------------------------------*/
a {
	color:#3A524B;
}
a:hover {color:#8AA891;}

/* footer
--------------------------------------------------*/
#footer {
       clear:both;
	padding:20px 0 0 0;
	font-size:0.9em;
	background-image: url(images/papier_bas.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#footer p {
	text-align: center;
}

/*menu fly
--------------------------------------------------*/

.menu {
position:relative; 
z-index:1000;
font-size:90%;
}

/* remove all the bullets, borders and padding from the default list styling */

.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:150px;
}

/* hack for IE5.5 */

* html .menu ul {margin-left:-16px; ma\rgin-left:0;}

/* position relative so that you can position the sub levels */

.menu li {
position:relative;
}

/* get rid of the table */
.menu table {position:absolute; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:149px;
color:#000;
background:#d4d8bd;
text-indent:5px;
border:1px solid #fff;
border-width:0 1px 1px 0;
}

/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {width:150px; w\idth:149px;}
/* style the link hover */
.menu a:hover{
color:#fff; 
background:#949e7c;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:150px; 
}

/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}

/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}


.slideshow { height: 250px; width: 900px; margin: auto }
.slideshow img { padding: 2px;  background-color: #eee; }