/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  {
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* Couleur de lien pour Login et Logout */
.Login {
  color: #000000;
  font-family: Arial ;
  font-size: 11px; 
}

A.Login:hover    {
  color: #000000;
  font-family: Arial ;
  font-size: 11px; 
}

A.Login:link {
  color: #000000;
  font-family: Arial ;
  font-size: 11px; 
}

A.Login:visited  {
  color: #000000;
  font-family: Arial ;
  font-size: 11px; 
}

A.Login:active   {
  color: #000000;
  font-family: Arial ;
  font-size: 11px; 
}



/* GENERAL */
/* style for module titles */
.Head   {
}



/* Titres des FAQs */
.SubHead {
  font-family: arial;
  color: black;
  font-weight: bold;
  font-size: 12px;
}

A.SubHead:hover    {
  color: arial;
  font-color: black;
  font-weight: bold;
  font-size: 12px;
}

A.SubHead:link {
  font-family: arial;
  color: black;
  font-weight: bold;
  font-size: 12px;
}

A.SubHead:visited  {
  font-family: arial;
  color: black;
  font-weight: bold;
  font-size: 12px;
}

A.SubHead:active   {
  font-family: arial;
  color: black;
  font-weight: bold;
  font-size: 12px;
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold {
  font-face: arial;
  color: black;
  font-size: 10px;
  font-weight: normal;
}

A.NormalBold:link {
  font-face: arial;
  color: black;
  font-size: 10px;
  font-weight: normal;
}

A.NormalBold:visited {
  font-face: arial;
  color: black;
  font-size: 10px;
  font-weight: normal;
}

A.NormalBold:active {
  font-face: arial;
  color: black;
  font-size: 10px;
  font-weight: normal;
}

A.NormalBold:hover {
  font-face: arial;
  color: black;
  font-size: 10px;
  font-weight: normal;
}
   

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
  font-face: arial;
  color: black;
  font-size: 10px;
  font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
  font-face: arial;
  color: black;
  font-size: 10px;
  font-weight: normal;
}

A.CommandButton:visited {
  font-face: arial;
  color: black;
  font-size: 10px;
  font-weight: normal;
}

A.CommandButton:active {
  font-face: arial;
  color: black;
  font-size: 10px;
  font-weight: normal;
}

A.CommandButton:hover {
  font-face: arial;
  color: black;
  font-size: 10px;
  font-weight: normal;
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}
/* ================================
    STYLE DES LIENS PAR DEFAUT "LINK"
   ================================
*/
A:link  {
  font-face: arial;
  color: black;
  font-size: 11px;
  font-weight: normal;
}

A:visited   {
  font-face: arial;
  color: black;
  font-size: 11px;
  font-weight: normal;
}

A:active    {
  font-face: arial;
  color: black;
  font-size: 11px;
  font-weight: normal;
}

A:hover {
  font-face: arial;
  color: black;
  font-size: 11px;
  font-weight: normal;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
  font-face: arial;
  color: black;
  font-size: 10px;
  font-weight: normal;
}

.MainMenu_MenuItem {
  font-face: arial;
  color: black;
  font-size: 10px;
  font-weight: normal;
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
  font-face: arial;
  color: black;
  font-size: 10px;
  font-weight: normal;
}

.MainMenu_MenuBreak {
  font-face: arial;
  color: black;
  font-size: 10px;
  font-weight: normal;
}

.MainMenu_MenuItemSel {
  background: #CCCCCC;
  height: 10px;
  font-face: arial;
  color: black;
  font-size: 10px;
  font-weight: normal;
}

.MainMenu_MenuArrow {
  font-face: arial;
  color: black;
  font-size: 10px;
  font-weight: normal;
}

.MainMenu_RootMenuArrow {
}

/* Fiche Produit GS27 */
.TitreProduit {
  font-family: arial; 
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-decoration: outline;
  color: #009543;
}

.TexteIntro {
  font-family: arial; 
  font-size: 11px;
  font-weight: bold;
  color: black;
}

.TexteDescription {
  font-family: arial; 
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: #009543;
}

.TextePointsforts {
  font-family: arial; 
  font-size: 11px;
  font-weight: normal;
  color: black;
}

.TitrePartie {
  font-family: arial; 
  font-size: 11px;
  font-weight: bold;
  color: black;
}

.Prix {
  font-family: arial; 
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #009543;
  background: white;
  text-shadow: black 0px 0px 2px;
}

/* Pages Boutique GS27 */  
.Reference {
  font-family: arial; 
  font-size: 11px;
  font-weight: normal;
  color: #9F9F9F;
}

.montanttitre {
  font-family: arial; 
  font-size: 14px;
  font-weight: bold;
  color: black;
  background: #E8E8E8;
  text-align: right;
}

.montantprix {
  font-family: arial; 
  font-size: 16px;
  font-weight: normal;
  color: black;
  background: #CCCCE0;
  text-align: center;
}

.totaltitre {
  font-family: arial; 
  font-size: 14px;
  font-weight: bold;
  color: black;
  background: #CCCCCC;
  text-align: right;
}

.totalprix {
  font-family: arial; 
  font-size: 16px;
  font-weight: bold;
  color: #FFFF00;
  background: black;
  text-align: center;
}

.montantport {
  font-family: arial; 
  font-size: 14px;
  font-weight: normal;
  color: black;
  text-align: center;
}

.tableadresse {
  margin: 1px;
  border: 1px solid #000000;
}

.Recherche {
  background-repeat: no-repeat;
  background-position: center right;
  font-size: 9px;
}


/* Login haut de page accueil */  
.loginnormal {
  font-family: Arial, Helvetica, sans-serif ;
  font-size: 11px;
  color: white;
}


.logintextbox {
  font-family: Arial, ;
  font-size: 11px;
  color: #4E50B5;
  text-decoration: none;
  valign: middle;
  height: 17px;
  width: 80px;
}

.logincommand {
  color: #FFFF00;
  font-family: Arial ;
  font-size: 11px;  
}

A.logincommand:link  {
  color: #FFFF00;
  font-family: Arial ;
  font-size: 11px;  
}

A.logincommand:visited   {
  color: #FFFF00;
  font-family: Arial ;
  font-size: 11px;  
}

A.logincommand:active    {
  color: #FFFF00;
  font-family: Arial ;
  font-size: 11px;  
}

A.logincommand:hover {
  color: #FFFF00;
  font-family: Arial ;
  font-size: 11px;  
}

/* DROP BOX DIVERS*/
.DropList {
  color: black;
  font-family: Arial, ;
  font-size: 10px;
  width: 150px;
  text-align: center;
  border: thin solid #A3AFB0;
}

/* Titre label type produits par page */
.SubHead    {
  font-face: arial;
  color: #B3B3B3;
  font-size: 10px;
  font-weight: normal;
  align: middle;
}

/* Menu deroulant nombre par page */
.NumerosList {
  color: black;
  font-family: Arial, ;
  font-size: 10px;
  width: 30px;
  text-align: center;
  border: thin solid #A3AFB0;
}

.TableProduits {
  color: #141486;
  font-family: Arial, ;
  font-size: 11px;
  width: 100%;
  text-align: center;
  border: thin solid black;
}

/* DATAGRID LISTE DE PRODUITS */  
.ATHeaderStyle {
  background-image: url(/france/DesktopModules/m3.boutique/images/fd-tabgris.jpg);
  height: 20px;
  color: #000000;
  font-family: Arial, ;
  font-size: 12px;
  font-weight: bold;
}

A.ATHeaderStyle:link  {
  color: #000000;
  font-family: Arial, ;
  font-size: 12px;

}

A.ATHeaderStyle:visited   {
  forecolor: #000000;
  font-family: Arial, ;
  font-size: 12px;
}

A.ATHeaderStyle:active    {
  forecolor: #000000;
  font-family: Arial, ;
  font-size: 12px;
}

A.ATHeaderStyle:hover {
  forecolor: #000000;
  font-family: Arial, ;
  font-size: 12px;
}

.ATDataGridSelectedItemStyle {
  forecolor: #000000;
  font-family: Arial, ;
  font-size: 20px;
  font-weight: bold;
}

/* ================================
    STYLE DES TABLEAUX "USER DEFINED EXTEND TABLE"
   ================================
*/
/* Titre des cellules du tableau */  
.UDETHeaderStyle {
  font-size:12px;
  font-family: Arial;
  font-weight: bold;
  color: #FAFA00;
  background: black;
}

A.UDETHeaderStyle:link {
  color: #FAFA00;
  text-decoration: none;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
}

A.UDETHeaderStyle:visited  {
  color: #FAFA00;
  text-decoration: none;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
}

A.UDETHeaderStyle:active   {
  color: white;
  text-decoration: none;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
}

A.UDETHeaderStyle:hover    {
  color: white;
  text-decoration: none;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
}

.UDETItemStyle {
  font-size:11px;
  font-family: Arial;
  color: black;
  background: white;
}

.UDETAltternatingItemStyle {
  font-size:11px;
  font-family: Arial;
  Forecolor: black;
  background: #d5d6d6;
  border-right: solid 1px blue;
}

* ================================
    STYLE DU MODULE ONGLETS
   ================================
*/

/* Page Demonstrations */
.GS27_TabStrip {
 margin:4;padding:4;
 background-color: #000000;
 border: none;
 float: center;
 filter: none;
}

.GS27_TabPage {
border: none;
 width: 100%;
 scrollbar-3dlight-color:#666;
 scrollbar-arrow-color:#eee;
 scrollbar-base-color:#ffffff;
 scrollbar-darkshadow-color:#ffffff;
 scrollbar-face-color:#eeeeee;
 scrollbar-highlight-color:#eeeeee;
 scrollbar-shadow-color:#666;
 background: #fff;
 padding: 2px 2px;
 font: 9px Arial;
 color: black;
 border: 1px solid #000000;
 clear: both;
 filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#eeeeee');
}

.GS27_TabStrip .GS27_TabUnselected {
 cursor: pointer;
 background-color: #000000;
 color: #EFFF1C;
 position:	relative;
 top: 0;
 display: inline;
 float: left;
 overflow: hidden;	
 margin: 1px 1px 1px 0px;
 padding: 2px 0px 0px 0px;
 border: 0;
 font: 9px Arial;
 white-space: nowrap;
 text-align: center;
 width: 150px;
 height: 20px;
}

.GS27_TabStrip .GS27_TabMouseover {
 margin: 1px 1px 1px 0px;
 background-color: #cccccc;
 color: black;
 width: 150px;
 height: 20px;
}

.GS27_TabStrip .GS27_TabSelected{
 cursor: pointer;
 position:	relative;
 top: 1px;
 display: inline;
  float: left;
 overflow: hidden;	
 margin: 1px 1px 1px 0px;
 padding: 2px 0px 0px 0px;
 border: 0;
 font: 9px Arial;
 white-space: nowrap;
 text-align: center;
 letter-spacing: 0px;
 text-decoration: none;
background-color: #cccccc;
 width: 150px;
 height: 20px;
}

/* liens avec corps important */
.gdlien {
  font-face: arial;
  color: black;
  font-size: 14px;
  font-weight: normal;
}
    
A.gdlien:link {
  font-face: arial;
  color: black;
  font-size: 14px;
  font-weight: normal;
}

A.gdlien:visited {
  font-face: arial;
  color: black;
  font-size: 14px;
  font-weight: normal;
}

A.gdlien:active {
  font-face: arial;
  color: black;
  font-size: 14px;
  font-weight: normal;
}

A.gdlien:hover {
  font-face: arial;
  color: black;
  font-size: 14px;
  font-weight: normal;
}

/* Largeur du ContentPane */  
.tablesignature {
  width: 570px;
}

/* Titres Bold */
.TitreBold {
  background: #CCCCCC;
  font-face: arial;
  color: black;
  font-size: 11px;
  font-weight: bold;
}

.copyrightGS27 {
  color: #999999;
  font-family: Arial, ;
  font-size: 9px; 
}


/* ESSAI SPECIFIQUES */  
.gs27container {
  color: white;
  font-family: Arial, ;
  font-size: 9px; 
  width: 100%;
}

.essai {
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#000000', endColorStr='red', gradientType='0');
}

/* MODULE SEJOURS LISTE DES DISTRIBUTEURS */  
.SejoursTitre {
    font-weight: bold;
    font-size: 9pt;
    color: #FFFF00;
    font-family: Arial;
    text-decoration: none;
    font-style: italic;
}

.SejoursContenu {
    font-weight: normal;
    font-size: 9pt;
    color: #000000;
    font-family: Arial;
    text-decoration: none;
    font-style: normal;
    border-bottom: 0px solid black;
}

.SejoursCriteres {
}

.SejoursForm {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #FFC000;
    background: #006730;
    border: 1px solid black;
}

.header {
	width: 904px;
	height: 143px;
}


.btCommandButton {
  font-face: arial;
  color: black;
  font-size: 10px;
  font-weight: normal;
}
    
A.btCommandButton :link {
  font-face: arial;
  color: black;
  font-size: 10px;
  font-weight: normal;
}

A.btCommandButton :visited {
  font-face: arial;
  color: black;
  font-size: 10px;
  font-weight: normal;
}

A.btCommandButton :active {
  font-face: arial;
  color: black;
  font-size: 10px;
  font-weight: normal;
}

A.btCommandButton :hover {
  font-face: arial;
  color: black;
  font-size: 10px;
  font-weight: normal;
}

