body
{
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	color: #000;
	background: #fff url(/salle-annexe/img/textures/lgren072.jpg);
	border: outset 1px #eee;
	font-size: 14px;
	font-style: Verdana, Arial, sans-serif;
	text-align: justify;
}

div#page
{
	background: #f9fff9;
	padding: 10px;
}

div#content
{
	padding: 1ex;
}

div,table,tr,th,td,a
{
	margin: 0px;
	padding: 0px;
}

h1
{
	color: #a01421;
	margin: 1ex 0 1ex 0;
	border-bottom: solid 1px #ccc;
	font-size: 20px;
}

h2
{
	margin-bottom: 1ex;
	font-size: 18px;
}

h3
{
	margin-bottom: 1ex;
	font-size: 15px;
	text-decoration: underline;
}

a
{
	color: #a01421;
	text-decoration: none;
}

a:hover
{
	color: #f01421;
	text-decoration: underline;
}


img,iframe
{
	border: solid 1px #333;
}




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

	Top parts

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

#top
{
	height: 150px;
}

img.logo
{
	margin: 0px 0px 0px -1px;
	padding: 0px;
	border: 0px;
}

#top-menu
{
	height: 30px;
	width: 969px;
	margin-bottom: 2em;
	border-top: solid 3px #aca8a8;
}

#top-menu .left
{
	float: left;
	background: url(/salle-annexe/img/menu-left-corner.png);
	width: 52px;
	height: 30px;
}

#top-menu .middle
{
	float: left;
	background: url(/salle-annexe/img/menu-middle.png) repeat-x;
	width: 879px;
	height: 30px;
	color: #870005;
	padding-top: 5px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

#top-menu .right
{
	float: left;
	background: url(/salle-annexe/img/menu-right-corner.png);
	width: 38px;
	height: 30px;
}

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

	Bottom parts

***********************************************************************/
#bottom
{
	border-top: solid 1px #ded;
	text-align: center;
	font-size: 10px;
}

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

	Photos

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

#photo
{
	float:left;
	margin: 5px;
}

#photo h6
{
	text-align: center;
	padding: 0px;
	margin: 5px;
}

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

	Evenements / Location

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

table#location, table#evenements
{
	margin: 1ex;
	border: solid 1px #600;
}

table#location
{
	width: 48%;
}

#location th, #location td, #evenements th, #evenements td
{
	font-size: 12px;
	padding: 5px;
	border-bottom: solid 1px #300;
	border-right: solid 1px #300;
	text-align: justify;
}

#location th, #evenements th
{
	background: #e6e6e6;
}

#location td, #evenements td
{
	background: #efefef;
}

