/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	margin: 0 0 0 0px;
	padding: 0;
	width:100%;
	height:100%;
}

body, html {

/* Red dominant */
  scrollbar-arrow-color: #DFE0E1 !important;
  scrollbar-darkshadow-color: #DFE0E1 !important;
  scrollbar-face-color: #C00010 !important;
  scrollbar-highlight-color: white !important;
  scrollbar-shadow-color:  #999999 !important;
  scrollbar-track-color: #DFE0E1 !important;
  scrollbar-3dlight-color: #DFE0E1 !important;
}

#iframe {

/* Red dominant */
  scrollbar-arrow-color: #DFE0E1 !important;
  scrollbar-darkshadow-color: #DFE0E1 !important;
  scrollbar-face-color: #C00010 !important;
  scrollbar-highlight-color: white !important;
  scrollbar-shadow-color:  #999999 !important;
  scrollbar-track-color: #DFE0E1 !important;
  scrollbar-3dlight-color: #DFE0E1 !important;
}



/*------------------------------------------ NEOPOST TOP COUNTRY SELECTOR */

#flag {
position: absolute; 
left:10px; 
top: 84px; 
background-image: url(../flags/flag_group.gif);
background-repeat:no-repeat;
z-index: +30000;
width:20px;
height:15px;
}


#ncs { 
position: absolute; 
left: 34px; 
top: 83px; 
height: 20px;
background-image: url(../pictures/background.gif);
background-repeat:no-repeat;
background-position:0px 0px;
z-index: +20000 }

#ncs, #ncs ul, ul#ncs { 
padding: 0; 
margin: 0 0 0 0; 
list-style: none; 
line-height: 15px }

#ncs a {
	display: block; 
	width: 110px; 
	height: 19px; 
	line-height: 15px; 
	padding: 1px 0 0 4px;
	background-repeat: no-repeat;
	background-position:right;
    color:#666666;
	text-decoration: none;
	 }
#ncs a img {
vertical-align:top;
margin: 0 2px 0 0;
} 
	 
/*	
#ncs a:hover {
	color: #fff; 
	background-color: #C00010 }
*/	
#ncs ul li {
	background-color:#FFFFFF;
	width: 132px;
 }
	
#ncs ul li a, #ncs ul li span {
	background: #fff;
	width: 132px; 
	height: auto; 
	line-height: 15px;
	padding: 1px 0 1px 2px;
		 }
	
#ncs ul li a:hover { background: #C00010; color: #fff }
#ncs li { 
float: left; 
width: 135px;
 }
 #ncs li ul li { width: 109px }
#ncs li ul li.grp { width: 134px; padding: 0 0 0 0 }

#ncs li ul {
	position: absolute;
	width: 134px;
	left: -999em;
	border: 1px solid #000;
	background-color:#FFFFFF;
	 }
#ncs li:hover ul, #ncs li.sfhover ul, #ncs li li.sfhover ul { 
left: -25px }


/*------------------------------------------ TEXT */
p{
margin:20px 0 20px 0;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
}
#left p{
margin:5px 0 30px 0;
padding:0;
font-size:11px;
font-weight:bold;
color:#3E282B;
}
#footer p{
margin : 0;
font-size:9px;
color:#3E282B;
}
strong{ /* Use for black bold text */
font-weight:bold;
color:#3E282B;
line-height:15px;
}
span{ /* Use for red text */
color:#C00010; 
}

/* Title section */
			h1{ /* Use for red tittle */
			margin: 0px 0px 0px 0px;
			font-size:22px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color:#C00010;
			}
#container #principal #center #text h3 {
	color: #C00010;
	font-size: 18px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
	margin-top: 10px;
}

			h2{ /* Use for black tittle */
			margin: 0px 0px 5px 0px;
			font-size:18px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color:#3E282B;
			}
			#righttop h3{  /* Use for top title of the right block */
			display:block;
			position:relative;
			top:-2px;
			margin: 0px 0px 0px 25px;
			padding-left:3px;
			font-size:11px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color:#3E282B;
			background-color:white;
			width:130px;
			height:12px;
			vertical-align:middle;
			}
			#rightcenter h4{ /* Use for black title of the right block */
			margin: 15px 0px 5px;
			font-size:11px;
			font-weight:bold;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color:#3E282B;
			}
			h6{ /* Use for red little title */
			margin: 15px 0px 5px 0px;
			font-size:11px;
			font-weight:bold;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color:#C00010;
			}
