/* Page menu à fond gris - 25/11/2005 
Developpement en CSS
*/

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


a:link {
	color: #3366cc
}
a:visited {
	color: #3366cc;
}
a:active {
	color: #000099;
}

h1, h2, h3 {
	color: #6666ff;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 2em;
	margin-bottom: 3em;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 2em;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 1em;
}

p {font-size: 12px;}

a {font-size: 14px;}

/* Dates de modifications */
.mod {
/*	font-weight: bold;*/
	font-size: 11px;
	color: #ffffff;
}


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

#colophon {
font-family: Verdana,  arial, helvetica, sans-serif; 
font-size: 12px;
font-weight: bold;
margin-top: 3em;
margin-left: 1em;
}

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


/* #colgauche {
  position: absolute;
  left:10px;
  width:190px;
  }

  
#colcentre {
  margin-left: 190px;
  margin-right:190px;
  }

#coldroite {
   position: absolute;
	vertical-align: top;
	margin-top: 10em; 
	right: 10px;
	width: 190px;
}
*/

