/*** BODY ***/


.cart_form 
{
	display:-moz-inline-block;
	display:inline-block;
}

.rose
{
	background-color:#f777a8;
}

.orange 
{
	background-color:#FF9933;
}
/*
#MainRight button
{
	margin: 0px;
	padding: 0px;
	background-color:#FF9933;
}
*/
body {
  margin: 0;
  background: #FFF;
  font-size: 11px;
  font-family:  Verdana, Arial, Helvetica, sans-serif;
}

/*** LINKS ***/

a {
  text-decoration: none;
  /*color: #909090;*/
  color: #E40E92;
}

a:hover {
  /*color: #909090;*/
  color: #E40E92;
  text-decoration: underline;
}

/*** FORM ELEMENTS ***/

input, button, select, textarea {
  font-size: 11px;
  border: 1px solid #909090;
}

.noBorder {
  border: none;
}

fieldset {
    border: 1px solid #C0C0C0;
    padding: 10px;
}

fieldset.signup {
    border:1px solid #CF3269;
    width: 650px;
    padding: 10px;
    margin-top: 10px;
}

fieldset.signup legend {
    font-weight: bold;
}

/*** GENERAL ELEMENT ***/
.infobulle{
    position: absolute;   
    visibility : hidden;
    border: 1px solid Black;
    padding: 10px;
    font-family: Verdana, Arial;
    font-size: 10px;
    color: #FFFFFF;
    background-color: #451F48;
}

h1 {
  font-size: 22px;
  font-weight: bold;
  color: #FF9933;
}

h2 {
  font-size: 16px;
  font-weight: bold;
  color: #FF9933;
}

h3 {
  font-size: 12px;
  font-weight: bold;
  color: #606060;
}


/*** GENERAL CLASS ***/

.noborder {
	border: none;
}

.error {
    color: #FF0000;
}

.error p {
	display: inline;
	margin-left: 10px;
}

/*** TOP ***/


#Top {
	width: 100%;
	background: #670056;
	height: 35px;
	padding-top: 4px;
	border-top: 2px solid #ffa0c8;
	border-bottom: 2px solid #ffa0c8;
	color: #FFF;
}

#TopCity {
	padding: 0;
	margin: 0 0 10px 0;
	width: 100%;
	height: 25px;
	text-align: center;
	border-bottom: 2px solid #670056;
}

#TopCity p {
	font-size: 17px;
	padding: 0;
	margin: 0;
}

#TopCity p a {
	color: #670056;
	
	/*font-weight: bold;*/
}

#TopCity p a:hover{
	color: #e40e92;
	text-decoration: none;
}

#TopCity p a.Selection {
	color: #e40e92;
	text-decoration: underline;
}


#Top div select
{
	height: 17px;
}
#Top div input.input_text 
{
	height: 14px;
}
#Top div input.input_button
{
	height: 17px;
}

#Top div {
    width: 100%;
    margin: 0 auto;
    position: absolute; 
}

#Top div p.TopLeft {
	display: block;
	float: left;
	width: 300px; 
	margin: 0;
	margin-left: 16%;
	margin-top: 3px;
}

#Top div p.TopRight {
    display: block;
    float: right;
    width: 300px;
    text-align: right;
    margin: 0;
	margin-right: 16%;
	margin-top: 3px;

}

#Top div p.TopSearch {
	display: block;
	float: left;
	/*width: 800px; */
	margin-left: 16%;
	margin-top: 0;


}


#Top div p a {
	color: #FFF;
	font-weight: bold;
}

/*** HEADER ***/

#Header {
    width: 100%;
    background: #e40e92 bottom repeat-x;
/*    background: #e40e92 url(/media/img/bg_header_new.jpg) bottom repeat-x;*/
/*    height: 145px;*/
    height: 120px;
    padding-top: 10px;
}

#Header #HeaderConteneur{
    width: 850px;
    margin: 0 auto;
    /* background: url(/media/img/header_logo4.png) top left no-repeat; */
    background: url(/media/img/logo_alaronde_beta.png) top left no-repeat;
    height: 130px;
    position: relative;
}
#Header #HeaderConteneur #home_link { 
    display: block;
    width: 240px; height: 100px;
    position: absolute;
    left: 0;
}

#Header #HeaderConteneur #HeaderCadreConnexion{
    width: 230px;
    margin: 0 0 0 580px;
/*    background: #ffa0c8;*/
    height: 100px;
    padding: 10px 10px 0 10px;
    border: 1px solid #ffa0c8;
    color: #FFF;
    font-weight: bold;
    text-align: right;
    position: relative;
    -moz-border-radius : 10px 10px;
}

