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

body {
				margin: 0;
				padding: 0;
				font: 12px/1.5 verdana, arial, helvetica, sans-serif;
				text-align: center; /* Alignement horizontal dans Internet Explorer */
				background-image: url(grid.gif);
			}
			#content {
	position: relative; /* Nécessaire pour Safari */
	margin: auto;
	width: 580px;
	height: 180px;
	background-image: url(../images/fondIndex.jpg);
	padding: 10px;
	background-repeat: no-repeat;
	background-position: center center;
			}
#content .Style2 {
	color: #FFFFFF;
}
#content .Style2 a {
	color: #FFFFFF;
}
#content p {
	color: #FFFFFF;
}
			h1, p {
				margin: 0;
				padding: 1em;
			}
			h1 {
				font-size: 12px;
				line-height: 1.5em;
			}
			h2{
        font-size: 11px;
      }
