html, body, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
h1 img {
	display: block;
}
h3 { font: normal 12px Tahoma,sans-serif; color: #989898; padding-left: 15px; }
h4 { font: normal 14px Tahoma,sans-serif; color: #F15A2A; padding-left: 15px; }
h5 { font: normal 14px Tahoma,sans-serif; color: #F15A2A; padding: 5px; }
h6 { font: normal 12px Tahoma,sans-serif; color: #F15A2A; padding: 6px 6px 6px 1px; }
img {
	border: 0px;
}
a {
	color: #F15A2A;
	font-weight: normal;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #FF774C;
	text-decoration: underline;
}
a:hover img {
border-left: #F15A2A 5px solid;

}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #000 url('images/arstudio_bg2.jpg') top left no-repeat;
	text-align: center;
	font: 12px Tahoma, arial, sans-serif;
	color: #989898;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 778px;
	background: #181818;
}
#body {
	position: relative;
	margin-left: 0px;
}
#head {
	border: 0px solid red;
	float: right;
	top: 108px;
	left: 150px;
	width: 700px;
	height: 30px;
	text-align: right;
	text-transform: uppercase;
	/*background: url('images/header.jpg') no-repeat;*/
}
#topnav {
	/*position: absolute;
	top: 41px;
	left: 22px;*/
	text-transform: uppercase;
}
#topnav a {
	font-weight: normal;
	color: #989898;
	outline: none;
}
#topnav a:hover {
	color: white;
}
#active {
	color: #F15A2A;
	font-weight: bold;
}
#left-box {
	position: absolute;
	top: 208px;
	left: 0px;
	width: 285px;
	height: 294px;
	background: #131212 url('images/left_bg.jpg') repeat-x;
}
#left-box .inner {
	padding: 20px 0px 0px 8px;
}
#left-box h2 {
	margin: 10px 0px 0px 0px;
}
#left-box p.date {
	font-weight: bold;
}
#left-box p {
	margin: 3px 2.5em 1em 1.3em;
}
#nav {
	position: absolute;
	top: 208px;
	left: 285px;
	width: 486px;
}
#nav img {
	float: left;
}
#content {
	float: left;
	position: relative;
	text-align: left;
	top: 150px;
	left: 49px;
	width: 700px;
	height: 500px;
	/*padding: 13px 10px 10px 10px;*/
	border: 0px solid red;
	
}
#content .inner {
	
}
#content .date {
	margin-top: 0.5em;
}
#content p {
	margin: 5px;
}
ul {
	margin: 0px 0em 0px 1em;
	padding: 0px;
}
li {
	list-style: none;
	padding: 0px;
	margin: 1em 0px;
}
td {
 text-align: left; vertical-align: top;
}
.divider {
	background: bottom url('images/footer_bg.gif') repeat-x;
	height: 20px;
	margin-right: 5px;
	position: relative;
}
#footer {

	width: 700px;

	text-align: center;	
	padding: 13px 0px 10px 0px;
	border: 0px solid red;
}
.span {

	width: 200px;
	text-align: left;
	text-transform: lowercase;	
	/*padding: 13px 0px 10px 0px;*/
	border: 0px solid red;
}
/* ***************** BOITE CATEGORIE *********************** */
.boite_categorie{
	height:285px;
	width:300px;
	float:left;
	font-weight:normal;
	background-image: url("images/boite_categorie_page_small.png");
	background-repeat:no-repeat;
	margin-left:8px;
	margin-bottom:8px;
}
.boite_categorie a {
	color:#000;
	outline: none;
}
.boite_categorie a:hover {
	color:#FFF;
	/*text-decoration: underline;*/
}
.titre_categorie {
	font-size:14px;
	/*color:#F15A2A;*/
	color:#000;
	padding:10px 0 0 32px;
}
.texte_categorie {
	color:#666666;
	float:right;
	padding:15px 0 0 10px;
	width:128px;
}
.texte_categorie_large {
	font: normal 14px Tahoma,sans-serif; color: #989898;
	float:left;
	padding:15px 0 0 20px;
	width:240px;
}
.texte_categorie_large a {
	font: normal 14px Tahoma,sans-serif; color: #F15A2A;
}
.texte_categorie_large a:hover {
	font: normal 14px Tahoma,sans-serif; color: #F15A2A;
	text-decoration: underline;
}
.textegris {
	margin-top:0;
	color:#989898;
	/*font-size:0.8em;*/
}

.image_categorie {
	border:#626060 1px   solid;
	float:left;
	width: 120px;
	margin:10px 1px 0 24px;
}
/* ******************* boite cat. longue pour paragraphe important *********************** */
.boite_categorie_longue{
	height:215px;
	width:650px;
	float:left;
	border: red 0px solid;
	font-weight:normal;
	background-image: url("images/boite_categorie_page_small.png");
	background-repeat:no-repeat;
	margin-left:8px;
	margin-bottom:8px;
}
.texte_categorie_longue {
	font: normal 12px Tahoma,sans-serif; color: #989898;
	float:left;
	padding:15px 0 0 20px;
	width:650px;
}
