/* *****************************************************
   tabs
******************************************************** */

li{
	list-style:none;
}

ul#tab{
	width:1000px;
}

ul#tab #visiteurs,
ul#tab #congres,
ul#tab #evenements {
	width: 65px;
	float: left;
	margin: 0 2px 0 0;
	background: url(../images/bg-home-tabs.gif) repeat-y top right;
	min-height: 680px;
	list-style: none;
	border-top: 10px solid;
	/*  overflow:hidden;   only IE6 needs overflow to be hidden; other browsers cannot use it! */
}


ul#tab li#visiteurs {border-color: #a7b41a;}
ul#tab li#congres {border-color: #4277bf;}
ul#tab li#evenements {border-color: #c87c24;}

ul#tab .globaltab{
	width:900px;
	height:770px;
	/*  overflow:hidden; when used, poppup calendar bubble hides beneath it! */
}

ul#tab li .tablink {
	background-repeat: no-repeat;
	height: 600px;
	width: 30px;
	text-indent: -9000px;
	float:left;
}

ul#tab li .content{
	float:left;
	width:790px;
	margin:10px 0 0 30px;
}

ul#tab li.open {
	width: 760px;
}

#tab-content{
	width:700px;
	display:block;
	overflow:hidden;
	position:absolute;
	margin:15px 0 0 190px;
}

/* *****************************************************
  TABS COLORS
******************************************************** */

.content .link-rarrow{
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	padding:3px 23px 5px 0px;
}

#content-evenements .link-rarrow { background:url(../images/bullet-orange.gif) no-repeat top right !important;}
#content-visiteur .link-rarrow {	background:url(../images/bullet-green.gif) no-repeat top right !important;}
#content-congres .link-rarrow { background:url(../images/bullet-blue.gif) no-repeat top right !important;}

#content-evenements a { color:#c87c24 !important;}
#content-visiteur a { color:#a7b319 !important;}
#content-congres a {	color:#4277bf !important;}

#content-evenements .calendarbubble a {color:#c87c24 !important; text-decoration: none;}


/* *****************************************************
   tabs contents
******************************************************** */

div.home-box-news {
	width:225px;
	height: 250px;
	float:left;
	display:block;
	margin:0 5px 0 0;
	background: url(../images/bg-home-tabs.gif) repeat-y top right;
	border-bottom:5px solid #a7b41a;
}

div.home-box-news .link-rarrow{
	margin-left: 5px;
}

div.home-box-news p {
	font-size:10px;
	font-family:Verdana;
	color:#2b2b2b;
	padding:0 0 0 5px;
	margin:0px;
}

div.home-box-news #title {
	font-size:11px;
	margin-top:10px;
	font-weight:bold;
}

div.home-box-news #desc {
	margin-bottom:5px;
}

#home-box2 {
	margin: 20px 0 0 0;
}

#home-box2 #list-events {
	width: 270px;
	float: left;
}

#home-box2 #list-events li{
	border-bottom: 1px solid #e4e1d2;
	min-height: 37px;
	padding: 0 0 0 30px;
	margin-top: 10px;
	background:url(../images/bullet-green.gif) no-repeat top left;
}

#home-box2 #list-events a, p {
	margin: 5px 0 0;
	padding:0px;
	text-align: left;
}

#home-box2 #list-events li a {
	font-weight:bold;
}

#home-box2 #promotions {
	float:left;
	margin:0 0 0 10px;
}

#home-box2 #promotions li {
	list-style: none;
	float:left;
}

#home-box2 #promotions li a {
	width:135px;
	height:45px;
	float:left;
	text-indent: -9000px;
}

/* *****************************************************
	Tab events
******************************************************** */

#calendar{
	margin-top:13px;
}

.leftcol, .rightcol {
	float:left;
}

.leftcol{
	margin-right:12px;
	width:265px;
}

.rightcol{
	margin-right:12px;
	width:405px;
}

ul.eventslist li{
	padding-bottom: 10px;
	border-bottom:1px solid #e4e1d2;
}


ul.eventslist li .eventtitle{
	font-weight:bold;
	padding:10px 0 1px 0;
	font-size:11px;
}

ul.eventslist li .eventtitle,
ul.eventslist li .eventdesc,
ul.eventslist li a{
	margin-left:5px;
}

ul.eventslist li .eventdesc {
	margin-bottom:10px;
}

#newsletter-box{
	height:100px;
	background:#f3f3f3 url(../images/bg-newsletter-home.gif) no-repeat;
	padding:6px 0 0 77px;
	margin-top:10px;
}

#newsletter-box .newsletterdesc{
	width:125px;
	padding-top:7px;
	background:url(../images/title-newsletter-orange.gif) no-repeat;
	float:left;
}

#newsletter-box .newsletterform{
	padding-top:24px;
	margin-left:10px;
	float:left;
	width:175px;
	text-align:right;
}

#newsletter-box .newsletterform input{
	float:right;
	margin-bottom:10px;
	font-size:10px;
	font-family:Verdana;
}

/* *****************************************************
	Tab congres
******************************************************** */

.congresblock, .congresblock2{
	width:340px;
	height:180px;
	float:left;
	margin-right:5px;
}

.congresblock{
	border-bottom:5px solid #4277bf;
	background:url(../images/bg-home-tabs.gif) repeat-y top right;
}

.congresblock2{
	margin-top:14px;
}


.congresblock .infos{
	padding:10px 15px 0 0;
}

.congresblock .infos .congrestitle{
	font-weight:bold;
	font-size:11px;
}

.congresblock .infos .congresdesc{
	margin-bottom:5px;
}

ul.list-congres .list-congres-title a{
	color:#4277bf;
	font-weight:bold;
}

ul.list-congres {clear: both;}

ul.list-congres li{

	padding:0px 0 10px 30px;
	margin-top:10px;
	border-bottom:1px solid #e4e1d2;
	background:url(../images/bullet-blue.gif) no-repeat top left;
}
/* *****************************************************
	Calendar Bubble
******************************************************** */

.calendarbubble{
	border:1px solid #afafaf;
	width:230px;
	position:absolute;
	background:#f3f3f3;
	font-family:Verdana;
	font-size:10px;
	text-align:left;
	z-index: 100;
	padding:5px 14px 0 14px; 
}
.calendarbubble .title{
	text-align:center;
	font-weight:bold;
	text-transform: uppercase;
	margin-bottom:10px;
	color: #000;
}

.calendarbubble  li{
	min-height: 15px;
	border-top:1px solid #e4e1d2;
	padding:5px 0 5px 0;
}

a.event-link {display: block; background:url(../images/bullet-orange.gif) no-repeat bottom right;}

.calendarbubble  li a{
	min-height:15px;
	height: auto;
	padding-right: 20px
}

.calendarbubble  li a .event-title {
	font-weight:bold;
}

.calendarbubble  li a .event-desc{
	width:170px;
	color:#000;
	margin-top:5px;
}

.corner{
	position: relative;
	clear: both;
	zoom: 1;
}

.corner img {position: absolute; left:-28px; bottom: -2px; width:17px;}

.calendarbubble  .bubble-close{
	float: right;
}

.leftcol .calendarbubble li a .event-title {color: #c87c24}

#template-home ul.primary {width: 650px }

