/* CSS Document */

html, body {
	margin: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	background: #000000 url('http://films.psychovision.net/index/fond2.gif') repeat-y 50% 0;
}

h1 {
	font-size: 16px;
	color: #04A11B;
	}
	
h2 {
	font-size: 13px;
	color: #04A11B;
	margin-bottom: 20px;
	border-top: #04A11B 1px dashed;
	}
	
h3 {
	font-size: 12px;
	text-decoration:underline;
	color: #04A11B;
	margin-bottom: 10px;
	}

a:link {color: #B20D21 ; text-decoration:none;}
a:visited {color: #B20D21 ; text-decoration:none;}
a:hover {color:#DEB032; text-decoration:none;}

.cont {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	text-align: left;
}

.entete {
	background-image: url('http://films.psychovision.net/index/entete.jpg');
	height: 200px ;
	width: 750px;
}

/* menu horizontal */

.menu {
	background-color: #82B67F;
	border: 1px solid #B20D21;
	width: 750px;
	height: 20px;
	font-weight: bold;
}

.news {
margin-top:100px;
margin-right:30px;
float: right;
}

.news a {
font-size: 16px;
}


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

.menu a:hover {
	color: #fff;
}

/* menu vertical */

#menuv {
	width: 220px;
	margin-left: 8px;
	float: left;
	}
	
.icon {
	border: 1px solid #B20D21;
	float: left;
	margin: 3px 10px 0 0;
	}
	
/* centre */

.centre {
	/*border: 1px solid #B20D21; pour test*/
	margin-left: 260px;
	margin-top: 20px;
	width: 487px;
	text-align: justify;
	}
	
/*pied de page*/

.pied {
  float: left;
	background-color: #82B67F;
	color: #000;
	border: 1px solid #B20D21;
	width: 750px;
	font-size: 12px;
	text-align: center;
	padding: 0;
	margin-top: 30px;
}
	
/* index et screenshots*/
  
.image {
	border: 1px solid #B20D21;
	}
	
/* critique */

.imfilm {
	float: right;
	border: 1px solid #04A11B;
	margin: 0px 0px 6px 6px;
	}
	
.sign {
	float: right;
	}
	
.note {
	margin-top: 0px;
  font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color:#C8C8C6;
}

.bold {
	font-weight:bold;
}

/* index */

#maj {
	height: 85px;
	margin : 0 0 1em 0;
	padding: 0;
}

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

#maj ul li {
	margin: 0;
	padding: 0 0 0 2px;
	display: inline;
}

#maj a img {
	margin: 10px 10px 0 0;
	padding: 0;
	border: 1px solid #B20D21;
}

#maj a:hover img {
	border: 1px solid #DEB032;
}

.gauche {
  float: right;
	width: 130px;
	text-align: right;
	/*border: 1px solid #B20D21;*/
}

