/*Interface graphique du site*/
body
{
	margin:0;
	background-color:#000000;
	background-image:URL(../images/img/Back.jpg);
	background-repeat:no-repeat;
	font-family: Verdana;
	font: Verdana;
}  

td.parchemintop
{
	background-image:URL(../images/img/parchborder-top.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
}
td.parchemintopright
{
	background-image:URL(../images/img/parchborder-top-right.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
td.parcheminleft
{
	background-image:URL(../images/img/parchborder-left.gif);
	background-position:top right;
	background-repeat:repeat-y;
}
td.parcheminright
{
	background-image:URL(../images/img/parchborder-right.gif);
	background-position:top left;
	background-repeat:repeat-y;
}
td.parcheminbottomleft
{
	background-image:URL(../images/img/parchborder-bot-left.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
td.parcheminbottom
{
	background-image:URL(../images/img/parchborder-bot.gif);
	background-position:top left;
	background-repeat:repeat-x;
}
td.parcheminbottomright
{
	background-image:URL(../images/img/parchborder-bot-right.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
td.parchemin
{
	background-color:#ccaa5f;
	background-image:URL(../images/img/light2.jpg);
}
a.menu
{
  font-size: 13px;	
  color:#FFFFFF;
  font-weight: 600;
}
a
{
	color:#AA0000;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
.red
{
	margin-top:10px;
	color:#AA0000;
}

/* Généralités */
table 
{
	font-size: 12px;
	margin-top: 20px;	
}
table.miniliste 
{
	margin-top: 0px;	
}

table.liste 
{
	font-size: 12px;	
/*	background-image:URL(../images/img/fondnew.jpg);*/
/*	background-color: black;
	color: grey;*/


}
table.nouvelle 
{
	font-size: 12px;	
}


table.admin
{
	background-image:URL(../images/img/light2.jpg);	 
}

/* Tooltip */
div#tipDiv 
{
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: 600;
	position:absolute; 
	visibility:hidden; 
	left:0; 
	top:0; 
	z-index:10000; 
	background-color:#000000; 
	border:1px solid #fff; 
	width:275px; 
	padding:4px; 
	color:#fff; 
	line-height:1.2;
}

/* Fin de la section de style */