#Header #HeaderConteneur #HeaderCadreConnexion #HeaderCadreTop {
  position: absolute;
  top: 5px; right: 10px;
  margin-top: 9px; 
	margin-bottom: 20px;
}
#Header #HeaderConteneur #HeaderCadreConnexion #HeaderCadreTop A { 
  display: block;
  width: 80px;
  margin-left: 20px;
  text-align: center;
  float: left;
}

#Header #HeaderConteneur #HeaderCadreConnexion #HeaderCadreMiddle { 
  margin: 0; padding: 0;
  border: none;
}
#Header #HeaderConteneur #HeaderCadreConnexion #HeaderCadreMiddle p { 
	margin: 10px 0;
}
#Header #HeaderConteneur #HeaderCadreConnexion p.connected_as { 
	margin: 10px 0;
}
#Header #HeaderConteneur #HeaderCadreConnexion #HeaderCadreBottom { 
  position: absolute;
  bottom: 0;
  right: 10px; 
  text-align: right;
  margin-top: 20px;
}
#Header #HeaderConteneur #HeaderCadreConnexion #HeaderCadreBottom #btnConnexion { 
  height: 20px;
  width: 90px;
  background: #FFF;
  color: #cf3269;
  border: 1px solid #cf3269;
  margin-left: 20px;
  font-weight: bold;
}

#Header #HeaderConteneur #HeaderCadreConnexion a {
    color: #FFF;
    text-decoration: underline;
    font-weight: normal;
}

#Header #HeaderConteneur #HeaderCadreConnexion input {
    border: none;
}

#Header #HeaderConteneur #HeaderCadreConnexion input.input_text {
    width: 95px;
}

#Header #HeaderConteneur #HeaderCadreConnexion #btnConnexion {
    margin-top: 5px;
}

/*** MAIN ***/

#Main {
    width: 1100px;
    margin: 0 auto;
}


/*** MAIN > RIGHT ***/
#MainRightRight {
    width: 170px;
    padding: 10px 5px 0 5px;
    float: left;
    margin-top: 2px;
}

/*** MAIN > RIGHT > MENU ***/

#MainMenuRight {
    width: 230px;
    padding: 10px 5px 0 5px;
    float: left;
    margin-top: 2px;
}

#MainMenuRight .blocRight {
    margin-left: 10px;
	background: #670056;
    border: 1px solid #ffa0c8;
    -moz-border-radius : 10px 10px;
}

#MainMenuRight .blocRight  h2 {
	margin-top: 5px;
	text-align: center;
    color: #ffffff;
    font-size: 14px;
}

#MainMenuRight .blocRight  td {
	margin-top: 5px;

}

#MainMenuRight .blocRight  .zoomsur {
	padding-left: 20px;
	padding-right: 31px;
	text-align: center;
}

#MainMenuRight .blocRight  .renew {
	text-align: center;
    color: #ffffff;
    font-size: 11px;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
    border: 1px solid #ffa0c8;
	background: #e40e92;
    -moz-border-radius : 10px 10px;
}

#MainMenuRight .blocRight .renew  a {
	color: #ffffff;
}

#MainMenuRight .blocRight .blocSimple {
	margin: 5px 2px 5px 2px;
	background: #ffffff;
    border: 1px solid #ffa0c8;
    -moz-border-radius : 10px 10px;
}

#MainMenuRight .blocRight .blocSimple h3 {
	text-align: center;
	margin-top: 0px;
	padding-bottom: 10px;
    font-size: 12px;
}

#MainMenuRight .blocRight .blocSimple table {
	margin: 0 0 0 5px;	
}

#MainMenuRight .descriptionReduction {
	padding: 10px;
	margin: 10px;
    border: 2px solid #670056;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#MainMenuRight .descriptionReduction a {
	font-size: 12px;
}

.rotator {
    height: 60px;
    width: 270px !important;
    margin: 0;
    border: 2px solid #670056;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.rotator div {
    padding: 10px;
    width: 250px !important;
    color: #E40E92;
}

.fleches {
    text-align:left;
    vertical-align:middle;
    cursor:pointer;
}

/*** MAIN > LEFT ***/

#MainLeft {
    width: 230px;
    padding: 10px 5px 0 5px;
    float: left;
    margin-top: 2px;
}

#MainLeft #srchButton {
    border: none;
}

