/* Page centrale  - 25/11/2005
type : menu bleu
Developpement en CSS
*/

body {
	//color: #cccccc;
	 background-color: #336699;
	color: #dddddd;
	//background-color: #5884B3;
	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: 30px;
	font-weight: normal;
	color: #FFCC99;
}

h2 {
	font-size: 15px;
	color: #FFCC99;
	font-weight: boldl;
	margin-top: 1em;
	margin-bottom: 1em;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFCC99;
	margin-bottom: 0em;
}

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;  
	font-size: 14px; }

/* Eviter une ligne blanche entre H3 et le premier P */
h3 + p {margin-top: 0em; }

/*Texte mis en évidence en grand caracteres */


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

#haiku {
color: #33cccc;
font-weight: bold;
margin-left: 7em;
}

#haiku .hkuauteur {
font-style: italic;
}

/* Menu gauche de navigation */
#nav p {
font-weight: bold;
}



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

.evidence {
font-size: 17px;
}

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


/*  Actualites */
#news {
	margin-bottom: 3em;
}

#news p {
	font-size : 12pt;
}

/* avertissement sur le site */
.avert {
font-size: 12px;
font-weight: bold;
color: #FFFF00;
}


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


