/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/slide_show.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* common styling */
/* set up the overall width of the menu div and the margins */
.entstyle 
{font-family: comic sans ms , arial, sans-serif; 
font-size:1.2em;
font-weight:bold;
}
.entstyle2 {
font-family: comic sans ms , arial, sans-serif;
font-size:0.9em;
font-weight:bold;
}
.entete {
font-family: verdana, arial, sans-serif; 
width:800px;
height:59px;
background:#ebebeb;
padding:0;
margin:0 auto;
text-align: center;
margin-top:-19px;
}
.entete a:visited 
{font-family: verdana, arial, sans-serif;
font-size:1.2em;
color:#000;
font-weight:bold;
text-decoration:none
}
.entete a 
{
font-family: verdana, arial, sans-serif; 
font-size:1.2;
color:#000;
font-weight:bold;
text-decoration:none
}
.accueil
{
font-family: verdana, arial, sans-serif;
font-size:1.2;
width:765px;
height:550px;
background:#ebebeb;
padding:0;
margin:0 auto;
border-top:20px solid #ebebeb;
border-bottom:20px solid #ebebeb;
border-left:20px solid #ebebeb;
border-right:20px solid #ebebeb;
text-align: center;
}
/* texte des mentions de la page d'accueil*/
.mentions
{
font-family: verdana, arial, sans-serif;
font-size:9px;
text-align: center;
}
.mentions2
{
font-family: verdana, arial, sans-serif;
font-size:12px;
color:#ebebeb;
}

/* police de la page contenu accueil et oeuvre grd format*/
.contenu2
{
width:765px;
height:550px;
background:black;
padding:0;
margin:0 auto;
border-top:20px solid #ebebeb;
border-bottom:20px solid #ebebeb;
border-left:20px solid #ebebeb;
border-right:20px solid #ebebeb;
text-align: center;
}
.contenu2 a
{
color:#ebebeb
}
.contenu2 a:visited 
{
color:#ebebeb
}
/* pour la page liens*/
.contenu
{
width:765px;
height:550px;
background:black;
padding:0;
margin:0 auto;
border-top:20px solid #ebebeb;
border-bottom:20px solid #ebebeb;
border-left:20px solid #ebebeb;
border-right:20px solid #ebebeb;
text-align: center;
}
.contenu a
{
color:black
}
.contenu a:visited 
{
color:black
}
.p_contenu
{
font-family: comic sans ms , arial, sans-serif; 
font-size:12px;
color:#ebebeb;
font-weight:bold;
text-decoration:none
}
.pied
{
font-family: verdana, arial, sans-serif; 
font-size:9px;
font-weight:bold;
width:800px;
height:31px;
background:#ebebeb;
color:#000;
padding:0;
margin:0 auto; 
clear:both;
text-align: center; 
}
.pied a {color:#000;
}
.menu2 {
font-family: verdana, arial, sans-serif; 
width:800px;
height:31px;
background:#ebebeb;
padding:0;
margin:0 auto; 
position:relative;
z-index:1;
margin-bottom:2px;}
/* position the instructions using a dl */
.menu2 dl {
font-family:verdana, arial, sans-serif;
font-size:0.9em;
position:absolute;
width:270px;
top:160px;
left:50px;
}
.menu2 dl dt {font-size:1.2em; margin-bottom:2em; font-weight:bold;}
.menu2 dl dd { padding:0; margin:0; line-height:1.7em; margin-bottom:2em;}
.menu2 dl dd:first-letter {font-weight:bold;}

/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu2 ul {
padding:0; 
margin:0;
list-style-type: none;
border:0;
}
/* float the list so that the items are in a line */
.menu2 ul li {
display:block;
float:left;
width:25%;
height:31px;
}
/* style the links to be 50px wide by 31px high with a right border 1px solid white. Set the background color and the font size. */
.menu2 ul li a, .menu2 ul li a:visited {
display:block; 
float:left;
text-align:center; 
text-decoration:none; 
width:198px; 
height:31px; 
color:#ddd;
background:#818181; 
line-height:30px; 
font-size:11px;
font-weight:bold;
}

/* clear the float at the end of each line of four slides */
span.clr {display:block; clear:both; width:0; height:0; font-size:0; line-height:0;}

/* make the dropdown ul invisible */
.menu2 ul li ul {
display: none;
}

/* remove the table styling */
table {
border-collapse:collapse;
margin:0; 
padding:0;
}


/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu2 ul li:hover a{
color:#fff; 
background:#5e5e5e;
font-size:17px;
font-weight:bold;
}
/* make the sub menu ul visible and position it beneath the first list item */
.menu2 ul li:hover ul {
text-align:left;
display:block; 
position:absolute; 
top:31px; 
left:0; 
}
/* make the sub menu ul li the full width with padding and border. */
.menu2 ul li:hover ul li {
width:639px;
height:468px;
border:20px solid #5e5e5e;
background:#eee; 
color:#000;
position:relative;
padding:40px 60px;
}

/* style the initial image size 100px x 75px no border and 5pixel padding */
.menu2 ul li:hover ul li a img {
width:100px; height:75px;
border:0; margin:10px;
}

/* style the size, background color, border and margin of the submenu links */
.menu2 ul li:hover ul li a {
float:left;
width:120px;
height:95px;
background:#eee;
border:1px solid #888;
margin-left:30px;
margin-bottom:25px;
}

/* style position of the links on hover */
.menu2 ul li:hover ul li a:hover {
position:relative;
}

/* style the 2x size image on hover with an absolute position to place it centrally over the original image */
.menu2 ul li:hover li a:hover img {
width:200px; height:150px;
position:absolute;
left:-50px; top:-38px;
border:0;
border:1px solid #888;
padding:5px;
background:#fff;

/* keep the large image hidden */
.menu2 ul li:hover ul li a em {
display:none;
}
/* add a border to the horizontal slide and position it centrally using a top margin
.menu2 ul li:hover ul li a.horiz span img {
border:1px solid #888;
margin-top:21px;
}
add a border to the vertical slide and position it centrally using a top margin 
.menu2 ul li:hover ul li a.vert span img {
border:1px solid #888;
margin-top:9px;
}
.menu2 ul li:hover ul li a:hover {
background:#000;


/* make the active links zero size so the active dotted border does not show through the large image */
.menu2 ul li:hover ul li a:active, .menu2 ul li:hover ul li a:focus {background:#aaa; height:0; width:0; border:0;}
.menu2 ul li:hover ul li a:active em, .menu2 ul li:hover ul li a:focus em {background:#bbb; height:0; width:0; padding:0; margin:0; border:0;}

/* make the large image visible and set the border, position them using position absolute centrally over the slides */
/* horizontal large image styling */
.menu2 ul li:hover ul li a.horiz:active em, .menu2 ul li:hover ul li a.horiz:focus em {display:block; background:#ddd; position:absolute; left:15px; top:100px; width:640px; height:480px; z-index:200; z-index:500; cursor:default; border:1px solid #fff;}
.menu2 ul li:hover ul li a.horiz:active em img, .menu2 ul li:hover ul li a.horiz:focus em img {border:0;}
/* vertical large image styling */
.menu2 ul li:hover ul li a.vert:active em, .menu2 ul li:hover ul li a.vert:focus em {display:block; background:#ddd; position:absolute; left:95px; top:23px; width:480px; height:640px; z-index:200; z-index:500; cursor:default;  border:1px solid #fff;}
.menu2 ul li:hover ul li a.vert:active em img, .menu2 ul li:hover ul li a.vert:focus em img {border:0;}
}*/