* { font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline }
html { height: 100% }
body { background: #fff; color: #000; font-size: 100.01%; min-height: 101%; text-align: left }
img, fieldset, abbr, acronym { border: 0 }

table { border-collapse: collapse; border-spacing: 0; width: 100% }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
caption, th { text-align: left }
q:before, q:after, blockquote:before, blockquote:after { content: '' }
input, select, textarea, button { font-size: 1em; line-height: normal; width: auto; vertical-align: middle }
textarea { height: auto; overflow: auto }
option { padding-left: 0.6em }
button { background: none; border: 0; cursor: pointer; text-align: center }
h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height: normal; color:#666666; }

	
body {
	background: #6f6f6f url(images/bg.gif) repeat-x;
	color: #878787;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
	text-align: center;
	padding: 0 0 30px;
}

p, ul, ol, table { margin: 0 0 1.33em }
ul, ol {
			list-style-type:decimal;
			margin-left: 20px;
		}
strong { color: #202325; font-weight: bold }
em { font-style: italic }


/* Headlines */
h1 {
	color: #252525;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 8px;
}

h2 {
	color: #252525;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 15px;
}
h3 {
	color: #252525;
	font-size: 1.33em;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 15px;
}
h4 {
	color: #252525;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 15px;
}
h5 {
	color: #252525;
	font-size: 1em;
	margin: 0 0 15px;
}
h6 {
	color: #252525;
	font-size: .90em;
	margin: 0 0 15px;
}

#footer h5 {
	margin-bottom:0 !important;
}

h3.feedLinks{
	font-size: 1em;
}

/* Anchors */
a, a:link, a:visited {
	text-decoration: none;
	color: #125f8a;
}
a:hover, a:active, a.active {
	text-decoration: underline;
}


#wrap {
	margin: auto;
	text-align: left;
	width: 984px;
	position: relative;
}
	#header, #content, #footer, #contentWrap, #footerWrap {
		float: left; display: inline;
		clear: both;
		position: relative;
	}
	#header {
		background: url(images/bg-header.jpg) no-repeat;
		height: 136px;
		width: 100%;
	}
	#home #header, #back #header {
		height: 330px;
	}
		#logo { margin: 0 }

			#logo a {
				cursor: pointer;
				position: absolute;
				top: 25px; left: 23px;
				color: #fff;
				font-size: 35px;
				padding-top: 15px;
			}
			#tagline {
				background: url(images/bg-tagline.png);
				-moz-border-radius: 6px; -khtml-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
				color: #fff;
				font-size: 1.33em;
				font-style: italic;
				margin: 0;
				padding: 10px 12px;
				position: absolute;
				top: 31px; right: 22px;
			}
				#tagline a {
					color: #81c3f8;
					text-decoration: none;
				}

	#content {
		background: url(images/bg-content.png) repeat-y;
		width: 100%;
	}
		#contentWrap {
			background: url(images/bg-rounded-double.gif) no-repeat 0 bottom;
			padding: 24px 12px 45px;
			width: 960px;
			min-height: 600px;
		}
		#home #contentWrap, #back #contentWrap { padding-top: 15px }

	#footer {
		background: url(images/bg-footer.gif) repeat-y;
		width: 984px;
	}
		#footerWrap {
			background: url(images/bg-rounded-bottom.gif) no-repeat 0 bottom;
			padding: 0 12px 12px;
			width: 960px;
		}

	#home #header {
	background:transparent url(images/bg-header-home.jpg) no-repeat scroll 0 0 !important;
	}
	#back #header {
	background:transparent url(images/bg-header-back.jpg) no-repeat scroll 0 0 !important;
	}


/* Page Nav */

#nav {
	height: 36px;
	position: absolute;
	top: 100px; left: 8px;
	z-index: 9999;
	width: 100%;
}

#nav a {
	display: block;
	line-height: 35px;
	padding: 0 10px;
	z-index: 100;
	font-size: 11px; 
	font-weight:bold; 
	text-transform:uppercase; 
	color: #ffffff;
}

