@charset "utf-8";
@import "reset.css";

* {
	padding:0;
	margin:0;
}

body {
	color:#000;
	background-color:#cbe4de;
	background-color:#aad9df;

	background-color:#fff;
	background-image:url(/larepublique/images/body-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:0;
}

h1 {
	color:#000;
	font-size:48px;
}

h2 {
	font-size:18px;
	font-weight:bold;
	margin:30px 0 10px 0;
}

ul {
	padding-left:10px;
	margin:5px 0 10px 10px;
}
li {
	line-height:1.3;
}

p {
	line-height:1.3;
	margin-bottom:.5em;
}

a:link, a:visited {
	color:#005aab;
	text-decoration: underline;
}
a:focus, a:hover {
	text-decoration: none;
}
a:active {
	color:#f00;
}

img {
	border:none;
}

small {
	font-size:11px;
	color:#444;
}

#header {
	width:960px;
	padding:10px 0;
	margin:0 auto;
}

#wrapper {
	width:960px;
	background-color:transparent;

	background-image:url(/larepublique/images/wrapper-bg.png);
	background-repeat:repeat;
	background-position:top center;

	padding:10px 0 40px 0;
	border:none;
	margin:0px auto 0 auto;
}


#content {
	margin:0 0 0 10px;
}
#content h2 {
	background-color:#eff8f9;
}

.overflow-auto {
	overflow:auto;
}


.prog h2 {
	color:#59afc1;
}
.prog h3 {
	font-size:16px;
	color:#444;
	border-bottom:1px solid #ccc;
	margin:15px 0 3px 0;
}
.prog h4 {
	font-size:14px;
	color:#3591a8;
	margin:10px 0 0px 0;
}
.prog h5 {
	font-size:14px;
	color:#3591a8;
	margin:10px 0 0px 0;
}

.prog ul {
	padding-left:0;
	margin-left:0;
}

.prog li {
	list-style-position:inside;
}





.photos  {
	overflow:auto;
}
.photos .thumbnail {
	background-color:#f5f5f5;
	float:left;
	height:165px;
	width:170px;
	border:1px solid #ddd;
	margin-right:20px;
	margin-bottom:20px;
}
.photos .thumbnail img {
	display:block;
	margin-bottom:5px;
}

.photos .omega {
	margin-right:0;
}

.image-info {
	font-size:11px;
	padding:0 5px 0 5px;
	color:#999;
}
.image-download {
	font-size:11px;
	padding:0 5px 5px 5px;
}
.photos .thumbnail .film {
	font-style:italic;
	line-height:1.1;
	height:30px;
	padding:0 5px 0 5px;
	font-size:11px;
}

.release-date {
	background-color:#fff;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	padding:3px 5px;
	border:2px solid #000;

	margin:30px 0 10px 0;
	text-align:center;
}

a.icon {
	background-repeat:no-repeat;
	background-position:center left;
	padding:1px 0 1px 20px;
}
a.pdf {
	background-image:url(/images/icons/file_types/16x16/pdf.png);
}

.playlist-item {
	margin-bottom:5px;
	width:270px;
	float:left;
	padding-right:10px;
	overflow:auto;
}

.playlist-item-thumbnail {
	width:75px;
	float:left;
	margin-right:10px;
}

.playlist-item-title {
	width:185px;
	float:left;
	line-height:13px;
}


