body 
	{
	background-color: #b0c4de;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	}
a:link 
	{
	color: #232378;
	text-decoration:none;
	}
a:visited 
	{
	color: #237823;
	text-decoration:none;
	}
a:hover 
	{
	color: #782323;
	text-decoration:underline;
	}

h1
	{
	font-size: 20px;
	padding-bottom: 30px;
	margin: 0px;
	text-align: center;
	}
h3
	{
	font-size: 14px;
	font-weight: bold;
	color: #237823;
	text-align: center;
	}
#panpag
	{
	border: 2px solid #666;
	}
#corps 
	{
	width: 900px;
	background-color: #fff;
	border: 1px solid #222;
	}
#inscription
	{
	width: 500px;
	text-align: center;
	}
#menu 
	{
	height: 50px;
	line-height: 50px;
	border: 1px dotted;
	}
	#menu a
		{
		text-decoration: none;
		font-size: 9pt;
		color: #232378
		}
	#menu a:hover
		{
		text-decoration: underline;
		}
#read
	{
	border: solid 1px black;
	}
#pannel
	{
	padding-top: 30px;
	width: 196px;
	border-right: 2px outset ;
	border-bottom: 2px outset ;
	padding-bottom: 15px;
	border-top: 2px outset ;
	float: left;
	background: #eee;
	position: fixed;
	}
	#pannel h3 
		{
		border : 1px solid #782323;
		}

#catlist
	{
	width: 260px;
	text-align: justify;
	}
	#catlist th
		{
		width: 218px;
		padding-bottom: 5px;
		padding-top: 5px;
		position: relative;
		border-bottom: 1px solid;
		}
		#catlist th:before
			{
			content:"-> ";
			}

#doclist
	{
	width: 420px;
	text-align: justify;
	}
	#doclist th
		{
		width: 363px;
		margin-bottom: 0;
		padding-bottom: 0;
		position: relative;
		border-bottom: 1px solid;
		}

#resfiche
	{
	width: 350px;
	text-align: justify;
	}
/*	
	#resfiche li
		{
		padding-top: 8px;
		}
*/
#page
	{
	text-align: center;
	padding-top: 30px;
	width: 696px;
	min-height: 300px;
	}
#recherche
	{
	background-color: #eee;
	width: 300px;
	border: 2px outset;
	}
#footer
	{
	border: 1px dotted;
	}
/* Formulaires */

fieldset 
	{
	margin: 10px auto;
	background: #eee;
	border: 1px #666 solid;
	width: 60%;
	}

.ie
	{
	margin: 15px auto;
	background: #fff;
	border: 2px #fff outset;
	width: 60%;
	}

legend 
	{
	margin-left: 15px;
	padding: 5px;
	background: #ddd;
	border: 1px #000 solid;
	}
label 
	{
	display: block;
	margin: 10px;
	text-align: right;
	}

input[type=submit]
	{
	display: block;
	margin: 20px auto;
	}
textarea
	{
	vertical-align: top;
	}
/* Classes */
.info
	{
	font-weight: bold;
	color: #6666ff;
	padding-left: 15px;
	}
.auteur
	{
	font-style: italic;
	text-align: right;
	padding-right: 10px;
	}
.catinlist
	{
	border: solid 1px;
	margin-bottom: 10px;
	}
.docinlist
	{
	border: outset 1px;
	margin-bottom: 10px;
	}
	.docinlist p
		{
		margin-top: 0px;
		display: inline-table;
		}
.resdesc
	{
	width: 75%;
	padding-left: 10px;
	padding-right: 10px;
	}
.action
	{
	border-left: 1px dotted;
	padding-left: 10px;
	}
.bouton
	{
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	float: right;
	background: #bbb;
	cursor: pointer;
	}
.rtitl
	{
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	height: 12px;
	}
.imglist
	{
	width: 300px;
	height: 50px;
	text-align: justify;
	border: solid 1px black;
	margin-bottom: 20px;
	}

.artlist
	{
	width: 300px;
	height: 50px;
	text-align: justify;
	border: solid 1px black;
	margin-bottom: 20px;
	}
	.artlist th
		{
		width: 363px;
		margin-bottom: 0;
		padding-bottom: 0;
		position: relative;
		border-bottom: 1px dotted;
		}
		.artlist th:before
			{
			content: " -> ";
			}
		
/* Lien "Panneau d'Administration" */

a.adm 
	{
	text-decoration: none;
	font-size: 10pt;
	color: #237823;
	}
a:hover 
	{
	text-decoration: underline;
	}
	