@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.875em;
	font-style:italic;
	color:#7b2d4c;
}
#topindex {
	background:top center #ffffff;
	padding:0;
	margin:auto;
	height:100%;
	text-align:center;
}
.vert {
	color:#9ac027;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
}
.bold {
	font-style:normal;
	font-size:16px;
	font-weight:bold;
}
a.lien1
  {
    color:#9ac027;
	text-decoration:none;
  } 
a.lien1:hover
  {
    color:#9ac027;
	text-decoration:none;
  }