/* CSS Swiss Mountain | par custom design */
body{
	background-color:#000;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
a{
	text-decoration:none;
}
ul, li{
	margin:0;
	padding:0;
}
ul{
	list-style-type: disc;
    list-style-image: url(layout/puce.gif);
}
li{
	margin-left:15px;
}
optgroup{
	font-style:normal;
}
#container{
	position:absolute;
	width:955px;
	height:598px;
	top:50%;
	left:50%;
	margin-left:-475px;
	margin-top:-270px;
}
#anime{
	position:relative;
	width:500px;
	height:500px;
	float:left;
	background:#000;
}
#nav{
	width:955px;
	background:#000;
	height:28px;

}
#nav img{
	margin-bottom:14px;
}
#navDB{
	float:left;
	height:28px;
}
#navMain{
	float:right;
	height:28px;
	background-color:#323232;
	overflow:hidden
}
#navMain img{
	border:none;
}
#wrapper{
	clear:both;
}
#right{
	width:455px;
	height:500px;
	float:right;
	background:#FFF url(../layout/bg_right_455x500px.gif) no-repeat;
	position:relative;
}
#plain{
	width:930px;
	padding:0 0px 0 25px;
	height:500px;
	float:right;
	background:#FFF url(../layout/bg_tot.gif) no-repeat bottom;
	position:relative;
	font-size:8pt;
	color:#656565;
	line-height:1.2em;
}
#plain a{
	color:#656565;
}
#plain a:hover{
	color:#c80016;
	text-decoration:underline;
}
#plain p{
	margin:0 0 5px 0 ;
}
#plain img{
	border:none;
}
#path{
	float:right;
	color: #656565;
	font-size:10px;
	margin: 10px 15px 0 0;
}
#path a{
	color: #656565;
	text-decoration:none;
}
#content{
	clear:both;
	position:absolute;
	top:30px;
	left:25px;
	width:400px;
	height:300px;
	font-size:11px;
	color:#656565;
	line-height:1.2em;
}

#content h1{
	margin:0 0 5px 0;
	color:#000;
	font-size:12pt;
	line-height:1.2em;
}
#content h2{
	margin:0 0 5px 0;
	color:#C90017;
	font-size:12pt;
	line-height:1em;
}
#content h3{
	margin:0 0 5px 0;
	color:#C90017;
	font-size:10pt;
	line-height:1em;
}
#content p{
	line-height:1.2em;
	font-size:11px;
	margin:0;
}
#content a{
	text-decoration:none;
	color:#656565;
}
#content a:hover{
	text-decoration:underline;
	color:#c80016;
}
#content td {
	vertical-align:top;
}
#content input {
	font-size:8pt;
}
#content select {
	font-size:8pt;
}
.sep{
	background:#FFF url(../layout/sep_194px.gif) no-repeat bottom;
	padding-bottom:7px;
	margin-top:7px;
}
#logoSms{
	position:absolute;
	right:0px;
	bottom:15px;
	
}
#verbierBt{
	position:absolute;
	left:25px;
	bottom:85px;
}
#verbierBt img{
	border:none;
}
#cssdropdown{ 
	z-index:150;
	background-color:#000;
}
#navDB{
	position:absolute; 
	top:10px; left:10px; 
	width:800px; 
	/*
	modif hugo 19 janvier 2010, 
	height:250px;
	*/
	
	z-index:100;
}
#navDB img{
	border:none;
}
#navDB ul{
	margin:0; padding:0;
}
#navDB li{
	margin:0;
	padding:0;
	color:#FFF;
	float:left;
	list-style-image: none;
	display:block;
}
#navDB a{
	
}
#navDB li li{
	margin:0; padding:0; 
	color:#FFF;
	position:absolute;
	height:20px;
	top:18px;
	width:150px;
	display:block;
}
.subuls{
	display:none;
}
#navDB li li a{
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
	display:block;
	line-height:20px;
	margin:0; 
	padding:0 10px 0 10px; 
	border-bottom:solid 1px #bbb;
	background-color:#666769;
	color:#FFF;
	width:150px;
	height:20px;
	font-size:8pt;
	font-weight:normal;
	text-decoration:none;
}
#navDB li li a:hover{
	background-color:#2F3032;
}
#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	display:block;
}
.categ{
	width:114px;
	height:300px;
	float:left;
	margin-right:2px;
	margin-top:10px;
}




















dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* placement du menu,  modifier selon vos besoins */
top: 0;
left: 0;
z-index:100;
width: 100%; /* correction pour Opera */
}
#menu dl {
float: left;
width: 12em;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #ccc;
border: 1px solid gray;
margin: 1px;
}
#menu dd {
display: none;
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #eee;
}

