

body
{
	Background-color:rgb(240,222,157);
}
#bloc_page
{
	width: 1000px;
	margin: auto;
	Background-color:rgb(191,175,128);
	border-radius:15px;
}

img.banniere
{
	margin:auto;
	width: 950px;
}

ul
{
	text-align:center;
}

.ulm
{
	text-align:center;
}

#nav a
{
	font-family:Trajan Pro;
	font-weight:bold;
	color:rgb(26,26,26);
	font-size:190%;
	padding-right:2%;
	padding-left:2%;
}

#footer a
{
    font-size:1.4em;
	color:rgb(26,26,26);
	text-decoration:none;
}

#footer
{
	color:rgb(26,26,26);
	
}
.txtpres
{
margin-left:100px;
margin-right:30px;
margin-bottom:100px;
font-size:1.3em
}

.txtpres:first-letter /* Je veux que la première lettre de mes paragraphes... */
{    
float : left ; /* Flotte à gauche */
font-size : 3em; /* Fasse une hauteur de 3 lignes */  
font-family : Arial, Georgia, "Times New Roman", Times, serif; /* Soit mise en Arial si possible*/    
font-weight : bold; /* Soit écrite en gras (c'est plus voyant) */
margin-right : 5px; /* Qu'il y ait une marge de 5px à droite pour que ça colle pas trop au reste du texte */
} 

.expl
{
	width:20%;
}

.conten
{
	margin-top:5%;
	margin-left:30%;
	margin-right:30%;
}

#bienvenue
{
margin-top:30px;
text-align:center;
font-size:1.5em;
}

#plan1
{
float: left;
margin-top:70px;
margin-left:60px;
width:100%;
}

#plan2
{
float: left;
margin-top:10px;
margin-bottom:60px;
margin-left:60px;
width:100%;
margin-bottom:15%;
}

#img{
display: block;
float:left;
margin-right:50px;
}

#pb
{
text-align: center;
font-style:italic;
}

#admin
{
margin-top:50px;
text-align:center;
font-size:2.0em;
text-decoration:underline;
}

legend
{
font-size:2em;
}

input[type="submit"]:hover{background-color: #66CC33;cursor: pointer;}
input[type="reset"]:hover{background-color: red ;cursor: pointer;}

#infos
{	
    position:absolute;
	margin-left:520px;
	margin-top:40px;
	margin-right:25%;
}

.slideshowMusee {  
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:50px;
	margin-bottom:50px;
	
    width: 700px;  
    height: 500px;  
	
    overflow: hidden;
	
    border: 3px solid black;  
}  
      
    .slideshowMusee ul { 
	
        /* 4 images donc 4 x 100% */  
       width:900%;  
       height: 0px;  
       padding:0; margin:0;  
       list-style: none;  
    }  
    .slideshowMusee li 
	{ 
  width: 11.111111111111%; /* on divise le nombre de liens par la largeur du slider ici 100/4 */
  float: left;
  height: 100px;
  text-decoration: none;
	}
