body {
	background-color: #FFFFFF;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #666666;
}
p {
	margin-top: 0px;
}
h1 {
	color: #8CC739;
	font-size: 1.7em;
	display: block;
	margin: 0px;
}
h2 {
	color: #00AEEF;
	font-size: 1.3em;
	display: block;
	margin: 0px;
}
h3 {
	color: #00AEEF;
	display: block;
	margin: 0px;
}

#wrapper {
	width: 759px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/header.jpg);
	height: 105px;
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-right: 15px;
	padding-bottom: 25px !important;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 30px;
	color: #FFFFFF;
}
#header-txt {
	font-size: 28px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 10px !important;
	padding-top: 0px;
	padding-right: 10px;
}
#contenu ul {
	list-style-type: none;
	list-style-image: url(images/bullet.png);
}
#page {
	background-image: url(images/frame.png);
	background-repeat: no-repeat;
	padding-top: 10px !important;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	position: relative;
	left: 0px;
	top: 0px;
}
#footer {
	background-image: url(images/frame.png);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 0.7em;
	text-align: center;
	padding-bottom: 20px;

}


#contenu {
	margin-left: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;


}
#sidebar {
	position: absolute;
	top: 0px !important;
	top: 15px;
	left: 10px;
	width: 190px !important;
	width: 170px;
	height: 200px;
	clear: left;
}
#sidebar .info {
	margin-left: 20px !important;
	margin-left: 0px;
}
ul.topnav, ul.here {
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	
}
.topnav li {
	list-style-type: none;
	float: left; /* IE bottum margin bug fix */
	clear: left; /* IE bottum margin bug fix */
	margin-left: 0px !important;
	margin-left: -20px;
}
.topnav a, li.here  {
	font-weight: bold;	
	background-color: #00ADEF;
	height: 30px;
	width: 150px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #8cc63f;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	padding-left: 8px;
	margin-left: -20px !important; 
	margin-left: 0px;
	text-decoration: none;
	color: #FFFFFF;
	margin-bottom: 7px;
	display: block;
	padding-top: 5px;
}

.topnav li.here {
	background-color: #FFFFFF;
	color: #00AEEF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;

	margin-left: -20px;
}
.topnav a:hover {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #00AEEF;
	background-color: #8CC739;
	display: block;
	padding-top: 5px;
}



.info {
	font-size: .8em;
}

.galleria {
	font-size: 0.7em;
	font-weight: bold;
}

a, a:link {
	border-bottom: 0px;
}
a img, a:link img{
	border: 0px;
}


img {
	position: relative;
}
/* Fancy Form */
#demo-status
{
	background-color:		#F9F7ED;
	padding:				10px 15px;
	width:					420px;
}
 
#demo-status .progress
{
	background:				white url(../../assets/progress-bar/progress.gif) no-repeat;
	background-position:	+50% 0;
	margin-right:			0.5em;
}
 
#demo-status .progress-text
{
	font-size:				0.9em;
	font-weight:			bold;
}
 
#demo-list
{
	list-style:				none;
	width:					450px;
	margin:					0;
}
 
#demo-list li.file
{
	border-bottom:			1px solid #eee;
	background:				url(../../assets/file.png) no-repeat 4px 4px;
}
#demo-list li.file.file-uploading
{
	background-image:		url(../../assets/uploading.png);
	background-color:		#D9DDE9;
}
#demo-list li.file.file-success
{
	background-image:		url(../../assets/success.png);
}
#demo-list li.file.file-failed
{
	background-image:		url(../../assets/failed.png);
}
 
#demo-list li.file .file-name
{
	font-size:				1.2em;
	margin-left:			44px;
	display:				block;
	clear:					left;
	line-height:			40px;
	height:					40px;
	font-weight:			bold;
}
#demo-list li.file .file-size
{
	font-size:				0.9em;
	line-height:			18px;
	float:					right;
	margin-top:				2px;
	margin-right:			6px;
}
#demo-list li.file .file-info
{
	display:				block;
	margin-left:			44px;
	font-size:				0.9em;
	line-height:			20px;
	clear
}
#demo-list li.file .file-remove
{
	clear:					right;
	float:					right;
	line-height:			18px;
	margin-right:			6px;
}

/* End Fancy Form */
