html,body  {
	height : 100%;
	margin : 0;
	overflow: auto;  /* pour IE ascenseur en strict */
	}
	
body {
//	background : #112 url(../res/bot_bg_degrade.jpg) repeat-x left bottom;
	background: url(../../media/jpeg/logo_vsm_grey.png);
	background-attachment : fixed;
	font-family : Comic Sans MS, Century Gothic, Helvetica, Arial, sans-serif;
	font-size : 14px;
	color : #445;
	margin : 0 20px 0 20px;
	padding : 0;
	border : 0;
	text-align : center;

} 

h1 { 
	width:100%;
	clear:both;
	margin-top:0px;
	font-size: 1.9em;
	font-weight: bold;
	}

a img {border:0;} 

.navig1 {
	width:6%; 
	float:left;
	text-align:right;
	line-height:2.8em;
	font-size: 0.9em;
}

.navig2 {
	width:40%;
	float:left;
	text-align:left;
	line-height:2.8em;
	margin-left:3em;
	font-size: 0.9em;
}

.navig {
	position:relative;
	width:20%; 
	padding-top:3px;
	float:right; 
	text-align:left;
}

.content{
  	width: 683px; 		/*680+3 pour IE*/
	position:relative; 
	margin: auto;
}

li a img {border-width: 1px 2px 2px 1px; border-color:#666 #444 #666 #444; border-style:solid; padding: 1px 0px 0px 1px}
li a img:visited{border-width: 1px 2px 2px 1px; border-color:#666 #666 #666 #222;; border-style:solid;} 
li a img:hover {border-width: 2px 1px 1px 2px; border-color:#666 #444 #444 #666; border-style:solid; padding: 0px 1px 1px 0px}
li a img:active {border-width: 1px 2px 2px 1px; border-color:#666; border-style:solid;} 

ul {
  	list-style:none;
  	padding:0; 
 	border:0; 
	margin:0;  /* pour cette saloperie de IE */
}

li { 
	width: 164px; 
	margin: 0 3px 0 3px; 
	padding: 0px; 
	border:0;
	text-align: center;
	font-size:0.7em;
	float: left;

	}

hr {
	margin-bottom:4px;    
	padding:0;
	border:0;  
	clear: both;
	visibility: hidden; 
}

.horiz {	 
	margin-top:20px;
	margin-bottom:0px;
}


a:link {
	text-decoration: none;
	color: #DDD;
	background-color: transparent;
}      

a:visited {
	text-decoration: none;
	color: #999;
	background-color: transparent;
}

a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: transparent;
}

a:active {
	text-decoration: none;
	color:#FFF;
	background-color: transparent;
}

#slide  hr {
   	margin:0;    
   	padding:0;
   	border:0;  
   	clear: both;
   }

#slide .caminfo {
	position:absolute;  
	left:50%; 
	margin-left:324px;  
	text-align:left;
}

#imageinfo {
	visibility:hidden;
	font-size:0.8em;
}

#slide .content {
	position:absolute; 
	width:640px; left:50%; 
	margin-left:-320px; 

}

#slide .content img{ 
	-moz-box-shadow:-2px 2px 4px 2px #99a;
  	-moz-border-radius:2px;  
}

#slide .name {font-weight:bold;}



