body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	text-align:center;
	margin:0;
	background:#ee3642 url(../img/template/bottom_shadow.png) repeat-x bottom;
}


html > body {
	font-size:12px;
}

h1 {
	font-size:1.8em;
	font-weight:normal;
	margin-bottom:20px;
}

	h1.margin {
		margin-left:20px;
		margin-right:20px;
	}

h2 {
	font-size:1.1em;
	text-transform:uppercase;
	color:#fff;
}
	h2 a,
	h3 a {
		text-decoration:none;
	}

h3 {
	text-transform:uppercase;
}

h4 {
	
}

h5 {
	font-size:0.9em;
	font-weight:normal;
	color:#dedede;
	margin:0.2em 0 0;
}

#contents-col h5, 
#sidebar h5 {
	color:#565656;
}

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

li {
	line-height:1.3em;
	color:#000;
}

a {
	color:#000;
}

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

#top-shadow {
	z-index:2;
	position:absolute;
	width:100%;
	height:50px;
	top:0;
	left:0;
	background:url(../img/template/top_shadow.png) repeat-x top left;
}


#page-background {
	z-index:1;
	position:absolute;
	width:100%;
	height:137px;
	top:0;
	left:0;
	background:#ee3642; /* url(../img/template/background_merci.gif) no-repeat top center; */
}

#wrapper {
	position:relative;
	z-index:3;
	width:970px;
	margin:0 auto 20px;
	text-align:left;
}

#header {
	padding:10px 8px 0;
	height:94px;
}

	#logo {
		width:200px;
		float:left;
		padding-top:3px;
	}
	
	#top-links {
		width:auto;
		padding-top:40px;
		float:right;
		text-align:right;
	}
	
		#top-links li {
			width:auto;
			padding:0 4px;
			float:left;
			font-size:0.8em;
			border-left:1px solid #969696;
		}
		
		body#oui #top-links li {
			border-left:1px solid #e2878d;
		}
		
			html body ul#top-links li#my-pm {
				border:none;
			}
		
		#top-links li a {
			display:block;
			padding:2px 4px;
			color:#333;
			text-transform:uppercase;
			text-decoration:none;
		}
		
		#top-links li a:hover {
			text-decoration:underline;
		}
		
			#top-links li#my-pm a {
				font-weight:bold;
				color:#fff;
				background:rgba(0, 0, 0, .4);
				text-align:center;
				
				border-radius:6px;
				-moz-border-radius:6px;
				-webkit-border-radius:6px;
			}
			
			#top-links li#my-pm a:hover {
				text-decoration:none;
				background:#ed1c24;
			}

		
		

#navigation {
	height:28px;
	padding:8px;
	background:url(../img/template/navigation_bg.png) no-repeat top left;
}

	#navigation ul {
		width:600px;
		float:left;
	}
	
		#navigation ul li {
			width:auto;
			float:left;
			text-transform:uppercase;
		}
		
		#navigation ul li a {
			display:block;
			width:auto;
			padding:6px 30px;
			margin:1px;
			color:#b1b1b1;
			text-decoration:none;
		}
		
		#navigation ul li a:hover {
			color:#ed1c24;
			margin:0px;
			border-right:1px solid #111;
			border-bottom:1px solid #0a0a0a;
			border-left:1px solid #000;
			border-top:1px solid #1a1a1a;
			background:rgba(0,0,0,.7);
		}
		
		#navigation ul li a.current {
			color:#fff;
			cursor:default;
			background:none;
			margin:0;
			border:none;
		}
	
	
	
	
	
	#search-frm {
		display:block;
		width:250px;
		float:right;
		text-align:right;
	}
	
	#search-frm input {
		width:190px;
		border-radius: 10px;
		-moz-border-radius: 10px;
		font-size:0.9em;
	}

	
	
	