#container #principal #center_form Section {
	font-weight: bold;
	color: #C00010;
}

			h6.littletitle{ /* Use for black little title */
			margin: 30px 0px 0px 0px;
			font-size:11px;
			font-weight:bold;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color:#3E282B;
			}
			#leftcenter h5{ /* Use for red title of the left block */
			margin:5px 0 10px 0;
			padding:0;
			font-size:11px;
			font-weight:bold;
			color:#C00010;
			}
			h7{ /* Use for red little title */
			margin: 15px 0px 5px 0px;
			font-size:11px;
			font-weight:bold;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color:#C00010;
			}



a{
color:#3E282B;
text-decoration:none;
}
a:hover{
color:#C00010;
text-decoration:underline;
}
a:active{
color:#C00010;
text-decoration:underline;
}

/* list */
		dl, dt, dd, ul, li, ol {
		margin: 0;
		padding: 0;
		list-style-type: none;
		}

#double-line-space li {
	line-height: 20px;
}

		#principal ul, #principal_adapt ul, #principal_fixed ul, #right ul {
		margin-bottom:10px;
		margin-top:10px;
		}
		#producttable li { 
		margin:0;
		list-style-type:none;
		}
		#center_adapt dl{
		margin-bottom:15px;
		list-style-type:none;
		}

#rightcenter img+p{
margin:5px 0 0 0;
}
img{
border:0px;
}




/*------------------------------------------ PRODUCT TABLE------------------------------------------*/  
#producttable{
clear:right;
margin:0;
padding:0;
background-color:white;
list-style-type:none;
}

#redtable{
background-color:white;
border:1px double #C00010;
margin:2px;
}


td{
font-size:11px;
}
.tdred{  /* Use for a red background of cellule */
color:white;
background-color:#C00010;
padding : 5px 5px 5px 5px;
}
.tdgray{  /* Use for a gray background of cellule */
background-color:#DFE0E1;
padding : 5px 5px 5px 5px;
}
.textcenter{
text-align:center;
}



/*------------------------------------------ CONTAINER, AND FOOTER */


#container {
	position: absolute;
	min-width:940px;




/*FOR IE7 min width */
width:expression(document.body.clientWidth < 940 ? "940px": "99%" );
	width: 100%;
	height:auto;
	overflow:visible;
	left: 0px;
	top: 0px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#footer {
clear:both;
height:30px;
margin-left:174px;
margin-top:40px;
vertical-align:bottom;
}



/*------------------------------------------ HEADER */
#header {
margin:5px 0px 0px 0px;
padding:0px;
height: 62px;
width:100%;
min-width:80px;
}
#headerspacer{
width:99%;
height:70px;
background-color:#C00010;
}
.imgheader1{
position:absolute;
top:5px;
left:0px;
}
.imgheader2{
position:absolute;
top:5px;
right:0px;
}
#language{
position:absolute;
top:43px;
left:210px;
width:200px;
height:20px;
background-color:#C00010;
color:white;
}
#language a{
color:white;
}
#language a:hover{
text-decoration:underline;
}



/*------------------------------------------ RESEARCH */
#research {
	position:relative;
	top:38px;
	height:40px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 30px 10px;
	width:150px;
}
#research form{
	padding:0;
	background-image:url(../pictures/research.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin: 0;
}
#inputtext{
display:block;
top:10px;
margin:0 0 0 5px;
padding:2px 0 0 0;
height:13px;
border:0px;
background-color:transparent;
width:110px;
}
#inputgo{
	display:block;
	position:relative;
	left:116px;
	top:-32px;
	background-image: none;
}
select, input{
font-size:9px;
margin-top:3px;
color:#7F8083;
}
#freefindtext {
	font-size: 9px;
	line-height: 15px;
}




/*------------------------------------------ PRINCIPAL CONTAINER */
			
	
		
			#principal {
	margin-left:10px;
	/*position:relative;
			left:10px;
			margin-right:10px;/*
			padding: 0 0 0 0;*/
			background-image:url(../pictures/spacer_gray.gif);
	background-repeat:repeat-y;
	background-position:left bottom;
			}

		#principal_NoGreyLeft {
	margin-left:10px;
	/*position:relative;
			left:10px;
			margin-right:10px;/*
			padding: 0 0 0 0;
			background-image:url(../pictures/spacer_gray.gif);
	background-repeat:repeat-y;
	background-position:left bottom;*/
			}			
			
			
		/* Use principal and center for template with a right and a left block */ 
			#center {
			margin-left:160px;
			margin-right:200px;
			height:80%;
			min-width:435px;
			min-height:450px;
			}	
			
		/* Use center2 (with #principal_adapt) for template with just a right block */ 
			#center2 {
			margin-left:0px;
			margin-right:210px; 
			height:60%;
			min-height:450px;
			}
			
		/* Use pricipal_adapt for template without right or left block */
			#principal_adapt {
			margin-top:0px;
			margin-right:20px;
			margin-left:10px;
			margin-bottom:40px;
			}
			
		/* Use center_adapt (with #principal) for template  with just a left block */
			#center_adapt {
			margin-left:160px;
			margin-right:30px;
			height:60%;
			min-height:450px;
			}
		
		
		/* Error page */
			#principal_fixed{
			margin-top:0px;
			margin-right:30px;
			margin-left:30px;
			margin-bottom:0px;
			}
			#center_fixed {
			margin-top:50px;
			margin-left:220px;
			margin-right:30px;
			padding:0;
			width:460px;
			height:400px;
			}
			#error{
			position:absolute;
			width:600px;
			margin-top:-12px;
			margin-left:-80px;
			}



