/****GENERAL******/
body{
	font-family: verdana,arial;
	font-size: 9pt;
}

a{
	color: #184564;
}
a:visited{
	color: #184564;
}
a:hover{
	color: #000000;
}
img{
	border:none;
	text-decoration: none;
}

div.titre{
	color: #0C212F;
	text-align: center;
	font-size: 13pt;
	font-variant: small-caps;
	font-weight:bold;
	text-decoration: underline;
}
.centre{
	margin:auto;
	text-align: center;
}


/**** PROGRAMME *****/
table.table_programme_liste{
	width: 100%;
}
table.table_programme_liste tr td{
	text-align: center;
}
table.table_programme_liste tr td.table_programme_liste_titre{
	text-align: left;
	width: 300px;
}
span.programme_minititre{
	font-weight: bold;
}
#table_programme_loisir{
	width: 100%;
}
#table_programme_loisir tr td{
	border: solid 1px #95ABB9;
}
#table_programme_competition{
	width: 100%;
}
#table_programme_competition tr td{
	border: solid 1px #AAABB9;
}
#table_programme_competition tr#ligne_0 td{

}
#table_programme_competition tr#ligne_1 td{

}
#minitab{
	width:100%;
	border: none;
}
#minitab tr td{
	border: none;
}
#minitab tr td.NumJour{
	width : 15px;
}


/**** GALERIES IMAGES *****/
table.table_liste_images{
	width:100%;
}
table.table_liste_images tr td{
	text-align: center;
}
table.table_liste_images tr td img{
	height:120px;
}

table.Table_Menu_Retour{
	width: 100%;
}
table.Table_Menu_Retour td{
	text-align: center;
}
table.Table_Menu_Retour td.td_fixe{
	width: 90px;
}
table.Table_Menu_Retour td.td_fixe img{
/*	width: 75px;*/
	height: 60px;
}

table.Table_Image_Grande{
	margin: auto;
}
table.Table_Image_Grande tr td{
	text-align: center;
}




/****INTERFACE******/
body{
	background-image: url(../images/fond.jpg);
	background-repeat: repeat-x;
}
table.tableau_principal{
	position:absolute;
	left:0px;
	top:0px;
	background-image: url(../images/fond_centre.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width:800px;
}
tr.ligne_haut{
	height:78px;
}
tr.ligne_menu{
	height:520px;
}
td.cellule_coin{
	background-image:url(../images/coin.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
td.cellule_haut{
	background-image:url(../images/haut.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
td.cellule_menu{
	background-image:url(../images/gauche.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
img.img_guide_coin{
	 width:154px;
	 height:1px;
}
img.img_guide_haut{
	width:704px;
	height:1px;
}
/****MENU******/
div.bloc_menu_item{
	height:28px;
	width:135px;
	margin-bottom:15px;
	padding-top:5px;
	padding-right:10px;
	text-align:right;
	background-image:url(../images/menu_out.png);
	background-repeat:no-repeat;
	background-position:top left;
}
div.bloc_menu{
	position: relative;
	top:20px;
}
a.lien_menu{
	font-family:Verdana;
	font-weight: bold;
	text-decoration:none;
	color: #000000;
	font-variant: small-caps;
	font-size:10pt;
}
a.lien_menu:visited{
	color: #000000;
}
a.lien_menu:hover{
	color: #333333;
	text-decoration:underline;
}

