/* WWW.MINISUSHI.NET */


/* PAGE */

body {
	font-family: Helvetica, sans-serif;
	color: #996666;
	background-color: #ffffff;
	margin: 0;
	cursor: default;
	font-size: 11px;
}
p {margin-top: 0;}

/* TYPOGRAPHIE */

.titre {
	font-size: 20px;
}
.titre-contenu {
}


/* COULEUR DES LIENS */

a:link {
	color: #996666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #996666;
}
a:hover {
	text-decoration: none;
	color: #336699;
	cursor: pointer !important;
}
a:active {
	text-decoration: none;
}

a img{
filter:none
}

a:hover img{
	filter:Alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


/* DISPOSITION DES BLOCS */

#conteneur { 
	position: absolute;
	top: 20px;
	left: 20px;
	width: 800px;
	z-index:2;
	background-color:#FFFFFF;
}
#contenu-haut {
	width: 800px;
	z-index:4;
	background-color:#FFFFFF;
}
#contenu-bas { 
	position: absolute;
	left: 10px;
	top: 159px;
	width: 800px;
	z-index:3;
	background-color:#FFFFFF;
}
.contenu-gauche {
	float: left;
	width: 250px;
	margin-right: 50px;
}
.contenu-droite {
	float: left;
}
#pied {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 800px;
	z-index:1;
	background-color:#FFFFFF;
	/*height: 30px;
	background-image:url(images/menubird.gif);
	background-repeat: no-repeat;
	background-position: 120px 0;*/
}