#MainLeft h2 {
    color: #3d3d3d;
    /*background: #F7F7F7 url(/media/img/puce_titre_menu.jpg) left no-repeat;*/
    font-size: 12px;
    padding: 5px 0px 5px 0px;
    margin: 10px 0 10px 0;
    clear: both;
    border-bottom: 1px solid #ff9933;
}

#MainLeft h2 span {
    background: #ff9933;
    margin-right: 10px;
    padding: 2px 5px;
    color: #FFF;
}

#MainLeft .blocLeft {
    margin: 0 0 10px 0;
    padding-left: 10px;
/*    background-color: #FEC9F5;*/
    background-color: #F4E6FE;
    border: 1px solid #ffa0c8;
    -moz-border-radius : 10px 10px;
}

#MainLeft .blocLeft h3 {
    margin: 0;
    color: #FFF;
    font-size: 14px;
}

#MainLeft .blocLeft h3 a {
    color: #670056;
    font-size: 14px;
}

#MainLeft .blocLeft input.q {
    width: 180px;
}

#MainLeft .blocLeft input.s {
    border: none;
}

#MainLeft .blocLeft menuHidden {
    display: none;
}

#MainLeft .blocLeft menuVisible {
    display: inline;
}

#MainLeft .disabled { background-color: #e0e0e0; color: #808080;}
#MainLeft .disabled H2 { color: #808080; border-bottom: none;}
#MainLeft .disabled H2 SPAN { background: #d0d0d0;}
#MainLeft .disabled .img { display: none; }
#MainLeft .disabled LABEL.txt { cursor: default; background-image: url(/media/img/puce_grise.jpg);}
#MainLeft .disabled .dijitTooltipData {  display: none !important; }


#MainLeft ul {
    margin: 0 0 30px 0;
    padding: 0;
    clear: both;
}

#MainLeft ul li {
	list-style-type: none;
	clear: both;
	padding: 3px 0;
}

#MainLeft ul li .txt {
	display: block;
	float: left;
	background: url(/media/img/puce_rose.jpg)  left no-repeat;
	padding: 3px 0 0 17px;
}

#MainLeft ul li .txt.checked {
	display: block;
	float: left;
	background: url(/media/img/icone_valid.png)  left no-repeat;
	padding: 3px 0 0  20px;
}

#MainLeft ul li span.img {
    display: block;
    float: right;
}

#MainLeft ul li .reducOK {
	cursor: pointer;
    background-color: #e40e92;
    width: 41px;
    height: 18px;
    text-align: center;
    padding: 3px 0 0 0;
    color: #FFFFFF;
    font-weight: bold;
    -moz-border-radius : 10px 10px;
}

#MainLeft ul li .reducChecked {
	cursor: pointer;
    background-color: #FF9933;
    width: 41px;
    height: 18px;
    text-align: center;
    padding: 3px 0 0 0;
    color: #FFFFFF;
    font-weight: bold;
    -moz-border-radius : 10px 10px;
}

#MainLeft ul li .reducNO {
    background-color: #451F48;
    width: 41px;
    height: 18px;
    text-align: center;
    padding: 3px 0 0 0;
    color: #FFFFFF;
    font-weight: bold;
    -moz-border-radius : 10px 10px;
}


#MainLeft .hidden_checkbox { display: none; }
#MainLeft .hidden_checkbox.subcategory { color: $FF0000; display: none; padding-top:10px;}
#MainLeft .tickets_selection_label,
#MainLeft .subcategory_selection_label,
#MainLeft .category_selection_label { cursor: pointer; color: #E40E92; }
#MainLeft .subcategory_selection_label.disabled,
#MainLeft .tickets_selection_label.disabled,
#MainLeft .category_selection_label.disabled { cursor: default; color: black; }
#MainLeft .subcategory_selection_label.checked,
#MainLeft .tickets_selection_label.checked,
#MainLeft .category_selection_label.checked { border-bottom: 1px solid orange; }


#MainLeft #city_suggestions UL { margin-bottom: 1em; }
#MainLeft #city_suggestions LI { padding: 0; }
#MainLeft #city_suggestions A { color: black; }

#MainLeft .calendar { width: 80%; margin: 1em; }
#MainLeft .calendar TH { font-weight: bolder; color: white; text-align: center; }
#MainLeft .calendar CAPTION { font-weight: bolder; text-align: left; margin-top: 0.5em; }
#MainLeft .calendar .today { font-weight: bolder; color: #F777A8; }

