/* Pages a fond bleu - 25/11/2005
type : menu bleu - h1 blanc - titres ocres - gros et petits liens blancs - texte gris avec intro
Developpement en CSS
Page ref : tl/fr/femidx.html
*/

body {
	color: #cccccc;
	background-color: #336699;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}


a:link {
		color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

a:active {
	color: #FFCC99;
}

/* Liens des auteures en plus gros */
#liensfem a:link {
		color: #FFFFFF;
		font-size: 16px;
}

#liensfem a:visited {
	color: #FFFFFF;
			font-size: 16px;
}

#liensfem a:active {
	color: #FFCC99;
	font-size: 16px;
}

/* Liens des auteurs favoris en plus gros */
#liensautfav a:link {
		color: #FFFFFF;
		font-size: 16px;
}

#liensautfav a:visited {
	color: #FFFFFF;
			font-size: 16px;
}

#liensautfav a:active {
	color: #FFCC99;
	font-size: 16px;
}


h1 {
	font-size: 22px;
	font-weight: normal;
	color: #FFFFFF;
	margin-left: 2em;
	margin-bottom: 2em;
}

h2 {
	font-size: 16px;
	color: #FFCC99;
	font-weight: bold;
	margin-top: 4em;
	margin-bottom: 1em;
}

h3 {
	font-size: 13px;
	font-weight: bold;
		color: #FFCC99;
		margin-top: 2em;
}

h3.gris {
	font-size: 13px;
	font-weight: bold;
	color: #CCCCCC;
}

h4 {
	font-size: 14px;
	font-weight: normal;
}



img {border: 0; }

td { vertical-align: top; }

p { font-size: 12px; }

/* Texte en titre */
p.entete1 { font-size: 14px; }

/*Texte mis en évidence en grand caracteres */
p.menu { font-size: 14px;}
p.menusuite { font-size: 14px; margin-left: 3em; line-height: 24px;}

em {
font-style: normal;
font-size: 16px;
}

.auteur {
font-family: Verdana, Arial, Helvetica;
color: #FFCC99;
font-size: 16px;
}

/* Date de modification de l information */
.mod {
font-size: 12px;
font-weight: bold;
color: #ffffff;
}

/* Boite des liens de navigation */
#nav {
	vertical-align: top;
	margin-left: 1em;
	margin-top: 5em;
	font-family: Verdana,  arial, helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
}

/* Menu en feuille */
#menufgauche {
text-align: right;
}

#menufdroite {
text-align: left;
margin-left: 3em;;
}



#colophon {
font-family: Verdana,  arial, helvetica, sans-serif; 
font-size: 13px;
font-weight: normal;
margin-left: 1em;
margin-top:2em;
}

/* Notes du colophon */
#colophon .note {
font-size: 10px;
}

#colophon .site {
font-size: 14px;
font-weight: bold;
}

#colophon .sto {
font-size: 12px;
}


