*    {
	line-height: 150%;
}

html    {
	background-color: #444;
	font-size: 12px;
	font-family: Verdana,"Bitstream Vera Sans",Arial,Helvetica,sans-serif;
	color: #222;
}

body    {
	margin: 20px;
}

#main    {
	border: 2px solid #000;
	background: #888;
	margin: 10px 10px 10px 200px;
	padding-left: 10px;
}

#menu    {
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	float: left;
	width: 180px;
	background: #888;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-size: 14px;
}

#foot    {
	border-top: 1px solid #000;
}

*.boite    {
	background-color: #aaa;
	padding: 0 0 1px 0;
	margin: 20px 20px 20px 10px;
}

*.boite h3    {
	font-size: 16px;
	color: #aaa;
	background-color: #444;
	padding: 1px 5px;
	margin: 0;	
}

*.boite a	{
	color: #eee;
}

*.boite a:hover    {
	color: #aaa;
	background-color: #eee;
	text-decoration: none;
}

*.boite h4, *.boite p    {
	padding-left: 10px;
}

p    {
	padding: 0px 10px 0px 10px;
}

h1    {
	font-size: 18px;
}

h2    {
	font-size: 20px;
}

a    {
	color: #ccc;
	font-weight: bold;
}

a:hover    {
	color: #888;
	background-color: #ccc;
	text-decoration: none;
}

img    {
	border: 0;
}

ul    {
	list-style-type: none;
}

ul.publi    {
	list-style-type: square;
}

ul.publi li    {
	margin-bottom: 2em;
}

*.bib    {
	color: black;
	background-color: white;
	padding: 1em;
	margin: 1em;
	font-family: "courier new",courier,monospace;
}

*.barre    {
	text-decoration: line-through;
}

.titre	{
	color: #eee;
	font-weight: bold;
}