#contents {
	padding:0 4px 0 8px;
	background:#000; /* url(../img/template/contents_bg.png) repeat-x bottom 8px; */
	min-height:200px;
}

	div.double-block, 
	div#contents-col,
	#sidebar {
		width:477px;
		float:left;
		margin-right:1px;
		position:relative;
	}
	
	div#contents-col {
		width:474px;
	}
	
	div.block {
		width:238px;
		float:left;
		margin-right:1px;
		position:relative;
	}
			
			#contents p.more {
				position:absolute;
				bottom:0;
				left:0;
			}
			
			#contents div.article p.more, 
			#contents div.article-mini p.more {
				position:absolute;
				left:20px;
			}
			
			#contents div.block a, 
			#contents div.double-block a {
				color:#000;
			}

			#contents div.block h2,
			#contents div.double-block h2,
			#contents div.block a:hover,
			#contents div.double-block a:hover {
				color:#ed1c24;
			}
			
			#contents div.block div.box-header, 
			#contents div.double-block div.box-header {
				padding-top:10px;
				padding-bottom:10px;
				height:28px;
				background:#000;
			}
			
			#contents div.block div.box-header h2, 
			#contents div.double-block div.box-header h2 {
				margin-top:0;
			}
			
		
		div.article,
		div.article-mini {
			padding-left:20px;
			padding-right:20px;
		}
		
	
	
	
	/* 
	Row Header appears on content's top of:
	- Home
	- Categories' home
	- Themes' home
	*/
	
	#row-header {
		height:285px;
		background:#000;
		border-bottom:1px solid #000;
	}
		
		#row-header .block, 
		#row-header .double-block {
			height:265px;
			background:#000;
		}
		
		#row-header div.double-block {
			padding:10px 20px;
			width:434px;
		}
		
		#row-header div.double-block ul.themes li {
			margin:0 0 1em;
		}
		
		#row-header div.double-block ul.themes li h2 {
			text-transform:none;
		}
		
		#row-header div.block {
			padding:10px 20px;
			width:198px;
		}
		
		
		#row-header .block.border {
			margin-right:0;
			border-left:1px solid #333;
		}
		
		#row-header .block ul {
			margin:1.4em 0 0;
		}
		
		#row-header .block li {
			color:#fff;
			line-height:1.1em;
			margin:0 0 0.8em;
		}
		
		#row-header .block h2 {
			font-size:1.1em;
			font-weight:normal;
			text-transform:none;
		}
		
		#row-header .block h5 {
			color:#999;
		}
		
		div#contents div#row-header div.block ul li h5 a {
			color:#999;
		}
		
		div#contents div#row-header div.block ul li h5 a:hover {
			color:#ccc;
		}
		
		#row-header h3 {
			color:#fff;
			font-size:0.9em;
		}
		
		
		#row-header p {
			color:#fff;
		}
		
		div#contents div#row-header a {
			color:#fff;
		}
		
		div#contents div#row-header a:hover {
			color:#ed1c24;
		}
		
		#row-header .block li a {
			font-size:0.9em;
			color:#999;
			text-decoration:none;
		}
		
		#row-header .block li a:hover {
			color:#ed1c24;
		}
		
		
		
		/* 
		Carrousel appears into the row headers, 
		at the middle left.
		*/
		#carrousel {
			padding:0 2px 0 0;
			width:475px;
			height:285px;
			float:left;
			position:relative;
			overflow:hidden;
			background:#000;
		}
		#carrousel li {
			width:475px;
			background:#000;
			float:left;
			width:auto;
			position:relative;
		}
		
		#carrousel li img {
			display:block;
		}
		
		#carrousel a#carrousel-previous,
		#carrousel a#carrousel-next {
			position:absolute;
			display:block;
			width:26px;
			height:50px;
			top:70px;
		}
		
		#carrousel a#carrousel-previous {
			left:0;
			z-index:999;
		}
		
		#carrousel a#carrousel-next {
			right:2px;
			z-index:998;
		}
		
		#carrousel a#carrousel-previous:hover,
		#carrousel a#carrousel-next:hover {
			opacity:0.7;
		}
		
		#carrousel li div.carrousel-legend {
			position:absolute;
			bottom:0;
			width:453px;
			padding:16px 12px 24px;
			color:#fff;
			background:rgba(0, 0, 0, .7);
		}
			
			#contents div#carrousel h2,
			#contents div#carrousel h3,
			#contents div#carrousel h4,
			#contents div#carrousel h5,
			#contents div#carrousel ul,
			#contents div#carrousel p {
				color:#fff;
			}
				
			#carrousel h2 {
				font-weight:normal;
				margin-bottom:0.6em;
			}
			
			#contents div#carrousel h2 a, 
			#contents div#carrousel p a {
				color:#fff;
				text-decoration:none;
			}
			
			#contents div#carrousel h2 a:hover, 
			#contents div#carrousel p a:hover {
				color:#fff;
				text-decoration:underline;
			}
		
		
		
		/* 
			Main contents, 
			large col at the left,
			2 cols as right-sidebars
		*/ 
			
		#main {
			overflow:hidden;
			background:#fff  url(../img/template/border_v.gif) repeat-y top center;
			width:954px;
		}
		
			#main h1 {
				margin-bottom:20px;
			}
			
			p#breadcrumb {
				padding:10px 20px;
				margin-bottom:0;
				color:#fff;
				background:#131313;
				border-top:1px solid #212121;
			}
		
				#main p#breadcrumb a {
					color:#fff;
					font-weight:bold;
					text-decoration:none;
				}
			
				#main p#breadcrumb a:hover {
					color:#ed1c24;
				}
		
		div#contents-col {
			width:477px;
			margin:0;
			padding-top:20px;
		}
		

		#sidebar {
			float:right;
			margin:0;
			width:476px;
		}
		
		#sidebar h5 {
			margin-bottom:0.6em;
		}
			#sidebar div.box-header {
				padding-left:20px;
				padding-right:20px;
			}
				
				#sidebar div.box-header h2 {
					margin-bottom:0;
					color:#fff;
				} 
				
				#sidebar div.box-header h5, 
				#sidebar div.box-header a {
					color:#fff;
				}
				
				#sidebar div.box-header a:hover {
					color:#ed1c24;
				}
			
			div#sidebar div.block {
				margin:0;
			}
			
			div#article-image {
				border-bottom:1px solid #969696;
				background:#131313;
			}
				
				div#article-image img {
					display:block;
				}
				
				div#article-image p {
					color:#fff;
					padding:10px 20px 2px;
					font-style:italic;
				}
				
			div#latest-contents-media {
				overflow:hidden;
				background:url(../img/template/border_v.gif) repeat-y top center;
				border-bottom:1px solid #969696;
			}
			
				div#latest-contents-media div.box-header h5 a {
					text-decoration:none;
				}
				
				div#latest-contents-media div.photos {
					background:#000;
					border-right:1px solid #969696;
				}
					
						div#latest-contents-media div.photos div.box-header h2 {
							color:#ed1c24;
						}
				
				div#latest-contents-media div.videos {
					background:#f6f6f6;
					width:237px;
				}
				
				div#latest-contents-media div.videos div.box-header {
					background:#565656;
				}
				
					div#latest-contents-media div.videos div.box-header a {
						color:#ccc;
					}
					
					div#latest-contents-media div.videos div.box-header a:hover {
						color:#fff;
					}
			
				div#latest-contents-media ul.latest-videos li {
					border-top:1px solid #969696;
					clear:both;
					height:78px;
				}
				
				div#latest-contents-media ul.latest-videos li h4 {
					margin-top:0.6em;
				}
				
				div#latest-contents-media ul.latest-videos li h4 a {
					text-decoration:none;
				}
				
				div#latest-contents-media ul.latest-videos li h5 {
					margin:0;
				}
				
				div#latest-contents-media ul.latest-videos a.img {
					display:block;
					width:104px;
					height:78px;
					float:left;
					margin-right:5px;
					overflow:hidden;
					text-align:center
				}
				
				div#latest-contents-media ul.latest-videos img {
					max-width:104px;
				}
		
		
			div#tags-cloud {
				padding:20px;
				background:#dedede;
				border-bottom:1px solid #969696;
			}

				div#tags-cloud p {
					font-size:1em;
					line-height:2em;
				}

				div#tags-cloud a {
					text-decoration:none;
				}
		
		
		div.article {
			padding-bottom:40px;
			padding-top:20px;
			border-bottom:1px solid #969696;
			position:relative;
			overflow:hidden;
		}
		
			div.article.first {
				padding-top:0;
			}
			
			div#contents-col div.article h2 {
				font-size:1.4em;
				font-weight:normal;
				color:#000;
				text-transform:none;
			}
			
			div#contents-col div.article.static h2 {
				margin:1.4em 0 1em;
			}
			
			div#contents-col div.article h5 {
				color:#565656;
				margin:0.2em 0 1em;
			}
			
			
			
			div.addthis_toolbox {
				margin-top:40px;
			}
		
		
		p.themes {
			font-size:0.9em;
			margin-top:40px;
			padding:5px;
			border:1px solid #dedede;
		}
		
		div.article p.themes a {
			font-weight:bold;
			text-decoration:none;
		}
		
		
		div.article-mini {
			margin-bottom:10px;
			width:198px;
			float:left;
			position:relative;
		}
		
			div.article-mini h5 {
				color:#333;
				margin-bottom:0.4em;
			}
			
	img.float {
		float:left;
		margin:0 1em 1em 0;
	}
		
	
