/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	text-align: left;
	color: #336699;
	background: #000000 url(http://wallpaper.psychovision.net/index/fond.gif);
	}
	
h1 {
	font-size: 14px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #fff;
	margin-bottom: 2px;
	margin-top: 0px;
	}
	
a:link {color: #fff ; text-decoration:none;}
a:visited {color: #fff ; text-decoration:none;}
a:hover {color:#336699; text-decoration:underline;}

ul {
	list-style-type: none ;
	padding: 0px ;
	margin: 0px ;
	}

li {
	list-style-image : none ;
	padding-top: 0px ;
	margin-top: 0px ;
	}
	
#cont {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 15px;
	background-color: #17185C;
	border: #336699 1px solid;
	}
	
#entete {
	background-image: url(http://wallpaper.psychovision.net/index/entete.jpg);
	height: 100px;
	width: 750px;
}

#menu {
	border-bottom: #336699 1px solid;
	border-top: #336699 1px solid;
	width: 750px;
	height: 20px;
	font-weight: bold;
}

#menu a {
	width: 124px;
	float: left;
	height: 18px;
	padding-top: 2px;
	display: block;
	text-align: center;
}

#menuv {
	margin-top: 20px;
	width: 130px;
	height: 400px;
	float: left;
	text-align: center ;
	font-weight: bold;
	border-right-style:dashed;
	border-right-width:1px;
	border-right-color: #336699;
	}
	
#centre {
	/* border: 1px solid #B20D21; */
	margin-top: 20px;
	margin-left: 160px;
	width: 560px;
		height: 400px;
	text-align: center;
	}
	
.image {
	border: 1px solid #336699;
	margin-bottom: 6px;
	margin-top: 6px;
	margin-left: 6px;
	margin-right: 6px;
	}
	
.pied {
	clear:both;
	border-top-style:dashed;
	border-top-width:1px;
	border-top-color: #336699;
	width: 750px;
	text-align: center;
	font-size: 10px;
	margin-top: 30px;
}

.ico {
border: none;
	}