/*------------------------------------------ DIV IN PRINCIPAL CONTAINER */
			
			#title{
			margin-bottom:20px; /*20*/
			}
			#text{
	margin-bottom:20px;
	text-align:justify;
			}
			#picture{
			float:right;
			margin-left:20px;
			margin-right:30px;
			margin-bottom:10px;
			text-align:center;
			}
#td_rightBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
}


			/* Use to insert a flash */
			#flashobject{
			margin-bottom:20px;
			}

			
			.whitespacer{
			height:50px; 
			background-color:white;
			}
#container #principal_Training #center_Training #div  li {
	color: #333333;
	font-size: 12px;
	list-style-type: none;
	margin-left: 1px;
	list-style-image: none;
	list-style-position: outside;
	background-image: url(../pictures/more.gif);
	background-repeat: no-repeat;
	line-height: 16px;
	margin-bottom: 4px;
	background-position: left 2px;
	padding-left: 12px;
	font-variant: small-caps;
}


/*------------------------------------------ RIGHT BLOCK */
#right{
float:right;
width:180px;
background-image:url(../pictures/right2.gif);
background-repeat:repeat-y;
background-position:left;
}
#container #right #rightcenter iframe {
	margin-left: -13px;
	margin-top: -6px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	border: 0px none #FFFFFF;
	overflow: visible;
}

#righttop{ /* Background-picture of top right block */
height:12px;
background-image:url(../pictures/right1.gif);
background-repeat:no-repeat;
}
#rightcenter{
margin: 20px 10px 20px 25px;
}
#rightbottom{ /* Background-picture of bottom right block */
height:12px;
background-color:white;
background-image:url(../pictures/right3.gif);
background-repeat:no-repeat;
background-position:top;
}



/*------------------------------------------ LEFT BLOCK */
#left {/*
position:relative;*/
	float:left;
	width:135px;
}

#lefttop{ /*Gray corner of top left block */
	height:12px;
	background-image:url(../pictures/left1.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
#leftcenter{
margin-left:8px;
}
#leftbottom{ /*Gray corner of bottom left block */
	height:12px;
	background-repeat:no-repeat;
	background-position:left bottom;
	clear:both;
	background-image: url(../pictures/left3.gif);
}

#left li a {
text-decoration: none;
display: block;
height: 100%;
width:100%;
border: 0 none;
}

#leftcenter li a:hover {
background-color: #ebecec;
color: #C00010;
}



/*------------------------------------------ MENU TOP ------------------------------------------*/
#menu {
position: absolute;
top: 74px;
left:160px;
height:27px;
z-index:110;
width:700px; /*prcision pour Opera */
}
#menu dl {
float: left;
margin-left:3px;
width: 93px;
}
#menu dd{
position: absolute;
cursor: pointer;
visibility:hidden;
top:25px;
background-color:#DFE0E1;
margin-left:3px;
padding-top:13px;
padding-bottom:10px;
z-index:-50;
background-image:url(../pictures/bt_gray2.gif);
background-repeat:no-repeat;
background-position:bottom left;
width:135px;
height:auto;
}

#menu li {
text-align:left;
display:block;
width:100%;
}

#menu li a {
text-decoration: none;
display: block;
height: 100%;
width:100%;
font-size:10px;
border: 0 none;
margin-top:4px;
}

#menu li a:hover {
background-color: #ebecec;
color: #C00010;
display: block;
height: 100%;
width:100%;
font-size:10px;
border: 0 none;
margin-top:4px;
}

