/* CSS Document */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#7F8083;
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;
}

/*------------------------------------------ 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:143px;
height:197px;
}


#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: #7f8083;
	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 a { width: 129px; padding: 0 0 0 5px }
#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:#7F8083;
}
#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;
			}
			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 0px;
			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;
			}
			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;
		}
		#text li, #center2 li, #center_adapt li, #principal_adapt li, #principal_fixed li{
		list-style-position:outside;
		list-style-type:disc;
		margin:0 0 0 30px;
		}
		#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:600px;
	height:670px;
	overflow:visible;
	width: 100%;
}

#footer {
clear:both;
height:30px;
margin-left:174px;
margin-top:50px;
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:40px;
height:40px;
padding:0px 0px 0px 0px;
margin:0px 0px 30px 10px;
width:150px;
}
#research form{
padding:0;
margin:0;
background-image:url(../pictures/research.gif);
background-repeat:no-repeat;
background-position:0px 0px;
}
#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:-15px;
}
select, input{
font-size:9px;
margin-top:3px;
color:#7F8083;
}



/*------------------------------------------ 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:bottom left;
			}
			
		/* 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:left;
			}
			#picture{
			float:right;
			margin-left:20px;
			margin-right:20px;
			margin-bottom:10px;
			text-align:right;
			}
			/* Use to insert a flash */
			#flashobject{
			margin-bottom:20px;
			}
			
			.whitespacer{
			height:50px; 
			background-color:white;
			}

/*------------------------------------------ RIGHT BLOCK */
#right{
float:right;
width:180px;
background-image:url(../pictures/right2.gif);
background-repeat:repeat-y;
background-position:left;
}
#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;/*
z-index:30;*/
}
#lefttop{ /*Gray corner of top left block */ 
height:12px;
background-image:url(../pictures/left1.gif);
background-repeat:no-repeat;
background-position:top left;
}
#leftcenter{
margin-left:8px;
}
#leftbottom{ /*Gray corner of bottom left block */
height:12px;
background-image:url(../pictures/left3.gif);
background-repeat:no-repeat;
background-position:bottom left;
clear:both;
}

#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; /*précision 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;
}
