/* Feuille de style pour le site Revolution Française */
/* Ne detaille que les differences par rapport a commun.css */

/* @group Avatar */

.avatar {
	margin-left: auto;
	margin-right: auto;
	width: 96px;
}

div.avatar a {
	text-decoration: none;
}

.avatarImg {
	background-image: url(Images/1906.jpg);
	background-repeat: no-repeat;
	height: 154px;
	width: 96px;
}

/* @end */

/* @group Page */

#page {
	width: 780px;
}

#pageMenu {
	width: 140px;
}

/* @end */

/* @group Navigateur gauche */

#menu ul {
	background-color: #e5e5e5;		/* gris 90% */
}

#menu .menuInactif {
	color: #808080;				/* gris 50% */
}

/* @end */

/* @group Navigation en bas de page */

div.navBouton25 a {
	margin-left: 4px;
}

#nav .navaG {
	margin-left: 0;
}

/* @end */

/* @group Tags HTML standards */

h1 {
	font-size: 18px;
	margin-bottom: 12px;
}

div.bandeau h1 {
	margin-top: 5px;
	margin-bottom: 5px;
}

h4 {
	color: #585858;				/* gris 35% */
	text-align: center;
}

/* @end */

/* @group Blocs de presentation */

.blocTexte {
	background-color: #e5e5e5;		/* gris 90% */
}

/* @end */

/* @group Liste menu pleine page */

#items {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 50px none 0 none;
	text-align: left;
}

#items li a {
	color: blue;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin-left: 8px;
	padding: 4px 4px 4px 4px;
	text-decoration: none;
}

#items li a:hover {
	background-color: #6699cc;
	color: #fff; 
}

#items li a:active {
	background-color: #336699;
	color: #fff; 
}

#items ul {
	list-style-image: url(Images/Bouton.gif);
}

#items ul li { 
	display: list-item;
	margin-top: 6px;
}

#items ul ul {
	list-style-image: url(Images/Bouton.gif);
}

#items ul ul li { 
	display: list-item;
}

/* @end */

