/*
 * limimage.css - new 6 juillet 2007
 */

body {	background-color: #efefff;
	color: #220000;
	margin-left: 24px;
	margin-right: 24px;
}
	
h1 {	color: #335533;
	border-color: #335533;
	border-style: solid;
	border-width: 2px;
	text-align: center;
}

h2 {	color: #334433;
	border-top-color: #335533;
	border-top-style: solid;
	border-top-width: 2px;
	text-align: center;
	padding-bottom: 3px;
}
h3 { color: #333333; }
h4 { color: #332233; }
h5 { color: #331133; text-align: center; }

/* boite pour les menus de haut de page */
p.menuhaut {
	text-align: center;
	border-color: #808000;	border-style: dotted;
	margin: 10px;		padding: 10px;
	overflow: visible:
	}

p.footer {
	text-align: right;
	color: #000000;
	font-size: smaller;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	}

p.explique {
	color:	#101010;
	background-color: #a0a0a0;
	margin:		10px;
	padding:	10px;
	}

/* liste de definition pour les fonctions
   Un grand merci a Yann qui m'a donne la recette magique :) */
.proto dt	{ 
	background-color: #deeede;
	color: #003300;
	font-family: monospace;
	}

.proto dd	{
	color: #000030;
	/* font-family: sans-serif; */ /* XXX pas bon dans konqueror */
	padding-bottom: 10px;
	}

/* *** */

hr	{ color: red }
tt	{  background-color: #abffab; color: #000022; }

pre.code	{
	background-color: black;
	color: orange;
	padding-bottom: 7px;
	padding-top: 7px;
	margin-left: 80px;
	margin-right: 80px;
	}

/* Et le premier qui me dit que cette CSS est crade, je lui
  repond: "oui, et alors ?" */