#MainLeftShop .calendar { width: 80%; margin: 1em 1em 1em 10px; }
#MainLeftShop .calendar TH { font-weight: bolder; color: orange; text-align: center; }
#MainLeftShop .calendar CAPTION { font-weight: bolder; text-align: left; margin-top: 0.5em; }
#MainLeftShop .calendar .today { font-weight: bolder; color: #F777A8; }

#MainLeftPro .calendar { width: 80%; margin: 1em 1em 1em 10px; }
#MainLeftPro  .calendar TH { font-weight: bolder; color: orange; text-align: center; }
#MainLeftPro  .calendar CAPTION { font-weight: bolder; text-align: left; margin-top: 0.5em; }
#MainLeftPro  .calendar .today { font-weight: bolder; color: #F777A8; }

/* MAIN LEFT FOR THE SHOP */

#MainLeftPro{
    width: 180px;
    padding: 10px 5px 0 5px;
    float: left;
    margin-top: 2px;
}

#MainLeftPro .blocLeft {
    margin: 0 0 20px 0;
    padding-left: 10px;
    background-color: #F4E6FE;
    border: 1px solid #ffa0c8;
    -moz-border-radius : 10px 10px;
}

#MainLeftPro #srchButton {
    border: none;
}

#MainLeftPro h2 {
    color: #3d3d3d;
/*    background: #F7F7F7 url(/media/img/puce_titre_menu.jpg) left no-repeat; */
    font-size: 12px;
    padding: 5px 0px 5px 0px;
    margin: 10px 0 10px 0;
    clear: both;
    border-bottom: 1px solid #ff9933;
}	

#MainLeftPro .blocLeft  ul {
    padding-left: 10px;
}

#MainLeftPro .blocLeft h3 {
    margin: 0;
    color: #670056;
    font-size: 14px;
}

#MainLeftPro .blocLeft h3 a {
    color: #670056;
    font-size: 14px;
}



#MainRightRight.blocRightRight{
	width: 150px;
    margin: 0 0 20px 0;
    padding-left: 10px;
    background-color: #F4E6FE;
    border: 1px solid #ffa0c8;
    -moz-border-radius : 10px 10px;
}


#MainRightRight .blocRightRight  ul {
    padding-left: 10px;
}

#MainRightRight .blocRightRight h3 {
    margin: 0;
    color: #670056;
    font-size: 14px;
}

#MainRightRight .blocRightRight h3 a {
    color: #670056;
    font-size: 14px;
}









	

#MainLeftShop {
    width: 160px;
    padding: 10px 5px 0 5px;
    float: left;
    margin-top: 2px;
}

#MainLeftShop #srchButton {
    border: none;
}

#MainLeftShop h2 {
    color: #3d3d3d;
/*    background: #F7F7F7 url(/media/img/puce_titre_menu.jpg) left no-repeat; */
    font-size: 12px;
    padding: 5px 0px 5px 0px;
    margin: 10px 0 10px 0;
    clear: both;
    border-bottom: 1px solid #ff9933;
}

#MainLeft h2 span {
    background: #ff9933;
    margin-right: 10px;
    padding: 2px 5px;
    color: #FFF;
}

#MainLeftShop .blocLeft {
    margin: 0 0 20px 0;
    padding-left: 10px;
    background-color: #F4E6FE;
    border: 1px solid #ffa0c8;
    -moz-border-radius : 10px 10px;
}

#MainLeftShop .blocLeft ul {
    padding-left: 10px;
    margin-left: 1px;
}

#MainLeftShop .blocLeft h3 {
    margin: 0;
    color: #670056;
    font-size: 14px;
}

#MainLeftShop .blocLeft h3 a {
    color: #670056;
    font-size: 14px;
}

#agendaShop a {
    background-color: #E40E92;
    color: black;
    font-weight:bold;
}

#bnavcal a {
    color: #670056;
	background-color: #F4E6FE;
    font-weight: bold;
	text-decoration: none;
}

#MainLeftShop .blocLeft input.q {
    width: 180px;
}

#MainLeftShop .blocLeft input.s {
    border: none;
}

#MainLeftShop .blocLeft menuHidden {
    display: none;
}

#MainLeftShop .blocLeft menuVisible {
    display: inline;
}


/*** MAIN > RIGHT ***/

#MainRight {
	width: 590px;
	padding: 2px 0 0 2px;
	float: left;
	background-color: #FFF;
  padding-bottom: 2em;
}

#MainRight #ResultTri {
  background: #fbfbe3; 
	padding: 10px 10px 20px 10px;
	-moz-border-radius : 10px 10px;
	margin: 5px;
}

#MainRight #ResultTri img {
	border: none;
}

