/* CSS Document */
 
body {
margin: 0;
padding: 0;
font: 80% verdana, arial, sans-serif;
background-attachment: fixed ;
background-repeat: repeat-y;
background-color : black;
background-image : url(image/LTO/fond_mainframe.gif) ;
}


.bg2{

background-image : none ;

}


a:link {
	text-decoration:none;
	color:#C28431;
 }

a:hover {
	text-decoration:none;
	color:#722A22;
}

a:active {
	text-decoration:none;
	color:red;
}

a:visited {
	text-decoration:none;
	color:purple;
}



dl, dt, dd, #menu ul{
margin: 0;
padding: 0;
}

td {
margin-left=5px;
}

#menu {
width: 190px;
}

#menu dt {
cursor: pointer;
margin: 2px 0;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background: #928978 ;
}

#menu dd {
border: 1px solid dark-gray;
}

#menu li {
text-align: center;
background: #DED3BA ;
list-style-type: none;
margin: 0;
padding: 0;
}

#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#menu li a:hover, #menu dt a:hover {
background: #848484 ;
}

.comment {
border: 2px dotted gray;
text-align:center;
font-size:0.8em;
}

.jeu {
border: 4px ridge gray;
width: 550px;
padding : 5px;
}

.titre{
text-align:center;
text-decoration: none;
font-weight:bold;
font-variant: small-caps;
border-bottom:2px double gray;
padding-bottom: 6px;
}
