

/*GLOBAL*/
#body 
{ 
  background-color: #f492bf ;
}

#page 
{ 
border: none !important; 
}


/*HEADER*/
#page .header
{ 
  
  border:none;
  overflow:hidden;
  height:125px;
}

#page .header h1
{ 
  
}

#page .header h2
{ 
  
}

#page .header .avatar
{ display:none; }


/*PAGE INFORMATION BAR*/
#page #pageInformationBox
{
  font-size:11px !important;
  color:#717171 !important;
  background:white !important;
  border:#FFFFFF !important;
}

#page .content .contentSplitter
{
  
  border:none !important;
}

#page .content .contentSplitter #rightContent,
#page .content .contentSplitter #leftContent
{
  
  border:none;
}

#page .content .contentSplitter #centerContent
{
  
  border:none;
}

#page .content .contentSplitter .view-fullwidth
{
  
  border:none;
}


/* ALL COMPONENTS */
.componentBox .componentObject
{ 
  border:3px solid #f492bf ;background: #ec0089 ;
}
.componentBox .componentObject .bgBox1
{ background:none; }
.componentBox .componentObject .bgBox2
{ background:none; }

.view-large .componentBox .componentObject
{ 
  border:3px solid #f492bf ;background: #ec0089 ;
}
.view-fullwidth .componentBox .componentObject
{ 
  border:3px solid #f492bf ;background: #ec0089 ;
}

.componentBox .componentObject .titleBox
{ 
  border:none;
  border-bottom:3px solid #f492bf !important;background: #ec0089 ;
}
.view-large .componentBox .componentObject .titleBox
{ 
  border:none;
  border-bottom:3px solid #f492bf !important;background: #ec0089 ;
}
.view-fullwidth .componentBox .componentObject .titleBox
{ 
  border:none;
  border-bottom:3px solid #f492bf !important;background: #ec0089 ;
}


.componentBox .componentObject .title
{ 
  color: #f492bf !important;background: #ec0089 ;
  border:none;
}
.view-large .componentBox .componentObject .title
{ 
  color: #f492bf !important;background: #ec0089 ;
  border:none;
}
.view-fullwidth .componentBox .componentObject .title
{ 
  color: #f492bf !important;background: #ec0089 ;
  border:none;
}

#content .componentBox .contentBox,
#content .componentBox .footerBox,
#content .componentBox .contentBox *,
#content .componentBox .footerBox *
{
  font:11px !important;color: #f492bf !important;background: #ec0089 ;
}

#content .componentBox a,
#content .componentBox .contentBox a,
#content .componentBox .footerBox a
{
  
}



/* MENU */
.menu
{ border:none; color:#006BAE;}

.menu .contentBox .componentObject
{ background:#EDDDCC; }

.menu li a
{
  display:block;
  padding-left:15px;
  background:url(/_img/arrow-menu_black.gif) no-repeat 4px 50%;
}

.menu .level-2-hover,
.menu li a:hover
{ color:#FFF !important; 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 
{
  border:3px solid #f492bf ;background: #ec0089 ;
}

.editMode .menu .contentBox 
{  color: #f492bf !important;}

/* MAP / GOOGLEMAPS */
.map .googleMapsContainer
{ border:dotted 1px #717171; }


/* EVENTS */
.evenement .eventDateList .headerEventDate
{
  color: #f492bf !important;
  font-weight:bold;
}
.evenement .eventList .event .eventTime
{color: #f492bf !important;}


