
/*
style de la bordure de maincontent
*/
div.maincontent h2 {
background-color:#006666   !important;
padding-left:20px !important;
}
div.maincontent{
border-color:#006666   !important;
color:#525252;
font-size:12px;
/*font-weight:bold;*/
}

/* Navigation entre les mois */
div.navigation{
background-color:#006666  ;
}

div.action{
background-color:#009999;
margin-bottom:1px;
}
div#exposant{
background-color:#006666  ;
height:22px;
margin-bottom:0px;
}
div#exposant a:hover{
color:#009999 !important;
}
div.DownBar p {
color:#006666  ;
}
/***********************
	Regles des Tables
***********************/
table.tarif thead{
background-color:#006666;
}
table.tarif{
width:100%;
border-collapse:collapse;
}
td.produit{
width:50%;
height:20px;
}
td.quantit{
background-color:#E6F2E4;
height:35px;
width:20%;
text-align:center;
}
td.total{
text-align:center;
}
td.label{
padding-left:20px;
}
tr.bottomline{
border-bottom:1px solid #006666  ;
}
tr.topline{
border-top:1px solid #006666  ;
}
tr.toplign{
border-top:1px solid #006666  ;
}
span.normalprice{
font-size:11px;
font-weight:bolder !important;
}
span.abonnement{
font-size:11px;
display:block;
}
/***********************
	Regles des Dummys
***********************/
div#sectiondummy {
background-color:#006666  ;
}
div#sectiondummy h2 span.elm1 {
_padding-top:40px;
font-size:26px;
font-weight:bold;
color:white;
}
div#sectiondummy h2 span.elm2 {
color:#009999;
font-size:22px;
font-weight:bold;
}
div#sectiondummy h2 span.elm3 {
font-size:60px;
}
div#verylightdummy {
background-color:#f0a8bb;
}
div#lightdummy {
background-color:#009999;
}
div#darkdummy {
background-color:#006666  ;
}
/***********************
	Règles pour les
	Congrès étrangers
***********************/
div#congresdesc {
padding: 0 25px 25px 25px;
text-align:center;
}
div#congresdesc span {
	display:block;
}

/***********************
	Regles de bases
  pour le style utilisé
	 avec TinyMCE
***********************/
div.pagecontent li {
list-style-image:url(/themes/default/images/puces/congres_full.gif)
}
div.maincontent a:hover{
color:#006666  ;
}
thead {
background-color:#006666  ;
font-weight:bold;
text-align:center;
}
tfoot {
background-color:#006666  ;
font-weight:bold;
text-align:center;
}
thead td{
color:white;
margin-right:15px;
}

/***********************************
	CONGRES A L'ETRANGER
***********************************/
p.datecongres {
font-weight:bold;
font-style:italic;
}


/***********************************
	Regles pour la navigation

***********************************/


div.navigation a.left:hover, div.action a.left:hover{
color:#006666 !important;
}
div.navigation a.right:hover, div.action a.right:hover{
color:#006666 !important;
}

#congresInformation
{
	font-weight:1.2em;
	padding:10px;
}

/* affichage des tarifs annonceurs */
.fournisseur_notauthed table.tarif {display:none;}
.fournisseur_authed table.tarif {display:table !important;}

/* bouton afficher les tarots */
#showTarifsButton
{
    background-color:#006666;
    color:white;
    padding:5px;
    margin:0 15px;
}

form#congresspecial select
{
    font-size:10px;
}


.hideMe
{
    display:none;
}

.showMe
{
    display:block !important;
}
#fournisseurSpecialContainer
{
    display:none;
}