#MainRight #ResultTri td {
	padding: 5px 0px 5px 0px;
	width: 200px;
}

#MainRight #ResultTri h3 {
	font-size: 14px;
	margin: 0 0 15px 0;
}

#MainRight div.ResultCadre {
	clear: both;
	display: block;
	margin: 10px 0;
	padding-left: 5px;
}

#MainRight div.ResultHead {
	background: #FFF url(/media/img/bg_h2.jpg) repeat-x;
	display: block;
	height: 45px;
	padding: 3px;
	clear: both;
}

#MainRight div.ResultHead h2 {
	display: block;
	margin: 0;
	width: 400px;
	float: left;
	font-size: 18px;
	padding-left: 5px;
}

#MainRight div.ResultHead h2 A {
	/*color: #f777a8;*/
}

#MainRight div.ResultHead h2 span {
	color: #606060;
	display: block;
	font-size: 12px;
}

#MainRight div.ResultHead p {
	display: block;
	float: right;
	margin: 0 0 0 15px;
	text-align: center;
	font-size: 10px;
	color: #606060;
	font-weight: bold;
}

#MainRight div.ResultHead p img {
	border: none;
  margin-left: 10px;
}

#MainRight div.ResultHead p a {
	color: #606060;
}

#MainRight div.ResultHead p.imgTel {
	padding-top: 2px;
}

#MainRight div.ResultHead p span {
	display: block;
}

#MainRight div.ResultImage {
	display: block;
	float: left;
	background: #FFF url(/media/img/bg_photos.jpg);
	width: 127px;
	height: 119px;
	margin-bottom: 15px;
}

#MainRight div.ResultImage IMG { 
  margin-left: 1px; margin-top: 1px;
}

#MainRight div.ResultInfo {
	display: block;
	float: right;
	width: 450px;
	color: #606060;
}

#MainRight p.ResultReduc {
	margin-bottom: 5px;
	margin-top: 5px;
}

#MainRight div.cadrebon {
	display: inline;
	/*background: url(/media/img/icone_reducs.jpg) no-repeat;*/
	/*padding: 5px 15px 5px 10px;*/
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

#MainRight div.cadrebon a {
	color: #000000;
	font-weight: bold;
}

#MainRight p.ResultReduc a {
	color: #E40E92;
	/*font-weight: bold;*/
}

#MainRight p.sales_active { 
  color: #E40E92;
  font-size: 120%;
  font-style: italic;
  text-transform: uppercase;                           
}


#MainRight FORM.favorites { 
  display: inline; 
  float: left; 
}

#MainRight p.ResultCategorie {
	margin-top: 1px;
	margin-bottom: 1px;
}

#MainRight p.ResultCategorie a {
	color:#E40E92;
}

#MainRight FORM.favorites BUTTON { 
  background: none; 
  border: none; 
  cursor: pointer;
}


#MainRight p.zonesInter {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1px;
	margin-top: 1px;
}

#MainLeftShop FORM.favorites { 
  display: inline; 
  /*float: right; */
}

#MainLeftShop FORM.favorites BUTTON { 
  background: none; 
  border: none; 
  cursor: pointer;
}


/* map */
#MainRight #shop_map_container { 
  display: none;
  position: fixed; 
  left: 100px; 
  bottom: 50px;
  background: white; 
  border: 1px solid silver;
}
#MainRight #shop_map_container.shown { display: block; }
#MainRight #shop_map { width: 400px; height: 400px;  }

#MainRight #homepage_map_container { 
  display: none;
  position: fixed; 
  left: 100px; 
  bottom: 50px;
  background: white; 
  border: 1px solid silver;
}
#MainRight #homepage_map_container.shown { display: block; }
#MainRight #homepage_map { width: 400px; height: 400px;  }

/*** MAIN > VITRINE ***/

#MainLeft #VitrineInfoG {
    border-bottom: 2px solid #FFF;
    width:100px;
}

#MainLeft #VitrineInfoG a {
    color: #f777a8;
}

#MainLeft #VitrineInfoG span {
    font-size: 10px;
}

#MainRight #Vitrine h2 {
    background: #F5F5F5;
    -moz-border-radius : 5px 10px;
    padding: 5px;
    margin: 10px 0 10px 0;
    clear: both;
}

#MainRight #Vitrine {
    padding: 5px;
}

#MainRight #Vitrine .barredefilement {
    display:none;
}

#MainRight #VitrineInfoD {
    height: 200px;
    background: #F5F5F5; 
    padding: 1em; 
  -moz-border-radius : 10px 10px;
}

