/* Pages a fond bleu - 25/11/2005
type : menu bleu - titres ocres - texte gris avec intro - liens verts
Developpement en CSS
utilisation : 
fr/action/action0.html
fr/autnotes.html
*/

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


a:link {
		color: #33cccc;
}

a:visited {
	color: #cccccc;
}

a:active {
	color: #FF0000;
}


h1 {
	font-size: 19px;
	font-weight: normal;
	color: #FFCC99;
	margin-bottom: 2em;
}

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

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFCC99;
}

h3.gris {
	font-size: 13px;
	font-weight: bold;
	color: #CCCCCC;
	margin-top:2em;
	margin-bottom: 1em;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	margin-top:2em;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 1em;
	m	argin-bottom:0em;
}

h5 + p {
margin-bottom: 0em;
margin-top: 0em;
}

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 */


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

/* Introduction */
.intro {
font-size: 14px;
font-weight: normal;
color: #CCCCCC;
}

.intro2 {
font-size: 16px;
font-weight: normal;
color: #CCCCCC;
}

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

/* legende de photos */
.legende {
	font-size: 10px;
	font-style: italic;
}

/* 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;;
}

/* Presentations */
#present {
margin-top: 6em;
margin-bottom: 4em;
}

#appel {
font-size: 12px;
margin-top: 5em;
}

#dernote .titre {
	font-size: 15px;
}

#dernote .date {
	font-size: 12px;
	font-weight: bold;
}

#dernote .sujet {
	font-size: 12px;
	font-style: italic;
}


#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;
}


