body {
    	margin: 0px;
    	font-family: Arial, Helvetica, San-serif;
	background-image:url(images/Cirques.jpg);
	/* background-image:url(images/Stones.jpg);
	background-color: #FFFFFF; */
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
}

#progress {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: rgba(0,0,0,.65);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#A6000000', EndColorStr='#A6000000');
    color: white;
    font-size: 18px;
    font-weight: bold;
    height: 80px;
    left: -100px;
    line-height: 80px;
    margin-left: 50%;
    position: absolute;
    text-align: center;
    top: 120px;
    width: 200px;
}

#heading {
	background-color: rgba(0, 0, 0, 0.65);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#A6000000', EndColorStr='#A6000000');
	position: relative;
	width: 100%;
	height: 2.5em;
	margin-top: 1.5em;
	color: white;
}

#heading h2 {
	top: -.5em;
	left: 5em;
	position: absolute;
	width: 25%;
}

#heading ul {
	top: -.3em;
	right: 0;
	position: absolute;
	list-style-type: none;
	width: 75%;
}

#heading ul li {
	float: left;
	padding-right: 2em;
}

#heading ul li a {
	text-decoration: none;
	color: white;
}

#heading ul li a:hover {
	text-decoration: none;
	color: #E37829;
}

#content {
	margin-top: 1.5em;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	min-width: 780px;
	background-color: #FFFFFF;
	padding: 0.8em 0.8em 0.8em 0.8em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #CCC;
}

#pageBottom {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#A6000000', EndColorStr='#A6000000');
	color: white;
	margin-top: 1.5em;
}

#pageBottom>ul {
	width: 60%;
	min-width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding-top: .5em;
	padding-bottom: .5em;
	list-style-type: none;
	padding-left: 0px;
	padding-right: 0px;
}

#pageBottom>ul li.pbSection {
	float: left;
	padding-right: .1em;
	width: 33%;
	display: block;
	margin-left: 0;
}

#footer {
	clear: both;
	width: 60%;
	min-width: 780px;
	margin-left: auto;
	margin-right: auto;
	color: #888;
	text-align: center;
	font-size: smaller;
	padding-top: .5em;
	padding-bottom: .5em;
}

#pageBottom h4 {
	margin: 0;
}

#pageBottom form {
	padding-top: 1em;
}

#pageBottom form label {
	width: 30%;
	float: left;
	text-align: right;
	margin-left: 0;
	margin-right: 0.1em;
	padding-top: 0.2em;
	display: block;
	font-size: smaller;
	
}

#pageBottom form input[type="text"],  #pageBottom form input[type="password"]{
	color: #FFF;
	background-color: transparent;
	border: 1px solid #888;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left: 0.2em;
	margin-right: 0;
	padding-top: 0.1em;
	width: 65%;
}

#pageBottom form input[type="submit"] {
	color: #FFF;
	background-color: transparent;
	border: 1px solid #888;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: .1em;
	margin-left: 50%;
	margin-right: 50%;
}

.error {
	margin: 0;
	padding: 2px 2px 2px 2px;
	font-size: small;
	background-color: #B02128;
	border: 1px solid #888;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
}

.listStyle1 {
	font-weight: normal;
	margin: 0;
	padding: 1em 0 1em 0;
	list-style-type: none;
}

.listStyle1 li {
	margin: 0;
	padding: 0 0 .2em 1em;
}

#pageBottom a {
	text-decoration: none;
	color: white;
}

#pageBottom a:hover {
	text-decoration: none;
	color: #E37829;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.articleTitle {
	margin: 0;
	padding: 0;
}

.articleDetails {
	color: #888;
	font-size: smaller;
}

.articleBody {
	
}