#MainRight #VitrineInfoD #VitrineHoraire {
	display: block;
	float: right;
	margin: 18px 5px 0 0;
	padding-left: 15px;
	border-left: 2px solid orange;
}

#MainRight #VitrineInfoD #VitrineHoraire td {
    padding: 3px;
    width: 8em;
}

#MainRight #VitrineInfoD #VitrineHoraire td.HoraireTitre {
	padding-bottom: 10px;
}

#MainRight #VitrineInfoD #VitrineHoraire td.HoraireJour {
	background-color: #fca0c5;
	font-weight: bold;
	color: #FFF;
	text-align: center;
  width: 1em;
}

#MainRight #VitrineInfoD #VitrineHoraire td.HoraireMatin {
	background-color: #DFDFDF;
	text-align: center;
}

#MainRight #VitrineInfoD #VitrineHoraire td.HoraireAprem {
	background-color: #DFDFDF;
	text-align: center;
}
/*
#MainRight #VitrineInfoD #VitrineHoraire {
	display: block;
	float: right;
	margin-top: 18px;
}
*/
#MainRight #VitrineInfoD img {
	border: none;
}

#MainRight #VitrineInfoD h1 {
	font-size: 18px;
	margin: 0;
}

#MainRight #VitrineInfoD h3 {
	font-size: 12px;
	margin: 0;
}

#MainRight #VitrineInfoD #VitrineInfoList {
	display: block;
	float: left;
	margin-top: 10px;
}

#MainRight #VitrineInfoD #VitrineInfoList p {
	margin: 3px 0;
}

#MainRight #VitrineInfoD #VitrineImg {
	width: 127px;
	height: 119px;
	display: block;
	float: left;
	background: #FFF url(/media/img/bg_photos.jpg) top left;
	margin-right: 10px;
}

#MainRight #VitrineInfoD #VitrineImg img {
	border: none;
	padding: 3px 5px 3px 4px;
}

#MainRight #VitrinePresentation p {
	text-align: justify;
	padding-left: 5px;
}

#MainRight #VitrinePresentation h3 {
	text-align: justify;
	padding-left: 5px;
}

#MainRight #VitrinePhotos {

	margin-bottom: 10px;
	clear: both;
}

#MainRight #VitrinePhotos a.CadrePhotos {
	background: #FFF url(/media/img/bg_photos.jpg) top left;
	display: block;
	float: left;
	margin: 5px 5px 20px 5px;
	width: 127px;
	height: 119px;
}

#MainRight #VitrinePhotos img {
	border: none;
	padding: 3px 5px 3px 4px;
}

#MainRight #VitrineInfoPlus {
	clear: both;
	margin: 20px 0;
}

/* Presta zone */
#MainRight #ZonePresta {
    background-color: #FF0000;
}

/* Sales */

#MainRight #Sales p {
	margin: 0;
}

/* Calendar */

#MainRight .calendar_event {
	/*display: block;*/
	/*clear: both;*/
	/*display: inline;*/
}

#MainRight .calendar_event .image {
	float: left;
	margin: 0 10px 10px 0;
	/*display: inline;*/
	margin: 5px;
}

#MainRight .calendar_event .description {
	/*display: inline;*/
}

#MainRight .calendar_event .attachment {
	/*display: block;*/
}

/* Shop Description */
#MainRight .shopDescLeft {
    border-left: 1px solid #cf3269;
    white-space: nowrap;
    padding-left: 10px;
	vertical-align: top;
}

#MainRight .shopDescLeft a {
	color: #E40E92;
}

.boo img, .boo span {
  vertical-align: middle;
  display: inline-block; 
}

#MainRight .ResultText {
	vertical-align: top;
}

#MainRight .ResultText div {
	width:282px;
}

#MainRight .nomargin {
    margin: 0 0 0 25px;
    padding: 0;
    color: #cf3269;
}

#MainRight.home { 
}
#MainRight.home strong { 
  color: #f777a8; 
  font-weight: bolder; 
}
#MainRight.home P { 
  margin-left: 10px; 
  margin-top: 0; 
}
#MainRight.home .headline { 
	font-size: 110%;
  padding: 2em 0 0 0; 
  text-align: justify;
}
#MainRight.home .frame { 
  background: #fbfbe3; 
  padding: 1em; 
  margin: 2em 0 2em 1em; 
  -moz-border-radius : 10px 10px;
}

#MainRight.home .frame .tarif { 
position: relative;
float: left; 
  width: 10%;
  background: #fbfbe3; 
  padding: 1em; 
  margin: 2em 0 2em 1em; 
  -moz-border-radius : 10px 10px;
}

