
/* Created by Wikiwi.be - Raphael De Naeyer */	
/* Chenoix Quentin */

/* General style */	

BODY {
  margin: auto;
  text-align: center;
  FONT-SIZE: 12px;
  COLOR: #fff;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  background-color: #000;
}
A {
  COLOR: #ffffff;
}
A:hover {
  COLOR: #f8b70f;
}
HR {
  COLOR: #f8b70f;
}


/* Content style */
div#principal {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    left: 0px;
  background: url(images/Quentin-Chenoix-Peinture-marche-en-famenne.jpg) no-repeat bottom right #000 ;
    margin-top: 0px;
}
div#zonecentral {
    position: relative;
    float: center;
    text-align: left;
    width: 900px;
    height: 600px;
    margin: auto;
}
.separation{
    clear: both;
    visibility: hidden;
}
img.peinture_electricite_marche-en-famenne{
    position: relative;
    float: left;
    width: 380px;
    height: 224px;
    margin-top: 70px;
    margin-left: 0px;
}
div#zonetexte {
    position: relative;
    float: left;
    width: 420px;
    margin-top: 83px;
    margin-left: 40px;
    line-height: 18px;
    padding-left: 40px;
	border-left: #5B5B5C 1px solid;
}
ul#zonetexte {
	margin: 5px 0px 0px 40px;
    line-height: 18px;
	list-style-image: url(images/bullet.gif)
}
h1#titre {
	margin: 0px;
	width: 200px;
	font-size: 12px;
	color: #f8b70f;
}

div#copyright{
    position: absolute;
    height: 20px;
    width: 100%;
    bottom: -9px;
    right: 10px;
    font-size: 9px;
    text-align: left;
    color: #646464;
}
a.copyright{
    color: #646464;
}
a.copyright:hover{
    color: #f8b70f;
}