#menu dt {
cursor: pointer;
height:26px;
text-align: center;
margin-top: 1px;
margin-left:3px;
padding:0px;
width:93px;
}
#menu dt a.blacktext {
color: #3E282B;
text-decoration: none;
display: block;
border: 0 none;
padding-top:8px;
font-weight:bold;
}
#menu dt a.blacktext1line {
color: #3E282B;
text-decoration: none;
display: block;
border: 0 none;
padding-top:8px;
font-weight:bold;
}
#menu dt a.graytext {
color: white;
text-decoration: none;
display: block;
border: 0 none;
padding-top:8px;
font-weight:bold;
} 
#menu dt a.graytext1line {
color: white;
text-decoration: none;
display: block;
border: 0 none;
padding-top:8px;
font-weight:bold;
} 
#menu dt a:hover {
height:26px;
color:#C00010;
background-color:#DFE0E1;
background-image:url(../pictures/bt_survol.gif);
background-repeat:no-repeat;
} 
#menu dt.bt_gray{ /* Background image for gray button */
background-image:url(../pictures/bt_gray.gif);
background-repeat:no-repeat;
font-size:10px;
}
#menu dt.bt_black{ /* Background image for black button */
background-image:url(../pictures/bt_black.gif);
background-repeat:no-repeat;
font-size:10px;
}
#menu dt.bt_red{ /* Background image for red button */
background-image:url(../pictures/bt_red.gif);
background-repeat:no-repeat;
font-size:10px;
}
/* FOR A LINK NOT TO BE SEEN */

a.mailroom,
a.mailroom:hover,
a.mailroom:visited,
a.mailroom:active,
a.mailroom:focus
{
  cursor: text;
  text-decoration: none;
  color:#000000;
}
.more {
	background-image: url(../pictures/more.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	margin-left: 0px;
	padding-left: 10px;
}
#tableOutdent {
	margin-left: -9px;
}


#container #principal #center hr {
	font-weight: bold;
	color: #C00010;
}
.form_Section_Header {
	font-weight: bold;
	color: #C00010;
	font-size: 12px;
}
.Listbox {
	width: 220px;
	font-size: 10px;
}
.small_Italics {
	font-size: 11px;
	font-style: italic;
}
.hr_leftmargin {
	width: 90%;
	color: #C00010;
	margin-bottom: 3px;
	line-height: normal;
	text-align: left;
	position: relative;
	margin-left: 0px;
}

.loginFormTextbox {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 9px;
	color: #000000;
	border: 1px solid #C00010;
	background-color: #FFF0F1;
}
.loginForm {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #C00010;
	border-left-color: #666666;
	margin-bottom: 20px;
	font-size: 10px;

}
#container #principal #left #leftcenter .loginForm {
	margin-left: -10px;
}

#container #principal #center #text iframe {
	background-color: #FFFFFF;
}

/*---------------------------------------- Training Pages ----------------------------------------*/

.H-tagline {
	background-color: #dfe0e1;
	height: 18px;
	width: 99%;
	position: absolute;
	top: 75px;
	left: 7px;
	clip: rect(auto,auto,auto,0px);
}

.H-menu {
	background-color: #3e282b;
	height: 19px;
	width: 99%;
	position: absolute;
	top: 93px;
	left: 7px;
	clip: rect(auto,auto,auto,0px);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container .H-menu a {
	color: #FFFFFF;
}
#principal_Training {
	margin-left:6px;
	background-repeat:repeat-y;
	background-position:left bottom;
	margin-top: 45px;
	background-image: url(../pictures/spacer_gray.gif);
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: thick;
	border-left-width: medium;
	border-left-style: none;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #CCCCCC;
	border-left-color: #FF0000;
	position: absolute;
	border-bottom-style: none;
	height: auto;
}
#center_Training {
	margin-left:140px;
	min-width:450px;
	min-height:450px;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	border-bottom-style: solid;
	margin-right: 16px;
}
#center_Training1 {
	margin-left:140px;
	min-width:450px;
	min-height:450px;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	border-bottom-style: none;
	margin-right: 16px;
	border-top-style: none;
	border-left-style: none;
}	
#right_Training{
	float:right;
	width:135px;
	background-repeat:repeat-y;
	background-position:-10px;
	background-image: url(../pictures/spacer_gray.gif);
	margin-top: 44px;
	min-height:465px;
}
#bottom_Training{ /*Gray corner of bottom left block */
	height:12px;
	background-repeat:no-repeat;
	background-position:left bottom;
	clear:both;
	background-color: #CCCCCC;
	width: 99%;
	top: 669px;
}
#left_Training {
	width: 130px;
	position: absolute;
	left: 1px;
	margin-top: 65px;
	padding-right: 2px;
	padding-left: 2px;
.table {
	font-size: 18px;
}
#TrainingRedFaderight {
	background-image: url(../pictures/redFadeRight.png);
	background-repeat: repeat-y;
	background-position: right;
}
#td_rightBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
}