div#contents-col div#sitemap.article ul li h2 {
	margin-bottom:5px;
}

div#sitemap ul {
	margin:0 0 0 15px;
	list-style:square;
}
	
	div#sitemap ul ul {
		margin:0 0 0 15px;
		list-style:disc;
	}


#footer {
	height:103px;
	padding:19px 16px 0;
	color:#fff;
	background:url(../img/template/footer_bg.png) no-repeat top left;
	font-size:0.9em;
}
	
	#social-networking {
		width:350px;
		float:left;
	}
	
		#social-networking span, 
		#social-networking a {
			display:block;
			float:left;
			margin-right:8px;
		}
		
		#social-networking span {
			padding-top:2px;
		}
		
		#social-networking a {
			width:18px;
			height:18px;
			background-position:top left;
		}
		
		#social-networking a#twitter-link {
			background-image:url(../img/networking/twitter.png);
		}
		
		#social-networking a#facebook-link {
			background-image:url(../img/networking/facebook.png);
		}
		
		#social-networking a#delicious-link {
			background-image:url(../img/networking/delicious.png);
		}
		
		#social-networking a#youtube-link {
			width:45px;
			background-image:url(../img/networking/youtube.png);
		}
		
		#social-networking a:hover {
			background-position:bottom left;
		}
		
		#social-networking a img {
			display:none;
		}
		
		
		
	
	#social-networking img {
		vertical-align:top;
	}
	
	
	#legal {
		width:550px;
		padding-top:2px;
		float:right;
		text-align:right;
		color:#969696;
	}
	
	#legal a {
		color:#969696;
		text-decoration:none;
	}
	
	#legal a:hover {
		color:#fff;
	}
	
	

div#categories-list {
	padding:20px;
	background:#efefef;
	border-bottom:1px solid #969696;
	overflow:hidden;
	clear: both;
}

	div#categories-list ul.categories li h3,
	div#categories-list ul.categories li h3 a {
		color:#333;
		text-decoration:none;
	}
	
	div#categories-list ul.categories li h3 a:hover {
		color:#ed1c24;
	}
	
	div#contents div#categories-list ul.grid-list.categories li p {
		color:#333;
	}

div#contents div ul.grid-list {
	margin:1em 0 0;
}

	div#contents div ul.grid-list li {
		width:217px;
		margin:0;
		float:left;
	}
	
	div#contents div ul.grid-list li p {
		font-size:1em;
		color:#cecece;
	}

div#contents div ul.categories li {
	height:60px;
}


div.borderb {
	overflow:hidden;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid #969696;
}


ul.forms {
	margin:0 0 20px;
}

	ul.forms li {
		overflow:hidden;
		padding:3px 0;
	}
	
	ul.forms li label {
		display:block;
		float:left;
		width:140px;
		margin-right:10px;
	}
	
	.textbox {
		font:1em Arial, Helvetica, sans-serif;
		padding:5px;
		color:#666;
		border:1px solid #666;
	}
	
	.textbox:focus {
		color:#333;
	}
	
	input.textbox {
		width:240px;
		height:14px;
	}
	
	textarea.textbox {
		width:240px;
		height:170px;
	}
	
	ul.forms li.submit {
		padding-left:150px;
	}
	
	ul.forms li.submit input {
		width:128px;
		height:17px;
		font:0.9em Arial, Helvetica, sans-serif;
		color:#fff;
		text-transform:uppercase;
		background:transparent url(../img/template/background_button.png) no-repeat;
		border:none;
	}
	
	
	
	
	
	
	
	
	
/*
	Picture gallery 
					*/

div.gallery {
	padding:20px 0;
	background:#000;
	position:relative;
	margin-top:-20px;
}

	#main div.gallery h1 {
		margin:0 20px 4px;
		color:#fff;
	}
	
	#main div.gallery h2,
	#main div.gallery h3,
	#main div.gallery h4,
	#main div.gallery p {
		margin:10px 20px;
		color:#fff;
	}
	
	#main div.gallery h5 {
		margin:0 20px;
	}
	
	#main div.gallery h5 a {
		margin:0;
		color:#969696;
	}
	
	div.gallery-item {
		margin:20px 0;
	}
	
		div.gallery-item div.gallery-current-picture {
			width:475px;
			height:285px;
			margin:0 0 5px;
			text-align:center;
			position:relative;
			background:url(../img/template/preloader.gif) no-repeat center center;
		}
		
			div.gallery-item div.gallery-current-picture a.previous-picture, 
			div.gallery-item div.gallery-current-picture a.next-picture {
				position:absolute;
				display:block;
				width:26px;
				height:50px;
				top:112px;
				border:none;
			}
			
			div.gallery-item div.gallery-current-picture a.previous-picture {
				left:0;
				z-index:997;
			}
			
			div.gallery-item div.gallery-current-picture a.next-picture {
				right:0;
				z-index:996;
			}
		
			div.gallery-item div.gallery-current-picture img#gallery-picture {
				display:block;
				margin:0 auto;
				height:285px;
			}
			
		div.gallery-item p#gallery-legend {
			color:#ccc;
			text-align:center;
			margin-bottom:4px;
		}

		div.gallery-item p#gallery-position {
			margin-top:0;
			color:#969696;
			text-align:center;
		}
			
		div.gallery-navigation {
			background:#141414;
			padding:10px 20px 5px;
			height:107px;
			overflow:hidden;
			position:relative;
		}
		
			div.gallery-item div.gallery-navigation a.previous-thumb, 
			div.gallery-item div.gallery-navigation a.next-thumb {
				position:absolute;
				display:block;
				width:26px;
				height:50px;
				top:36px;
				border:none;
			}
			
			div.gallery-item div.gallery-navigation a.previous-thumb {
				left:0;
				z-index:995;
			}
			
			div.gallery-item div.gallery-navigation a.next-thumb {
				right:0;
				z-index:994;
			}
			
			

	table.labelled-list {
		margin-bottom:20px;
		border-top:1px solid #dedede;
	}

	table.labelled-list td {
		border-bottom:1px solid #dedede;
		padding:10px 0;
	}

	table.labelled-list tr.odd td {

	}

	table.labelled-list td.label {
		width:140px;
		padding-left:5px;
		padding-right:10px;
		font-weight:bold;
	}



ul.gallery-thumbs {
	overflow:hidden;
	margin:0 0 20px;
}

	ul.gallery-thumbs li {
		float:left;
		width:104px;
		height:104px;
		margin-right:3px;
	}
	
	ul.gallery-thumbs li a {
		display:block;
		height:100px;
		width:100px;
		border:2px solid #cecece;
	}
	
	ul.gallery-thumbs li a:hover {
		display:block;
		border:2px solid #969696;
	}
	
	ul.gallery-thumbs li img {
		display:block;
	}
	
	
	
	div.gallery ul.gallery-thumbs {
		margin:0;
		position:absolute;
		margin-left:20px;
		left:0;
	}
	
	div.gallery ul.gallery-thumbs li {
		margin-bottom:5px;
	}
	
	div.gallery ul.gallery-thumbs li a {
		border:1px solid #444;
	}
	
	div.gallery ul.gallery-thumbs li a:hover {
		border:1px solid #666;
	}
	

	
	
	



ul.thumbs {
	overflow:hidden;
}

#contents ul.thumbs li {
	float:left;
	margin:0;
	padding:0 0 1px 1px;
	background:#585756;
	width:78px;
	height:78px;
}

ul.thumbs li img {
	display:block;
}


div.pagination {
	padding:10px 20px 20px;
	color:#fff;
	overflow:hidden;
	background:#131313;
}

	div.pagination p {
		height:15px;
	}

	div.pagination a,
	div.pagination span {
		padding:3px 8px;
		margin:0 2px;
		display:block;
		width:auto;
		float:left;
	}
	
	div.pagination a {
		font-size:1.1em;
		color:#fff;
		text-decoration:none;
	}
	
	div.pagination a.current {
		color:#fff;
		background:#222;
	}
	
	div.pagination a:hover {
		color:#fff;
		background:#ed1c24;
	}


div.light-grey {
	background:#efefef;
}

div.grey {
	background:#f6f6f6;
}


span.nowrap {
	white-space:nowrap;
}

p.themes{
	clear: both;
}

#credits {
	padding:0 20px;
	font-size:0.9em;
	color:#f1a5a5;
	margin-top:20px;
	text-align:right;
}

#credits img {
	vertical-align:top;
}

/* Yahoooooo c'est fini! (et merci de nous avoir lu) */
