@charset "ISO-8859-15";

/* CSS2 <URL:http://www.w3.org/ 

style standard pour mes pages personnelles, au 10 septembre 2000 
dernière modification 2 juillet 2008

copyright (c)Thomas Harding, 2000-2008,

Copyleft  :  cette  oeuvre  est   libre,  vous  pouvez  la  redistribuer
et/ou  la  modifier selon  les  termes  de  la Licence  Art  Libre. Vous
trouverez un exemplaire de cette  Licence sur le site Copyleft Attitude,
http://copyleft.tsx.org, ainsi que sur d'autres sites.

*/


body {
	/* margin: -1em; */
	padding-left: 15%;
	padding-right: 15%;
	padding-top: 5em;
	padding-bottom: 2em;
}

span.code {
	white-space: pre;
	display: inline;
	font-family: sans-serif;
	font-size: 80%;
	padding: 1px;
}

span.filename {
	white-space: pre;
	display: inline;
	font-family: sans-serif;
	font-size: 80%;
}

pre {
    	background-color: #AAA;
    	padding: 2px;
}

*.note {
	font-size : 60%
}

table {
	border: 1px solid black;
	border-collapse: collapse;
}



/*
 * COULEURS
 *
*/

html {
	background: wheat;
}

body {
	background-color: wheat;
	background-repeat: repeat ;
	border: 1px solid black;
}

span.code {
	background-color: #AAA;
}

/* ancres */
a { color : #002222 }
a:active,hover { background: #BBB }
a:visited { color: #002255 }
a.mailto:link { color: #950515 ; font-style : italic }
a.mailto:hover,active { background : #BBB }
a.lien:link { color: #602020  }
a.lien:visited { color: #602086  }
a.lien:hover,active { background: #BBB }
a.navigation:link { color : #006600  }
a.navigation:visited { color : #006666  }
a.navigation:hover,active { background: #BBB }
a.document:link {color : #440  }
a.document:visited {color : #330  }
a.document:hover,active { background: #BBB  }

