a:link
{
	font-family: Verdana, sans-serif;
	/* font-size: 11px; */
	color: #333399;
	text-decoration: underline;
}
a:hover
{
	font-family: Verdana, sans-serif;
	/* font-size: 11px; */
	color: #6699FF;
	text-decoration: underline;
}
a:visited, a:active
{
	font-family: Verdana, sans-serif;
	/* font-size: 11px; */
	color: #6699FF;
	text-decoration: underline;
}


TABLE.TableConteneur
{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #37537F;
	margin: 0;
	padding: 0;
	width: 760px;
	border: 1px black solid;
	background-color: #FFFFFF;
}
.TableConteneur tfoot
{
	font-size: 9px;
	color: #999999;
	text-align: right;
	height: 14px;
	padding: 2px 0px 0px 0px;
}
TABLE.TableauListing
{
	border: 1px solid #acacac;
	border-collapse: collapse;
   /* width: 98%;*/
	padding: 0px;
}

.TableauListing thead td
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background-image: url(../img/shadow_orange.gif);
	background-attachment: scroll;
	border-right: 1px inset #CC6600;
	padding: 1px 1px 1px 3px;
	margin: 0px;
}

.TableauListing tbody td
{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 6px 2px 6px 2px;
}

/* s&eacute;lecteurs */
body
{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF /*#CCCFDB*/;
	text-align: center;
}
img
{
	border: none;
	margin: 0px;
	padding: 0px;
}
H1
{
	font-family: Tahoma,Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #677fa4;
	padding: 2px 0px 8px 26px;
	margin: 0px;
}
H2
{
	font-family: Tahoma,sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0px 8px 36px;
	margin: 2px 1px 3px 1px;
	color: #FF9900;
	text-transform: uppercase;
}
table
{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #37537F;
}
p
{
	margin-left: 60px;
	margin-right: 60px;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #37537F;
}
ul
{
	/*list-style-type: none;
	list-style-position: outside;
	list-style-image: url(/cg79/img/fleche.gif);*/
	margin: 0px;
	padding: 1px 1px 1px 74px;
}
fieldset
{
	width: 75%;
	color: #37537F;
	border: 1px solid #DBD9D9;
}
legend
{
	font-family: tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #677fa4;
	padding: 0px 6px 0px 1px;
}
select
{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #37537F;
}
input
{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	border: 1px solid #DBD9D9;
}

/* classes */
.altern
{
	background-color: #ffffff;
	color: #303030;
}
.altern2
{
	background-color: #f6f6f6;
	color: #334B7C;
}
.actionButton
{
	border: 1px solid #DBD9D9;
	border-left: 4px outset #FED206;
	cursor: pointer;
	background-attachment: scroll;
	background-image: url(/cg79/img/Input.gif);
}
UL#listdoc
{
	padding: 0px;
	margin: 0px 0px 0px 25px;
	list-style-type: none;
	list-style-image: none;
	width: 180px;
}
UL#listdoc LI
{
	display: block;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	position: relative;
}
UL#listdoc LI A
{
	display: block;
	height: 1%;
	border: 1px solid white;
	padding: 1px 1px 1px 1px;
	margin: 0px;
	color: #677fa4;
	font-weight: bold;
	text-decoration: none;
}
UL#listdoc li a:hover
{
	height: 1%;
	border: 1px solid #3366cc;
	background-color: #cbeaff;
	color: #1c3b9b;
}
UL#menu
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
UL#menu LI
{
	float: right;
	cursor: pointer;
}
UL#menu a
{
	border-top: none;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: #d6d6d6 1px solid;
	padding: 2px 5px 2px 5px;
	margin: 0px;
	display: block;
	color: #495990;
	font-weight: normal;
	text-decoration: none;
}
UL#menu a:hover, UL#menu a.pageActive
{
	color: #1c3b9b;
	background-color: #cbeaff;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	border: 1px solid #3366cc;
	border-top: none;
	font-weight: normal;
}
UL#menuBas
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
UL#menuBas LI
{
	float: right;
	cursor: pointer;
}
UL#menuBas a
{
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom: none;
	border-left: #cccccc 1px solid;
	padding: 2px 5px 2px 5px;
	margin: 0px;
	display: block;
	color: #495990;
	font-weight: normal;
	text-decoration: none;
}
UL#menuBas a:hover
{
	color: #1c3b9b;
	background-color: #cbeaff;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	border: 1px solid #3366cc;
	border-bottom: none;
	font-weight: normal;
}
TitreVisible
{
	font-weight: bold;
	font-family: Verdana, Arial, Sans-Serif;
}
TitreNonVisible
{
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana, Arial, Sans-Serif;
}
div.Centrage
{
	width: 100%;
	/*position: relative; */
	text-align: center;
}
div.AGauche
{
	width: 100%;
	position: relative;
	text-align: left;
}
div.ADroite
{
	width: 100%;
	position: relative;
	text-align: right;
}
.Reference
{
	font-family: Tahoma, Sans-Serif;
	text-align: center;
	font-weight: bold;
}
.Legende
{ 
	font-family: Verdana, Arial, Sans-Serif; 
	font-size: 9px; 
	color: #000000; 
	text-decoration: none ;
	font-weight: bold ;
}
.Alert
{
	color: red;
	font-weight: bold;
}
table
{
	text-align: left;
	background-color: #ffffff;
	border: 0px;
}
topStyle
{
	position: absolute;
	top: 0px;
}