#MainRight.home .frame .tarif_content { 
position: relative;
float: left; 
  width: 25%;
  background: #fbfbe3; 
  padding: 1em; 
  margin: 2em 0 2em 1em; 
  -moz-border-radius : 10px 10px;
}

#MainRight.home .framemap { 
  background: #fbfbe3; 
  border: 4px solid orange;
  padding: 0em;
  margin: 2em 0 1em 10em; 
}
#MainRight.home .frame table.Memo { 
	width: 100%;
}
#MainRight.home .frame table.Memo td { 
	padding: 5px;
}
#MainRight.home .frame table.Memo td { 
	background: #f4f5cc;
}
#MainRight.home .frame table.Memo td.frameL { 
	background: #FFF;
}
#MainRight.home .members_only { 
  color: #fbfbda; 
  font-style: italic; 
  font-size: 110%; 
}
#MainRight.home INPUT.submit { 
  border: 0; 
  padding: 2px; 
  cursor: pointer; 
  background: #FFF;
  color: #cf3269;
  border: 1px solid #cf3269;
}

#MainRight.signup { 
  width: 100%;
}

#MainRight.signup UL.steps { 
  list-style: none; 
  margin: 0;
  margin-top: 2em;
}
#MainRight.signup UL.steps LI { 
  display: inline;
  background: #FFFFFF;
  border:1px solid #CF3269;
  padding: 2px; 
  font-size: 18px;
}
#MainRight.signup UL.steps LI.current { 
  background: #f4f5cc;
}

#MainRight.signup form { 
  margin-left: 50px; 
}


#MainRight.signup form label {
	margin: 5px 0;
	display: block;
}

#MainRight.signup form input {
	margin-top: 8px;
}

#MainRight.signup form select {
	margin-top: 8px;
}

#MainRight.signup form label em {
	color: #CC0000;
	font-size: 14px;
	padding-right: 5px;
}

#MainRight.signup form input.submit { 
  margin-left: 200px;
  margin-top: 2em;
}

#MainRight.signup .frame { 
  background: #fbfbe3; 
  padding: 1em; 
  margin: 2em 0 2em 1em; 
  -moz-border-radius : 10px 10px;
}


/*** Panier ***/
DIV.cart_content {  }
DIV.cart_content TD { vertical-align: top; }
DIV.cart_content TD.actions { padding: 5px; }
DIV.cart_content .ticket { cursor: pointer; }

/*** Membres ***/

#inscMember {
	width: 100%;
	margin-bottom: 25px;
	padding: 10px;
	clear: both;
}

#inscMember fieldset {
	border: none;
	padding: 0;
}

#inscMember fieldset label {
	margin: 5px 0;
	display: block;
}

#inscMember fieldset label em {
	color: #CC0000;
	font-size: 14px;
	padding-right: 5px;
}

/*** Espace Pro ***/
#EspacePro {
  padding-left: 1em;
}
#EspacePro FIELDSET { 
  border:0; 
  background: #f7f7f7; 
  /*padding: 1em; 
  margin-top: 0; */
}

#EspacePro #table_Shops h1 {
  font-size: 18px;
  font-weight: bold;
  color: #FF9933;
  /*margin-bottom: 10px;*/
  display: inline;
}

#EspacePro #table_Shops p {
  font-size: 11px;
  margin-bottom:12px;
  margin-top:0px;
}

#EspacePro LABEL { 
  margin-top: 0.5em;
  margin-right: 0.5em;
  font-weight: bolder;
}

#EspacePro TABLE TH { 
  font-weight: bolder;
}

#EspacePro .ticket { 
  padding: 2em; 
  margin: 2em; 
  margin-bottom: 0; 
  background: #f7f7f7; 
  width: 550px;
}
#EspacePro .ticket_buttons { 
  padding: 0 2em; 
  margin: 0 2em; 
  text-align: right; 
}

/*#EspacePro TABLE { border-collapse: collapse; }*/
#EspacePro TABLE TR { border-bottom: 1px solid silver; }
/*#EspacePro TABLE TD { padding: 5px 0.5em; }*/


#EspacePro #table_Shops_sales .field_active .select { display: inline; margin-left: 1em; }
#EspacePro .field_description { margin-top: 1em; margin-bottom: 1em;}
#EspacePro LABEL { display: block; }


