﻿body 
{
	font-family:Arial, Verdana, Sans-Serif;
	font-size:12pt;
	font-weight:normal;
	color:Black;
	background-color:White;
	margin:0px 0px 0px 0px;
}

/*	
	****************	ELEMENTS **********************
*/
#bar_Top
{
	background-image:url('../images/top.jpg');
	background-repeat:no-repeat;
	width:1024px;
	height:170px;
	cursor:pointer;
}

#bar_Left
{
	background-image:url('../images/left.jpg');
	background-repeat:no-repeat;
	width:260px;
	height:598px;
}

#bar_Right
{
	position:relative;
	top:-40px;
	width:300px;
}

#bar_Content
{
	position:relative;
	top:-20px;
	width:450px;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:10pt;
	font-weight:normal;
}

#Menu
{
	position:relative;
	top:5px;
	left:120px;
	width:120px;
	background-color:transparent;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:10pt;
	font-weight:normal;
	color:Black;
}

#Flag
{
	position:relative;
	left:130px;
	top:-10px;	
}

#Calendrier
{
	position:relative;
	left:10px;
	top:5px;	
}

#Pub
{
	position:relative;
	left:0px;
	top:10px;
	width:300px;
	color:White;
	padding-right:2px;
}

#News
{
	position:relative;
	left:0px;
	top:0px;
	width:284px;
	background-color:Black;
	background-image:url('../images/news_Bar.jpg');
	background-repeat:no-repeat;
	color:White;
	padding-left:15px;
	padding-top:2px;
}

#SiteMap
{

}

#Credit
{
	
}


/*	
	****************	CLASSES **********************
*/
.MasterPage
{
	width:1024px;
	border:solid 1px black;
}

.img_Mapple
{
	position:relative;
	top:10px;
	left:455px;	
}

.Today_Date
{
	position:relative;
	top:85px;
	left:390px;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:8pt;
	font-weight:normal;
	color:white;
}

.bar_Title
{
	font-family:Arial, Verdana, Sans-Serif;
	font-size:22pt;
	font-weight:bold;
	font-variant:small-caps;
	font-style:italic;
	color:white;
	border-bottom:dotted 1px white;
	position:relative;
	top:-25px;
	left:15px;
	width:375px;
	height:30px;
	text-align:left;
}

.bar_Left2
{
	background-image:url('../images/left2.jpg');
	background-repeat:repeat-y;
	width:260px;
}


/* Menu */
.MenuOFF
{
	color:black;
}

.MenuExpOFF
{
	border:solid 1px black;
	color:black;
}

.MenuItemExpOFF
{
	background-color:white;
	color:black;
}

.MenuItemExpON
{
	background-color:white;
	color:red;
	font-weight:bold;
}

.MenuItemExpSelected
{
	color:black;
}

.MenuItemOFF
{
	color:black;
}

.MenuItemON
{
	color:red;
	font-weight:bold;
}

.MenuItemSelected
{
	color:red;
}
/* ---- */