html {background: none;}
body {
  background: #e9e9e9;
  text-align: left;
}
a {
  color: #b52d6a;
}
p {
  line-height: 20px;
  margin: 15px 0;
}
h1 {
  margin: 0 0 10px 0;
  font-size: 138.5%;
  color: #b52d6a;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.hr {
  background: no-repeat url(../images/sep.gif);
  margin: 15px auto;
  display: block;
  outline: none!important;
  border: none!important;
  width: 572px;
  height: 22px;
}
#container {
  width: 990px;
  margin: auto;
}
#hd {
  padding: 15px 25px 0 25px;
}
#hd #logo {
  background: no-repeat url(../images/logo.gif);
  display: block;
  width: 573px;
  height: 73px;
  float: left;
}
#hd #language {
  margin-top: 30px;
  float: right;
}
#hd #language li {
  margin-right: 25px;
  display: block;
  float: left;
}
#hd #language li a {
  font-size: 93%;
  color: #494946;
}
#hd #language li span.lang {
  background: no-repeat url(../images/lang.gif);
  padding-right: 5px;
  display: block;
  height: 15px;
  width: 21px;
  float: left;
}
#hd #language li#en span.lang {
  background-position: -30px center;
}
#menu {
  background: repeat-x url(../images/bg_menu.gif);
  -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px;
  height: 39px;
}
#menu ul {
  padding: 10px 25px 0 7px;
}
#menu ul li {
  padding-right: 8px;
  position: relative;
  z-index: 9999;
  display: inline;  
}
#menu .subnav {
  list-style: none;
  position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
  left: 0; top: 15px; *top: 25px;
  background: url(../images/black.png);
  -moz-border-radius: 3px; -webkit-border-radius: 3px;
  -moz-box-shadow:0px 0px 10px #333;
  -webkit-box-shadow:0px 0px 10px #333;
  box-shadow:0px 0px 10px #333;
  margin: 0; padding: 0;
  display: none;
  float: left;
  width: 170px;
  border: 2px solid #fff;
}
#menu .subnav li {
  margin: 0; padding: 0;
 
  width: 170px;
}
#menu .subnav li a {
  border-bottom: 1px solid #ccc;
  padding: 10px 0 10px 20px;
  text-shadow: #333 0 1px;
  text-decoration: none!important;  
  margin-left: 5px;
  *margin:0;
  float: left;
  width: 140px;  
  color: #fff;
}
#menu .subnav li:last-child a {
  border: none;
} 
#menu ul li#active a {
  text-decoration: underline;
}
#menu ul li a {
  text-shadow: #fff 0 1px 1px;
  text-decoration: none;
  font-size: 93%;
}
#menu ul li.admin_link {
  font-size: 85%;
  padding: 0;
  margin: 0;
}
#content #sub_hd {
  height: 120px;
}
#content #sub_hd blockquote {
  text-shadow: #000 0 1px 1px;
  padding: 20px 25px 0 25px;
  margin-left: 170px;
  text-align: right;
  font-size: 138.5%;
  width: 500px;
  color: #fff;
}
#content #sub_hd blockquote span {
  font-size: 80%!important;
  padding-top: 4px;
  display: block;
}
#content {
  -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px;
  background: #fff;
}
#content #content_container {
  padding: 25px;
}
#content .list {
  margin-left: 18px;
  color: #ccc;
}
#content .list ul {
  margin-top: 5px;
  color: #333;
}
#content .list ul li {
  list-style-type: none;
  margin-bottom: 8px;
  margin-left: 15px;
}
#content .list li {
  list-style-type: disc;
  margin-bottom: 15px;
}
#content .list strong, #content .list p {
  color: #000;
}
#content .offers li {
  list-style-type: none;
}
#content .offers li strong {
  font-size: 121.3%;
}
#content .formular_container {
  margin-left: 25px;
  height: 320px;
}
#content .formular_container .col_left {
  float: left;
  width: 42%;
}
#content .formular_container .block {
  display: block;
}
#content .formular_container .txt {
  border: 1px solid #999;
  margin-bottom: 10px;
  padding: 1px;
  width: 320px;
}
#content .formular_container textarea {
  width: 320px;
  height: 240px;
}
#content .formular_container .btn {
  margin-top: 10px;
  clear: both;
}
#slider {
  position: relative;
  z-index: 0!important;
  left: -30px;
  top: -29px;
}
#footer {
  padding: 15px 25px 5px 7px;
  *padding: 5px 25px;
  font-size: 93%;
  color: #505050;
}
#footer ul {float:left; margin-top: 16px; margin-bottom: 15px;}
#footer ul li {
  padding-right: 6px;
  display: inline;
}
#footer ul li a {
  text-shadow: #fff 0 1px 1px;
  text-decoration: none;  
}
#footer #copy {
  margin-top: -55px;
  text-align: right;
  line-height: 16px;
  font-size: 85%;
  float: right;
}
#footer #social {
  background: no-repeat 0 25px url(../images/social.gif);
  *background: no-repeat 0 35px url(../images/social.gif);
  margin-top: 25px;
  *margin-top: 0;
  clear:both;
  height: 80px;
}
#footer #social #facebook {
  margin-top: -6px;
  display: block;
  height: 30px;
  width: 30px;
}
#footer #social #youtube {
  margin: -32px 0 0 43px;
  display: block;
  height: 30px;
  width: 68px;
} 
.float_right {
  margin-left: 10px;
  float: right;
}
.admin_link {
  border: 1px solid #f6e9b0;
  margin-bottom: 15px;
  background: #fff6cf;
  padding: 5px;
  clear:both;
}
.admin_link_add {
  margin-bottom: 15px;
  clear:both;
}
.admin_link_add a {
  color: #d73d00;
}
.crm_tabs {
  margin-top: 25px;
  margin-left: 15px;
}
.crm_tabs li {
  padding-right: 10px;
  display: inline;
}
.crm_tabs li.current a {
  margin: 0 10px;
  border: 1px solid #ccc;
  background: #eee;
  padding: 5px;
}
.crm_tabs li a {
  line-height: 24px;
  background: none;
  border: none;
}
.crm_table {
  border-spacing: 1px;
  border-collapse: separate;
  background: #ccc;
  margin: auto;
  margin-top: 25px;
  width: 97%;
}
.crm_table td, .crm_table th {
  background: #fff;
  padding: 5px;
}
.crm_table th {
  background: #eee;
}
.inscriere {
  -moz-border-radius: 3px; -webkit-border-radius: 3px;
  text-decoration: none;
  margin-left: 15px;
  margin-bottom: 15px;
  background: #b52d6a;
  font-size: 108%;
  padding: 6px;
  color: #fff;  
}
.errors {
  margin-bottom: 20px;
}
.errors li {
  margin-bottom: 3px;
  color: #f00;
}
.info {
  border: 1px solid #f6e9b0;
  margin-bottom: 15px;
  background: #fff6cf;
  padding: 5px;
}
.highlight td {
  background: #fff6cf;
}
.article_container, .contact_container {
  margin-left: 15px;
}
.article_title {
  font-size: 138.5%;
  font-weight: bold;
}
.article_picture {
  float: left;
  width: 200px;
}
.contact_container {
  float:left;
}
.contact_container .col_right {
  float: right;
  width: 420px;
}
.contact_container .col_left {
  float: left;
  width: 480px;
}
.contact_container label {
  padding-bottom: 3px;
  font-weight: bold;
  display: block;
  float: left;
  width: 140px;
  color: #333;
}
.contact_container .txt {
  -moz-border-radius: 3px; -webkit-border-radius: 3px;
  border: 1px solid #999;
  margin-bottom: 15px;
  padding: 3px;
  width: 250px;
}
.contact_container .txt:focus {
  background: #f3f3f3;
}
.contact_container textarea.txt {
  height: 100px;
}
.contact_container .btn {
  margin-left: 140px;
  display: block;
}
.contact_container .info {
  border: 1px solid #f9e7ad;
  background: #fff5cd;
  font-weight: bold;
  padding: 5px;
}
.contact_container p {
  margin-top: 4px;
  margin-bottom: 4px;
}
.show_or_hide {
  text-decoration: underline;
  cursor: pointer;
}
.intro {
  margin-left: 15px;
}
.multimedia_container {
  float:left;
  margin-left: 15px;
}
.multimedia_container ul {
  margin-left: 25px;
  margin-top:25px;
  float:left;
  width:100%;
}
.multimedia_container ul li {
  margin-right: 40px;
  text-align: center;
  width: 255px;
  height: 226px;
  display: block;
  float: left;
}
.multimedia_container ul li .title {
  font-size: 93%;
  font-weight: bold;
  color: #333;
  padding-top: 3px;
  margin: 0;
}
.multimedia_container ul li .delete {
  font-size: 85%;
}
.multimedia_container ul li a img {
  border: 1px solid #999;
  padding: 2px;
}
.multimedia_container ul li a:hover img {
  border: 1px solid #b52d6a;
}
#sambata_de_dans_promo {
  margin-left:-25px;
  margin-bottom: 25px;
}
.main_description {
  text-shadow: #333 0 1px 1px;
  line-height: 35px;
  position: relative;
  text-align: center;
  font-size:190%;
  top: 30px;
  color: #fff;
}
.program_table, .program_table td {
  border: 1px solid #000;  
}
.program_table th {
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
}
#news {

}
#news .box {
  background: url(../images/news_bg.png);
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 60px;
  padding: 10px;
  width: 400px;
  clear: both;
  float: right;
}
#news .box  a { color: #eee; text-decoration: none;}
#news .title {
  font-size: 138.5%;
  color: #b52d6a;
  position: relative;
  top:0!important;
  margin:0;
}
#news p {
  position: relative;
  top: -10px;
  margin-bottom: 0;
}

