body {
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-attachment:fixed;
}
#wrapper {
	width:980px;
	padding:0;
	margin:auto;
}

a {
	color:#175c7e;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#ffffff;
	font-weight:bold;
	background-color:#175c7e;
}

a img{
	border:0; background:none;
}
a:hover {
	border:0; background:none;
}
#header_fr {
	background-image:url(../images/header_fr.png);
	background-repeat:no-repeat;
	width:980px;
	height:220px;
}
#header_en {
	background-image:url(../images/header_en.png);
	background-repeat:no-repeat;
	width:980px;
	height:220px;
}
#sous_header_fr {
	background-image:url(../images/info_date_fr.png);
	background-repeat:no-repeat;
	width:980px;
	height:93px;
}
#sous_header_en {
	background-image:url(../images/info_date_en.png);
	background-repeat:no-repeat;
	width:980px;
	height:93px;
}
#contents_accueil {
	background-image:url(../images/backgroud_contents.png);
	background-repeat:repeat-y;
	width:682px;
	height:auto;
	padding:0;
	margin:0;
}
#content {
	background-image:url(../images/backgroud_contents.png);
	background-repeat:repeat-y;
	width:682px;
	height:auto;
	padding:0;
	margin:0;
	
}
.content {
	background-image:url(../images/backgroud_contents.png);
	background-repeat:repeat-y;
	width:682px;
	height:auto;
	padding:0;
	margin:0;
}
#contents_container {
	width:400px;
	height:auto;
	padding:0;
	margin:0 0 0 20px;
}
#col_droite {
	background:none;
	background-image:url(../images/bgCol_droite.png);
	background-repeat:repeat-y;
	width:298px;
	background-position:left;
	text-align:left;
}
#footer {
	clear:both;
	width:980px;
	height:54px;
	padding:0;
	margin:0;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	display:inline-block;
}

#menu{
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
}

#menu a{
	color:#000000;
	text-decoration:none;
	font-size:14px;
	background:none;
	font-weight:normal;
}

#menu a:hover{
	color:#FFFFFF;
	text-decoration:none;
		font-weight:normal;

}

#sponsors{
	width:167px;
	border:3px dashed #DCDBDB;
	margin:15px 0 15px 46px;
	color:#666666; font-size:13px; font-weight:bold;
}
#sponsors a:hover{
	
	color:#666666;
}

#quickNews img{
	padding-bottom:21px;
	background-image:url(../images/shadowImg.png); 
	background-repeat:no-repeat;
	background-position:center bottom;
}

.colone_gauche_cont{
	background-image:url(../images/colGauche.png);
	width:232px; height:579px;
	background-repeat:no-repeat;
}

.titre{
	font-weight:bold;
	font-size:120%;
}

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

/********************* programmation.php ******************/
.tableProgrammation{
	width:400px;font-size:75%;
}
.tableProgrammation th{
	background-color:#000000;
	color:#ffffff;
	
	padding:5px 0 5px 10px;
	margin:10px 0 0 0;
}
.tableProgrammation td{
	padding:5px 10px 0 0;
	text-align:left;
}
.tableProgrammation td.spacer{height:10px;}
.tableProgrammation td.heure_fr{width:75px;}
.tableProgrammation td.heure_en{width:118px;}
.tableProgrammation td.site{width:26px;}
.tableProgrammation td.type{width:60px;}

#tableLegend{
	background-color:#f7eac4;
	color:#000000;
	margin:0 auto;
	font-size:75%;
}
#tableLegend th{font-weight:bold; text-align:center; }
#tableLegend td.abv{width:26px;}
#tableLegend td{padding:2px;}

p{
	margin:0 0 2em 0; padding:0;
}
/*******************************************************/

	/******************** calander *************************/
		#calendrier{
			background-image:url(../images/bg_calandrier.gif);
			background-repeat:no-repeat;
			width:200px;
			height:164px;
			padding:0; margin:0; border:0;
		}
		#calendrier_header, #calendrier_header a{
			padding:18px 0 0 0;
			font-size:14px;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			color:#000000;
			text-align:center;
		}
		#calendrier_header a{text-decoration:none;}
		#calendrier_header a:hover{color:#000000;}
		
		#cal {
			font-family: Arial, Helvetica, sans-serif;
			width: 175px;;
			/*background-color: #e1bb5f;*/
			margin:10px 0 0 10px;
			font-size: 11px;
		}
		
		#cal td{
			vertical-align:middle;
			text-align:center;
			/*background-color:#CF6500;*/
			color:#000000;
			border: 0;
		}
		#cal td.first_date{
			/*background-color: #CF6500;*/
		}
		
		#cal td.today {
			color: #ffffff;
			background-color:#000000;
			font-weight:bold;
		}
		
		#cal td.event {
			color: #000000;
			background-color:#d06703;
		}
		
		#cal th {
			color: #ffffff;
			
			background-color:#CF6500;
			text-align:center;
			font-weight:bold;
		}
		
		#cal .d a{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 10px;
			text-decoration:none;
			color: #000000;
		}
		
		#cal .d a:hover{
			color:#2b2b2b;
			font-weight: bold;
			font-size: 10px;
			text-decoration:none;
			background-color:#c9dcea;
		}
		
		#cal a{
			display:block;
			height:100%;
			width:100%;
			color: #000000;
			background-color:#d06703;
			text-decoration:none;
		}
		#cal a:hover{
			text-decoration:none;	
			color: #ffffff;
			background-color:#EBB307;
		}
		.hidden {
			margin:0;
			padding:0;
			font-size: 0;
			display:none;
		}
		/********************* calendrier.php ******************/
.box_date{
	font-size:125%;
	font-weight:bold;
}

.colone_gauche_bot{
	background-image:url(../images/colGaucheBot.png);
	width:232px; height:40px;
}
.colone_gauche_top{
	background-image:url(../images/colGauchetop.png);
	width:232px; height:40px;
	background-repeat:no-repeat;
}
.colone_gauche_mid{
	background-image:url(../images/colgaucherepeat.png);
	width:232px; background-repeat:repeat-y;
	margin-left:5px;
}

.content_block{
	font-size:75%;
	text-align:left;
}

#info{
	 	
}
.imgBorder{
	border:2px dashed #000000;
}