/* ================================
    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 {
color: green;
text-decoration: none; 
font-size: 9px;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
color: green;
text-decoration: none; 
font-size: 9px;
}

A.SelectedTab:visited  {
color: green;
text-decoration: none; 
font-size: 9px;
}

A.SelectedTab:active   {
color: green;
text-decoration: none; 
font-size: 9px;
}

A.SelectedTab:hover    {
color: green;
text-decoration: none; 
font-size: 9px;
}

/* text style for the unselected tabs */
.OtherTabs {
color: green;
text-decoration: none; 
font-size: 9px;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
color: green;
text-decoration: none; 
font-size: 9px;
}

A.OtherTabs:visited  {
color: green;
text-decoration: none; 
font-size: 9px;
}

A.OtherTabs:active   {
color: green;
text-decoration: none; 
font-size: 9px;
}

A.OtherTabs:hover    {
color: green;
text-decoration: none; 
font-size: 9px;
}

/* GENERAL */
/* style des titres des modules */
.Head   {
  font-size:11px;
  font-weight: bold;
}
A.Head:link {
  font-size:11px;
  font-weight: bold;
}

A.Head:visited  {
  font-size:11px;
  font-weight: bold;
}

A.Head:active   {
  font-size:11px;
  font-weight: bold;
}

A.Head:hover    {
  font-size:11px;
  font-weight: bold;
}

/* style of item titles on edit and admin pages */
.SubHead    {
  font-family: Arial;
  color: black;
  font-size:11px;
  font-weight: bold;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal {
  font-size:13px;
  font-family: Arial;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
  font-size:11px;
  font-family: Arial;
  color: black;
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* 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    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
font-weight: bold;
font-size: 14px;
color:#000000;
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
  font-size:11px;
  font-family: Arial;
  color: #939598;
}

A:visited   {
  font-size:11px;
  font-family: Arial;
  color: #939598;
}

A:active    {
  font-size:11px;
  font-family: Arial;
  color: #939598;
}

A:hover {
  font-size:11px;
  font-family: Arial;
  color: #939598;
}


/* 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 {
  font-size:11px;
  font-family: Arial;
  color: black;
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* BARRE DE NAVIGATION */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
  font-size:12px;
  font-family: Arial;
  color: black;
  font-weight: normal;
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
  font-size:12px;
  font-family: Arial;
  color: black;
  font-weight: normal;
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
  font-size:12px;
  font-family: Arial;
  background: #CCCCCC;
  color: black;
  font-weight: normal;
}

.MainMenu_MenuArrow {
  font-size:12px;
  font-family: Arial;
  color: red;
  font-weight: normal;
}

.MainMenu_RootMenuArrow {
}

/* Espace Vie Sportive */
.Viesportive {
  font-size:11px;
  font-family: Arial;
  color: #7A3966;
}
    
A.Viesportive:link {
  font-size:11px;
  font-family: Arial;
  color: #7A3966;
}

A.Viesportive:visited  {
  font-size:11px;
  font-family: Arial;
  color: #7A3966;
}

A.Viesportive:active   {
  font-size:11px;
  font-family: Arial;
  color: #BFC0BF;
}

A.Viesportive:hover    {
  font-size:11px;
  font-family: Arial;
  color: #BFC0BF;
}

/* Espace Actualites */
.Actualites {
  font-size:11px;
  font-family: Arial;
  color: #000000;
}
    
A.Actualites:link {
  font-size:11px;
  font-family: Arial;
  color: #000000;
}

A.Actualites:visited  {
  font-size:11px;
  font-family: Arial;
  color: #000000;
}

A.Actualites:active   {
  font-size:11px;
  font-family: Arial;
  color: #BFC0BF;
}

A.Actualites:hover    {
  font-size:11px;
  font-family: Arial;
  color: #BFC0BF;
}


/* Espace Nos Services */
.Services     {
  font-size:11px;
  font-family: Arial;
  color: #A2847E;
}
    
A.Services:link {
  font-size:11px;
  font-family: Arial;
  color: #A2847E;
}

A.Services:visited  {
  font-size:11px;
  font-family: Arial;
  color: #A2847E;
}

A.Services:active   {
  font-size:11px;
  font-family: Arial;
  color: #BFC0BF;
}

A.Services:hover    {
  font-size:11px;
  font-family: Arial;
  color: #BFC0BF;
}

/* Espace Infos Pratiques */
.Infos     {
  font-size:11px;
  font-family: Arial;
  color: #81A270;
}
    
A.Infos:link {
  font-size:11px;
  font-family: Arial;
  color: #81A270;
}

A.Infos:visited  {
  font-size:11px;
  font-family: Arial;
  color: #81A270;
}

A.Infos:active   {
  font-size:11px;
  font-family: Arial;
  color: #BFC0BF;
}

A.Infos:hover    {
  font-size:11px;
  font-family: Arial;
  color: #BFC0BF;
}


/* Esapce Culture */
.Culture     {
  font-size:11px;
  font-family: Arial;
  color: #A98F08;
}
    
