/* Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
img { border: 0; }

/* General */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.5;
	color: #FFF;
	background: #000 url(../img/bg.jpg) top center;
}

h2 { font-size: 1.2em; }

ul, p {
	margin-bottom: 1em;
}

/* Liens */
a, a:visited, a:active {
	text-decoration: none;
	color: #FFF;
}
a:hover, a:focus {
	color: #000;
	background: #CCC;
}

/* Listes */
li { margin-left: 1.6em; }

/* 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;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#projets {
	margin-bottom: 70px;
	background-color: rgb(33, 33, 33);
	background-color: rgba(33, 33, 33, 0.8);
}
#projets:hover { background-color: rgba(33, 33, 33, 0.9); }

#association, #acteurs {
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.8);
	font-size: .9em;
}
#association:hover, #acteurs:hover { background-color: rgba(0, 0, 0, 0.9); }

#association h1, #acteurs h1 { font-size: 1.2em; }
