* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana;
	font-size: 11px;
	color: #FFF;
	background: #000 url(../img/bg.jpg) top center;
}

h1 { font-size: 14px; }

/* Liens */
a, a:visited, a:active {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	color: #000;
	background: #CCC;
}

img {	border: none; }

/* Listes */
li { margin-left: 30px; }

/* Surlignage FF */
::-moz-selection {
	background-color: #CCC;
	color: #000;
}

.fright { float: right; }

/* Conteneur : encapsule les contenus - centrage */
#conteneur {
	width: 600px;
	margin: auto;
}

/* Logo */
#header {
	margin: 50px 0;
	text-align: center;
}

/* Blocs de contenu */
#association, #projets, #acteurs {
	margin: 10px 0;
	padding: 10px;
	opacity: 0.8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#association:hover, #projets:hover, #acteurs:hover { opacity: 0.9; }

#projets { 
	margin-bottom: 70px;
	background: #333;
}

#association, #acteurs {	
	background: #000;
	font-size: 10px;
}
#association h1, #acteurs h1 { font-size: 13px; }