/* CSS Document */
body 
	{
	font-size: 13px;
	font-family:  Arial, Verdana, Geneva, sans-serif;
	line-height: 22px;
	background-color: #f9f9f9;
	}
#total
	{
	position: relative;
	width: 770px;
	border-width:5px;
	border-style:solid;
	border-color:#ccc;
	background:#fff;
	clear:both;
	}
#corps
	{
	position: relative;
	background: #fff;
	text-align: center;
	padding-right: 10px;
	clear:both;
	}
#copyright
	{
	position: relative;
	height: 25px;
	background: #e9e9e9;
	text-align: center;
	clear:both;
	}
a:link 
{
	COLOR: #ff6600; 
	TEXT-DECORATION: underline;
}
a:visited 
{
	COLOR: #ff6600; 
	TEXT-DECORATION: underline;
}
a:hover 
{
	COLOR: #0066FF; 
	TEXT-DECORATION: underline;
}
a:active
{
	COLOR: red; 
	TEXT-DECORATION: none;
}
.lien a:link 
{

	border: 3px solid;
	COLOR: gray; 
	TEXT-DECORATION: none;
	font-weight: bold;
	height: auto;
	width: auto;
	border-width:2px;
	border-style:dashed;
	border-color:#ccc;
	background: #fff;
	padding: 2px;
}
.lien a:visited 
{
	border: 3px solid;
	COLOR: gray; 
	TEXT-DECORATION: none;
	font-weight: bold;
	height: auto;
	width: auto;
	border-width:2px;
	border-style:dashed;
	border-color:#ccc;
	background: #fff;
	padding: 2px;
}
.lien a:hover 
{
	COLOR: #0066FF; 
	TEXT-DECORATION: none;
	font-weight: bold;
	height: auto;
	width: auto;
	border-width:2px;
	border-style:dashed;
	border-color:#ccc;
	background: #fff;
	padding: 2px;
}
.lien a:active
{
	COLOR: red; 
	TEXT-DECORATION: none;
	font-weight: bold;
	height: auto;
	width: auto;
	border-width:1px;
	border-style:solid;
	border-color:#ccc;
	background: #fff;
	padding: 2px;
}
.soustitre {color: #666666}
.petit {font-size: 12px}

