/**
 * EVENTS
 * http://www.events-family.fr/
 *
 * Copyright (c) 2010 Julien Le Bren (julien.lebren@createurdimage.fr)
 * Créateur d'Image - http://www.createurdimage.fr
 *
 * Version: 1.0
 * Création: 2010-02-03
 * Modification : 2010-02-03
 */
 
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: #000;
	background: #fff url(../img/bg.png) no-repeat center top;
}
img, a img, :link img, :visited img { 
	border: none;
}
a {
	color: #fff;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
}
p {
	margin-bottom: 5px;
}
:focus {
	-moz-outline-style: none;
}
.clear {
	clear: both;
	height: 1px;
}
#content {
	width: 922px;
	height: 692px;
	margin: 52px auto 0 auto;
	
}
#about {
	font-size: 7pt;
	color: #999;
	text-align: center;
	margin-top: 15px;
	margin-left: 85px;
}
#about a {
	color: #999;
}