/*
 * Eléments repris de la CSS wordpress
 */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 9px 15px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 20px 9px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* End Images */

/*
 * Eléments génériques (mais non communs au forum)
 */
body {
	color: #333333;
}

a, h2, h3, .attachment_hline {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #000000;
}


/*
 * Bloc recherche : utilisé sur de nombreuses page du site.
 */
#blocRecherche {
	position: absolute;
	top: 80px;
	left: 686px;
	z-index: 100;
}

.rechercheText {
	font-size: 17px;
	font-weight: bold;
	color: #949494; 
}

.rechercheInput {
	background: #d9d9d9;
	border: none;
	width: 100px;
	font-size: 11px;
}

.rechercheOK {
	border: none;
	background: url('../images/bouton_ok.png') no-repeat bottom;
	width: 2Opx;
	height: 21px;
	cursor: pointer;
}

#blocRecherche ul {
	margin-top: 10px;
}

#blocRecherche li {
	list-style: disc inside;
	color: #999999;
	margin-top: 3px;
}