@charset "utf-8";
/* CSS Document */

body{
	background:url(font.gif) center center fixed;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
h2 a{
	color:#FF33CC;
	text-decoration:none;
	margin-left:300px;
	font-size:14px;
}
p{
	text-align:justify;
}
a{
	text-decoration:none;
	color:#FF33CC;
}
a:hover{
	text-decoration:underline;
	color:#FF00FF;
}
#tab1{
	margin-top:-10px;
}
#tab2{
	width:900px;
}
#head{
	width:900px;
	height:150px;
	background:url(head_nirvana.png);
}
#contenue{
}
#tabmenu{
	width:150px;
	background:url(font_gauche.png);
}
#menu{
	padding:5px;
}
#menu a{
	display:block;
	text-align:center;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	font-size:14px;
	background:url(bouton_aqua.png) no-repeat;
	width:130px;
	height:27px;
	margin-bottom:10px;
}
#menu a:hover{
	background:url(bouton_aqua_hover.png) no-repeat;
	color:#000000;
}
#tabcorp{
	width:600px;
	background-color:#000000;
}
#corp{
	min-height:500px;
	padding:5px;
}
#tabdroit{
	width:150px;
	text-align:right;
	background:url(font_droit.png);
}
#droit{
	padding:5px;
}
#foot{
	height:50px;
	background:url(font_foot.png);
	font-size:9px;
}
