
@Import url(../BuiltIn/All.css.ashx);

/* ================================
    CSS STYLES FOR WaVeNet PORTAL 
    v1.0, 01/2001
   ================================
   
   Legend :
   ========
   projectname : Dupont/moinette
   couleur 1 : #ffffff - (blanc‚)      
   couleur 2 : #003366 - (bleu marine foncé)
   couleur 3 : #ffcc33 - (Jaune/orange‚)
   couleur 4 : #cc3333- rouge)
   couleur 5 : #663333 - ( ! brun peu utilisé)
   

*/
	/*****************************************************************************************************************/
	/*									!!! IMPORTANT NOTE !!!														 */
	/*****************************************************************************************************************/
	/* All the CSS for the menu in the new system are sorted in this way : 

				Name Syntax:
				************
				
				Direction+Content+"Menu"+State+Niv
				
				Direction : H , V , S : for Horizontal , Vertical or Synthetique
				Content	  : Text or TD : Text or Background
				Menu	  : string "Menu"
				State	  : A , V , O : for Actif , Visible or Open
				Niv		  : The level of the item for ex: 1,2,3,...

				Sample : 
				********

				We want to define CSS for an Horizontal Menu Text, when look open, of level 2, we write 

				HTextMenuO2

				Find CSS MenuText:
				******************

				HA1 : Horizontal actif niv 1
				HA2 : Horizontal actif niv 2
				HA3 : Horizontal actif niv 3

				HV1 : Horizontal visible niv 1
				HV2 : Horizontal visible niv 2
				HV3 : Horizontal visible niv 3

				HO1 : Horizontal open niv 1
				HO2 : Horizontal open niv 2
				HO3 : Horizontal open niv 3	

				VA1 : Vertical actif niv 1
				VA2 : Vertical actif niv 2
				VA3 : Vertical actif niv 3

				VV1 : Vertical visible niv 1
				VV2 : Vertical visible niv 2
				VV3 : Vertical visible niv 3

				VO1 : Vertical open niv 1
				VO2 : Vertical open niv 2
				VO3 : Vertical open niv 3

				SA1 : Synthetique actif niv 1
				SA2 : Synthetique actif niv 2
				SA3 : Synthetique actif niv 3

				SV1 : Synthetique visible niv 1
				SV2 : Synthetique visible niv 2
				SV3 : Synthetique visible niv 3

				SO1 : Synthetique open niv 1
				SO2 : Synthetique open niv 2
				SO3 : Synthetique open niv 3	

/*****************************************************************************************************************/
.TITLELEVEL1 {
	text-align: left;
	font-family: arial, tahoma;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #003366;
	WVNEditorName: Dupont - titlelevel1;
}

.TITLELEVEL2 {
	text-align: left;
	font-family: arial, tahoma;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #003366;
	WVNEditorName: Dupont - titlelevel2;
}

.TEXTLEVEL1 {
	font-family: arial, tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	WVNEditorName: Dupont - textlevel1;
	text-align: justify;
}

.TEXTLEVEL2 {
	font-family: arial, tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	WVNEditorName: Dupont - textlevel2;
	text-align: justify;
}

.TEXTLEVEL3 {
	font-family: arial, tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	WVNEditorName: Dupont - textlevel3;
	text-align: justify;
}

.TEXTLEVEL4 {
	font-family: arial, tahoma;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	WVNEditorName: Dupont - textlevel4;
	text-align: justify;
}

.TEXTLEVEL5 {
	font-family: arial, tahoma;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	WVNEditorName: Dupont - textlevel5;
	text-align: justify;
}

.WVN {
	font-family: arial;
	font-weight: bold;
	color: #000000;
	
}

.PRODUCT1 {
	font-family: verdana, tahoma, arial;
	font-weight: bold;
	color: #000000;
	WVNEditorName: wvn - prod1;
}

.PRODUCT2 {
	font-family: verdana, tahoma, arial;
	font-weight: bold;
	color: #E7DE33;
	WVNEditorName: wvn - prod2;
}

.PRODUCT3 {
	font-family: verdana, tahoma, arial;
	font-weight: bold;
	color: #000000;
	WVNEditorName: wvn - prod3;
}

.PRODUCT4 {
	font-family: verdana, tahoma, arial;
	font-weight: bold;
	color: #AFE4F8;
	WVNEditorName: wvn - prod4;
}

/* PAGE BACKGROUND */
	/* background color for the header at the top of the page  */
.HeadBg {
	
}

/* background color for the content part of the pages */
Body {
	background-color: #FFFFFF;
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	margin: 0px 0px;
	padding: 0px;
	/*text-align: center;*/
	/* Pb WVNEditor grandes polices : line-height: 12px;           */
}

/* PAGE BANNER */
	/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	font-family: Verdana Bold, Helvetica, sans-serif;
}

/* background/border colors for the selected tab */
.TabBg {
	
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
	
}

