﻿
body
{
	background-color: #EAFBFF;
	font-family: Arial;
	font-size: 10pt;
	color: #000066;
}

a
{
	text-decoration:none;
	font-weight:bold;
}
a:link
{
	color: #000066;	
}
a:visited
{
	color: #000066;	
}
a:hover
{
	color: #990033;
}
a:active
{
	color: #990033;
}

.button
{
	border-color:#617fb5;
	background-color:#c2cfe3;
	color:#000066;
	height:20px;
	font-size:8pt;
	vertical-align:top;
}

.buttonNouveau
{
	background-image:url(/Images/plus.gif);
	background-position:left top;
	background-repeat:no-repeat;	
	border-color:#617fb5;
	background-color:#c2cfe3;
	color:#000066;
	height:20px;
	font-size:8pt;
	vertical-align:top;
}

.lienretour
{
	font-size:9pt;
	background-image:url(/Images/Liste.gif);
	background-position:left;
	background-repeat:no-repeat;
	vertical-align:bottom;
}

.hiddenButton
{
	visibility:hidden;
}

