a:link
{
	color: #000000; 
	text-decoration: underline;
}

a:visited
{
	color: #000000; 
	text-decoration: underline;
}

a:hover
{
	color: #AA0000;
	text-decoration: underline;
}

.ablanc:link
{
	color: #FFFFFF; 
	text-decoration: none;
}

.ablanc:visited
{
	color: #FFFFFF; 
	text-decoration: none;
}

.ablanc:hover
{
    color: #FFCCFF;
    text-decoration: underline;
}
table
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102); 
}
.menu
{
	background-color: #FF9900;
	color: #FFFFFF;
}
body
{
	font-family: Verdana, Arial, Helvetica, "sans serif";
	font-size: 10pt;
	background-color: #FFFFFF;
	color: #000000;
	padding:0;
	margin:0
}

.txtpetit
{
    font-size: 8pt;
    color: #FF0000;
}

.txtmed {
	font-size: 9pt;
}

.roundcont {
	width: 250px;
	background-color: #f90;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url('images/tr.gif') no-repeat top right; 
}

.roundbottom {
	background: url('images/br.gif') no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

.txtlogo {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFFFFF;
	font-variant: normal;
}
.txtlogopet {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}