/* CSS issu des tutoriels www.alsacreations.com/articles */

* { /* avoids spacing bug cross-browser ne surtout pas enlever sinon que 3 vign par ligne */ 
margin: 0; 
padding: 0; 
} 



html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow:hidden;
}

#arriere{
/* l'image occupe toute la place du body */
position:absolute;
z-index:1;
width : 100%;
height: 100%;
}

h1 { 
font-size: 2.5em; 
font-weight: normal; 
letter-spacing: 2px; 
text-align: center; 
margin: 0; 
color: #7d5757; 
} 


#global {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 658px;
	height: 440px;
	margin-top: -220px; /* moitié de la hauteur */
	margin-left: -329px; /* moitié de la largeur */
	border: 0px ;
	background-color: transparent;
	background-image: url(../images/fondOmbre.gif);
	background-repeat: no-repeat;
	background-position: center;
	border-top: thin;		
	border-bottom: thin;	
	border-style: groove groove;
	z-index:2;
}

#isavelcoll {
		width: 650px;
		height: 103px;
		background: transparent url(../png/collisvel.png) no-repeat top left; /* IE6, IE7beta2, Gecko */
        _background:none; /* IE6 */
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='png/collisvel.png', sizingMethod='crop'); /* IE6 */
		z-index:10;
        }

#wrapper { 
width: 100%; /* the width of the thumbnail block */
height: auto;
text-align: left; 
margin: 0 auto; 
}
#nav {
width: 650px;
}
ul {
float:left;
}
ul li { 
list-style: none; 
float: left; 
} 
a img { 
border: 1px solid #7d5757; 
margin: 5px; 
 
} 		 

				 

a:link { color:#996633; text-decoration:none; }
a:visited { color:#CC9933; text-decoration:none; font-weight:normal; }
a:hover { color:#CDC0B0; text-decoration:none; font-weight:normal; }
a:active { color:#996633; text-decoration:none; font-weight:normal; }

a:hover {border-bottom: 0px;
			color:#CDC0B0; text-decoration:none;}
a span {display:none; text-decoration: none; color:black}
a:hover span {display: block; 
  background-color: transparent;
  text-decoration: none;
  color: Black;
  position: absolute;
 top: 11%;
  right: 0;
  width: 159px;
  height: 80px;
  margin: 0;
}


.right {
float: right;
margin-left: 2em;
}

.left {
float: left;
margin-left: 2em;
}
#isavelcoll p.right {
float: right;
border-top: outset;
}

/*rajout pour la barre de navigation*/
 ul#navigation
{
list-style-type: none;
margin: 0;
padding: 0;
text-align: center;
}
ul#navigation li 
{
display: inline;}

ul#navigation li a
{
width: 5em;
padding: .2em 0;
text-align: center;
text-decoration: none;
}

ul#navigation li.milieu a
{
background-color: transparent;
color: #cc9933;
}



ul#navigation .left { float: left; margin-left: 5px; }
ul#navigation .right { float: right; margin-right: 17px;}
ul#navigation .milieu {
     float: left;
     padding-left: 32%;
     }

/*fin rajout*/


a:hover img { float:left;margin-right: 1px; }

.flottante, .flottante2, .flottante3 {
font-family: Verdana;
	font-style: italic;
background-color: transparent;
margin: 2px;
float: left;
color: transparent;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 0;
line-height: 1.2em;
font-size:2em;
}
.flottante {
	width: 80px;
}
.flottante2 {
	width: 100px;
	padding-left: 20px
}
.flottante3 {
	width: 120px;
	padding-left: 40px
}
.conteneur {
	width: 25%;
	font-family: Verdana;
	color: #753600;
}
.conteneur a:link {
	text-decoration: none;
}
.spacer {
clear: both;
}
.centrer {
text-align: center;
font-family: Verdana;
color: #996633;
text-decoration: none;
word-spacing: normal;
letter-spacing: 0;
line-height: 1em;
font-size: 0.6em;
height: 100%
}
.centrer img {border: none;width: 88px; padding-right: 10% }
.right {
float: right;
}
