/*
Theme Name: JSSJ.org
Author: Karel Frileux & Aleister Laflandre
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html

-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
strong{font-weight:bold;}
em{font-style:italic;}
:focus {/* remember to define focus styles! */
	outline: 0;
}

ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}










/* ENTRY CONTENT */
.entry-content{
	padding:0 0 30px 0;
}



/* CONTENT KEYWORDS */
.content-kw{
	margin:0 0 30px 0;
}
.content-kw .c{
	background:#f1f1f1;
	width:940px;
	padding:20px 0;
	margin:0 auto;
}
.content-kw .c-kw{
	width:440px;
	text-align:justify;
}
.content-kw .c-kw-fr{
	float:left;
	-webkit-text-align-last:right;
	-moz-text-align-last:right;
	text-align-last:right;
}
.content-kw .c-kw-en{
	float:right;
}






/* HOME */

.home-edito{
	background:#f1f1f1;
	margin:0 0 40px 0;
}
.home-edito .c{
	background:url(images/bg-home-1.png) no-repeat center top;
	width:940px;
	padding:0 0 35px 0;
	margin:0 auto;
}
.home-edito .t{
	float:left;
	width:440px;
}
.home-edito .t-fr{text-align:right;}
.home-edito .t-en{float:right;}
.home-edito h2{
	margin-bottom:35px;
	overflow:hidden;
	zoom:1;
}
.home-edito .t-fr h2{margin-right:-30px;}
.home-edito .t-en h2{margin-left:-29px;}
.home-edito h2 span{
	float:left;
	height:50px;
	line-height:50px;
	background:#231f20;
	font-family: 'Open Sans', serif;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	color:#fff;
	padding:0 25px;
}
.home-edito .t-fr h2 span{float:right;}
.home-edito p{
	font-size:13px;
	line-height:150%;
	margin:0 0 30px 0;
	overflow:hidden;
	zoom:1;
}
.home-edito .more{
	display:block;
	background:url(images/bt-more.png) no-repeat left top;
	width:9px;
	height:9px;
	line-height:9px;
	text-indent:-9999px;
	overflow:hidden;
	zoom:1;
}
.home-edito .t-fr .more{
	float:right;
	text-indent:9999px;
}