#nav li {
	float: left;
	list-style-type: none;
}


/* Style drop down list */

#nav li ul { position: absolute; width: 172px; left: -999em;}
#nav li ul li {	background: url(images/bg-dropdown.png) !important;background: #000; }
#nav li ul li a { line-height: 35px; width: 150px; }
#nav li ul ul {	margin: -26px 0 0 170px; }
#nav li ul ul li a { line-height: 30px; text-transform:none; }
#nav li ul li ul li a { }
#nav li:hover ul, #nav li.sfhover ul { left: auto; }
#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { left: auto; }
#nav li:hover, #nav li.hover { position: static; } /* IE7 Fix */

/* Pagination */

.more_entries .Nav {
	margin-bottom:2.5em;
	text-align:center;
}

.more_entries .Nav strong {
	padding:5px;
	border:1px solid #E4E4E4;
	margin-right:5px;
}

.more_entries .Nav a strong {
	padding:0;
	border:none;
	margin-right:0;
}

.more_entries .Nav a, .more_entries .Nav .on {
	padding:5px;
	border:1px solid #E4E4E4;
	margin-right:5px;
}
.more_entries .Nav .on { font-weight:bold; }

.more_entries .Nav a:hover {
	background-color:#E4E4E4;
	color:#333333;
}


/*-------------------------------
2.d Elements, ID's & Classes
-------------------------------*/

div#featuredTxt {
	color: #fff;
	width: 460px;
	position: absolute;
	top: 156px; left: 20px;
}
	#home #header h2, #back #header h2 {
		color: #fff;
		font-size: 1.5em;
		text-transform: uppercase;
		margin: 0 0 12px;
	}
	#home #header p {
		font-size: 1.17em;
		line-height: 1.43em;
	}

#home #header ul#featuredNav, #back #header ul#featuredNav {
	margin: 0;
	position: absolute;
	width:680px;
	top: 258px; left: 20px;
}
	
	#home #header ul#featuredNav li, #back #header ul#featuredNav li {
		float:left;
		margin-right:20px;

	}
	#home #header ul#featuredNav li, #back #header ul#featuredNav li {
		list-style-type: none;

	}
	
	#home #header ul#featuredNav li a, #back #header ul#featuredNav li a {
		color: #fff;
		font-size: 1.08em;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		display: block;
		border-width:1px;
		border-style:solid;
		padding:8px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}
	#back #header ul#featuredNav li a {
		background-color:#AF0814;
		border-color:#920A10;
		color:#FFFFFF;
	}

	
h2.single { font-size: 2.17em; margin-bottom:15px; }
h2.archive { border-bottom: 1px solid #E4E4E4; padding-bottom:15px;}

#sidebar h3, #sidebar2 h3 { font-size: 1.5em }

#sidebar h4, #sidebar2 h4 { margin: 0 0 3px }

#home #sidebar h4, #home #sidebar2 h4 { margin: 0 0 18px }

#sidebar .thumbnail {
	margin-bottom:15px;
	border: 1px solid #e4e4e4;
}

#footerWrap h4 { margin: 0 0 10px }

#footerWrap h3 { padding: 5px 0 5px 0 }

#footerWrap h2 {font-size:1.33em; line-height:1em; padding: 5px 0 5px 0 }


blockquote p {
	color: #666;
	font-size: 16px;
	font-style: italic;
	line-height: 22px;
}

ul.news li {
	border-bottom: 1px solid #e4e4e4;
	margin: 0 0 15px;
}
	ul.news li h4 {	margin: 0 }
	


	#footerWrap h4 {
		color: #2f3032;
		font-size: 1.17em;
		font-weight: bold;
		line-height: 1.43em;
	}
		
		#footerWrap ul li p {
			color:#333333;
			margin:0;
		}


	#footerWrap a {
		display: block;
		padding:5px;
		text-decoration: none;
	}

.credits {
	text-align:center;
	padding-top:15px;
	color:#FFFFFF;
}
	
	 .credits a {
		display:inline;
		color:#FFFFFF;
		text-decoration:underline;
	}
	

