@charset "iso-8859-1";
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-position: outside;
	list-style-image:  url(images/bullet.gif);
	background-repeat: repeat-y;
	background-position: center;
}
td,p, li, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
img{
    border:none;	
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #397AB2;
	text-decoration: none;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #397AB2;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #397AB2;
	text-decoration: none;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
.bold2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #000066;
	text-decoration: none;
}
.blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-variant: normal;
	color: #397AB2;
	text-decoration: none;
}
.redbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #CC0000;
	text-decoration: none;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #7EA9CE;
}
/* style des form */
.form{
	BACKGROUND-COLOR: #EEF2F3; BORDER-BOTTOM: #000066 1px solid; BORDER-LEFT: #000066 1px solid; BORDER-RIGHT: #000066 1px solid; BORDER-TOP: #000066 1px solid; COLOR: #000066; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 8pt
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #397AB2;
	clip: rect(auto,auto,auto,auto);
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#top td{
    background-image:url(/images/top_ctr_bkg.jpg);
}
.hmContent{
    background-image:url(/images/bot_bkg.gif);
	background-repeat:repeat-y;
}
.intContent{
    background-image:url(/images/int_bkg.gif);
	background-repeat:repeat-y;
}
#subnav td {
	font-weight:normal;
	color:#BA0505;   
    padding:10px 8px 8px 0px;
	list-style-position: outside;
	list-style-image:  url(/images/sn_bullet.gif);
}
#subnav td a, #subnav td a:link {
	font-weight:normal;
	text-decoration:none;
	color:#BA0505;
	list-style-position: outside;
	list-style-image:  url(/images/sn_bullet.gif);
}
#subnav td a:hover {
	font-weight:normal;
	text-decoration:none;
	color:#4E6F9A;
	list-style-position: outside;
	list-style-image:  url(/images/sn_bullet.gif);
}
#utility td{
    background-image:url(/images/botbar_pkg.jpg);
}
.utilityNav{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
    text-decoration:none;
}	
.utilityNav a, .utilityNav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;

}
.utilityNav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #7EA9CE;
	text-decoration:underline;
}
.newsbar {
    background-image:url(/images/fond_gris.png);
}
.devtools {
    background-image:url(/images/product_bkg.gif);
}
.news {
    background: #eef2f3;
}
.background {
    background-image:url(/images/bkg.gif);
	background-repeat: repeat-y;
	background-position: center;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #b0bfbf; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 70px; /*Width of top level menu link items*/
padding: 1px 8px;

text-decoration: none;
color: #397ab2;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 77px; /*width of sub menu levels*/
color: #397ab2;
text-decoration: none;
padding: 1px 4px;
border: 1px solid #397ab2;
border-top-width: 0;
border-bottom-width: 0;
}

.suckertreemenu ul li a:hover{
background-color: #F3F3F3;
color: #397ab2;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background-color: #b0bfbf;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background-color: #b0bfbf;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */





