/* 
PELIAS 
Webpages style
*/


body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background: url(img/pelias_bg.png) no-repeat fixed center center;
	text-align: justify;
}

.nom {
	/* les noms de famille en petites majuscules */
	font-variant: small-caps;
}

hr {
	width: 50%;
}

p {
	/* retrait de première ligne */
	text-indent: 3em;
}

a img {
	/* pour éviter que firefox affiche une bordure moche autour des images */
	border: none;
}

/* @group Headers */
h1 {
	color: red;
	text-align: center;
	margin-bottom: 0;
	text-shadow: #888 3px 3px 5px;
}

/* Pour éviter que certaine navigateurs ne soulignent le titre */
h1 acronym {
	border: none;
}

h2 {
	/* pour s'assurer que les parties sont bien séparées */
	clear: both;
	text-shadow: #888 3px 3px 4px;
	padding-top: 1em;
}

/* le sous-titre */
#subtitle {
	margin-top: 0;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	text-indent: 0;
	text-shadow: #888 3px 3px 4px;
	margin-bottom: 2em;
}

/* sélecteur de langue */
#languages {
	position: absolute;
	top: 1em;
	right: 1em;
	font-size: small;
}
/* @end */


/* @group Images */

#execution_img {
	float: left;
	margin-right: 15px;
}

#pcreator_graphe_img, #cluster_img, #gef_logo, #rails_logo {
	float: right;
	margin-left: 15px;
}
/* @end */


/* @group pied de page */
#realisateurs {
	text-indent: 0;
}
/* @end */