/*-------------------------------
3.a Form styles
-------------------------------*/

input.text, select.select, textarea.textarea
{
	border: 1px solid #B6CCD4;
	color: #000;
	padding: 6px;
}
input.text { width: 195px }
select.select { width: 200px }
textarea.textarea { height: 10em; width: 446px }

select.select.free {	width: auto }

button.button {
	color: #000;
	height: auto; width: auto;
	line-height: normal;
	white-space: nowrap;
}

input.submit {
	color: #000;
	cursor: pointer;
	padding: 0;
}


/*-------------------------------
Utility classes
-------------------------------*/

.l { text-align: left }
.c { text-align: center }
.r { text-align: right }

.wrap, .col { float: left;	display: inline; position: relative; }
.wrap { clear: both }

.clear { clear: both }
.fl { float: left }
.fr { float: right }
.hide, .hidden, .skip { display: none }
.nomargin { margin-bottom: 0 !important }
.noborder { border: 0 !important }
.top { margin-top: 0 !important }

.hr { background: #ccc; height: 1px; margin: 1.5em 0; }
.hr hr { display: none }

.replace, .br { display: block; font-size: 1%; line-height: 0; text-align: left; text-indent: -10000px; }
.opacity { -moz-opacity: 0.95; opacity: 0.95; filter: alpha(opacity = 95); }
.rounded { -moz-border-radius: 6px; -khtml-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }

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

.fix {
	clear:both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}

/* Align */

.aligncenter {
	margin: 10px auto 20px auto;
	display: block;
}

.alignleft {
	margin: 10px 20px 8px 0;
	float: left;
}

.alignright {
	margin: 10px 0px 8px 20px;
	float: right;
}

#nav #loginForm {float: right; padding-right: 20px;}
#nav #loginForm form{padding: 8px 20px 8px 0;}
#nav #loginForm span{padding-bottom: 4px;}
#nav #loginForm a{display: inline;}

.error { color: red; }
input.error { border: 1px solid red; }

#sf_admin_content{width: 64%;}

h2.titleListe{
	background-color: #D0E3FA;
	margin:10px 0;
	padding: 7px;
}
ul.saisonList li{
	margin-left: 30px;
}
ul.saisonList li{
	margin-top: 5px;
	font-size: 13px;
	list-style-type: disc;
}
ul.saisonList li a{
	font-weight: bold;
	text-decoration: underline;
	color: #125f8a;
	font-size: 15px;
}
h2.download{
	background-color: #D0E3FA;
	margin: 0 auto;
	margin-top:15px;
	padding: 10px;
	width: 50%;
	text-align: center;
}
img.imageSerie{
margin: 0 auto;
margin-bottom: 15px;
border: 3px solid #000;

}
div.footerNav{
width: 330px;
margin: 10px;
float: left;
font-size: 12px;
margin-bottom: 20px;
}
div.footerNav table td{
font-size: 11px;
padding: 3px;
}
div.footerNav table{
width: 100%;
}
div.footerNav table td a{
font-size: 11px;
}
td.headerCol{
	font-size: 13px;
	font-weight: bold;
	color: #000;
	padding: 10px;
}
div.footerNav table td.headerCol{
padding: 10px;
font-size: 13px;
	font-weight: bold;
}
td.headerColHome{
padding: 10px;
font-size: 13px;
	font-weight: bold;
	color: #000;
}
p.synopsys{
margin: 25px 10px;
line-height: 18px;
font-size: 14px;
}

			table {
			border: medium solid #868686;
			border-collapse: collapse;
			width: 50%;
			font-size: 12px;
			}
			th {
			border: thin solid #868686;
			padding: 5px;
			background-color: #D0E3FA;
			color: #000;
			font-size: 11px;
			text-align: center;
			}
			td {
			font-family: sans-serif;
			border: thin solid #868686;
			padding: 5px;
			text-align: center;
			background-color: #ffffff;
			}
			caption {
			font-family: sans-serif;
			}
			
			a img{border: 0px;}