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

/*////////////////////////////////////////////////////////////////////////////////paramettre pour toutes les pages*/
*{margin:0; padding:0;}

body { 
	margin:0;
	background:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;}
	
/*////////////////////////////////////////////////////////////////global*/
#global {
	width:1000px;
	height:1080px;
	margin:auto;
	background:url(../img/body.jpg)}

/*////////////////////////////////////////////////////////////////global*/
#header {
	background:url(../img/header_01.jpg);
	float:left;
	width:1000px;
	height:159px;}

/*////////////////////////////////////////////////////////////////global*/
#menu {
	background:url(../img/bgmenu_03.jpg);
	float:left;
	margin:0 0 0 70px;
	width:155px;
	height:841px;}
#menu ul {
	margin:auto;}
#menu li {
	float:left;
	list-style-type:none;
	font-size:14px;
	text-align:center;
	line-height:90px;
	}
#menu li a {
	float:left;
	display:block;
	text-decoration:none;
	color:#fff;
	width:155px;
	height:90px;
	}
#menu li a:hover {
	color:#fff;
	text-decoration:underline;}	
	
/*////////////////////////////////////////////////////////////////global*/	
#info {
	background:url(../img/bg_info.jpg);
	float:left;
	width:725px;
	height:841px;}
#info h1 {
	text-align:center;}
#info h2 {
	margin:0 0 0 80px;
	text-decoration:underline;}
#info h3 {
	margin:20px 0 0 60px;
	text-decoration: underline;}
#info p {
	margin:20px 20px 20px 20px;
	text-align:justify;}
#info img {
	width:152px;
	height:237px;
	margin:15px 0 0 120px;}
#info a {
	font-size:14px;
	text-decoration:underline;
	color:#000000;
	font-style:oblique;
	margin: 20px 0 0 20px;}

/*////////////////////////////////////////////////////////////////global*/
#footer {
	background:url(../img/footer.jpg);
	float:left;
	width:1000px;
	height:80px;}

/*////////////////////////////////////////////////////////////////////////////////les differentes page*/
/*////////////////////////////////////////////////////////////////biographie*/
#stephen {
	width:725px;
	height:350px;
	float:left}
#stephen img {
	margin:10px 0 0 20px;}
#stephen p {
	float:right;
	width:500px;
	height:100px;
	text-align:justify;
	margin:40px 20px 0 0;}
#stephen a {
	font-size:14px;
	text-decoration:none;
	color:#000000;
	font-style:oblique;}

#lien {
	width:725px;
	height:60px;
	float:left;
	}
#lien a {
	font-size:14px;
	text-decoration:underline;
	color:#000000;
	font-style:oblique;
	margin: 20px 0 0 25px;}
	
#richard {
	width:725px;
	height:350px;
	float:left}
#richard img {
	margin:10px 0 0 20px;}
#richard p {
	float:right;
	width:500px;
	height:100px;
	text-align:justify;
	margin:40px 20px 0 0;}
#richard a {
	font-size:14px;
	text-decoration:none;
	color:#000000;
	font-style:oblique;}
/*////////////////////////////////////////////////////////////////Page bibliographie*/
#bibliographie {
	float:left; 
	width:720px; 
	height:780px; 
	overflow:auto;
	margin:10px 0 0 0;}

/*////////////////////////////////////////////////////////////////Page Filmographie*/
#film {
	float:left; 
	width:720px; 
	height:840px; 
	overflow:auto;
	margin:10px 0 0 0;}
#film h2 {
	margin:0 0 0 80px;
	text-decoration:underline;}
#film p {
	margin:20px 20px 20px 20px;
	text-align:justify;}
#film img {
	width:auto;
	height:auto;
	margin:0 0 0 0px;}
#film a {
	font-size:14px;
	text-decoration: none;
	color:#000000;
	font-style:oblique;
	margin: 0 0 0 270px;}
	
/*////////////////////////////////////////////////////////////////Page Film*/
#filmographie {
	float:left; 
	width:710px; 
	height:720px; 
	overflow:auto;
	margin:10px 50px 0 10px;}
#filmographie img {
	width:auto;
	height:auto;
	margin:0 0 0 50px;}
/*////////////////////////////////////////////////////////////////Page pistolero*/
#livre {
	background:url(../img/bg_info.jpg);
	float:left;
	width:725px;
	height:841px;}
#livre h1 {
	text-align:center;}
#livre h2 {
	margin:0 0 0 80px;
	text-decoration:underline;}
#livre h3 {
	margin:20px 0 0 60px;
	text-decoration: underline;}
#livre p {
	margin:20px 20px 20px 20px;
	text-align:justify;}
#livre img {
	width:152px;
	height:237px;
	margin: 40px 0 0 80px;}
#livre a {
	font-size:14px;
	text-decoration:underline;
	color:#000000;
	font-style:oblique;
	margin: 20px 0 0 20px;}

/*////////////////////////////////////////////////////////////////Page illustration*/
#illustration {
	background:url(../img/bg_info.jpg);
	float:left;
	width:725px;
	height:841px;}
#illustration h1 {
	text-align:center;}
#illustration h2{
	margin:0 0 0 80px;
	text-decoration:underline;}	
#illustration div {
	width:50px;
	height:50px;
	float:left;
	margin:20px 0 0 20px;}
#illustration div img {
	border:none;}

	
	
	
	

scrollbar-face-color: #C2DCF5;
scrollbar-shadow-color: #000066;
scrollbar-highlight-color: #0000AA;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #000066;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #000066;




/*////////////////////////////////////////////////////////////////////////////////les differentes classe*/
.lien {font-size:14px;text-decoration:underline;color:#000000;font-style:oblique;}
.margin { margin:0 0 0 30px;}