#EspacePro #zones {  xborder: 1px solid silver; width: 600px; height: 38em; position: relative; }
#EspacePro #zones SELECT { width: 200px; }
#EspacePro #zones #available_cities_container { position: absolute; left: 20px; top: 20px; width: 200px; }
#EspacePro #zones #selected_cities_container { position: absolute; right: 20px; top: 20px; width: 200px; }
#EspacePro #zones #available_shops_container { position: absolute; left: 20px; top: 20px; width: 200px; }
#EspacePro #zones #selected_shops_container { position: absolute; right: 20px; top: 20px; width: 200px; }
#EspacePro #zones #controls { position: absolute; width: 100%; text-align: center; top: 50%;}
#EspacePro #zones #submit { position: absolute; bottom: 5px; left: 5px; }



/*** FOOTER ***/

#Footer {
	clear: both;
	width: 100%;
	background: #f35c89 url(/media/img/bg_footer.jpg) top repeat-x;
	margin: 0;
	padding: 20px 0;
}

#Footer p {
	color: #FFF;
	text-align: center;
	margin: 0;
}

#Footer #tblFooter {
	width: 800px;
	margin: 0 auto;
}

#Footer #tblFooter th {
	font-size: 12px;
	text-align: left;
	color: #FFF;
	font-weight: bold;
}

#Footer #tblFooter td {
	width: 200px;
	font-size: 10px;
	text-align: left;
	color: #FFF;
}

#Footer #tblFooter td a {
	color: #c61d58;
}

#Footer #tblFooter td a:hover {
	color: #FFF;
}

#FormInscription label { float: left; width: 220px; }
#FormInscription div { clear: both; }
#FormInscription div.select { clear: none; }
#FormInscription legend { color: black; }



/* dojo fixes */
.dijitContentPane { overflow:hidden !important;   }
.dijitDateTextBox, .dijitTimeTextBox { height: 15px; }
.dojo_hidden { display: none; }
.dojo_hidden.dijitDialog { display: block; }


.ticket { border: 1px dashed #C0C0C0; margin-bottom:5px; width: 550px; }
.ticket .selected { background: #fbfbda; margin: 5px 0; }
.ticketAdd { margin-bottom:20px; }

.ticket .bonreduc table { width:100%; }
.ticket .bonreduc tr { width:100%;height:100%; }
.ticket .bonreduc td { width:100%;height:100%; }
.ticket .bonreduc { background: url(/media/img/reduc.jpeg); width:550px;height:300px; }
.ticket .bonreduc .description {
	height:145px;
	width: 540px;
	text-align:left;
	vertical-align:top;
	padding-left:10px;
	padding-top:80px;
	font-weight:bold;
	font-size:14px;
	display:block;
	word-spacing: 6px;
	/*white-space: nowrap;*/
}

.ticket .bonreduc .dates { text-align:left;font-size:15px;font-style:bold;text-align:center; }
.ticket .bonreduc .addr { text-align:right;font-size:14px;font-style:bold;height:40px;padding-right:10px; }
.ticket .bonreduc .shop { text-align:right;font-size:16px;font-style:bold; }



.ticket .bonreducexclu table { width:100%; }
.ticket .bonreducexclu tr { width:100%;height:100%; }
.ticket .bonreducexclu td { width:100%;height:100%; }
.ticket .bonreducexclu { background: url(/media/img/reduc_exclu.jpeg); width:550px;height:300px }
.ticket .bonreducexclu .description {
	height:145px;
	width: 540px;
	text-align:left;
	vertical-align:top;
	padding-left:10px;
	padding-top:80px;
	font-weight:bold;
	font-size:14px;
	display:block;
	word-spacing: 6px;
}
.ticket .bonreducexclu .dates { text-align:left;font-size:15px;font-style:bold;text-align:center; }
.ticket .bonreducexclu .addr { text-align:right;font-size:14px;font-style:bold;height:40px;padding-right:10px; }
.ticket .bonreducexclu .shop { text-align:right;font-size:16px;font-style:bold; }

.paiement  { border-width:1px;border-style:groove;border-collapse:collapse;border-color:#CF3269;padding:5px; }

/*
#search_results .shop { height: 200px; }
#search_results .shop .picture { width: 100px; height: 100px; float: left; }
#search_results .shop .picture IMG { }

#shop_page .gallery UL { list-style: none; }
#shop_page .gallery UL LI { display: inline; }

#pro_page FORM LABEL { font-weight: bold; margin-right: 1.5em; }
#pro_page FORM FIELDSET { margin: 1em; padding: 1em; border: 1px solid silver; }
#pro_page FORM .example { font-size: smaller; font-style: italic; }

*/


