@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	overflow: hidden;
}
	
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #333333;
	color:#ffffff;
	text-align: center;
	font-size:12px;
	line-height:14px;
	font-family:Trebuchet MS, Arial, Verdana, sans-serif;
	position: relative;
}

#photoblogInfo {
	margin: 15px auto 0;
	padding: 0;
	width: 980px;
	overflow:auto;
	height: 100%;
	background: url(images/bandeau.jpg) top center no-repeat;
}

#photoblogInfo h2 {
	padding: 0;
	margin: 0;
	display: inline;
}

#photoblogInfo h2 a {
	float: right;
	display: block;
	width: 36px;
	height: 50px;
	text-decoration: none;
}

#photoblogInfo h2 a span {
	position: absolute;
	left: -9999px;
}

#photoblogInfo h2#closeButton a {
	background-image: url(images/close.jpg);
	background-position: 0 0;
}

#photoblogInfo h2#closeButton a:hover {
	background-image: url(images/close.jpg);
	background-position: 0 -50px;
}

#infoContent {
	clear: both;
	margin: 10px auto 0;
	padding: 2px 0 0;
}

#infoContent #aboutTheBlog {
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
}

#infoContent p.summary {
	clear: left;
	margin: 0 0 1em;
	padding: 0;
	width: 740px;
	color:#CCCCCC;
	text-align: left;
	font-size:13px !important;
	font-style:normal;
	line-height:20px;
}

#infoContent #aboutTheBlog img {
	float: left;
	margin: 5px 2px 5px 0;
	padding: 2px 0;
	border-top: 5px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

#infoContent #onTheSide {
	float: right;
	margin: 5px 0 0 0;
	padding: 2px 0 0 0;
	border-top: 5px solid #ffffff;
	width: 215px;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#infoContent #onTheSide h2 {
	display: block;
	margin: 0 0 5px 0;
	padding: 5px 3px 3px;
	border-bottom: 2px solid #ffffff;
	color: #ffffff;
	background-color: #1a1a1a;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;	
	font-weight:normal;
	letter-spacing:2px;
	font-size:11px;
	text-transform:uppercase;
}

#infoContent #onTheSide p {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 10px;
	font-style: normal;
}

#title {
	padding: 0;
	margin: 15px auto 0;
	width: 960px;
	height: 50px;
	background: url(images/titre.jpg) top left no-repeat;
}

#title h1, #title h2 {
	padding: 0;
	margin: 0;
	display: inline;
}

#title h1 a {
	float: left;
	display: block;
	width: 470px;
	height: 50px;
	text-decoration: none;
}

#title h2 a {
	float: right;
	display: block;
	width: 36px;
	height: 50px;
	text-decoration: none;
}

#title h1 a span, #title h2 a span {
	position: absolute;
	left: -9999px;
}

#title h2#infoButton a {
	background-image: url(images/info.jpg);
	background-position: 0 0;
}

#title h2#infoButton a:hover {
	background-image: url(images/info.jpg);
	background-position: 0 -50px;
}

#title h2#magnifyButton a {
	background-image: url(images/reduce.jpg);
	background-position: 0 0;
}

#title h2#magnifyButton a:hover {
	background-image: url(images/reduce.jpg);
	background-position: 0 -50px;
}

#flashcontent {
	padding: 0;
	margin: 0 auto;
	border: 5px solid #000000;
	width: 960px;
	height: 500px;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 970px;
	color: #666666;
	text-align: right;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(images/footer.jpg) top left no-repeat;
}

#footer p {
	padding: 5px 0;
	margin: 0;
	text-transform: uppercase;
}

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

a:hover {
	color: #ffba00;
}

#photoblogInfo a {
	color: #ffba00;
	text-decoration: none;
}

#photoblogInfo a:hover {
	color: #ffba00
}