body{
	padding-left:0px;
	font-family: "Verdana";
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	
	background-color: black;
	background-image: url("../images/0.png");
	background-repeat: no-repeat;
	background-position: center -45px;
}

#container{
	width: 990px;
	height: auto;
	min-height: 550px;
	position: absolute;
	z-index:1;
	left: 50%;
	margin-left: -495px;
	margin-top: 120px;
	background-color: white;
	background-image: url("../images/bg_1.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}
#nav{
	width: 990px;
	height: 550px;
	position: absolute;
	z-index:2;
	left: 50%;
	margin-left: -495px;
	margin-top: 120px;
}


.red{
	color: #FF0000;
}
.black{
	color: black;
}
.bold{
	font-weight: bold;
}

/*///// LEFT COLUMN /////*/
#leftcolumn{
	width: 300px;
	text-transform: uppercase;
	
	float: left; /* add floating left */
}


#leftcolumn ul{
	margin-top: 11px;
	width: 103%;
}

#leftcolumn li{ font-size: 25px; text-align: right; margin-top: 2px; cursor: pointer; }
#leftcolumn .puce{
	color: #ee4623;
	font-weight: bold;
	visibility: hidden;
}

/*///// HEADER /////*/
#header{
	width: 950px;
	height: 90px;
	margin-left:40px;
	margin-top: 20px;
	background-image: url("../images/header.png");
	background-repeat: no-repeat;
}

/*///// CONTENT /////*/
#content{
	width: 632px;
	padding-left: 15px;
	/* margin-top: 120px; */margin-top: 10px; 
	/* margin-left: 319px; */margin-left: 19px;
	float: left; /* added */
	display: none; /*************************************************************************************/
	margin-bottom: 20px;
}
#content h1{
	background-color: black;
	color: white;
}
#content h2{
	color: black;
	margin-bottom: 5px;
}
#content ul{
	list-style-position: inside; 
	list-style: disc; 
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#content .title{
	margin-top: 20px;
}
#content p{
	margin-top: 12px;
	margin-bottom: 12px;
}
#content hr{
	margin-top: 25px;
	margin-bottom:5px;
	border: none;
	border-bottom: 1px solid #8C8C8C;
}
/*///// FOOTER /////*/
#footer{
	clear: both;
	position: absolute;
	height: auto;
	width: 100%;
	border-top: 1px solid black;
	top: 100%;
	background-color: white;
}
*+html #footer{  /*Hack IE7*/
	padding-top: 7px;
	padding-bottom: 5px;	
}
#footer ul{
	text-align: center;
	margin-top: 5px;
}
#footer li{
	float: right;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom:5px;
	/*width: 90px;*/
	height: 90px;
	font-size: 9px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: left 10px ;
}
#footer .website{background-image: url("../images/footerWebsite.jpg");}
#footer .partner{background-image: url("../images/footerPartnerSponsor.jpg");}
#footer .title{background-image: url("../images/footerTitlePartner.jpg");}
#footer .program{background-image: url("../images/footerProgramSponsor.jpg");}
#footer .event{background-image: url("../images/footerEventSponsor.jpg");}
#footer .site{background-image: url("../images/footerSitePartner.jpg");}

/*///// LAYER /////*/
#wlayer{
	width: 100%;
	height:100%;
	background-color: white;
	position: absolute;
	z-index:0;
	margin-top: -1px;
	/*display: none;*//********************************************************************************************/
}

/*///// SLIDESHOW /////*/
#slideshow {
	width: 600px;
	height: auto;
	background-color: black;
	margin-top: 20px;	
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 20px;
	color: white;
	font-weight: bold;
}

#image{
	text-align: center;
	width: 100%;
	height: 454px;
	margin-top: 5px;
}
#slideshow_nav {
	width: 100%;
	list-style-type: none !important; 	
}
#slideshow_nav li{ width: 200px; text-align: center; float: left; }
#slideshow_nav .bouton { cursor: pointer; }

/*/////SPONSORS  /////*/
#sponsors {
	width: 612px;
	height: auto;
	background-color: black;
	padding: 20px 20px 20px 20px;
	border: none;
	color: black;
	font-weight: bold;
}

#sponsors .categories {
	width: auto;
	background-color: white;
	padding: 20px 20px 10px 20px;
}

/*///// BLOG /////*/
#posts{
	width: 340px;
	height: auto;
}
#posts h3{
	width: 100%;
	height: 17px;
	background-color: #EE4623;
	border: 1px solid red;
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0px 0px 3px;
}
#posts .infos{
	color: #EE4623;
	font-size: 10px;
	margin-top: 15px;
	margin-bottom: 35px;
}
#rightcolumn{
	position: absolute;
	margin-left: 380px;
	width: 200px;
	padding-top: 7px;
}
#navigation{
	color: #EE4623;
	text-transform: uppercase;
	font-weight: bold;
}
/*----- CALENDAR */
#calendar{
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #EE4623;
	font-size: 10px;
	text-align: center;
}
#calendar ul{
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 15px;
}
#calendar a{
	text-decoration: none;
	color:black;
}
#calendar li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align: center;	
}
#month{
	width: 100% !important;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: black;
	display: inline;
}
#month li{
	display: inline;
	width: 33%;
}
#month img{
	margin-left: 20px;
	margin-right: 20px;
}
#days {
	padding:0pt;
	width:210px;
	font-weight: bold;
	color: black;
	margin-top: 10px !important;	
}
#days li {
	text-transform: uppercase;
	float:left;
	width:30px;
}
.line {
	margin:0pt auto;
	padding:0pt;
	width:210px;
}
.line li {
	color:#000000;
	float:left;
	width:30px;
}
.line li:hover{
	background-color: #EE4623;
}
.today{
	background-color: #EE4623;
	font-weight: bold;
	color: white !important;
}

