b {
	font-size: 11px;
	font-weight: bold;

}
strong {
	font-size: 11px;
	font-weight: bold;

}
body, table, td, p, div
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;

}
BODY {
	scrollbar-face-color: #FFFF66;
	scrollbar-shadow-color: #FFFF66;
	scrollbar-highlight-color: #FFFF66;
	scrollbar-3dlight-color: #336699;
	scrollbar-darkshadow-color: #336699;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #336699;
	margin: 0px;
	background-color: #FFFFFF;
}
h1 {
	font-size: 14px;
	line-height: normal;
	margin: 0px;
	font-weight: bold;
	display: inline;
}
h2 {
	font-size: 12px;
	line-height: normal;
	margin: 0px;
	font-weight: bold;
	display: inline;
}
h2 a:link 
{
	text-decoration:none;
}
h2 a:visited 
{
	text-decoration: none;
}
h3 {
	font-size: 11px;
	line-height: normal;
	margin: 0px;
	font-weight: bold;
	display: inline;
}
a {
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #00CC99;
}
.details {
	color: #336699;
	font-size: 10px;
}
.bdr {
	border: 1px solid #336699;
}
.bdrgris
	{
		border-right: #cccccc 1px solid;
		border-top: #cccccc 1px solid;
		display: inline;
		margin: 5px;
		border-left: #cccccc 1px solid;
		border-bottom: #cccccc 1px solid;
	}
.libelleform {
	font-size: 10px;
	color: #993333;
}
.rubform {
	font-size: 11px;
	color: #993333;
	font-weight: bold;
}
.txtfield {
	font-size: 10px;
	color: #666666;
}
.boutonform {
	font-size: 10px;
	color: #993333;
}

/*
 * MENU
 */
#Menu
{
	clear: left;
	display: block;
	float: left;
	width: 150px;
	position: static;
	height: 100%;
	margin: 0px;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	/*background-image: url(/images/interface/pixfondbarre.gif);*/


}

#Menu a 
{
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#Menu a:hover
{
	color: #00CC99;
}

#Menu .textemenuhover
{
	font-size: 11px;
	color: #00CC99;
	text-decoration: none;
	font-weight: bold;
}

#Menu .txtSSMenu
{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#Menu a.txtSSMenu
{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#Menu a.txtSSMenu:hover 
{
	color: #00CC99;
}
#Menu .txtSSMenuHover
{
	font-size: 10px;
	color: #00CC99;
	text-decoration: none;
	font-weight: normal;
}
#entete {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #336699;
	border-left-color: #336699;
}
#Contenu {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #336699;
	border-left-color: #336699;
}
#Pied 
{
	background-image: url(/images/interface/pixpied.gif);
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #336699;
	border-bottom-color: #336699;
	border-left-color: #336699;
}
.table{
	width: 580px;
	border: 1px solid #CCCCCC;
}
.color {
	color: #6699CC;
}