/* text style for the selected tab */
.SelectedTab {
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	color: #C3DBE4;
	font-weight: bold;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link {
	text-decoration: none;
	color: #ffffff;
}

A.OtherTabs:visited {
	text-decoration: none;
	color: #AFE4F8;
}

A.OtherTabs:active {
	text-decoration: none;
	color: #AFE4F8;
}

A.OtherTabs:hover {
	text-decoration: underline;
	color: #D0B312;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink {
	/*CB : pour respecter les styles demandés pour le welcome message et change profile*/
	WVNEditorName: Lien;
	color: #ffcc33;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;
	text-decoration: none;
	-left: 5px;
}

/* hyperlink style for the site links */
A.SiteLink:link {
	color: #ffffff;
	font-family: thoma, arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;
	text-decoration: none;
}

A.SiteLink:visited {
	color: #ffffff;
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;
	text-decoration: none;
}

A.SiteLink:active {
	color: #ffffff;
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;
	text-decoration: none;
}

A.SiteLink:hover {
	color: #ffcc33;
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;
	text-decoration: underline;
}

/* style for separator between site links */
.Accent {
	color: #ffffff;
	font-weight: bold;
	WVNEditorName: Accentuation;
}

/* MODULE-SPECIFIC */
	/* text style for reading messages in Discussion */
.Message {
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	font-weight: normal;
	font-size: 11px;
	background-color: #777777;
	/* BEGIN MD 15/04/2002 */
	WVNEditorName: Message;
	/* END MD 15/04/2002 */
}

/* Announcements Add by FG */
.TitleAnchor {
	font-family: verdana, tahoma, arial;
	font-size: 15px;
	font-weight: bold;
	color: #0062AA;
}

.NewsLocation {
	font-family: verdana, tahoma, arial;
	font-size: 13px;
	color: #0062AA;
	font-style: italic;
}

.SmallNewsLocation {
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	color: #0062AA;
	font-style: italic;
}

NormalNews {
	font-family: verdana, tahoma, arial;
	font-size: 11px;
}

/* End FG */ /* style of item titles by Announcements and events */
.ItemTitle {
	font-family: arial, tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

/* style of Announcement and events from the past */
.ItemColorPast {
	color: Silver
}

/* style of Announcement and events present */
.ItemColorPresent {
	color: Black
}

/* style of Announcement and events futures */
.ItemColorFuture {
	color: Blue
}

/* GENERAL */ /* style for module titles */
.Head {
	text-align: left;
	font-family: verdana, tahoma, arial;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}

.HeadJNW {
	text-align: left;
	font-family: verdana, tahoma, arial;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}

/* style of item titles on edit and admin pages */
.SubHead {
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	vertical-align: top;
	padding-top: 5px;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

/* text style used for most text rendered by modules */
.normal_editor {
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

.Normal {
	vertical-align: top;
	font-family: arial;
	font-size: 11px;
	color: #003366;
	font-weight: normal;
	line-height: 12px;
	WVNEditorName: Style normal
}

span.Normal {
	vertical-align: inherit;
}

* html span.Normal {
	vertical-align: top;
}

/* text style used for option  */
.normalOption {
	font-weight: normal;
	font-size: 11px;
	font-family: verdana, tahoma, arial;
	height: 10px;
	padding: 0px;
	margin: -1px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	font-weight: normal;
	vertical-align: top;
}

.DisabledOption {
	color: #AFE4F8;
}

.NormalRed {
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	font-weight: bold;
	color: red;
	/* BEGIN MD 15/04/2002 */
	WVNEditorName: Normal ( rouge ) /* END MD 15/04/2002 */
}

.NormalBold {
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	font-weight: bold;
	color: 000000;
	/* BEGIN MD 15/04/2002 */
	WVNEditorName: Normal ( gras ) /* END MD 15/04/2002 */
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active,A.CommandButton:hover
	{
	text-decoration: underline;
	color: #003366;
}

/* GENERIC */
H1 {
	text-align: left;
	font-family: tahoma, arial;
	font-size: 28px;
	font-weight: bold;
	color: #003366;
	margin: 0;
}

H2 {
	font-family: verdana, tahoma, arial;
	font-size: 14px; /* WVN : 20px; */
	font-weight: normal;
	color: #000000;
}

H3 {
	font-family: verdana, tahoma, arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

H4 {
	font-family: verdana, tahoma, arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

H5,DT {
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

H6 {
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

label {
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	font-weight: normal;
	color: #0062AA;
}

font {
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	font-weight: bold;
	color: #0062AA;
}

TFOOT,THEAD {
	font-family: verdana, tahoma, arial;
	font-size: 12px;
	color: #000000;
}

TH {
	vertical-align: baseline;
	font-family: verdana, tahoma, arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

a {
	font-family: arial, tahoma;
	font-size: 13px;
	text-decoration: underline;
	color: #003366;
}
:link { 
	font-family: arial, tahoma;
	font-size: 13px;
	text-decoration: underline;
	color: #003366;
}
:link:link { 
	font-family: arial, tahoma;
	font-size: 13px;
	text-decoration: underline;
	color: #003366;
}
a:link { 
	font-family: arial, tahoma;
	font-size: 13px;
	text-decoration: underline;
	color: #003366;
}

:visited {
	font-family: arial, tahoma;
	font-size: 13px;
	text-decoration: underline;
	color: #001111;
}
link:visited {
	font-family: arial, tahoma;
	font-size: 13px;
	text-decoration: underline;
	color: #001111;
}

a:visited {
	font-family: arial, tahoma;
	font-size: 13px;
	text-decoration: underline;
	color: #001111;
}
link:hover {
	font-family: arial, tahoma;
	font-size: 13px;
	text-decoration: underline;
	color: #004444;
}
a:hover {
	font-family: arial, tahoma;
	font-size: 13px;
	text-decoration: underline;
	color: #004444;
}

link:active{
	font-family: arial, tahoma;
	font-size: 13px;
	text-decoration: underline;
	color: #003366;	
	}
a:active{
	font-family: arial, tahoma;
	font-size: 13px;
	text-decoration: underline;
	color: #003366;	
	}
	
a:focus {
	font-family: arial, tahoma;
	font-size: 13px;
	text-decoration: underline;
	color: #003366;
	font-variant:
}

SMALL {
	font-size: 8px;
}

BIG {
	font-size: 14px;
}

BLOCKQUOTE,PRE {
	font-family: verdana, tahoma, arial;
}

UL LI {
	list-style-type: square;
	font-family: verdana, tahoma;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px; /* WVN FIN */
	color: #000000;
}

UL LI LI {
	list-style-type: disc;
}

UL LI LI LI {
	list-style-type: circle;
}

OL LI {
	list-style-type: decimal;
}

OL OL LI {
	list-style-type: lower-alpha;
}

OL OL OL LI {
	list-style-type: lower-roman;
}

HR {
	color: dimgrey;
	height: 1pt;
	/* WVN : Modif Look WVN : text-align:left */
}

/* BEGIN MD : 01.03.2002 */ /* CSS for the MultilingualSwitch control*/
.MultilingualSwitch {
	text-decoration: none;
	color: #000000;
	font-family: verdana, tahoma, arial;
	font-weight: normal;
	font-size: 11px;
}

/* END MD : 01.03.2002 */
.LgImplemented {
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	color: Green;
}

.LgNotImplemented {
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	color: Gray;
}

/* WVN DEBUT : classes supplémentaires : Modif Look WVN */ /*P{
    font-family : arial;
    font-size: 12px;
    font-weight: normal;    
    color:#0062AA;
}*/ /* text style link buttons used in the portal modules "NoTitle" */
.CommandButtonNoTitle {
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	font-weight: normal;
	color: #AFE4F8;
}

/* hyperlink style link buttons used in the portal modules "NoTitle" */
A.CommandButtonNoTitle:link {
	color: #AFE4F8;
}

A.CommandButtonNoTitle:visited {
	color: #AFE4F8;
}

A.CommandButtonNoTitle:active {
	color: #AFE4F8;
}

A.CommandButtonNoTitle:hover {
	color: red; /* border: green 2px outset; */
}

/* BEGIN MD : 19/04/2002*/ /* Class for the error message */
.ErrorMessage {
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: Red;
	/* BEGIN MD 15/04/2002 */
	WVNEditorName: Style Error Message /* END MD 15/04/2002 */
}

/* END MD : 19/04/2002*/ /* WVN FIN */ /* BEGIN MD : 11/03/2002 */
	/* CSS for the DeskTopPortalMenu control */
	/* HORIZONTAL <TABLE> MENU*/ /*niv 1*/
.HTableMenu1 {
	background-color: transparent;
	border: 2px;
	border-color: #ffffff;
	border-style: solid;
	padding: 0px;
	font-size: 12px;
	text-align: right;
	height: 27px;
	width: 763px;
}

/*niv 2*/
.HTableMenu2 {
	background-color: #FFFFEF;
	border: 0px none;
	width: 100%
}

/* VERTICAL <TABLE> MENU*/
	/* Style for the cell how contain the &nbsp; for the indentation*/
.IndentTD {
	display: none;
}

/*niv 1*/
.VTableMenu1 {
	background-color: Transparent;
	width: 100%;
	padding-top: 0px;
}

/* SYNTHETIQUE <TABLE> MENU */
.STableMenu1 {
	text-align: center;
}

/* HORIZONTAL <TD> MENU */ /* niv 1 */
.HTDMenuA1,.HTDMenuO1 {
	background-color: transparent;
	padding-right: 23px;
	padding-left: 23px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	/*border-width : 1px;
	border-color:white;
	border-style:solid;*/
	background-image: url(images_design/menuJ.jpg);
	background-position: left;
	/*  background-repeat: no-repeat;*/
	white-space: nowrap;
	width: 25%;
}

.Vide {
	display: none;
}

.HTDMenuV1 {
	background-color: transparent;
	padding-right: 23px;
	padding-left: 23px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	border-width: 2px;
	border-color: white;
	border-style: solid;
	background-image: url(images_design/menuB.jpg);
	background-position: left;
	/*  background-repeat: no-repeat;*/
	white-space: nowrap;
	width: 25%;
}

/* VERTICAL <TD> MENU */ /* niv 1*/
.VTDMenuA1 {
	background-color: transparent;
	padding-right: 60px;
	padding-left: 0px;
	padding-top: 9px;
	padding-bottom: 0px;
	text-align: right;
	border-width: 0px;
	background-image: url(./images_design/ergotSup.gif);
	background-position: 126px 14px;
	background-repeat: no-repeat;
	vertical-align: center;
}

.VTDMenuO1 {
	background-color: transparent;
	padding-right: 60px;
	padding-left: 0px;
	padding-top: 9px;
	padding-bottom: 0px;
	text-align: right;
	border-width: 0px;
	background-repeat: no-repeat;
	vertical-align: center;
}

.VTDMenuV1 {
	background-color: transparent;
	padding-right: 60px;
	padding-left: 0px;
	padding-top: 9px;
	padding-bottom: 0px;
	text-align: right;
	border-width: 0px;
	background-image: none;
	background-repeat: no-repeat;
	vertical-align: top;
}

/* niv 2*/
.VTDMenuA2 { 

	padding-right: 75px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
	border-width: 0px;
	background-image: url(./images_design/ergotInf.gif);
	background-position: 126px 4px;
	background-repeat: no-repeat;
}

.VTDMenuO2 { 
	padding-right: 75px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
	border-width: 0px;
	background-image: url(./images_design/ergotInf.gif);
	background-position: 126px 4px;
	background-repeat: no-repeat;
}

.VTDMenuV2 {
	height: 8px;
	/*border:1px;
border-style:solid;
border-color:#000000;*/
	color: #663333;
	/* background-color: transparent;*/
	padding-right: 75px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
	background-image: none;
	background-position: 25px 0px;
	background-repeat: no-repeat;
}

/* niv 3*/
.VTDMenuA3,.VTDMenuV3,.VTDMenuO3 {
	text-align: left;
	padding-bottom: 0px;
	padding-top: 2px;
	padding-left: 15px;
	background-color: Transparent;
	border-color: Transparent;
	border-width: 0px;
	background-image: url(./images_design/ergotInf.gif);
	background-position: 126px 3px;
	background-repeat: no-repeat;
}

/* SYNTHETIQUE <TD> MENU */ /* HORIZONTAL LINK SECTION */ /* niv 1 */
	/* Actif */ /* HA1 */
.HTextMenuA1,A.HTextMenuA1:link,A.HTextMenuA1:visited,A.HTextMenuA1:active,A.HTextMenuA1:hover
	{
	color: #003366;
	font-family: arial, tahoma;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0px;
	text-decoration: none;
	text-transform: uppercase;
}

/* Visible */ /* HV1 */
.HTextMenuV1,A.HTextMenuV1:link,A.HTextMenuV1:visited,A.HTextMenuV1:active
	{
	color: #ffffff;
	font-family: arial, tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;
	text-decoration: none;
	text-transform: uppercase;
}

A.HTextMenuV1:hover {
	color: #ffcc33;
	font-family: arial, tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;
	text-decoration: none;
	text-transform: uppercase;
}

/* Ouvert */ /* HO1 */
.HTextMenuO1,A.HTextMenuO1:link,A.HTextMenuO1:visited,A.HTextMenuO1:active,A.HTextMenuO1:hover
	{
	color: #003366;
	font-family: arial, tahoma;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0px;
	text-decoration: none;
	text-transform: uppercase;
}

/* niv 2*/ /* Actif */ /* HA2 */
.HTextMenuA2,A.HTextMenuA2:link,A.HTextMenuA2:visited,A.HTextMenuA2:active,A.HTextMenuA2:hover
	{
	font-family: arial, tahoma;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

/* Visible */ /* HV2 */
.HTextMenuV2,A.HTextMenuV2:link,A.HTextMenuV2:visited,A.HTextMenuV2:active,A.HTextMenuV2:hover
	{
	font-family: arial, tahoma;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

/* Ouvert */ /* HO2 */ /* VERTICAL LINK SECTION */ /* niv 1 */
	/* Actif */ /* VA1 */
.VTextMenuA1,A.VTextMenuA1:link,A.VTextMenuA1:visited,A.VTextMenuA1:hover,A.VTextMenuA1:active
	{
	color: #CF7934;
	font-family: arial, tahoma;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0px;
	text-decoration: none;
}

/* Visible */ /* VV1 */
.VTextMenuV1,A.VTextMenuV1:link,A.VTextMenuV1:visited,A.VTextMenuV1:active
	{
	color: #003366;
	font-family: arial, tahoma;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0px;
	text-decoration: none;
}

A.VTextMenuV1:hover {
	color: #003366;
	font-family: arial, tahoma;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0px;
	text-decoration: underline;
}

/* Ouvert*/ /* VO1 */
.VTextMenuO1,A.VTextMenuO1:link,A.VTextMenuO1:visited,A.VTextMenuO1:active,A.VTextMenuO1:hover
	{
	color: #003366;
	font-family: arial, tahoma;
	font-size: 12px;
	font-weight: 900;
	font-style: normal;
	letter-spacing: 0px;
	text-decoration: none;
}

/* niv 2*/ /* Actif */ /* VA2 */
.VTextMenuA2,A.VTextMenuA2:link,A.VTextMenuA2:visited,A.VTextMenuA2:active,A.VTextMenuA2:hover
	{
	color: #CF7934;
	font-family: arial, tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;
	text-decoration: none;
}

/* Visible */ /* VV2 */
.VTextMenuV2,a.VTextMenuV2:link,a.VTextMenuV2:visited,a.VTextMenuV2:active
	{
	color: #003366;
	font-family: arial, tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;
	text-decoration: none;
}

A.VTextMenuV2:hover {
	color: #003366;
	font-family: arial, tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;
	text-decoration: underline;
}

/* Ouvert*/ /* VO2 */
.VTextMenuO2,A.VTextMenuO2:link,A.VTextMenuO2:visited,A.VTextMenuO2:active,A.VTextMenuO2:hover
	{
	color: #CF7934;
	font-family: arial, tahoma;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0px;
	text-decoration: none;
}

/* niv 3 */ /* Actif */ /* VA3 */
.VTextMenuA3,A.VTextMenuA3:link,A.VTextMenuA3:visited,A.VTextMenuA3:active,A.VTextMenuA3:hover
	{
	letter-spacing: 0px;
	color: #0062AA;
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

/* Visible */ /* VV3 */
.VTextMenuV3,a.VTextMenuV3:link,a.VTextMenuV3:visited,a.VTextMenuV3:active
	{
	letter-spacing: 0px;
	color: #0062AA;
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

A.VTextMenuV3:hover {
	letter-spacing: 0px;
	color: #0062AA;
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

/* Ouvert */ /* VO3 */
.VTextMenuO3,A.VTextMenuO3:link,A.VTextMenuO3:visited,A.VTextMenuO3:active,A.VTextMenuO3:hover
	{
	letter-spacing: 0px;
	color: #0062AA;
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

/* SYNTHETIQUE LINK SECTION */ /* SA1*/ /* SV1*/
.STextMenuV1,.STextMenuV1:link,.STextMenuV1:visited,.STextMenuV1:active
	{
	text-decoration: none;
	color: #ffffff;
}

.STextMenuV1:hover {
	text-decoration: none;
	color: #ffffff;
}

/* SO1*/ /* SA2*/ /* SV2*/
.STextMenuV2 {
	text-decoration: none;
	color: #ffffff;
}

.STextMenuV2:link {
	text-decoration: none;
	color: #ffffff;
}

.STextMenuV2:visited {
	text-decoration: none;
	color: #ffffff;
}

.STextMenuV2:active {
	text-decoration: none;
	color: #ffffff;
}

.STextMenuV2:hover {
	text-decoration: none;
	color: #ffffff;
}

/* SO2*/ /* SA3*/ /* SV3*/
.STextMenuV3 {
	text-decoration: none;
	color: #996666;
}

.STextMenuV3:link {
	text-decoration: none;
	color: #996666;
}

.STextMenuV3:visited {
	text-decoration: none;
	color: #996666;
}

.STextMenuV3:active {
	text-decoration: none;
	color: #996666;
}

.STextMenuV3:hover {
	text-decoration: none;
	color: #996666;
}

/* SO3*/ /* END MD : 11/03/2002 */ /*BEGIN MD : 08/04/2002*/
	/* CSS FOR THE WVN EDITOR*/
IFRAME {
	font-size: 15;
}

/*END MD : 08/04/2002*/
Select {
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
}

/*BEGIN MD : 22/05/2002*/
	/* Style for the controle MultilingualChooser*/
.LgListActivate {
	font-weight: normal;
	font-style: normal;
}

.LgListDesactivate {
	font-weight: bold;
	color: white;
}

.LgListLink:link,.LgListLink:visited {
	font-family: arial, tahoma;
	font-size: 11px;
	font-style: normal;
	letter-spacing: 0px;
	padding-top: 2px;
	padding-bottom: 10px;
	padding-left: 6px;
	padding-right: 6px;
	text-decoration: none;
}

.LgListLink:hover {
	font-family: arial, tahoma;
	font-size: 11px;
	font-style: normal;
	letter-spacing: 0px;
	padding-top: 2px;
	padding-bottom: 10px;
	padding-left: 6px;
	padding-right: 6px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.Separator {
	background-color: #0157A2;
	color: #0157A2;
	font-family: arial, tahoma;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-decoration: none;
}

/*END MD : 22/05/2002*/ /* CSS For the gallery module*/
.Gallery {
	width: 90%;
}

.HeaderGallery {
	background-color: #ffffff; /* WVN : white; */
	color: #0062AA;
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	text-align: center;
}

.PagerGallery {
	color: #0062AA;
	background-color: #ffffff; /* WVN : white; */
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	text-align: right;
}

.ItemGallery {
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

.AlertnatingItemCss {
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	background-color: white;
}

/* BEGIN MD : 01/08/2002*/ /* CSS For the subscription to a newsletter*/
.SubscriptionHead {
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: arial, tahoma;
}

/*
.SubscriptionBorder
{
	border-right: #777777 thin double;
	border-top: #777777 thin double;
	border-left: #777777 thin double;
	border-bottom: #777777 thin double;
}
.SubscriptionHead
{
	border-right: #ffffff thin double;
	border-top: #ffffff thin double;
	font-weight: bold;
	font-size: 11px;
	border-left: #ffffff thin double;
	color: black;
	border-bottom: #ffffff thin double;
	font-family : verdana, tahoma, arial;
	background-color: #AFE4F8;
	text-align: center;
}
.SubscriptionFoot
{
	background-color: #AFE4F8;
	border-right: #ffffff thin double;
	border-top: #ffffff thin double;
	border-left: #ffffff thin double;
	border-bottom: #ffffff thin double;	
	text-align: center;
}
.SubscriptionRow
{
	background-color: ghostwhite;
}
*/ /* END MD : 01/08/2002 */
	/*****************************************************************************************************************/
	/*									!!! CSS FOR THE STORE !!!														 */
	/*****************************************************************************************************************/
.ProductImage {
	padding-right: 14px;
	padding-left: 14px;
	border-color: black;
	border-width: 0px;
	border-style: solid;
	text-align: center;
}

.TDProductTitle,.TDProductShortDescription,.TDProductPrice {
	padding-right: 14px;
	padding-left: 14px;
	border-color: black;
	border-width: 0px;
	border-style: solid;
	text-align: center;
	font-family: arial, tahoma;
	font-size: 9px;
	font-weight: normal;
	color: #0062AA;
}

.ProductTitle {
	text-align: center;
	font-family: arial, tahoma;
	font-size: 9px;
	font-weight: normal;
	color: #777777;
}

.ProductShortDescription {
	font-style: italic;
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

.HomeHead {
	color: #C3DBE4;
	font-family: arial, tahoma;
	font-size: 18px;
	font-weight: bold;
	HEIGHT: 35px
}

/* */
.ContentHead {
	background-color: #C3DBE4;
	color: #000000;
	font-family: arial, tahoma;
	font-size: 18px;
	font-weight: bold;
	height: 35px
}

/* */
.SubContentHead {
	background-color: #0062AA;
	color: dimgray;
	font-family: arial, tahoma;
	font-size: 16px;
	font-weight: bold;
	height: 20px
}

/* */
.UnitCost {
	color: #000000;
	font-family: arial, tahoma;
	font-size: 15px;
	line-height: 20pt
}

/* */
.ModelNumber {
	color: #777777;
	font-family: arial, tahoma;
	font-size: 11px;
	line-height: 20pt
}

/* */
.ErrorText {
	color: red;
	font-family: arial, tahoma;
	font-size: 12px;
	line-height: 20pt
}

.MostPopularHead {
	background-color: #ffffff;
	color: white;
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: bold
}

A.MostPopularItemText,A.MostPopularItemText:link,A.MostPopularItemText:visited
	{
	color: black;
	font-family: arial, tahoma;
	font-size: 11px;
	text-decoration: none
}

A.MostPopularItemText:hover {
	color: red;
	font-family: arial, tahoma;
	font-size: 11px;
	text-decoration: underline
}

.ProductListHead {
	color: black;
	font-family: arial, tahoma;
	font-size: 12px;
	font-weight: bold;
	line-height: 14pt;
	text-decoration: underline;
}

.ProductListItem {
	color: black;
	font-family: arial, tahoma;
	font-size: 10px
}

.CartListHead {
	background-color: #AFE4F8;
	border-bottom: dimgray;
	border-left: dimgray 1px solid;
	color: black;
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 20pt;
	padding-left: 5px
}

.CartListItem {
	background-color: #AFE4F8;
	border-bottom: dimgray;
	border-left: dimgray 1px solid;
	color: black;
	font-family: arial, tahoma;
	font-size: 11px;
	padding-left: 5px
}

.CartListItemAlt {
	background-color: #AFE4F8;
	border-bottom: dimgray;
	border-left: dimgray 1px solid;
	color: black;
	font-family: arial, tahoma;
	font-size: 11px;
	padding-left: 5px
}

.CartListFooter {
	background-color: #AFE4F8;
	line-height: 10pt
}

A.SiteLinkBold,A.SiteLinkBold:link,A.SiteLinkBold:visited {
	color: #AFE4F8;
	font-family: arial, tahoma;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold
}

A.SiteLinkBold:hover {
	color: #C3DBE4;
	text-decoration: underline;
}

.NormalDouble {
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px
}

/*CSS For the image book module*/
.ImgBookWin {
	width: 100%;
	border-right: black 0px solid;
	border-top: black 0px solid;
	border-left: black 0px solid;
	border-bottom: black 0px solid;
	font-weight: normal;
	font-size: 11px;
	vertical-align: center;
	font-family: arial, tahoma;
	background-color: transparent;
}

/* Table contain only image */
.ImgBookImg {
	border-right: black 0px solid;
	border-top: black 0px solid;
	border-left: black 0px solid;
	border-bottom: black 0px solid;
	background-color: transparent;
	text-align: center;
	width: 100%;
}

/* Table contain only description */
.ImgBookDescription {
	border-right: black 0px solid;
	border-top: black 0px solid;
	border-bottom: black 0px solid;
	border-left: black 0px solid;
	font-weight: normal;
	font-size: 15px;
	vertical-align: top;
	font-family: arial, tahoma;
	background-color: transparent;
	padding: 5px;
}

/* TD for the title of the TOC*/
.ImageBookTOCTitle {
	font-size: 13px;
	padding: 5px;
	color: #000000;
	font-weight: bold;
	background-color: transparent;
	text-transform: uppercase;
}

/* TD for the Table Of Content (only link) */
.ImageBookTOCTD {
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 0px;
}

.ImageBookTable {
	width: 98%;
	background-color: transparent;
	border-right: #ffffff 3px solid;
	border-top: #ffffff 3px solid;
	border-left: #ffffff 3px solid;
	border-bottom: #ffffff 3px solid;
	padding-top: 10px;
	margin: 10px;
}

.ImageBookItem {
	width: 50%;
}

.ImageBookTOCTable {
	background-color: transparent;
	text-align: left;
	border-right: black 0px solid;
	border-top: black 0px solid;
	border-left: black 0px solid;
	width: 100%;
	border-bottom: black 0px solid;
	height: 100%;
}

.ImageBookTOCLink,A.ImageBookTOCLink:link,A.ImageBookTOCLink:visited,A.ImageBookTOCLink:hover
	{
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #000000;
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: normal;
}

.ImageBookTOCPager {
	border-right: black 0px solid;
	border-left: black 0px solid;
	border-bottom: black Opx solid;
	width: 100%;
	background-color: #ffffff;
	text-align: right;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.ImageBookTOCPagerLink,A.ImageBookTOCPagerLink:link,A.ImageBookTOCPagerLink:visited,A.ImageBookTOCPagerLink:hover
	{
	font-weight: normal;
	font-size: 9px;
	color: white;
	font-family: arial, tahoma;
}

.ImageBookTOCPagerSelected {
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: arial, tahoma;
}

.ImageBook_Image { /*cursor :hand;*/
	border-color: #dddddd;
}

.ImageBookViewerTitle {
	padding: 10px;
	background-color: transparent;
	color: #oooooo;
	font-family: arial, tahoma;
	font-size: 18px;
	font-weight: bold;
	height: 35px
}

.ImageBookViewerImage {
	padding: 10px;
	vertical-align: top;
}

.ImageBookViewerDescription {
	padding: 10px;
	vertical-align: top;
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: normal;
	color: red;
}

/* TD contain title*/
.TDImgItemTitle {
	font-size: 13px;
	padding: 5px;
	color: #oooooo;
	font-weight: bold;
	background-color: none;
	text-transform: uppercase;
}

/* TD contain image*/
.TDImgBookItemImg {
	width: 50%;
	padding: 5px;
}

/* TD contain description*/
.TDImgBookItemDescr {
	width: 50%;
	padding: 0px;
}

/* TD contain all the TOC (link + pager)*/
.TDToc {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 0px;
}

/* TD contain all the items (image + descr) in the photobook*/
.TDItems {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

/* TD contain one item (image + descr) in the photobook*/
.ImageBookItem {
	vertical-align: top;
}

/* TD contain button first,previous,next,last */
.TDNavigator {
	padding: 5px;
	text-align: center;
}

/* TD contain command buttons (download, view image, ...)*/
.TDButton {
	padding: 5px;
}

/**************************************/
	/*style for table around modules*/
	/**************************************/
.contentpane,.rightpane,.leftpane {
	padding-top: 50px;
}

.Table_Module {
	width: 100%;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	font-size: 12px;
}

.Table_Module H1 {
	color: #052A4F !important;
}

.TD_Module_HeaderA {
	text-align: left;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}

.TD_Module_HeaderB {
	text-align: left;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #oooooo;
}

.TD_Module_Content {
	padding-top: 10px;
	padding-right: 55px;
}
.ceAcc_TD_Module_Content .CE_TABLE{
	padding-top: 10px;
	position: relative;
	width: 100%;
	left: -74px;
	top:0px;
}


.ceFab_TD_Module_Content .CE_TABLE,
.ceFerm__TD_Module_Content .CE_TABLE,
.ceMiseBout__TD_Module_Content .CE_TABLE{
	padding-top: 10px;
	position: relative;
	width: 100%;
	left: -50px;
	top:-20px;
}
.ceCavesDupont_TD_Module_Content .CE_TABLE {
	padding-top: 10px;
	position: relative;
	width: 100%;
	left: -45px;
	top:0px;
}
.ceForge_TD_Module_Content .CE_TABLE {
	padding-top: 10px;
	position: relative;
	width: 100%;
	left: -45px;
	top:0px;
}
.ceQuiche_TD_Module_Content .CE_TABLE {
	padding-top: 10px;
	position: relative;
	width: 100%;
	left: -65px;
	top:-10px;
}
.ceFromagerie_TD_Module_Content .CE_TABLE {
	padding-top: 10px;
	position: relative;
	width: 100%;
	left: -40px;
	top:-10px;
}







.TD_Module_Footer {
	
}

.TD_Module_Command {
	padding-top: 5px;
	padding-right: 18px;
}

.TD_Module_Title { /*    text-align : left;*/
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	padding-left: 0px;
	padding-top: 14px;
}

.AuthorizationAvertise {
	text-align: center;
	font-family: verdana, tahoma, arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding-top: 10 px;
	padding-bottom: 10 px;
	padding-left: 25 px;
	padding-right: 25 px;
}

/*style for Download center*/ /**************************************/
.DC_TD_TITLE {
	vertical-align: top;
	font-family: arial, tahoma;
	font-size: 11px;
	color: #oooooo;
	font-weight: bold;
	line-height: 12px;
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
}

.DC_TD_CELL {
	vertical-align: top;
	font-family: arial, tahoma;
	font-size: 11px;
	color: #oooooo;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	border-color: black;
	border-width: 0px;
	border-style: solid;
}

.DC_TABLE {
	
}

.DC_FILTER_TD {
	vertical-align: top;
	font-family: arial, tahoma;
	font-size: 11px;
	color: #oooooo;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

/*Affichage des onglet (configuration)*/
.Onglet_Activated {
	border-right: white 1px solid;
	padding-right: 3px;
	border-top: white 1px solid;
	padding-left: 3px;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	height: 20px;
	background-color: dimgray;
	color: white;
	font-family: arial, tahoma;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

.Onglet_Deactivated {
	background-color: white;
	border-color: dimgray;
	border-width: 1px;
	border-style: solid;
	padding-left: 3;
	padding-right: 3;
	height: 20px;
	font-weight: bold;
	font-size: 13px;
	color: gray;
	font-family: arial, tahoma;
	text-decoration: none;
	cursor: hand;
}

.Onglet_Disabled {
	border-color: dimgray;
	border-width: 1px;
	border-style: solid;
	padding-left: 3;
	padding-right: 3;
	height: 20px;
	background-color: lightgrey;
	font-weight: bold;
	font-size: 13px;
	color: gray;
	font-family: arial, tahoma;
	text-decoration: none;
}

.3DWin {
	border-right: dimgray inset;
	border-top: thin inset;
	border-left: thin inset;
	border-bottom: dimgray thin inset;
}

/************************/ /* FAQS*/
  /*Cf .normal*/
.FaqsQuestion{
	vertical-align:top;
	font-family:arial,tahoma;
	font-size: 11px;    
	font-weight:normal;
}

.FaqsAnswer {
	vertical-align: top;
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: normal;
}

.LabelCategory
	color : #000000 ; {
	valign: top;
	vertical-align: sub;
}

.radiobuttonlistFaqs {
	vertical-align: top;
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	RepeatDirection: Horizontal;
}

.Faqs-TxtSearch {
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: normal;
}

.Faqs-Td {align =right;valign =top;
	
}

.FaqsIndex-table {
	
}

.FaqsIndex-td {
	text-align: center;
}

.FaqsNewPageLink {
	vertical-align: top;
	text-align: center;
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: normal;
	color: Blue;
	line-height: 12px;
}

.FaqsNewPageLabel {
	vertical-align: top;
	text-align: center;
	font-family: arial, tahoma;
	font-size: 14px;
	font-weight: normal;
	font-weight: bold;
	height: 100%;
	color: Blue;
	line-height: 12px;
}

.Faqs_Label {
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: bold;
}

.Faqs_Link {
	vertical-align: center;
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

Faqs_Table_Header {
	width: 100%;
	background-color: #AFE4F8;
}

/*** Tasks****/
.TasksAlternate {
	background-color: whitesmoke;
}

.TasksHeader {
	font-family: arial, tahoma;
	font-weight: bold;
	font-size: 9pt;
	background-color: #cfcfcf;
}

.TasksItem {
	font-family: arial, tahoma;
	font-size: 8pt;
	color: #003366;
}

.TasksSearchTextBox {
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: normal;
}

.TasksTableSearch {
	font-family: arial, tahoma;
	font-size: 11px;
	background-color: #cfcfcf;
	color: #003366;
}

.TasksPagerSearch {
	font-family: arial, tahoma;
	font-size: 8pt;
	font-weight: bold;
	background-color: #cfcfcf;
}

.ListHeader {
	font-family: arial, tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #003366;
}

.oddTask {
	background-color: whitesmoke;
}

.evenTask {
	
}

.dateSeparator {
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: normal;
}

/* for the buttons in the Tasks Option Modal Dialog*/
.TasksCommandButton {
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #3A5278;
	cursor: hand;
}

.TasksMainTable {
	
}

.TasksTitle {
	text-align: center;
	font-family: arial, tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #3A5278;
}

.TasksTableOption {
	
}

/*****************************************************************************************
/**************************************      FORUM   *************************************
*****************************************************************************************/
	/*****************************************************
General Anchor
*****************************************************/
a.linkSmallBold,a.linkMenuSink {
	font-weight: bold;
}

a.linkSmall,a.LinkSmallBold,a.linkMenuSink {
	color: ;
	font-size: 12px;
}

a.linkSmallBold:visited,a.linkMenuSink:visited {
	color: ;
}

a.linkSmallBold:Hover,a.linkMenuSink:Hover {
	color: ;
}

/*****************************************************
Text and Anchor to display when a user is online
*****************************************************/
.userOnlineLinkBold,a.userOnlineLinkBold,a.userOnlineLinkBold:Visited,a.userOnlineLinkBold:Hover,a.userOnlineLinkBold:Link
	{
	font-weight: bold;
	color: #oooooo;
}

.moderatorOnlineLinkBold,a.moderatorOnlineLinkBold,a.moderatorOnlineLinkBold:Visited,a.moderatorOnlineLinkBold:Hover,a.moderatorOnlineLinkBold:Link
	{
	font-weight: bold;
	color: #oooooo;
}

.adminOnlineLinkBold,a.adminOnlineLinkBold,a.adminOnlineLinkBold:Visited,a.adminOnlineLinkBold:Hover,a.adminOnlineLinkBold:Link
	{
	font-weight: bold;
	color: #oooooo;
}

/*****************************************************
Text and anchors used in the navigation menu
*****************************************************/
.menuTitle {
	font-weight: bold;
	font-size: 14px;
	font-family: arial, tahoma;
	color: #oooooo;
}

.menuText {
	font-size: 12px;
	font-weight: bold;
	color: #AFE4F8;
}

a.menuTextLink:visited,a.menuTextLink:link {
	font-size: 12px;
	text-decoration: none;
	color: #oooooo;
}

a.menuTextLink:Hover {
	color: #oooooo;
}

/*****************************************************
Text and anchors used in the search
*****************************************************/
.searchPager {
	font-size: 12px;
	font-weight: bold;
}

.searchItem {
	background-color: #D8F2FC;
}

.searchAlternatingItem {
	background-color: #D8F2FC;
}

/*****************************************************
Default separator style for PostList
*****************************************************/
td.flatViewSpacing {
	height: 2px;
	background-color: #D8F2FC;
}

/*****************************************************
Table Header and cell definitions
*****************************************************/
th {
	background-image: url(../images/forumHeaderBackground.gif);
	background-color: #AFE4F8;
}

td.forumHeaderBackgroundAlternate {
	background-image: url(../images/forumHeaderBackgroundAlternate.gif);
	background-color: #AFE4F8;
}

/*****************************************************
General Text
*****************************************************/
.normalTextSmall {
	font-family: arial, tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #oooooo;
}

.normalTextSmallBold {
	font-family: arial, tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #oooooo;
}

.normalTextSmaller {
	font-family: arial, tahoma;
	font-size: 10px;
	color: #oooooo;
}

.normalTextSmall,.normalTextSmallBold,.normalTextSmaller {
	font-family: arial, tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #oooooo;
}

/*****************************************************
Text used on tables with a background
*****************************************************/
.tableHeaderText {
	font-weight: bold;
	font-size: 14px;
	color: #oooooo;
}

/*****************************************************
Border used around tables
*****************************************************/
.tableBorder {
	border: 0px #AFE4F8 solid;
	background-color: #AFE4F8;
}

/*****************************************************
Main forum colors
*****************************************************/
td.forumRow {
	background-color: #D8F2FC;
}

td.forumAlternate {
	background-color: #D8F2FC;
}

/*****************************************************
Background color and text used in threaded view
*****************************************************/
td.threadTitle {
	background-color: #ECF7FC;
}

.threadDetailTextSmall {
	font-size: 12px;
	color: #oooooo;
}

.threadDetailTextSmallBold {
	font-weight: bold;
	font-size: 12px;
	color: #oooooo;
}

td.forumRowHighlight {
	background-color: #ECF7FC;
}

/*****************************************************
Text and links used in ForumGroupRepeater and ForumRepeater
*****************************************************/
.forumTitle {
	font-weight: bold;
	font-size: 14px;
	color: #oooooo;
}

a.forumTitle:visited,a.forumTitle:link {
	font-size: 14px;
	font-weight: bold;
	color: #oooooo;
}

a.forumTitle:hover {
	color: #DD6900;
}

.forumName {
	font-weight: bold;
	font-size: 16px;
	font-family: arial, tahoma;
	text-decoration: none;
	color: navy;
}

a.forumName:hover {
	color: #DD6900;
	text-decoration: underline;
}

/*****************************************************
Form Elements
*****************************************************/
.forum_textarea {
	font-family: arial, tahoma;
	font-size: 12px;
	background-color: White;
	border-color: Black;
}

/*****************************************************
Menu Controls
*****************************************************/
A.linkMenuSink {
	font-size: 12px;
	font-family: arial, tahoma;
	position: relative;
}

TD.popupMenuSink {
	position: relative;
}

DIV.popupMenu {
	border: 1px solid blue;
}

DIV.popupTitle {
	font-family: arial, tahoma;
	color: white;
	font-weight: bold;
	background-color: #oooooo;
}

DIV.popupItem {
	font-size: 14px;
	font-weight: bold;
	font-family: arial, tahoma;
	background-color: #AFE4F8;
}

/****************************************************************************************

/*CSS for the glossary module*/
	/****************************************************************************************/
	/********************Display of the principal row ex: firstLetter - term - definition***********/
.gl_topImg {
	vertical-align: middle;
	padding-right: 1px;
}

.gl_First_Letter {
	FONT-WEIGHT: bold;
	FONT-SIZE: 20px;
	font-family: arial, tahoma;
	color: #oooooo;
	TEXT-ALIGN: justify;
	vertical-align: top;
	width: 50px;
}

.gl_EditImg {
	padding-right: 8px;
	padding-top: 8px;
	vertical-align: top;
}

.gl_term {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	font-family: arial, tahoma;
	color: #oooooo;
	TEXT-ALIGN: justify;
	padding-top: 8px;
	vertical-align: top;
	width: 150px;
}

A.gl_Anchor_Def:active {
	text-decoration: none;
	color: #ffffff;
}

A.gl_Anchor_Def:visited {
	text-decoration: none;
	color: #ffffff;
}

A.gl_Anchor_Def:link {
	text-decoration: none;
	color: #oooooo;
}

A.gl_Anchor_Def:hover {
	text-decoration: none;
	color: #oooooo;
}

.gl_Def {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	font-family: arial, tahoma;
	color: #oooooo;
	TEXT-ALIGN: justify;
	padding-top: 8px;
	padding-right: 20px;
	vertical-align: top;
}

/**********************************************************************************************/
	/*********************Display of the Search bar*********************************/
.gl_Search_Align {
	text-align: left;
	vertical-align: middle;
}

.gl_Search_Label {
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle;
	padding-right: 5px;
}

.gl_Search_TextBox {
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle;
}

/*******Display of the Index Glossary user control*********/
.gl_Index {
	FONT-SIZE: 17px;
	text-align: center;
	letter-spacing: -0.5mm;
	padding-top: 10px;
	padding-bottom: 10px;
}

.gl_Index_Letter {
	padding-right: 5px;
}

.gl_Index_Disabled {
	color: gray;
}

A.aIndexGlossary:link {
	COLOR: #C3DBE4;
	TEXT-DECORATION: none;
}

A.aIndexGlossary:visited {
	COLOR: #C3DBE4;
	TEXT-DECORATION: none;
}

A.aIndexGlossary:active {
	COLOR: #C3DBE4;
	TEXT-DECORATION: none;
}

A.aIndexGlossary:hover {
	COLOR: #C3DBE4;
	TEXT-DECORATION: underline;
}

/**********************************************************/
	/* wvnSearch   */
	/**********************************************************/
.wvnSearchTable {
	width: 100%;
	border-width: thin;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}

.wvnSearchItem1 {
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: normal;
}

.wvnSearchItem2 {
	font-weight: normal;
	font-size: 11px;
	font-family: arial, tahoma;
	background-color: lightgrey;
}

.wvnSearchHeader {
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

.wvnSearchFooter {
	
}

.wvnSearchPager {
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: normal;
}

.wvnSearchConfig_Table {
	background-color: lightgrey;
}

.wvnSearchConfig_Title {
	border-bottom: black 1px double;
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

.wvnSearchConfig_Item1_l {
	
}

.wvnSearchConfig_Item1_c {
	
}

.wvnSearchConfig_Item1_r {
	
}

.wvnSearchConfig_Item2_l {
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: white 1px solid;
}

.wvnSearchConfig_Item2_c {
	border-top: gray 1px solid;
	border-bottom: white 1px solid;
}

.wvnSearchConfig_Item2_r {
	border-top: gray 1px solid;
	border-right: gray 1px solid;
	border-bottom: white 1px solid;
}

.wvnSearch_SearchDidNotMatch {
	font-weight: bold;
	font-size: 15px;
	color: deepskyblue;
	line-height: 12px;
	font-family: arial, tahoma;
}

.wvnSearch_Result_TableRes {
	vertical-align: top;
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: normal;
}

.wvnSearch_Result_TableRes_FoundOnPageLbl {
	
}

.wvnSearch_Result_TableRes_FoundOnPageValue {
	
}

.wvnSearch_Result_TableRes_ModuleTypeLbl {
	
}

.wvnSearch_Result_TableRes_ModuleTypeValue {
	
}

.wvnSearch_Result_TableRes_ModuleLbl {
	
}

.wvnSearch_Result_TableRes_ModuleValue {
	
}

.wvnSearch_Result_TableOccRes {
	vertical-align: top;
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: normal;
}

.wvnSearch_Result_TableOccRes_Title {
	font-weight: bold;
	font-size: 12px;
	vertical-align: top;
	font-family: arial, tahoma;
	text-decoration: underline;
}

.wvnSearch_Result_TableOccRes_ModuleDetailLbl {
	
}

.wvnSearch_Result_TableOccRes_ModuleDetailLbl {
	
}

.wvnSearch_Result_TableOccRes_Word {
	font-weight: bold;
	font-style: italic;
}

/**********************************************************/
	/* wvnGuestBook   */
	/**********************************************************/
.GuestBook_HeadFiltre {
	
}

.GuestBook_Table_Gen {
	
}

.GuestBook_Items_Table {
	
}

.GuestBook_Td_Edit {
	
}

.GuestBook_Td_Signaletique {
	
}

.GuestBook_Td_Message {
	
}

.GuestBook_Table_Signaletique {
	
}

.GuestBook_Td_Field {
	
}

.GuestBook_Td_FieldValue {
	
}

.GuestBook_Td_FieldMessage {
	
}

.GuestBook_SubHead {
	background-color: red;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	padding: 0px;
	font-size: 16px;
}

/**********************Calendar****************************/ /* FG */
.Calendar_Table_Month {
	border: 0;
	border-color: White;
	background-color: White;
	width: 100%;
}

.Calendar_THMonth {
	font-family: arial, tahoma;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	background-color: #5588BB;
	text-align: center;
}

.Calendar_DayMonth {
	font-family: arial, tahoma;
	border: 0;
	font-size: 10pt;
	border-color: White;
	background-color: #EDEDED;
	vertical-align: top;
	height: 70px;
	width: 15%
}

.Calendar_Dayoff {
	font-family: arial, tahoma;
	border: 0;
	font-size: 10pt;
	border-color: White;
	background-color: #cecfce;
	vertical-align: top;
	height: 70px;
	width: 10%
}

.Calendar_TrSelectedDay {
	font-family: arial, tahoma;
	border: 0;
	font-size: 10pt;
	border-color: White;
	background-color: #FFFACD;
	vertical-align: top;
}

.Calendar_TrSelectedDayWE {
	font-family: arial, tahoma;
	border: 0;
	font-size: 10pt;
	border-color: White;
	background-color: #F5D390;
	vertical-align: top;
}

.Calendar_NumSem {
	border: 0;
	border-color: White;
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	width: 10px;
}

a.Calendar_LinkN:link {
	font: 8 pt Tahoma;
	TEXT-DECORATION: none;
	color: #FFFFFF;
}

a.Calendar_LinkN:active {
	font: 8 pt Tahoma;
	TEXT-DECORATION: none;
	color: #FFFFFF;
}

a.Calendar_LinkN:visited {
	font: 8 pt Tahoma;
	TEXT-DECORATION: none;
	color: #FFFFFF;
}

a.Calendar_LinkN:hover {
	font: 8 pt Tahoma;
	color: #FFFFFF;
}

.Calendar_NumSem {
	border: 0;
	border-color: White;
	background-color: #cecfce;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	width: 10px;
}

.Calendar_Private {
	color: White;
	background-color: Green;
	font-size: 11px;
}

/* END FG */
.Calendar_Table {
	background-color: white;
	font: 8 pt Tahoma;
	width: 100%;
}

/*Calendar Header */
.Calendar_TdHeaderHour {
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: bold;
	width: 3%;
	text-align: right;
}

.Calendar_TdHeaderOutHour {
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: bold;
	width: 3%;
	text-align: right;
}

.Calendar_TH {
	font-family: arial, tahoma;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	background-color: #336699;
	text-align: center;
}

.Calendar_TodayTH {
	font-family: Arial, sans-serif;
	color: red;
	font-size: 8pt;
	font-weight: bold;
	background-color: #336699;
	text-align: center;
}

.Calendar_ImagesNextBefore {
	cursor: hand;
}

a.Calendar_Link0:link {
	font: 8 pt Tahoma;
	TEXT-DECORATION: none;
	color: #4682B4;
}

a.Calendar_Link0:active {
	font: 8 pt Tahoma;
	TEXT-DECORATION: none;
	color: #4682B4;
}

a.Calendar_Link0:visited {
	font: 8 pt Tahoma;
	TEXT-DECORATION: none;
	color: #4682B4;
}

a.Calendar_Link0:hover {
	font: 8 pt Tahoma;
	color: #4682B4;
}

a.Calendar_LinkFinished0:link {
	font: 8 pt Tahoma;
	TEXT-DECORATION: line-through;
	color: #4682B4;
}

a.Calendar_LinkFinished0:active {
	font: 8 pt Tahoma;
	TEXT-DECORATION: line-through;
	color: #4682B4;
}

a.Calendar_LinkFinished0:hover {
	font: 8 pt Tahoma;
	TEXT-DECORATION: line-through;
	color: #4682B4;
}

a.Calendar_LinkFinished0:visited {
	font: 8 pt Tahoma;
	TEXT-DECORATION: line-through;
	color: #4682B4;
}

a.Calendar_Link1:link {
	font: 8 pt Tahoma;
	TEXT-DECORATION: none;
	color: #000080;
}

a.Calendar_Link1:hover {
	font: 8 pt Tahoma;
	TEXT-DECORATION: underline;
	color: #000080;
}

a.Calendar_Link1:visited {
	font: 8 pt Tahoma;
	color: #000080;
}

a.Calendar_Link1:active {
	font: 8 pt Tahoma;
	TEXT-DECORATION: none;
	color: #000080;
}

a.Calendar_LinkFinished1:link {
	font: 8 pt Tahoma;
	TEXT-DECORATION: line-through;
	color: #000080;
}

a.Calendar_LinkFinished1:visited {
	font: 8 pt Tahoma;
	TEXT-DECORATION: line-through;
	color: #000080;
}

a.Calendar_LinkFinished1:active {
	font: 8 pt Tahoma;
	TEXT-DECORATION: line-through;
	color: #000080;
}

a.Calendar_LinkFinished1:hover {
	font: 8 pt Tahoma;
	TEXT-DECORATION: line-through;
	color: #000080;
}

a.Calendar_NewsLink:link {
	font: 8 pt Tahoma;
	TEXT-DECORATION: none;
	color: #000000;
}

a.Calendar_NewsLink:hover {
	font: 8 pt Tahoma;
	TEXT-DECORATION: underline;
	color: #000000;
}

a.Calendar_NewsLink:visited {
	font: 8 pt Tahoma;
	color: #000000;
}

a.Calendar_NewsLink:active {
	font: 8 pt Tahoma;
	TEXT-DECORATION: none;
	color: #000000;
}

/* Calendar rows */
.Calendar_TrOutHour {
	background-color: #B0C4DE;
}

.Calendar_TrHour0 {
	background-color: #EDEDED;
}

.Calendar_TrHour1 {
	background-color: #cecfce;
}

.Calendar_TrSelectedHour0 {
	background-color: #FFFFE0;
}

.Calendar_TrSelectedHour1 {
	background-color: #FFFACD;
}

/*Calendar cells */
.Calendar_TdOutHour {
	font-family: arial, tahoma;
	font-size: 11px;
	width: 12%;
}

.Calendar_TdHour0 {
	font-family: arial, tahoma;
	font-size: 11px;
	width: 12%;
}

.Calendar_TdHour1 {
	font-family: arial, tahoma;
	font-size: 11px;
}

/*Small Calendar */
.SmallCalendar_Table {
	border-width: 1px;
	border-style: solid;
	border-color: #6699cc;
}

.SmallCalendar_DayHeader {
	background-color: #B0C4DE;
	font-weight: bold;
	font-size: 8pt;
}

.SmallCalendar_Day {
	font-weight: bold;
	font-family: arial, tahoma;
	color: #696969;
	font-size: 8pt;
	text-decoration: none;
}

.SmallCalendar_NextPrev {
	font-family: arial, tahoma;
	font-weight: bold;
	font-size: 9pt;
}

.SmallCalendar_OtherMonth {
	font-weight: bold;
	font-family: arial, tahoma;
	color: #696969;
	font-size: 8pt;
	text-decoration: none;
}

.SmallCalendar_SelectedDay {
	border-width: 1px;
	border-style: solid;
	border-color: red;
	background-color: #FFFFED;
	font-weight: bold;
	font-family: arial, tahoma;
	color: #696969;
	font-size: 8pt;
	text-decoration: none;
}

.SmallCalendar_Selector {
	border-width: 1px;
	border-style: solid;
	border-color: red;
}

.SmallCalendar_Title {
	background-color: #B0C4DE;
	font-weight: bold;
	font-size: 8pt;
}

.SmallCalendar_TodayDay {
	font-family: arial, tahoma;
	font-weight: bold;
	color: red;
	font-size: 8pt;
	text-decoration: none;
}

.SmallCalendar_WeekendDay {
	font-weight: bold;
	font-family: arial, tahoma;
	color: #696969;
	font-size: 8pt;
	text-decoration: none;
}

/*******menu contextuel******/
.skin0 {
	position: absolute;
	width: 150px;
	border: 2px solid black;
	background-color: menu;
	font-family: arial, tahoma;
	font-size: 10pt;
	color: black;
	line-height: 20px;
	cursor: default;
	visibility: hidden;
}

.skin1 {
	cursor: default;
	font-family: arial, tahoma;
	color: black;
	position: absolute;
	width: 150px;
	font-size: 10pt;
	background-color: menu;
	border: 1 solid buttonface;
	visibility: hidden;
	border: 2 outset buttonhighlight;
}

a.MenuLink {
	color: black;
	text-decoration: none;
}

a.MenuLink:hover {
	color: white;
	text-decoration: none;
}

a.MenuLink:visited {
	color: black;
	text-decoration: none;
}

.menuitems {
	padding-left: 15px;
	padding-right: 10px;
	link: #AFE4F8;
	alink: #AFE4F8;
	vlink: #AFE4F8;
}

/*********fin menu contextuel***********/
Table.DialogBox {
	background-color: White;
	BACKGROUND-COLOR: #AFE4F8;
	BORDER-BOTTOM: White 2px ridge;
	BORDER-LEFT: White 2px ridge;
	BORDER-RIGHT: White 2px ridge;
	BORDER-TOP: White 2px ridge;
}

/*****************************************************
Path control
*****************************************************/
table.PathTable,.PathLink,A.PathLink:link,A.PathLink:visited,A.PathLink:active,A.PathLink:hover
	{
	BACKGROUND-COLOR: transparent;
	font-family: arial, tahoma;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0px;
	font-weight: bold;
	padding-left: 5px;
}

.PathItem,.PathSeparator {
	vertical-align: bottom;
	padding-top: 30px;
	padding-bottom: 2px;
}

/****** AdvancedForm ******/
	/* pour l'alignement général du formulaire */
.tdForm {
	text-align: center;
	vertical-align: middle;
}

/* pour l'alignement des boutons précédent/suivant, historique, etc */
.Submit {
	text-align: center;
	vertical-align: middle;
}

/* pour l'alignement des boutons précédent/suivant, historique, etc */
.History {
	text-align: center;
	vertical-align: middle;
}

/* style des boutons précédent,suivant,historique + numéros d'étapes en haut */
.Navigator {
	font-family: arial, tahoma;
	font-size: 16px;
	font-weight: bold;
}

/* pour l'alignement des numéros d'étapes en haut */
.Steps {
	text-align: right;
	vertical-align: middle;
}

/* pour l'alignement du total en haut */
.Total {
	text-align: right;
	vertical-align: middle;
}

/* style du mot "Total" */
.TotalTitle {
	font-family: arial, tahoma;
	font-size: 14px;
	font-weight: bold;
	color: darkred;
	text-decoration: underline;
}

/* style de la valeur du total et de la monnaie */
.TotalValueCurrency {
	font-family: arial, tahoma;
	font-size: 14px;
	font-weight: bold;
}

/*										*
 *										*

 *			 ---------------------					*
 *			| WVNLIST MODULE CSS  |					*
 *			 ---------------------					*
 *										*
 *										*
 *										*/ /*										*
 *										*
 *										*
 *			General wvnList						*
 *										*
 *										*
 *										*/ /* Default font for the button */
.wvnListButtonFont {
	font-size: x-small;
}

/* Default width for DropDownLists/Textboxes */
.wvnListDefaultWidth {
	width: 120;
}

/*										*
 *										*
 *										*
 *			wvnList related						*
 *										*
 *										*
 *										*/
	/* Options table (domains/list selection, sort, description) */
.wvnListOptionsTable {
	width: 100%;
}

/* Options table row */
.wvnListOptionsTableRow {
	
}

/* Options table: inner tables */
.wvnListOptionsTableInner {
	
}

/* Options table columns */
.wvnListOptionsTableCol {
	
}

/* Options table options panel (i.e. Domain selection) */
.wvnListOptionsTablePanel {
	
}

/* The list description zone */
.wvnListListDescription {
	OVERFLOW-Y: auto;
	width: 300px;
	height: 50px;
}

/* Table containing the div that will contain the data */
.wvnListListTable {
	width: 100%;
	height: 100%;
}

/* Div that will contain the data */
.wvnListListTableDiv {
	WIDTH: 750;
	HEIGHT: 300;
	overflow: auto;
}

/* Alignement of the launch/export buttons */
.wvnListLaunchButtons {
	align: "center";
}

/* The dataGrid containing the result of the query... */
.wvnListDataGrid {
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

/* ... its header style (TR)... */
.wvnListHeaderStyle {
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	font-size: 8pt;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-style: italic;
	background-color: silver;
	text-align: center;
}

/* ... its item style (TR)... */
.wvnListItemStyle {
	font-size: 8pt;
	color: black;
}

/* ... its alternate item style (TR) ... */
.wvnListAlternateItemStyle {
	font-size: 8pt;
	color: black;
}

/* ... its item style (TD) for a default content ... */
.wvnListItemDefault {
	
}

/* ... its item style (TD) for a string content ... */
.wvnListItemString {
	text-align: center;
}

/* ... its item style (TD) for a string content ... */
.wvnListItemNumber {
	text-align: right;
}

/* ... its item style (TD) for a string content ... */
.wvnListItemDate {
	text-align: left;
}

/* ... its item style (TD) for a boolean content ... */
.wvnListItemBoolean {
	text-align: center;
}

/* Div pager part */
.wvnListPagerStyle {
	font-weight: bolder;
	font-size: 12px;
	vertical-align: top;
	color: gainsboro;
	font-style: italic;
	font-family: arial, tahoma;
}

.wvnListPagerStyle a,.wvnListPagerStyle a:link {
	font-family: arial, tahoma;
	font-size: 12px;
	color: Black;
	vertical-align: top;
}

.wvnListPagerStyle a:visited {
	font-family: arial, tahoma;
	font-size: 12px;
	color: Black;
	vertical-align: top;
}

.wvnListPagerStyle a:hover {
	font-family: arial, tahoma;
	font-size: 12px;
	color: Red;
	vertical-align: top;
}

.wvnListPagerStyle a:active {
	font-family: arial, tahoma;
	font-size: 12px;
	color: Red;
	vertical-align: top;
}

/*										*
 *										*
 *										*
 *			editWvnList related			*
 *										*
 *										*
 *										*/ /* Table for the edit of a list... */
.wvnListEditPanel {
	
}

/* ... row of this table */
.wvnListEditRow {
	vertical-align: top;
}

/* Width of filter textboxes */
.wvnListFilterWidthEdit {
	width: 120;
}

/*										*
 *										*
 *										*
 *			configWvnList related		*
 *										*
 *										*
 *										*/ /* Dimensions of the listbox(es) */
.wvnListListBoxCell {
	width: 180px;
	height: 200px;
}

/* Width of an option table */
.wvnListOption {
	width: 100%
}

/* TD used for displaying the "edit" panel (add, remove, edit */
.wvnListEditPanel {
	width: 50;
	text-align: left;
}

/* Additionnal options for the chart control */
.wvnListChartTheme {
	width: 640;
	height: 480;
}

/****** AdvancedForm ******/
	/* pour l'alignement général des labels du formulaire */
.tdForm {
	text-align: left;
	vertical-align: top;
}

/* pour l'alignement général des contrôles du formulaire */
.tdForm2 {
	text-align: left;
	vertical-align: middle;
}

/* pour l'alignement général de la page */
.tdGlobal {
	text-align: center;
	vertical-align: middle;
}

/* défilement du formulaire */
.Scrollable { /*overflow-y:auto;
	height:300px;*/
	
}

.bgNav {
	background-color: #AFE4F8;
}

.subItem {
	background-color: #AFE4F8;
}

/* pour l'alignement des boutons précédent/suivant*/
.Submit {
	text-align: center;
	vertical-align: middle;
	visibility: hidden;
}

/* pour l'alignement des boutons Paypal + message de confirmation*/
.SubmitPP {
	text-align: center;
	vertical-align: middle;
}

/* pour l'alignement de l'historique, etc */
.History {
	text-align: center;
	vertical-align: middle;
}

/* style des boutons précédent,suivant et numéros d'étapes en haut */
.Navigator {
	font-family: arial, tahoma;
	font-size: 16px;
	font-weight: bold;
}

/* pour l'alignement des numéros d'étapes en haut */
.Steps {
	text-align: center;
	vertical-align: middle;
}

/* pour l'alignement du total en haut */
.Total {
	text-align: center;
	vertical-align: middle;
}

/* style du mot "Total" */
.TotalTitle {
	font-family: arial, tahoma;
	font-size: 14px;
	font-weight: bold;
	color: darkred;
	text-decoration: underline;
}

/* style de la valeur du total et de la monnaie */
.TotalValueCurrency {
	font-family: arial, tahoma;
	font-size: 14px;
	font-weight: bold;
}

/****** Invoice ******/ /* pour l'alignement de la liste de factures */
.Invoice {
	text-align: center;
	vertical-align: middle;
}

.InvoiceTitle {
	font-family: arial, tahoma;
	font-size: 14px;
	font-weight: bold;
	color: darkred;
	text-decoration: underline;
}

/*
	AdvCatalog
*/
.AdvCatalog_GridDisplay_FieldsHeader {
	padding: 20px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
	font-size: 11px;
	font-family: arial, tahoma;
	background-color: #C3DBE4;
	white-space: nowrap;
	text-align: center;
}

.AdvCatalog_GridDisplay_FieldsHeader td {
	padding-left: 10px;
	padding-right: 10px;
}

.AdvCatalog_GridDisplay_FieldDataOdd {
	font-weight: normal;
	font-size: 11px;
	font-family: arial, tahoma;
}

.AdvCatalog_GridDisplay_FieldDataEven {
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #AFE4F8;
}

.AdvCatalog_GridDisplay_StringData {
	padding-left: 2px;
	padding-right: 2px;
	font-weight: normal;
	font-size: 11px;
	font-family: arial, tahoma;
}

.AdvCatalog_GridDisplay_NumberData {
	padding-left: 2px;
	padding-right: 2px;
	font-weight: normal;
	font-size: 11px;
	font-family: arial, tahoma;
	text-align: right;
}

.AdvCatalog_GridDisplay_ImageData {
	padding-left: 2px;
	padding-right: 2px;
	font-weight: normal;
	font-size: 11px;
	font-family: arial, tahoma;
}

.AdvCatalog_GridDisplay_ThumbData {
	padding-left: 2px;
	padding-right: 2px;
	width: 120px;
	height: 120px;
	vertical-align: middle;
	text-align: center;
}

.AdvCatalog_GridDisplay_ThumbData img {
	width: 100px;
	height: 100px;
	vertical-align: middle;
	text-align: center;
}

.AdvCatalog_GridDisplay_URLData {
	padding-left: 2px;
	padding-right: 2px;
	font-weight: normal;
	font-size: 11px;
	font-family: arial, tahoma;
}

.AdvCatalog_GridDisplay_BooleanData {
	font-weight: normal;
	font-size: 11px;
	font-family: arial, tahoma;
	text-align: center;
}

.AdvCatalog_GridDisplay_FileData {
	padding-left: 2px;
	padding-right: 2px;
	font-weight: normal;
	font-size: 11px;
	font-family: arial, tahoma;
}

/*--View: ListDisplay*/
.AdvCatalog_ListDisplay_FieldsHeader {
	font-weight: normal;
	font-size: 11px;
	color: #oooooo;
	font-family: arial, tahoma;
}

/*Article paire*/
.AdvCatalog_ListDisplay_Even {
	width: 85%;
	font-weight: normal;
	font-size: 11px;
	font-family: arial, tahoma;
}

/*Article impaire*/
.AdvCatalog_ListDisplay_Odd {
	width: 85%;
	background-color: #0062AA;
	font-weight: normal;
	font-size: 11px;
	font-family: arial, tahoma;
}

/*Zone d'affiche de nombres*/
.AdvCatalog_ListDisplay_NumberData {
	font-weight: normal;
	font-size: 11px;
	font-family: arial, tahoma;
	text-align: right
}

/*Zone d'affiche de textes*/
.AdvCatalog_ListDisplay_StringData {
	font-weight: normal;
	font-size: 11px;
	font-family: arial, tahoma;
}

/*Zone d'affiche de lien*/
.AdvCatalog_ListDisplay_UrlData {
	font-weight: normal;
	font-size: 11px;
	font-family: arial, tahoma;
}

/*Zone d'affiche de lien de téléchargement*/
.AdvCatalog_ListDisplay_FileData {
	font-weight: normal;
	font-size: 11px;
	font-family: arial, tahoma;
}

/*Zone d'affiche d'images_design*/
.AdvCatalog_ListDisplay_ImageData {
	font-weight: normal;
	font-size: 11px;
	font-family: arial, tahoma;
}

/*Cellule de gauche pour affiche liste*/
.AdvCatalog_ListDisplay_ThumbData {
	width: 150px;
	height: 150px;
	vertical-align: middle;
	text-align: center;
}

.AdvCatalog_ListDisplay_ThumbData img {
	width: 100px;
	height: 100px;
	vertical-align: middle;
	text-align: center;
}

.AdvCatalog_ListDisplay_ThumbData input {
	width: 100px;
	height: 100px;
	vertical-align: middle;
	text-align: center;
}

/*Zone d'affiche de Date*/
.AdvCatalog_ListDisplay_DateData {
	font-weight: normal;
	font-size: 11px;
	font-family: arial, tahoma;
}

/*Zone d'affiche de Boolean*/
.AdvCatalog_ListDisplay_BooleanData {
	font-weight: normal;
	font-size: 11px;
	font-family: arial, tahoma;
	text-align: center;
}

/*Zone d'affiche sur la demande d'info complémentaire*/
.AdvCatalog_ListDisplay_InfoSupData {
	font-weight: normal;
	font-size: 11px;
	font-family: arial, tahoma;
}

/*Zone d'affiche pour le lien détail*/
.AdvCatalog_ListDisplay_DetailData {
	font-weight: normal;
	font-size: 11px;
	font-family: arial, tahoma;
}

/*Zone d'affiche pour une zone HTML*/
.AdvCatalog_ListDisplay_HTMLData {
	font-weight: normal;
	font-size: 11px;
	font-family: arial, tahoma;
}

.AdvCatalog_FicheDisplay_CategoryHeader {
	width: 1%;
	font-size: 14px;
	color: black;
	font-family: arial, tahoma;
	white-space: nowrap;
}

.AdvCatalog_FicheDisplay_CategoryText {
	font-weight: bold;
	font-size: 14px;
	color: black;
	font-family: arial, tahoma;
}

.AdvCatalog_FicheDisplay_DescriptionHeader {
	width: 1%;
	font-weight: normal;
	font-size: 14px;
	color: black;
	font-family: arial, tahoma;
	white-space: nowrap;
}

.AdvCatalog_FicheDisplay_DescriptionText {
	font-weight: normal;
	font-size: 11px;
	color: gray;
	font-style: italic;
	font-family: Verdana, Helvetica, sans-serif;
}

.AdvCatalog_FicheDisplay_Image {
	font-weight: normal;
	font-size: 11px;
	font-family: arial, tahoma;
	text-align: center;
}

.AdvCatalog_FicheDisplay_CategoryTable {
	width: 100%;
}

.AdvCatalog_FicheDisplay_Table {
	font-weight: normal;
	font-size: 11px;
	font-family: arial, tahoma;
	text-align: center;
}

.AdvCatalog_FicheDisplay_FieldDataOdd {
	font-weight: normal;
	font-size: 11px;
	font-family: arial, tahoma;
}

.AdvCatalog_FicheDisplay_FieldDataEven {
	font-weight: normal;
	font-size: 11px;
	font-family: arial, tahoma;
	background-color: #0062AA;
}

.AdvCatalog_InfoSupDisplay_Comment {
	width: 300px;
}

.AdvCatalog_SearchEngine_Numbers {
	width: 60px;
}

.AdvCatalog_SearchEngine_Date {
	width: 80px;
}

.AdvCatalog_SearchEngine_String {
	width: 90px;
}

.AdvCatalog_CategoriesTree {
	border-right: thin inset;
	border-top: thin inset;
	border-left: thin inset;
	border-bottom: thin inset;
	width: 200px;
	height: 400px;
	background-color: #AFE4F8;
}

.AdvCatalog_CategoriesTree_RespectSpace {
	width: 200px;
	height: 1px;
}

.AdvCatalog_CategoriesSearch {
	margin: 0px;
	width: 200px;
	height: 200px;
}

.AdvCatalog_TableSearch {
	border: 0px;
	width: 100%;
	border-collapse: collapse;
}

.AdvCatalog_TableSearch td {
	border: 0;
}

/*Fiche Display...*/
.AdvCatalog_FicheDisplay_FieldsHeader {
	font-weight: normal;
	font-size: 11px;
	font-family: arial, tahoma;
	background-color: infobackground;
}

.AdvCatalog_FicheDisplay_FieldDataOdd {
	font-weight: normal;
	font-size: 11px;
	font-family: arial, tahoma;
}

.AdvCatalog_FicheDisplay_StringData {
	font-weight: normal;
	font-size: 11px;
	font-family: arial, tahoma;
}

.AdvCatalog_FicheDisplay_NumberData {
	font-weight: normal;
	font-size: 11px;
	font-family: arial, tahoma;
	text-align: right;
}

.AdvCatalog_FicheDisplay_ImageData {
	font-weight: normal;
	font-size: 11px;
	font-family: arial, tahoma;
}

.AdvCatalog_FicheDisplay_ThumbData {
	width: 120px;
	height: 120px;
	vertical-align: middle;
	text-align: center;
}

.AdvCatalog_FicheDisplay_ThumbData img {
	width: 100px;
	height: 100px;
	vertical-align: middle;
	text-align: center;
}

.AdvCatalog_FicheDisplay_URLData {
	font-weight: normal;
	font-size: 11px;
	font-family: arial, tahoma;
}

.AdvCatalog_FicheDisplay_BooleanData {
	font-weight: normal;
	font-size: 11px;
	font-family: arial, tahoma;
	text-align: center;
}

.AdvCatalog_FicheDisplay_FileData {
	font-weight: normal;
	font-size: 11px;
	font-family: arial, tahoma;
}

.AdvCartTable {
	font-family: Verdana;
	Font-Size: 8pt;
}

.AdvCartListHead {
	background-color: #C3DBE4;
	border-bottom: dimgray;
	border-left: dimgray 1px solid;
	color: black;
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 20pt;
	padding-left: 5px
}

.AdvCartListItem {
	border-bottom: dimgray;
	border-left: dimgray 1px solid;
	color: black;
	font-family: arial, tahoma;
	font-size: 11px;
	padding-left: 5px
}

.AdvCartListItemAlt {
	background-color: #0062AA;
	border-bottom: dimgray;
	border-left: dimgray 1px solid;
	color: black;
	font-family: arial, tahoma;
	font-size: 11px;
	padding-left: 5px
}

.AdvCartNbr {
	text-align: right;
}

.AdvCartDel {
	width: 80px;
}

.AdvCartListFooter {
	background-color: #C3DBE4;
	line-height: 10pt
}

.AdvCatalogOk {
	font-family: arial, tahoma;
	font-size: 12px;
	font-weight: bold;
	color: dodgerblue;
}

.AdvCatalogImagesSelect {
	border: 3;
	border-style: inset;
}

.AdvCatalogImagesShow {
	
}

.AdvCatalogSearchFailed {
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: normal;
	color: Red;
}

.AdvCatalogSearchSucceed {
	font-weight: normal;
	font-size: 11px;
	color: seagreen;
	font-family: arial, tahoma;
}

.AdvCatalogOrdersLst {
	width: 100%;
	height: 100%;
}

.AdvCatalogImportHeader {
	font-weight: normal;
	font-size: 11px;
	font-family: arial, tahoma;
	background-color: #C3DBE4;
}

.AdvCatalogImportFooter {
	font-weight: normal;
	font-size: 11px;
	font-family: arial, tahoma;
	background-color: #C3DBE4;
}

/*   NEWSLETTER V2 */
.datagridStyleNewsletter {
	Font-Family: Verdana;
	Font-Size: Smaller;
	text-align: center;
	font-weight: bold;
	background-color: #ffffff;
}

.datagridAlternatingItemStyleNewsletter {
	Background-Color: #DDDDDD;
	text-align: center;
}

.datagridHeaderStyleNewsletter {
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	ForeColor: White;
	Background-Color: #0071BD;
}

.datagridPagerStyle {
	font-size: 12px;
}

/************************************************************************************************************************************
    Jobs
*********************************************************************************************************************/
.Jobs_Table {
	border: 0px;
	width: 100%;
	padding: 0px;
}

.Job_Table_Header {
	background-color: #CCCCFE;
}

.Jobs_Search_Table {
	padding: 0px;
	text-align: left;
	border: 0;
}

.Jobs_Pagination_Table {
	padding: 0px;
	text-align: left;
	border: 0px;
	width: 100%;
}

.Jobs_Pagination_TD {
	text-align: center;
}

.Jobs_Label {
	text-align: left;
	font-family: verdana, tahoma, arial;
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #0062AA;
}

.JobTitle {
	text-align: left;
	font-family: arial, tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #0062AA;
}

.JobSubTitle {
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #0062AA;
	WVNEditorName: JobSubTitle
}

.Jobs_TD_Label {
	width: 150px;
}

.JobLink {
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: normal;
}

.JobLinkActive {
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: normal;
	font-weight: bold;
}

/************************************************************************************************************************************
    CVs
*********************************************************************************************************************/
.CV_Table {
	border: 0px;
	width: 100%;
	padding: 0px;
}

.CV_Search_Table {
	padding: 0px;
	text-align: left;
	border: 0;
}

.CV_Pagination_Table {
	padding: 0px;
	text-align: left;
	border: 0px;
	width: 100%;
}

.CV_Pagination_TD {
	text-align: center;
	width: 100%;
}

.CV_Label {
	text-align: left;
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #0062AA;
}

.CVTitle {
	text-align: left;
	font-family: arial, tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #0062AA;
}

.CVSubTitle {
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #0062AA;
	WVNEditorName: CVSubTitle
}

.CV_TD_Label {
	width: 150px;
}

.CVLink {
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: normal;
}

A.CVLink:link,A.CVLink:visited,A.CVLink:active,A.CVLink:hover {
	text-decoration: underline;
	color: #CA5408;
}

.CVDetailPhoto {
	max-width: 260px;
}

* html .CVDetailPhoto {
	width: 260px;
}

fieldset {
	color: #0000FF;
	border-color: #0000FF;
}

.CVSubHead  , fieldset legend {
	font-family: arial, tahoma;
	font-size: 11px;
	font-weight: bold;
	color: rgb(51, 51, 153);
	vertical-align: top;
}

.Required {
	color: #FF823E;
}

.SearchDate {
	width: 100px;
}

/******Tableaux export + bières DUPONT***********************************/

.tdheaderTbl{
	background-color:#aa3333;
	font-family:arial,tahoma;
	font-size:15px;
	text-align:left;
	color:#ffffff;
	font-weight:900;
    height:22px;
    vertical-align:center;
 
	padding-left:7px;
	padding-right:7px;
	 WVNEditorName: Dupont - Col Title Table;
}

.etiquetteBlanc{
background-color:#ffffff;
	font-family:arail,tahoma;
	font-size:13px;
	text-align:left;
	color:#000000;
	vertical-align:center;
    height:24px;

	font-weight:900;
	font-family:arial,tahoma;
	padding-left:7px;
	padding-right:7px;
	color:#000000;
	text-decoration:none;
	text-align:left;
    white-space:nowrap;
    WVNEditorName: Dupont - Cellule Blanche 0
	}
.tdNomBlanc{
    background-color:#ffffff;
	font-family:arail,tahoma;
	font-size:13px;
	text-align:left;
	color:#000000;
	vertical-align:center;
    height:24px;
white-space:nowrap;
	font-weight:500;
	text-transform:uppercase;
	font-family:arial,tahoma;
	padding-left:7px;
	padding-right:7px;
    WVNEditorName: Dupont - Cellule Blanche 1
}
.tdAlcBlanc{
 background-color:#ffffff;
	font-family:arail,tahoma;
	font-size:13px;
	text-align:left;
	color:#000000;
	vertical-align:center;
    height:24px;
white-space:nowrap;
	font-weight:500;
	letter-spacing:1px;
	padding-left:7px;
	padding-right:7px;
	font-family:arial,tahoma;
    WVNEditorName: Dupont - Cellule Blanche 2
}
.tdCouleurBlanc{
 background-color:#ffffff;
	font-family:arail,tahoma;
	font-size:13px;
	text-align:left;
	color:#000000;
	vertical-align:center;
    height:24px;
white-space:nowrap;
	font-weight:100;
	padding-left:7px;
	padding-right:7px;
	font-family:arial,tahoma;
    WVNEditorName: Dupont - Cellule Blanche 3
}
.tdFermBlanc{
 background-color:#ffffff;
	font-family:arail,tahoma;
	font-size:13px;
	text-align:left;
	color:#000000;
	vertical-align:center;
    height:24px;
white-space:nowrap;
	font-weight:500;
	padding-left:7px;
	padding-right:7px;
	font-family:arial,tahoma;
WVNEditorName: Dupont - Cellule Blanche 4	
}
.etiquetteBrun{
background-color:#F5E6BB;
	font-size:13px;
	font-family:arial,tahoma;
	text-align:left;
	color:#000000;
	vertical-align:center;
    height:24px;
white-space:nowrap;
	font-weight:900;
	font-family:arial,tahoma;
	padding-left:7px;
	padding-right:7px;
	color:#000000;
	text-decoration:none;
	text-align:left;
     WVNEditorName: Dupont - Cellule Brune 0
	}
.tdNomBrun{
    background-color:#F5E6BB;
	font-size:13px;
	font-family:arial,tahoma;
	text-align:left;
	color:#000000;
	vertical-align:center;
    height:24px;
white-space:nowrap;
	font-weight:500;
	text-transform:uppercase;
	font-family:arial,tahoma;
	padding-left:7px;
	padding-right:7px;
    
    WVNEditorName: Dupont - Cellule Brune 1
}
.tdAlcBrun{
 background-color:#F5E6BB;
	font-size:13px;
	font-family:arial,tahoma;
	text-align:left;
	color:#000000;
	vertical-align:center;
    height:24px;
    white-space:nowrap;
	font-weight:500;
	letter-spacing:1px;
	padding-left:7px;
	padding-right:7px;
	font-family:arial,tahoma;
       WVNEditorName: Dupont - Cellule Brune 2
}
.tdCouleurBrun{
 background-color:#F5E6BB;
	font-size:13px;
	font-family:arial,tahoma;
	text-align:left;
	color:#000000;
	vertical-align:center;
    height:24px;
white-space:nowrap;
	font-weight:100;
	padding-left:7px;
	padding-right:7px;
	font-family:arial,tahoma;
       WVNEditorName: Dupont - Cellule Brune 3
}

.tdFermBrun{
 background-color:#F5E6BB;
	font-size:13px;
	font-family:arial,tahoma;
	text-align:left;
	color:#000000;
	vertical-align:center;
    height:24px;
white-space:nowrap;
	font-weight:500;
	padding-left:7px;
	padding-right:7px;
	font-family:arial,tahoma;	
       WVNEditorName: Dupont - Cellule Brune 4
}
.etiquetteVert{
background-color:#DEEFD1;/*#CFDFC3;*/
	font-size:13px;
	font-family:arial,tahoma;
	text-align:left;
	color:#000000;
	vertical-align:center;
    height:24px;
white-space:nowrap;
	font-weight:900;
	font-family:arial,tahoma;
	padding-left:7px;
	padding-right:7px;
	color:#000000;
	text-decoration:none;
	text-align:left;
    
        WVNEditorName: Dupont - Cellule Verte 0
	}
.tdNomVert{
background-color:#DEEFD1;/*#CFDFC3;*/
	font-size:13px;
	font-family:arial,tahoma;
	text-align:left;
	color:#000000;
	vertical-align:center;
    height:24px;
    white-space:nowrap;
	font-weight:500;
	text-transform:uppercase;
	font-family:arial,tahoma;
	padding-left:7px;
	padding-right:7px;
    
    WVNEditorName: Dupont - Cellule Verte 1
}
.tdAlcVert{
background-color:#DEEFD1;/*#CFDFC3;*/
	font-size:13px;
	font-family:arial,tahoma;
	text-align:left;
	color:#000000;
	vertical-align:center;
    height:24px;
    white-space:nowrap;
	font-weight:500;
	letter-spacing:1px;
	padding-left:7px;
	padding-right:7px;
	font-family:arial,tahoma;
    
    WVNEditorName: Dupont - Cellule Verte 2
}
.tdCouleurVert{
background-color:#DEEFD1;/*#CFDFC3;*/
	font-size:13px;
	font-family:arial,tahoma;
	text-align:left;
	color:#000000;
	vertical-align:center;
    height:24px;
white-space:nowrap;
	font-weight:100;
	padding-left:7px;
	padding-right:7px;
	font-family:arial,tahoma;
    WVNEditorName: Dupont - Cellule Verte 3
}
.tdFermVert{
background-color:#DEEFD1;/*#CFDFC3;*/
	font-size:13px;
	font-family:arial,tahoma;
	text-align:left;
	color:#000000;
	vertical-align:center;
    height:24px;
white-space:nowrap;
	font-weight:500;
	padding-left:7px;
	padding-right:7px;
	font-family:arial,tahoma;	
    WVNEditorName: Dupont - Cellule Verte 4
}

 .etiquetteBlanc a, .etiquetteBlanc a:link,.etiquetteBlanc a:visited,.etiquetteBlanc a:hover,.etiquetteBlanc a:active,
  .etiquetteVert a, .etiquetteVert a:link,.etiquetteVert a:visited,.etiquetteVert a:hover,.etiquetteVert a:active,
   .etiquetteBrun a, .etiquetteBrun a:link,.etiquetteBrun a:visited,.etiquetteBrun a:hover,.etiquetteBrun a:active{
	font-weight:900;
	font-family:arial,tahoma;
	padding-left:10px;
	padding-right:10px;
	color:#000000;
	text-decoration:none;
	font-size:14px;
	text-align:left;
	}




.tdNomBlanc a, .tdNomBlanc a:link , .tdNomBlanc a:visited, .tdNomBlanc a:hover  , .tdNomBlanc a:active,
.tdNomBrun a, .tdNomBrun a:link , .tdNomBrun a:visited, .tdNomBrun a:hover  , .tdNomBrun a:active,
.tdNomVert a, .tdNomVert a:link , .tdNomVert a:visited, .tdNomVert a:hover  , .tdNomVert a:active{
	font-size:14px;
	font-weight:500;
	text-transform:uppercase;
	font-family:arial,tahoma;
	color:#000000;
	text-decoration:none;
	text-align:left;

}






.copyright
{
	vertical-align:center;
	font-size:11px;
	text-align:center;
	color:#003366;
	font-family:arial;
}

.copyright a, .copyright a:link, .copyright a:visited
{
	font-size:11px;
	color:#003366;
	text-decoration:underline;
}
.copyright a:hover
{
	font-size:11px;
	color:#0062AA;
	text-decoration:underline;
}
.copyright a:active
{
	font-size:11px;
	color:#003366;
	text-decoration:underline;
}
a.copy{
	text-decoration:none !important;
	color:#003366 !important;
}
.WelcomeMessage{
	color:#ffffff;
	font-size: 11px;
	font-family: tahoma,arial;
}

.titreTD_Module_Content{
	display:none;
}

.typeTD_Module_HeaderA{
	background-image: url(images_design/headerBoxR.jpg);
	background-repeat: no-repeat;
	padding-left:50px;
	padding-top:14px;
	height:47px;
}
.typeTD_Module_HeaderA  H1{
	font-family:arial,tahoma;
	font-size:13px;
	color:#000000;
	font-weight:normal;
	letter-spacing:9;
	text-transform:uppercase;
}
.typeTD_Module_HeaderA td.TD_Module_Command{
	padding-top:5px;
	padding-right:30px;
}
.degustTD_Module_HeaderA{
	background-image: url(images_design/headerBoxV.jpg);
	background-repeat: no-repeat;
	padding-left:50px;
	padding-top:15px;
	height:47px;
	
}
.degustTD_Module_HeaderA  H1{
	font-family:arial,tahoma;
	font-size:13px;
	color:#000000;
	font-weight:normal;
	letter-spacing:5;
	text-transform:uppercase;
}
.degustTD_Module_HeaderA td.TD_Module_Command{
	padding-top:5px;
	padding-right:30px;
}
.condiTD_Module_HeaderA{
	/*border: 1px solid #ff0000;*/
	background-image: url(images_design/headerBoxO.jpg);
	background-repeat: no-repeat;
	padding-left:50px;
	padding-top:15px;
	height:47px;
}
html > .condiTD_Module_HeaderA{
	padding-top: 0px;
	}
.condiTD_Module_HeaderA  H1{
	font-family:arial,tahoma;
	font-size:13px;
	color:#000000;
	font-weight:normal;
	letter-spacing:5;
	text-transform:uppercase;
	
}
.condiTD_Module_HeaderA td.TD_Module_Command{
	padding-top:5px;
	padding-right:30px;
}

.typeTD_Module_Content,.degustTD_Module_Content,.condiTD_Module_Content{
	background-image: url(images_design/fillerBox.jpg);
	background-repeat: repeat-y;
	padding-left:50px;
	padding-right:50px;
	width: 415px;
	display: block;
}

.typeTD_Module_Footer,.degustTD_Module_Footer,.condiTD_Module_Footer{
	background-image: url(images_design/footerBox.gif);
	background-repeat: no-repeat;
	height:4px;
}

.CE_TD{
	font-style:tahoma,arial;
	font-size:12px;
	text-align:justify;
	color:#000000;
}

.TD_Module_Title H1{
color:#000000;
letter-spacing:1;


}

p{
margin-bottom:5px;
margin-top:0px;
}

.rollOver img{
	/*border:2px solid #ffffff ;*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.60;
}
.rollOver:hover img{
	/*border:2px solid #003366 ;*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}
/*a:link.rollOver img,a:active.rollOver img,a:visited.rollOver img{
	border:2px;
	border-color:#ffffff;
}*/

font{
font :normal normal 12px arial,tahoma;
color:#000000;
}
#conteneur{
	background-color: #ffffff;
}

.logoBFB{
	position: absolute;
	margin-left: 640px;
	top: 25px;

}


.AnnouncementDiv .Normal{
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
}

.AnnouncementDiv .ItemTitle{ font-size: 16px;}