body {
  font-family: Arial;
  text-decoration:none;
  margin-bottom:0;
  margin-left:0;
  margin-right:0;
  margin-top:0;
  	background-image: url(img/back.gif);
}
h1{font-size:18px; font-family: Arial;}
h2 {font-size:14px; font-weight:100; font-family: Arial;}
h3 {font-size:12px; font-weight:100; font-family: Arial;}
.articles {font-size:14px; font-weight:100; font-family: Arial;}
/*Paragraphe */
* {
margin:0; 
padding:0;
}
p {
padding:3px 0;
}
/* Paragraphe */
/* LINK */
a:link{
font-size:14px;
text-decoration:none;
color:#666699;
font-weight:bold;
}
a:hover{
font-size:14px;
text-decoration:none;
color:#666699;
font-weight:bold;
}
a:active{
font-size:14px;
text-decoration:none;
color:#666699;
font-weight:bold;
}
a:visited{
font-size:14px;
text-decoration:none;
color:#666699;
font-weight:bold;
}
/* LINK */
div#conteneur {
  padding-top:0;
}
div#cadre_principal {
  width:1002;
  height:638;
  background-color:#FFFFFF;
}
div#touslivres {
  background-color:transparent;
  float:left;
}
.description{
  font-family: Arial;
  font-size:15px;
  color:#333333;
  font-weight:normal;
}
div#contact_form {
position:absolute;
left:340px;
top:50px;
margin-left:auto;
margin-top:auto;
width:450px;
text-align:right;
}
form{
	margin-bottom: 0px;
	padding-bottom: 0px;
	color:#333333;
}
.articles tr td strong {
	font-weight: bold;
}

