#panier {
  float: right;
  width: 170px;
  *width: 180px;
  height: 50px;
  border-left: 1px dashed #aaa;
  margin-top: 25px;
  padding-left: 10px;
}
#perso {
  float: right;
  width: 330px;
  *width: 340px;
  height: 50px;
  border-left: 1px dashed #aaa;
  border-right: 1px dashed #aaa;
  margin-top: 25px;
  padding-left: 10px;
}
#panier p, #perso p {
  color: #8d8d8d;
  font-size: 10px;
}
#acceder_panier {
  padding-top: 5px;
}
#choix_salon {
  margin-top: 5px;
  float: left;
}
#choix_salon #txt_choix_salon {
  float: left;
  color: #fdc005;
  font-size: 12px;
  font-weight: bold;
}
#choix_salon #txt_choix_salon span {
  font-size: 10px;
  margin-left: 15px;
  color: #929091;
}
#choix_salon #txt_choix_salon span a {
  font-size: 10px;
  color: #929091;
  text-decoration: none;
}
#choix_salon #txt_choix_salon span a:hover {
  text-decoration: underline;
}
#select_choix_salon {
  float: left;
  margin-left: 10px;
}
/* --------------------------------- */
/* --------- SELECT PERSO ---------- */
/* --------------------------------- */
.Bouton, .Liste { /** Aspect general du bouton et de la liste **/
  cursor: pointer;
  padding: 0px;
}
.Bouton { /** Style du bouton **/
  border: 1px solid #febf02;
  width: 140px;
  text-align: left;
  padding-left: 2px;
  height: 13px;
  background: url(/extranet/images/fleche_select_perso.gif) top right no-repeat;
  color: #969595;
  font-size: 10px;
}
.Liste { /** Style de la liste **/
  display: none;
  position: absolute;
  /*height: 80px; /** Hauteur de la liste **/
  width: 142px;
  *width: 140px;
  margin-top: -1px;
  text-align: left;
  border: 1px solid #febf02;
  background: #fff;
}
.Item { /** Style des elements de la liste **/
  margin-top: 5px;
  padding: 2px 0 2px 2px;
  width: 100%;
  /**width: 99%;*/
}
.ItemOver { /** Style des elements de la liste MouseOver **/
  background: #febf02;
  padding: 2px 0 2px 2px;
  color: #013675;
}
#idI0 {
  margin-left: 15px;
}
/* ----- Fin select perso ----- */
#actus_home {
  background: #D10715 url(/extranet/images/bg_actus.jpg) 0 0 no-repeat;
  width: 353px;
  min-height: 241px;
  color: #fff;
  margin-bottom: 10px;
}
#titre_actus {
  margin-left: 6px;
  padding-top: 6px;
  margin-bottom: 10px;
}
#actus_home ul {
  list-style-type: none;
  margin-left: 10px;
  width: 260px;
}
#actus_home ul li {
  min-height: 50px;
  overflow:hidden;
}
#actus_home li.liAdminActu 
{
    min-height: 15px;
	margin-top: -20px;
}
#actus_home .pointilles {
  background: url(/extranet/images/pointilles_hor.gif) left center repeat-x;
  height: 20px;
  min-height: 20px;
  font-size: 1px;
}
#right_home {
  float: left;
  margin-left: 7px;
  width: 569px;
}
#top_right_home {
  /*border-left: 1px dashed #aaa;
  border-right: 1px dashed #aaa;
  border-bottom: 1px dashed #aaa;*/
  padding-bottom: 10px;
}
#titre_rubrique {
  margin-left: 10px;
  margin-right: 10px;
  background: #777576;
  padding-left: 5px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
