body {
	margin-top: 60px;
   background-color: #5D5E60;
	background-image:url(../images/bg_fleur_800v.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	text-align: center;
   font-family: Arial,Verdana,Helvitica,sans-serif;
   font-size: 0.8em;
   line-height: 1em;
	
  /* margin:1em;   */ /* gives some air for the pagewrapper */ 
}

a
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: underline;
  color: #A2A3A5;
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: underline;
  color: #A2A3A5;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: underline;
  color: #A2A3A5;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #A2A3A5;
}

.contenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
.paginaweb {
	color: #FFFFFF;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}
/* Start images */
a img
{
	border: 0;
}
.article img, img.article
{
	border: solid 1px #F5F5F5;
	margin: 1em;
}
.service  {
	border: solid 1px #F5F5F5;
	margin: 1em;
	float: right;	
}
.reference  {
	border: solid 1px #F5F5F5;
	margin: 1em;
	float: left;	
}
.galerie  {
	border: solid 1px #F5F5F5;
	margin: 0.5em;
	padding: 0.5em;	
}
li 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: justify;
	background-image: url('../images/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:12px;
	list-style-image: none;
	list-style: none;
}
