BODY {
  background-color: #000000;
  color: #ffffff;
  font-family : Arial;
  font-size : 13px;
  margin: 0;
  text-align: center;
}

#conteneur {
 margin: 0 auto;
 width: 1000px;
 background-color: #000000;
 text-align: center;
}


#contenu {
	position: relative;
	background-image: url(images/fond-contenu.jpg);
	left: 0px;
	top: 0px;
	width: 740px;
	height: 417px;
	margin: 0 auto;
	float: left;
	
}

#contenu-materiel {
	position: relative;
	background-image: url(images/fond-contenu-materiel.jpg);
	left: 0px;
	top: 0px;
	width: 740px;
	height: 417px;
	margin: 0 auto;
	float: left;
	
}

#header {
	position: relative;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 250px;
	margin: 0 auto;	
}

#footer {
	color: #ffffff;
	left: 0px;
	top: 0px;
	width: 1000px;
	margin: 0 auto;	
}


#gauche {
	position: relative;
	background-image: url(images/fond-gauche.jpg);
	font-family: Arial;
	font-size: 12px;
	color: #01016a;
	left: 0px;
	top: 0px;
	width: 260px;
	height: 417px;
	margin: 0 auto;
	float: left;

}

#texte {
	position: relative;
	left: 0px;
	top: 0px;
	color: #000000;
	font-size: 13px;
	width: 720px;
	padding: 10px;
	float: left;
	text-align: justify;
	
}

#mobilier {
	position:relative;
	left:0px;
	top:0px;
	color: #000000;
	font-size: 13px;
	width:720px;
	padding: 10px;
	vertical-align:top;
	
	
}

#tableau {
	position:relative;
	left:0px;
	top:0px;
	color: #000000;
	font-size: 13px;
	width:720px;
	padding: 10px;

}

.td1 {

	width:100px;
	height:39px;
}

.td2 {

	width:100px;
	height:177px;
}

.td3 {

	width:220px;
	height:170px;
}

.td4 {

	text-align: left;
	vertical-align:top;
}

.td5 {

	width:500px;
	text-align: justify;
	vertical-align:top;
	
}

.td6 {

	text-align: left;
	vertical-align:top;
	padding: 15px;
}

.td7 {

	text-align: right;
	vertical-align:bottom;
}

.td8 {

	text-align: right;
	width:550px;
}

.td9 {

	text-align: left;
	width:350px;
	color: #4f4f4f;
	font-weight: bold;
}

.td10 {

	width: 60px;
}

.td11 {

	text-align: left;
	vertical-align:bottom;

}

.td12 {


	text-align: justify;
	vertical-align:top;
	padding:5px;
	
}

.td13 {

	text-align: center;
	vertical-align:bottom;
	width: 220px;

}

.td14 {


	text-align: justify;
	vertical-align:top;
	padding:5px;
	width:240px;
	
}

.td15 {


	text-align: justify;
	vertical-align:middle;
	padding:5px;
	width:240px;
	
}

.noir {

	color:#000000 ;
	font-family: arial;
	font-size: 13px;
}

.blanc {

	color:#ffffff ;
	font-family: arial;
	font-size: 13px;
}

.formulaire {
font-family: Arial;
color: #000000;
font-size: 12px;
font-weight: normal;
text-align: left;
}

.blancgrand {

	color:#ffffff ;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
}

img{
	border:none;
}

/** A intégrer dans tous les CSS **/

a:link{
border-width:0px;
text-decoration:underline;
color:#ffffff;
}

a:visited{
border-width:0px;
text-decoration:underline;
color:#ffffff;
}

a:hover{
border-width:0px;
text-decoration:underline;
color:#ffffff;
}

a:active{
border-width:0px;
text-decoration:underline;
color:#ffffff;
}	

a:focus, object:focus, img:focus{outline:0;}