/*#visu_home {
  text-align: center;
}*/
#downloads {
  float: left;
  margin-top: 13px;
  background: url(/extranet/images/bg_downloads.jpg);
  width: 200px;
  height: 146px;
}
#titre_downloads {
  margin-left: 5px;
  margin-top: 6px;
}
#downloads ul {
  list-style-type: none;
  margin-left: 10px;
  color: #9d9b9c;
}
#downloads li {
  height: 25px;
  line-height: 25px;
}
#downloads li span {
  display: block;
  clear: both;
  float: left;
  width: 250px;
}
#downloads li a {
  float: left;
  color: #d1d1d1;
}
#downloads li a:hover {
  text-decoration: none;
}
#nouveautes {
  float: left;
  margin-left: 10px;
  width: 347px;
  height: 141px;
  *height: 144px;
  /*border-left: 1px dashed #aaa;
  border-right: 1px dashed #aaa;*/
  padding: 13px 5px 5px 5px;
}
#titre_nouveautes {
  background: #561279;
  height: 21px;
  *height: 25px;
  padding: 4px 0 0 7px;
  margin-bottom: 10px;
}
/*#content_nouveautes {
  color: #777576;
  text-align: justify;
}*/
#right_site {
  float: left;
  border-right: 1px dashed #aaa;
  margin-left: 10px;
  width: 726px;
  *width: 727px;
  min-height: 397px;
  height: 397px;
  overflow:auto;
}
#titre_page_animation {
  color: #d3006b;
  font-size: 14px;
  padding: 4px 0 5px 3px;
  border-bottom: 1px dashed #aaa;
}
#titre_page_social {
  color: #FF9103;
  font-size: 14px;
  padding: 4px 0 5px 3px;
  border-bottom: 1px dashed #aaa;
}
#titre_page_centrale {
  color: #777575;
  font-size: 14px;
  padding: 4px 0 5px 3px;
  border-bottom: 1px dashed #aaa;
}
#content_right {
}
/*#content_right p {
  color: #767475;
}*/
.lien_gris {
  color: #767475;
}
.lien_gris:hover {
  text-decoration: none;
}
.ligne1, ligne2 {
  clear: both;
}
#content_right .ligne1 p {
  float: left;
  background: #fdf2f8;
  color: #464749;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
