﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

a.lnkred
{
    color: rgb(255, 0, 0) !important;
}

a.lnkbleu, input.lnkbleu
{
    text-decoration:underline;
}

a.lnkbleu, a:hover.lnkbleu, input.lnkbleu, input:hover.lnkbleu
{
	font-family: Arial,sans-serif;
    font-size: 12px;
    color: rgb(0, 102, 153);
}

a.lnk, A.disabled
{
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: #006699;
	text-decoration: none;
}

a.ImageLink img
{	
	border-style: none;
	text-decoration: none;
}

a:hover.lnk
{
	text-decoration: underline;
}

INPUT.btnlnk
{
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: #006699;
	text-decoration: none;
	border:0;
	background-color:#FFFFFF;
}

/*** Button ***/
A.button, INPUT.button
{
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	font: normal 11px Arial, Helvetica, sans-serif !important;
	line-height: 1.5em;
	width: auto;
	height: auto;
	white-space: nowrap;
	margin: 0px 3px 0px 3px;
}

A.button
{
	padding: 3px 16px 3px 16px !important;
}

INPUT.button
{
	padding: 2px 16px 2px 16px !important;
}

A.small, INPUT.small
{
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	font: normal 11px Arial, Helvetica, sans-serif !important;
	line-height: 1.0em;
	width: auto;
	height: auto;
	white-space: nowrap;
	margin: 0px 1px 0px 1px;
}
A.small
{
	padding: 2px 4px 2px 4px !important;
}

INPUT.small
{
	padding: 1px 4px 1px 4px !important;
}

A:hover.button, INPUT:hover.button
{
	cursor: pointer;
}

A.rose, INPUT.rose
{
	border: 1px solid #FF8686 !important;
	color: #333;
	background-color: #FFB6B6;
}

A:hover.rose, INPUT:hover.rose, INPUT.rosehover
{
	background-color: #FFEFEF;
}

A.bleu, INPUT.bleu
{
	border: 1px solid #8686FF !important;
	color: #333;
	background-color: #B6B6FF;
}

A:hover.bleu, INPUT:hover.bleu, INPUT.bleuhover
{
	background-color: #EFEFFF;
}

A.vert, INPUT.vert
{
	border: 1px solid #CBDD9B !important;
	color: #333;
	background-color: #EDFFBD;
}

A:hover.vert, INPUT:hover.vert, INPUT.verthover
{
	background-color: #FDFFCD;
}

A.grey, INPUT.grey
{
	background-color: #D4D0C8;
	border: 1px solid #D4D0C8 !important;
	color: #000000;
	font-weight:bold;
}

A:hover.grey, INPUT:hover.grey
{
	background-color: #E4E4E4;
}

* HTML INPUT.submit
{
	/* IE only. this class is only apply on input button */
	padding: 0px 10px 0px 10px !important;
}

* HTML A.submit {
	/* IE only. this class is only apply on input button */
	padding: 5px 15px 1px 15px !important;
	vertical-align:middle;
	margin-bottom:3px;
}
