/*GLOBAL*/
#body 
{ background-color:#EDDDCC; }

#page 
{ border:1px solid #EDDDCC; }

/*HEADER*/
#page .header
{ background:url("/_img/skins/blurblue/bg-header.gif"); height:125px; border:none; }

#page .header h1
{ font-weight:normal; color:#FFF; }
#page .header h2
{ font-weight:normal; color:#FFF; }
#page .header .avatar
{ display:none; }

/*Edit mode settings*/
#page .header input
{
  position:absolute;
  top:35px; left:103px;
  font-size:32px;
  border:1px Dashed #739DD1;
  color:#fff;
  overflow: visible;
  }

#page .header .subPageTitle
{
  color:#fff;
  font-family:"Verdana";
  top:67px;
  font-size:150%;
  font-weight:normal;
  top:71px;
}
/*Edit mode settings*/

/*PAGE INFORMATION BAR*/
#page #pageInformationBox
{
  font-size:11px;
  color:#717171;
  background-color:white;
  border-color:#FFFFFF;
}

.contentSplitter
{ background:#FFF; }


/* ALL COMPONENTS */
/*COLUMS*/
#page .content .contentSplitter #leftContent   { background:#FCF7F3; }
#page .content .contentSplitter #rightContent  { background:#FCF7F3; }


/* ALL COMPONENTS */
.componentBox .componentObject
{ border:3px solid #FCF7F3; background:#FCF7F3; }
.componentBox .componentObject .bgBox1
{ background:none; }
.componentBox .componentObject .bgBox2
{ background:none; }

.view-large .componentBox .componentObject
{ border:3px solid #FFFFFF; background:#FFFFFF; margin-bottom:35px; }
.view-fullwidth .componentBox .componentObject
{ border:3px solid #FFFFFF; background:#FFFFFF; margin-bottom:35px; }

.componentBox .componentObject .titleBox  { border-bottom:1px dotted #717171; }

.componentBox .componentObject .title
{ font-size:80%;  color:#8F000A; }
.view-large .componentBox .componentObject .title
{ font-size:100%; }
.view-fullwidth .componentBox .componentObject .title
{ font-size:100%; }

.componentBox .contentBox
{
  color:#000;
}

/*Edit mode Settings*/
.view-large .componentBox .componentObject .titleBox .miniEditor
{
  border-color:#717171;
  color:#8f000a;
  height:20px;
  font-size:100%;
  margin:-2px 0 -2px -1px;
  padding:3px 0 0 1px;
} 
.view-small .componentBox .componentObject .titleBox .miniEditor
{
  border-color:#717171;
  color:#8f000a;
  height:16px;
  font-size:80%;
  margin:0 0 -2px 0;
  padding:0 0 0 0;
}
.view-fullwidth .componentBox .componentObject .titleBox .miniEditor
{
  border-color:#717171;
  color:#8f000a;
  height:20px;
  font-size:100%;
  margin:1px 0 -2px 0;
  padding:0 0 0 0;
}
/*Edit mode Settings*/

/* WEBLOG */
.weblog .weblogEntryCreatedDate
{ font-weight:bold;}
.weblog .weblogEntryAuthor
{ font-size:11px; text-align:right;}
.weblog .weblogEntryComments                      { font-size:11px; }
.weblog .weblogEntryContent                       { font-size:11px; }
.weblog .weblogNavigation .newer-link             { font-size:11px; }
.weblog .weblogNavigation .older-link             { font-size:11px; }

/* Weblog Colors */
.weblog .weblogEntryContent a   { color:#0060C2; }


/* MENU */
.menu
{ border:none; color:#006BAE;}

.menu .contentBox .componentObject
{ background:#EDDDCC; }

.menu li a
{
  display:block;
  padding-left:15px;
  background:url(/_img/arrow-menu.gif) no-repeat 4px 50%;
}

.menu .level-2-hover,
.menu li a:hover
{ color:#FFF; background:#0060C2; text-decoration:none;}
.menu li li
{ border-top:solid 1px #E1E1E1; }
.menu li li li
{ border-top:solid 1px #E1E1E1; }
.menu li li li a,
.menu li li li div
{ background-position:12px 50%; padding-left:25px; }

.editMode .menu .componentObject 
{
  background-color:#EDDDCC;
  border-color:#EDDDCC;
}

.editMode .menu .contentBox 
{ color:#006BAE; }

/* MAP / GOOGLEMAPS */
.map .googleMapsContainer
{ border:dotted 1px #717171; }


/* EVENTS */
.evenement .eventDateList .headerEventDate
{ color: #0061A7; }
.evenement .eventList .event .eventTime
{ color: #A7000D; }