#content_right .ligne2 p {
  float: left;
  background: #fff;
  color: #464749;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.picto {
  width: 38px;
}
.picto img {
  margin-top: 3px;
}
#content_right .ligne1 .nom, #content_right .ligne2 .nom {
  padding-left: 10px;
  margin-left: 1px;
  width: 347px;
  *width: 357px;
  text-align: left;
}
.date {
  width: 109px;
  margin-left: 1px;
  visibility: hidden;
}
.poids {
  margin-left: 1px;
  width: 76px;
  visibility: hidden;
}
.bt_download {
  margin-left: 1px;
  width: 106px;
}
.bt_download img {
  margin-top: 3px;
}
.produit {
  clear: both;
  float: left;
  margin-top: 5px;
}
.photo_produit {
  float: left;
}
.separateur {
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  width: 1px;
  background: #000;
  font-size: 1px;
  height: 153px;
}
.detail_produit {
  float: left;
  margin-right: 30px;
}
.prix_produit {
  padding-top: 65px;
}
.nom_produit {
  font-weight: bold;
  color: red;
}
.descrip_produit {
  text-align: justify;
}
.ref_produit {
  padding-top: 15px;
}
#content_right  .txt_prix {
  font-size: 35px;
  color: #febe05;
}
.form_quantite {
  float: left;
}
.form_quantite input {
  border: 1px solid #febe05;
  width: 20px;
  padding-left: 2px;
  padding-top: 1px;
}
#content_right .txt_quantite {
  float: left;
  margin-left: 5px; 
  padding-top: 2px;
  color: #febe05;
}
p.txt_lot {
  text-align: right;
  margin-top: 1px;
}
p.total{
  text-align: right;
  border-top: solid 1px gray;
  margin-top: 1px;
}
p.total span{
    font-size: 20px;
    color: #febe05;
    font-weight: bold;    
}
p.taille{
  text-align: right;
  margin-top: 5px;
}
p.taille span {
    color: Gray;
}
p.txt_lot span{
  color: #febe05;
}
.ajouter_panier {
  clear: both;
  padding-top: 10px;
  text-align: right;
}
.sep_produit {
  clear: both;
  font-size: 1px;
  height: 1px;
  border-bottom: 1px dashed #aaa;
  margin-right: 20px;
  margin-bottom: 15px;
  padding-top: 20px;
}
#valid_ajout_panier {
  display: none;
  position: absolute;
  margin-left: 150px;
  margin-top: 150px;
  padding: 10px;
  border: 1px solid black;
  background: #fff;
  color: #474747;
}
.fermer_popup {
  text-align: center;
}
.fermer_popup a {
  text-decoration: none;
  color: #474747;
  font-weight: bold;
}
#table_panier {
  border-collapse: collapse;
  width: 880px;
  margin-left: 1px;
  *margin-left: 0;
}
#header_panier td {
  color: #fdbd04;
  font-weight: bold;
  padding: 5px;
  height: 25px;
  border: 1px dashed #929091;
}
.produit_panier td {
  border: 1px dashed #929091;
  padding: 5px;
  vertical-align: top;
  color: #484848;
  text-align: center;
}
.produit_panier .photo_panier {
  padding: 0;
  width: 111px;
}
.descrip_panier {
}
.descrip_panier p {
  text-align: left;
}
.total_articles {
  border: 1px dashed #929091;
  border-bottom: 0;
  border-top: 0;
  height: 30px;
  text-align: right;
  color: #484848;
  padding-right: 5px;
  font-weight: bold;  
}
.montant_total_articles {
  color: #484848;
  border: 1px dashed #929091;
  border-bottom: 0;
  border-top: 0;
  padding: 5px;
  text-align: right;
}
.total_panier {
  border: 1px dashed #929091;
  border-bottom: 0;
  border-top: 0;
  height: 22px;
  text-align: right;
  color: #484848;
  background: #fff3d3;
  padding-right: 5px;
}
.montant_total_panier {
  color: #484848;
  border: 1px dashed #929091;
  border-bottom: 0;
  border-top: 0;
  background: #fff3d3;
  padding: 5px;
  text-align: right;
}
.fin_panier {
  border: 1px dashed #929091;
  border-top: 0;
}
#valider_commande {
  float: right;
  margin-right: 37px;
  *margin-right: 38px;
  margin-top: 20px;
}
#valider_commande a {
  display: block;
  float: left;
  width: 204px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: #fcbf04;
}
#continuer_shopping {
  clear: both;
  float: left;
  margin-top: 20px;
  margin-left: 0px;  
}
#continuer_shopping a {
  color: #767475;
  white-space: nowrap;
}
#content_index {
  margin-top: 5px;
  height: 425px;
  border-right: 1px dashed #929091;
}
#form_index {
  border-top: 1px dashed #929091;
  border-bottom: 1px dashed #929091;
  width: 310px;
  padding: 50px 0 50px 0;
  margin-top: 70px;
  margin-left: 400px;
}
.text_form_index {
  clear: both;
  float: left;
  color: #929091;
  font-weight: bold;
  margin-bottom: 5px;
  width: 90px;
  padding-top: 2px;
  margin-left: 20px;
}
.form_form_index {
  float: left;
  margin-left: 5px;
  margin-left: 20px;
}
.form_form_index input {
  border: 1px solid #fcbf04;
  padding-left: 2px;
  padding-top: 1px;
}
.bt_valider_index {
  clear: both;
  text-align: right;
  margin-right: 15px;
  margin-top: 10px;
}
.gras {
  font-weight: bold;
}
.tx_center {
  text-align: center;
}
.tx_right {
  text-align: right;
}
#left-home {
  float: left;
  width: 353px;
}
#evenementiel .titre {
  background: #B9D800;
  color: #fff;
  height: 25px;
  line-height: 25px;
  text-transform: uppercase;
  padding-left: 15px;
}
.savoir-plus {
  text-align: right;
}
.savoir-plus a {
  color: #fff;
}
#left-evenementiel {
  float: left;
  width: 165px;
  color: #777576;
  margin-left: 10px;
}
#content-evenementiel {
  padding-top: 5px;
  height: 95px;
  *height: 100px;
}
#right-evenementiel {
  float: right;
}
.savoir-plus-evenementiel {
  text-align: right;
}
.savoir-plus-evenementiel a {
  color: #777576;
  text-decoration: underline;
}
.lblEventType
{
	border: solid 1px black;
	margin-top: 1px;
	width: 96%;
	cursor: default;
}
.lblEventType td
{
	font-size: 10px;
}
.lblEventType1
{
	background-color: #d3a5ca;
}
.lblEventType2
{
	background-color: #e4e1be;
}
.lblEventType3
{
	background-color: #e4e100;
}
.lblEventType4
{
	background-color: #e4ffbe;
}
.lblEventType5
{
	background-color: #00e1be;
}
#footerLigne2
{}
#footerLigne2 a, #footerLigne2 a:visited, #footerLigne2 a:active
{
    color: #999;
    font-size:10px;
}
.titre-stage { font-weight: bold;padding:10px 0;text-align:center;background:#0099E9;color: #fff }
.titre-rubrique { font-weight: bold; text-transform: uppercase; font-size: 13px; }
.divDetail { border: solid 1px gray; margin-left: 50px; margin-right: 50px; margin-top:10px; padding: 0 10px; }
/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.remise-titre
{
    margin-right: 10px;
    font-weight: normal;
    font-size: 10px;
    cursor: help;
}
.remise-div
{
    display: none; 
    position: absolute;
    background-color: #fff;
    border: solid 1px black;
    width: 300px;
    margin-left: -310px;
    margin-top: 12px;    
    text-align: left;
    padding: 3px;
}
