* { margin:0;padding:0; }

body {
	background:#333333;
	font:normal 0.8em "Trebuchet MS", Verdana, Arial, sans-serif;
	color:#046380;
	height:100%;
}
a:link, a:visited{ color:#ffffff; text-decoration:none; }
a:hover { color:black; }

#page {
	width:820px;
	margin:0 auto;
}

h1#header {
	background:url(images/header.png) top no-repeat;
	width:820px;
	height:277px;
	text-indent:-9000px;
}
#form {
	background-color:#676666;
	color:#ffffff;
	border: 1px solid #434343;
}

#send {
	background-color:#676666;
	color:#ff9cfe;
	border: 1px solid #434343;
}
#menu1 {
	width:820px;
	height:100px;
	background:url(images/bgm.png);
}
p #menu1 {
	width:820px;
	height:100px;
	background:url(images/bgm.png);
}
#contenu {
	width:820px;
	background:url(images/bgc.png);
}

#contenu h1, h2, h3{
	width:400px;
	margin-left:22px;
}

#contenu p{
	width:400px;
	margin-left:22px;
}

#foot {
	background:url(images/foot.png);
	width:820px;
	height:29px;	
	color:black;
}

.black{
	color:black;
}

/* thumbnail list */

	ul#thumbs, ul#thumbs li{
		margin-left:40px;
		padding:0;
		list-style:none;
	}
	
	ul#thumbs li{
		float:left;
		margin-right:5px;
		border:1px solid #999;	
		padding:0px;
	}
	ul#thumbs a{
		display:block;
		float:left;
		width:90px;
		height:90px;
		line-height:100px;
		overflow:hidden;
		position:relative;
		z-index:1;		
	}
	ul#thumbs a img{
		float:left;
		position:absolute;
		top:-20px;
		left:-50px;	
	}
	
	/* mouse over */
	
		ul#thumbs a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		ul#thumbs a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	
	
	/* // mouse over */

	/* clearing floats */
	
		ul#thumbs:after, li#thumbs:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		ul#thumbs, li#thumbs{
			display:block;
			}
		/*  \*/
		ul#thumbs, li#thumbs{
			min-height:1%;
			}
		* html ul#thumbs, * html li#thumbs{
			height:1%;
			}	
	
	/* // clearing floats */

/* // thumbnail list */


/* single thumbnail */

	p.thumb{
		float:left;
		margin:.5em 0;
		margin-right:10px;
		border:1px solid #999;	
		padding:2px;
	}
	p.thumb a{
		display:block;
		float:left;
		width:100px;
		height:100px;
		line-height:100px;
		overflow:hidden;
		position:relative;
		z-index:1;	
	}	
	p.thumb a img{
		float:left;
		position:absolute;
		top:-20px;
		left:-50px;	
	}
	
	/* mouse over */
	
		p.thumb a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		p.thumb a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	
	
	/* // mouse over */	

/* // single thumbnail */