A.Culture:link {
  font-size:11px;
  font-family: Arial;
  color: #A98F08;
}

A.Culture:visited  {
  font-size:11px;
  font-family: Arial;
  color: #A98F08;
}

A.Culture:active   {
  font-size:11px;
  font-family: Arial;
  color: #BFC0BF;
}

A.Culture:hover    {
  font-size:11px;
  font-family: Arial;
  color: #BFC0BF;
}

/* Esapce Tourisme et Economie */
.Tourisme     {
  font-size:11px;
  font-family: Arial;
  color: #990000;
}
    
A.Tourisme:link {
  font-size:11px;
  font-family: Arial;
  color: #990000;
}

A.Tourisme:visited  {
  font-size:11px;
  font-family: Arial;
  color: #990000;
}

A.Tourisme:active   {
  font-size:11px;
  font-family: Arial;
  color: #BFC0BF;
}

A.Tourisme:hover    {
  font-size:11px;
  font-family: Arial;
  font-color: #BFC0BF;
}

/* Espace Decouverte */
.Decouverte    {
  font-size:11px;
  font-family: Arial;
  color: #2B5FD3;
}
    
A.Decouverte:link {
  font-size:11px;
  font-family: Arial;
  color: #2B5FD3;
}

A.Decouverte:visited  {
  font-size:11px;
  font-family: Arial;
  color: #2B5FD3;
}

A.Decouverte:active   {
  font-size:11px;
  font-family: Arial;
  color: #BFC0BF;
}

A.Decouverte:hover    {
  font-size:11px;
  font-family: Arial;
  color: #BFC0BF;
}

/* ================================
    STYLES DES CONTAINERS MAIRIE CHATEAU DU LOIR
   ================================
*/  

/* Container Decouverte */
.DecouverteCont    {
  font-size:11px;
  font-family: Arial;
  font-weight: bold;
  color: black;
  font-style: italic;
}

/* BreadCrmb */
.SkinObject     {
  font-size:11px;
  font-family: Arial;
  color: #CCCCCC;
}
    
A.Services:link {
  font-size:11px;
  font-family: Arial;
  color: black;
}

A.Services:visited  {
  font-size:11px;
  font-family: Arial;
  color: black;
}

A.Services:active   {
  font-size:11px;
  font-family: Arial;
  color: black;
}

A.Services:hover    {
  font-size:11px;
  font-family: Arial;
  color: black;
}


/* ================================
    LIEN CONNEXION / DECONNEXION MAIRIE CHATEAU DU LOIR
   ================================
*/  

.SkinObject{
  color: #aeaeae;
  text-decoration: none; 
  font-size: 9px;
}
    
A.SkinObject:link {
  color: #aeaeae;
  text-decoration: none; 
  font-size: 9px;
}

A.SkinObject:visited  {
  color: #aeaeae;
  text-decoration: none; 
  font-size: 9px;
}

A.SkinObject:active   {
  color: #aeaeae;
  text-decoration: none; 
  font-size: 9px;
}

A.SkinObject:hover    {
  color: #aeaeae;
  text-decoration: none; 
  font-size: 9px;
}

/* ================================
    TEXTE UTILISE COMME SIGNATURE ET COMMENTAIRE
   ================================
*/

.normalblue{
  font-size:11px;
  font-family: Arial;
  color: #5689c2;
}

A.normalblue:link {
  color: #5689c2;
  text-decoration: none;
  font-family: Arial;
  font-size: 11px;
}

A.normalblue:visited  {
  color: #5689c2;
  text-decoration: none;
  font-family: Arial;
  font-size: 11px;
}

A.normalblue:active   {
  color: #5689c2;
  text-decoration: none;
  font-family: Arial;
  font-size: 11px;
}

A.normalblue:hover    {
  color: #5689c2;
  text-decoration: none;
  font-family: Arial;
  font-size: 11px;
}

/* ================================
    STYLE DES TABLEAUX "USER DEFINED EXTEND TABLE"
   ================================
*/

.UDETItemStyle {
  font-size:11px;
  font-family: Arial;
  color: black;
}

.UDETAltternatingItemStyle {
  font-size:11px;
  font-family: Arial;
  Forecolor: black;
  background: #f5f3e7;
}

.UDETHeaderStyle{
  font-size:11px;
  font-family: Arial;
  font-weight: bold;
  font-color: #ffffff;
}

A.UDETHeaderStyle:link {
  font-color: #ffffff;
  text-decoration: none;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
}

A.UDETHeaderStyle:visited  {
  font-color: #ffffff;
  text-decoration: none;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
}

A.UDETHeaderStyle:active   {
  font-color: #ffffff;
  text-decoration: none;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
}

A.UDETHeaderStyle:hover    {
  font-color: #ffffff;
  text-decoration: none;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
}

/* ================================
    STYLE DU MODULE ONGLETS
   ================================
*/

