body, html {
	font-family: Arial, Sans-serif;
	font-size: 13px;
	height: 100%;
	background-color: #A0DCF5;
	color: #333333;
	margin: 0;
	background-image: URL('bg.jpg');
	background-repeat: repeat-x;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background-image: URL('border.png');
}


#container {
	width: 960px;
	background-color: #FFFFFF;
	margin: 0 auto;
}

#topcontainer {
	height: 190px;
	background-image: URL('stemaxime.jpg');
}

#top {
	height: 150px;
}

#topmenu {
	float: right;
	padding: 0 10px 0 10px;
	color: #FFF;
	line-height: 22px;
	height: 26px;
	background: URL('menubg.png');

}

#topmenu a {
	color: #FFF;
	text-decoration: underline;

}


#logo {
	margin: 10px 0 0 12px;
	border: 0;
}

#topshadow {
	height: 30px; background: URL('shadow.jpg');
}

#content {
	min-height: 600px;
	padding: 20px;
}

#arrow1 {
	color: #BBB;
}

#arrow2 {
	color: #CCC;
}

#arrow3 {
	color: #DDD;
}

#hspacer {
	margin-top: 10px;
	height: 0;
	border-bottom: 1px dotted #CCC;
}

#infobox {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	background-color:#FFFF99;
	border:1px solid #FFCC00;
	margin:0 0 0.5em;
	padding:0.5em 1em;
	text-align:center;
}

#greeninfobox {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	background-color:#D0FF99;
	border:1px solid #7BBA30;
	margin:0 0 0.5em;
	padding:0.5em 1em;
	text-align:center;
}

#redinfobox {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	background-color:#F59696;
	border:1px solid #F64C4C;
	margin:0 0 0.5em;
	padding:0.5em 1em;
	text-align:center;
}



h1 {
	font-size:32px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:32px;
	text-transform:none;
	margin: 0;
	dispaly: inline;
}

h2 {

	color:#333333;
	font-family:arial;
	font-size:18px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:24px;
	margin-top:25px;
	text-transform:none;
}

p {
	line-height: 19px;
}

li {
	line-height: 20px;
}

a {

	color: #48A8D2;
	text-decoration: none;
}

a:hover {
	
	text-decoration: none;
}

#menu {
	height: 40px;
	background-image: URL('menubg.png');
	line-height: 40px;
	color: #FFF;
	border-top: 1px solid #464646;
}

#menu ul {
	list-style: none;
	font-size: 13px;
	margin: 0px;
	padding: 0;
}

#menu li {
	float: left;
	margin: 0px;

}

#menu li a {
	color: #FFFFFF;
	padding: 0 14px 0 48px;
	line-height: 40px;
	text-align: left;
	text-decoration: none;
	display: block;
	border-right: 1px solid #2D2D2D;
	border-left: 1px solid #464646;
}


#menu li a:hover {
	color: #EEEEEE;
	text-decoration: none;
	background-image: URL('menubghover.png');
}


#menu li#index {
	background: URL('images/icons/home.png') no-repeat 8px 3px;
}


#menu li#distribution {
	background: URL('images/icons/administrative-docs.png') no-repeat 8px 3px;
}

#menu li#users {
	background: URL('images/icons/customers.png') no-repeat 8px 3px;
}

#menu li#forum {
	background: URL('images/icons/communication.png') no-repeat 8px 3px;
}

#menu li#calendar {
	background: URL('images/icons/calendar.png') no-repeat 8px 3px;
}

#menu li#booking {
	background: URL('images/icons/ticket.png') no-repeat 8px 3px;
}

#menu li#settings {
	background: URL('images/icons/settings.png') no-repeat 8px 3px;
}

#menu li#logout {
	background: URL('images/icons/sign-out.png') no-repeat 8px 3px;
}




.clear {
	clear: both;
}