@charset "iso-8859-1";
/* CSS Document */

body {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	background-color: #fff;
	margin: 10px;
	padding: 0;

	
 }
td {
	width : 1050px;
	
	background-color: blue;
	vertical-align: top;
	border: 0px;
}

	
/* Liens */

a { 
	color: blue ;
	text-decoration: none;	
}

a:visited {
	color: blue;
	text-decoration: underline;
}

a:active {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}


/* Texte */

h1 {
	font-family: "Time New Roman", serif;
	font-size: 35pt;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 5px;
	color: #f33;
	margin: 0;
}

h2 {
	font-family: "Bodoni MT Condensed";
	font-size: 72pt;
	font-weight: bold;
	color: black;
}

h3 {
	font-size: 23pt;
	font-weight: bold;
	color: #360;
}

h4 {
	font-size: 18pt;
	font-weight: bolt;
	color: #360;
}

h5 {
	font-size: 16pt;
	font-weight: bolt;
	color: black;
	}
h6{
	font-size: 14px;
	font-weight: bold;
	color: black;
	}
	
h7{
	font-size: 72px;
	font-weight: bolt;
	color: black;
	}	

	

.black {
	font-size: 22pt;
	font-weight: bold;
	font-style: italic;
	color: #000;
}

.green {
	font-size: 20pt;
	font-weight: bold;
	color: #6c6;
}

.red {
	font-family: "Arial Black", sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #f30;
}

.blue {
	font-size: 16pt;
	font-weight: bold;
	color: #06f;
}

.white{
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	color: #ffffff
}

/* div */

#top {
	text-align: center;
}

#leftmenu {

	float: left;
	width: 180px;
	height: 500px;
	background-color: #f4a460;
	margin: 0 30px 0 20px;
	padding: 20px 0 20px 0;
	text-align: center;

}
#style_1  * { text-indent: -3em;}

#content {
	font-family: "Arial", sans-serif;
	font-size: 13pt;
	font-weight: bolt;
	color: #06f;
	margin: 20px;
	padding: 20px 0 0 20px;
	text-align: left;
}

#content em {
	font-size: 15pt;
	font-weight: bold;

	color: #390;
}





/* Menu */

#leftmenu ul {
	list-style: none;
	padding: 20px 0 20px 0;
	margin: 0;
}

#leftmenu li {
	font-size: 10pt;
	color: #ffffff;
	margin: 1em 0 1em 0;
}

#menupub {
	float: left;
	height: 100%;
	width: 150px;
	background-color: #ff9300;
	text-align: center;
	padding: 5px 1px 10px 1px
	
}


#menucadre {
	float: right;
	width : 200px;
	height: 50%;
	border-width: 2px;
	list-style: solid;
	padding: 10px;
	background-color: #b0e0e6;
	text-align: left;
	border: 2px;
	
	}
	
#topmenu {
	float : center;
	width : 50px;
	height : 100%;
	border-width : 4px;
	padding : 10px;
	background-color: #8cfcf3;
	text-align : center;
}

	

/* admin*/

#content  {
	font-family: "Arial";
	color: black;
	font-size: 16px;
}
#content em {
	font-weight:bolt;
	font-size: 22px;
	color: black;	
}

/* Images */

#content p.image {
	text-align: center;
}

#content img {
	border: 0;
	margin: 10px;
}

#content p.photos img {
	width: 152px;
	height: 114px;
}

/*gallery*/

#gallery {
	position: relative;
	width: 1000px;
}


#thumbs {
	width: 200px;
	float: left;
	}
#thumbs a {
	display: block;
	float: left;
	margin: 0 0 5px 5px;
	width: 45px;
	height: 45px;
	border: 2px solid #000;
}
#thumbs a img {
	width: 50px;
	height: 50px;
	border: 1px solid #ff0066;
}
#thumbs a:hover {
	border-color: #ddd
}
#thumbs a:hover img {
	position: absolute;
	width: auto;
	height: auto;
	left: 200px;
	top: 0px;
	border: 1px solid #333;
}
/*tableau*/

div#ascu {
	position: absolute;
	width: 1100px;
	height: 60px;
	background-color: #fafad2;
	left: 9px;
	top: 9px;



}


div#cretes {
	
	width: 100%;
	height: 650px;



}


.info{
position:center;
z-index:24;
color:#000;
text-decoration:none
}
 
.info:hover{
z-index:25;
background-color:#FFF
}
 
.info span{
display: none
}
 
.info:hover span{
display:block;
position:absolute;
top:2em; left:2em; width:30em;
border:2px double #000;
background-color:yellow;
color:#000;
text-align: justify;
font-weight:none;
padding:5px;

}
/* fichier pour internet explorer */
body {
      behavior: url(csshover.htc);
     }
	 
div#menu ul ul {
                position: absolute;
                top: 0;
                left: 100px;
                display:none;
}

/*Lors du survol ,avec la souris, les sousmenu apparaissent grace a display: block */
div#menu ul.niveau1 li.sousmenu:hover ul.niveau2,
div#menu ul.niveau2 li.sousmenu:hover ul.niveau3 {
                                                  display:block;
                                                 }

	