/* ONGLETS CINEMA */
.MenuCDL_TabStrip {
  border-bottom : 1px solid #ccc;
  margin : 0;
  padding-bottom : 19px;
  padding-left : 0px;
}

.MenuCDL_TabPage {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 3px;
  background: #white;
}

.MenuCDL_TabStrip .MenuCDL_TabSelected{
  cursor: pointer;
  display : inline;
  list-style-type : none;
  margin : 0;
  padding : 0;
  background : #C6A600;
  border-top : 1px solid #ccc;
  border-left : 1px solid #ccc;
  border-right : 1px solid #ccc;
  border-bottom : 1px solid #C6A600;
  color : #000;
  float : left;
  font-size : 10px;
  font-weight : normal;
  line-height : 14px;
  margin-left : 4px;
  padding : 2px 10px 2px 10px;
  text-decoration : none;
 -moz-border-radius-topleft: 7px;
 -moz-border-radius-topright: 7px;

}

.MenuCDL_TabStrip .MenuCDL_TabUnselected {
  cursor: pointer;
  display : inline;
  list-style-type : none;
  margin : 0;
  padding : 0;
  background : #DADAD9;
  border : 1px solid #ccc;
  color : #666;
  float : left;
  font-size : 10px;
  font-weight : normal;
  line-height : 14px;
  margin-left : 4px;
  margin-top : 5px;
  padding : 2px 10px 2px 10px;
  text-decoration : none;
 -moz-border-radius-topleft: 7px;
 -moz-border-radius-topright: 7px;
}

.MenuCDL_TabStrip .MenuCDL_TabMouseover {
  color : black;
  background: #C6A600;
}

/* ONGLETS ACTUALITES */
.MenuActu_TabStrip {
  font-family : arial;
  font-size: 11px;
  border-bottom : 1px solid #ccc;
  margin : 0;
  padding-bottom : 19px;
  padding-left : 0px;
}

.MenuActu_TabPage {
  font-family : arial;
  font-size: 11px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 3px;
  background: #white;
}

.MenuActu_TabStrip .MenuCDL_TabSelected {
  font-family : arial;
  cursor: hand;
  display : inline;
  list-style-type : none;
  margin : 0;
  padding : 0;
  background : #6DA3D5;
  border-top : 1px solid #ccc;
  border-left : 1px solid #ccc;
  border-right : 1px solid #ccc;
  border-bottom : 1px solid #C6A600;
  color : #000;
  float : left;
  font-size : 10px;
  font-weight : normal;
  line-height : 14px;
  margin-left : 4px;
  padding : 2px 10px 2px 10px;
  text-decoration : none;
 -moz-border-radius-topleft: 7px;
 -moz-border-radius-topright: 7px;

}

.MenuActu_TabStrip .MenuCDL_TabUnselected {
  font-family : arial;
  cursor: hand;
  display : inline;
  list-style-type : none;
  margin : 0;
  padding : 0;
  background : #DADAD9;
  border : 1px solid #ccc;
  color : #666;
  float : left;
  font-size : 10px;
  font-weight : normal;
  line-height : 14px;
  margin-left : 4px;
  padding : 2px 10px 2px 10px;
  text-decoration : none;
 -moz-border-radius-topleft: 7px;
 -moz-border-radius-topright: 7px;
}

.MenuActu_TabStrip .MenuCDL_TabMouseover {
  font-family : arial;
  color : black;
  background: #C6A600;
}

.Top_TabStrip
{
	padding-top: 4px;
	padding-left: 2px;
	background-color: transparent;
	text-align: left;
}

.Top_TabUnselected
{
	cursor: pointer;
                     font-family: arial;
                     font-size: 11px;
	color: black;
	background-color: #cccccc;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 2px;
}

.Top_TabSelected
{
	cursor: pointer;
                     font-family: arial;
                     font-size: 11px;
	color: white;
	font-weight: bolder;
	background-color: #6da3d5;
	border-left: solid 1px white;
	border-right: solid 1px white;
	border-top: solid 1px white;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 2px;
	}

.Top_TabMouseOver
{
	color: #6da3d5;
}

.Top_TabPage
{
	background-color: transparent;
	border-left: solid 1px #6da3d5;
	border-right: solid 1px #6da3d5;
	border-bottom: solid 1px #6da3d5;
	border-top: solid 1px #6da3d5;
	padding: 3px;
}

.Edito {
	text-align: left;
	font-style: italic;
}
.MenuCDL_TabUnselected
{
width:110px;
text-align:center;
}

.MenuCDL_TabUnselected:hover {
width:110px;
  cursor: pointer;
  display : inline;
  list-style-type : none;
  margin : 0;
  padding : 0;
  background : #C6A600;
  border : 1px solid #ccc;
  color : #666;
  float : left;
  font-size : 10px;
  font-weight : normal;
  line-height : 14px;
  margin-left : 4px;
  padding : 2px 10px 2px 10px;
  text-decoration : none;
 -moz-border-radius-topleft: 7px;
 -moz-border-radius-topright: 7px;
}

P {
font-size:13px;
}



