/* Feuille de style principale site jules pajot*/

body {
		color: #000;
		background: #000; /*#686868;*/
		margin: 20px 0 500px 20px;
		padding: 0px;
}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6{
		font-family: "Lucida Grande", Georgia, "New Century Schoolbook", Times, serif;
}
		
img{
		display: block;
		border: 0;
		
}
#banniere {
	width: 800px;
	height: 100px;
	border: 1px solid #ccc;
}

#main {
	width: 830px;
	
}
/*barre de menu*/

#menubar{
	background: #000;
	float: left;	
	display: block;
	width:148px;
	height:202px;  
	margin: 15px 0 0 0;
	padding: 0;	
	border-top: 1px solid #ccc;
	/*border: 1px solid #000;
	border-bottom: 0;*/
	
}
#menubar td{
	/*border-bottom:1px solid;*/
	margin: 0 0 0 0;
	color: #000;
	font-size: 0.85em; 
	text-align: center;
	width:148px;
	height: 28px;
	border: 1px solid #ccc;
	border-top:0;
}
#menubar a{
	line-height: 28px;
}
#menubar a:link, #menubar a:visited{
	/*background: transparent url(images/bg-bouton.jpg);*/
	display:block;
	width:148px;
	height: 28px;
	text-decoration:none;
	color: #ccc;
	text-shadow: 0 0 4px #6F99D7;
	margin: 0 0 0 0;
}
#menubar a:hover{
	display:block;
	vertical-align: middle;
	width: 148px;
	height: 28px;
	background:url(images/bg-bouton.jpg);
	color: #fff;
	text-shadow: 0 0 4px #fff;
	background-repeat: no-repeat;
	margin: 0 0 0 0;
}

/*contenu : definition des styles*/
#contenu {
	background: #0a0a0a;
	float: right;
	margin:15px 30px 0 15px;
	padding: 10px 20px 10px 10px;
	width:600px;
	border: 0;
	text-align: justify;
	font-weight: lighter;
	border: 1px solid #ccc;
}

#contenu img{
	float: right;
	display: block;
	margin: 5px 0 0 10px; 
	border: 1px solid #ccc;
}
#contenu p{
	color: #ccc;
	font-size: 0.8em;
}
#contenu h1{
	color: #2d4ca0;
	text-shadow: 0px 0px 3px #6F99D7;
	font-size: 1.8em;
}
#contenu a:link, #contenu a:visited, #contenu a:active{
	text-decoration: none;
	color: #2d4ca0;
	font-weight: bold;
}

#contenu a:hover{
	color: #2d4ca0;
	text-shadow: 0 0 4px #6F99D7;
}
