/* RESETS */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
strong, p strong {
	font-weight: bold;
}
em, p em {
	font-style: italic;
}
img#wpstats {
	visibility:hidden;
}
img.wp-smiley { margin: 0; vertical-align: middle; }
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, img, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	font-size: 100%;
	text-align: center;
	background: #e2e2e2;
	-webkit-font-smoothing: antialiased;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
p, h2, h3, h4, img {
	margin-bottom: 18px;
}
@font-face {
	font-family: 'MisoLight';
	src: url('fonts/miso-light-webfont.eot');
	src: local('☺'), url('fonts/miso-light-webfont.woff') format('woff'), url('fonts/miso-light-webfont.ttf') format('truetype'), url('fonts/miso-light-webfont.svg#webfontU7Cc7sZP') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MisoRegular';
	src: url('fonts/miso-webfont.eot');
	src: local('☺'), url('fonts/miso-webfont.woff') format('woff'), url('fonts/miso-webfont.ttf') format('truetype'), url('fonts/miso-webfont.svg#webfonteYSCE6lJ') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MisoBold';
	src: url('fonts/miso-bold-webfont.eot');
	src: local('☺'), url('fonts/miso-bold-webfont.woff') format('woff'), url('fonts/miso-bold-webfont.ttf') format('truetype'), url('fonts/miso-bold-webfont.svg#webfont3ptL2w93') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* STYLE */
#container {
	width: 940px;
	margin: 0 auto;
	background: #FFF url(images/container.png) repeat-y;
	text-align: left;
	font: 12px/18px Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;
	font-stretch: normal;
}
#header {
	background: url(images/header.png) no-repeat;
	width: inherit;
	height: 194px;
}
#navigation {
	background: url(images/navigation.png) no-repeat;
	width: inherit;
	height: 40px;
	font: 20px 'MisoRegular', 'Arial Narrow', Helvetica, sans-serif;
	text-transform: uppercase;
}
#navigation li {
	float: left;
	margin-left: 20px;
	line-height: 40px;
}
#navigation li a {
	color: #FFF;
	text-decoration: none;
}
#navigation li a:hover {
	color: #4d8bcd;
	border-bottom: 2px solid #FFF;
}
#navigation input {
	margin: 5px 10px 0 0;
	background: #234a73;
	border: 0;
	padding: 5px 10px;
	width: 150px;
	color: #FFF;
	font: 18px 'MisoLight', Helvetica, sans-serif;
	text-transform: uppercase;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear, .break {
	clear: both;
}
#content {
	width: 590px;
	float: left;
	background: #FFF url(images/container.png) repeat-y -295px top;
	border-bottom: 1px solid #CCC;
	text-align: justify;
}
#sidebar {
	width: 350px;
	float: right;
}
#footer {
	clear: both;
	background: #22470b url(images/footer.png) repeat-x;
	color: #DDD;
}
a {
	color: #4d8bcd;
	text-decoration: none;
}
a:hover {
	color: #006600;
}
.primaire, .post, #respond, .commentlist, .comments_title {
	clear: both;
	background: #FFF;
	padding: 15px 20px;
	border-bottom: 1px solid #CCC;
}
.secondaire {
	width: 255px;
	padding: 15px 20px;
	float: left;
}
.metadata {
	background: #d8e2ed;
	padding: 10px;
}
.widget {
	clear: both;
	padding: 15px 20px;
	border-bottom: 1px solid #CCC;
}
.last {
	border-bottom: 0;
}
/*#content h2, #content h3, #content h4, #content h2 a, #content h3 a {
	color: #0a2949;
}*/
#content h2, #content h3, #content h4, #content h2 a, #content h3 a, #sidebar h2, #sidebar h3, #sidebar h4 {
	font: 26px 'MisoRegular', Helvetica, sans-serif;
	color: #006600;
	text-transform: uppercase;
}
h2 img, h3 img, h4 img, #sidebar img {
	vertical-align: middle;
	margin-bottom: 0;
}
#footer h4 {
	font: 24px 'MisoRegular', Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
}
#footer a {
	color: #CCC;
}
#footer a:hover {
	color: #FFF;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
}
.wp-caption {
	width: 255px;
	position: relative;
}
.secondaire .wp-caption p {
	width: 245px;
}
.wp-caption p {
	position: absolute;
	bottom: 5px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	background: #000;
	padding: 5px;
	color: #fff;
	clear: both;
}
.wp-caption a {
	color: #fff;
	text-decoration: underline;
}
.wp-caption a:hover {
	font-style: italic;
}
.ui-tabs-panel img {
	width: 550px;
	height: 300px;
}
.plus {
	visibility: hidden;
}
.secondaire:hover .plus {
	visibility: visible;
}
.tag0{font-size: 75%;}
.tag10{font-size: 80%;}
.tag20{font-size: 90%;}
.tag30{font-size: 100%;}
.tag40{font-size: 110%;}
.tag50{font-size: 120%;}
.tag60{font-size: 140%;}
.tag70{font-size: 150%;}
.tag80{font-size: 160%;}
.tag90{font-size: 170%;}
.tag100{font-size: 180%;}
.partners {
	list-style-type: square;
	list-style-position: inside;
}
.latestblog, #recentcomments {
	list-style-type: circle;
	list-style-position: inside;
	color: #666;
	font-size: 11px;
	text-transform: uppercase;
}
/* slider */
#featured {
	width: 550px;
	padding: 20px 20px 350px 20px;
	position: relative;
	height: 100px;
	background: #fff;
	border-bottom: 1px solid #CCC;
}
#featured ul.ui-tabs-nav {
	position: absolute;
	top: 380px;
	list-style: none;
	padding: 0;
	margin: 0;
}
#featured ul.ui-tabs-nav li {
	font-size: 11px;
	color: #666;
	float: left;
}
#featured ul.ui-tabs-nav li img {
	display: block;
	padding: 3px;
}
#featured li.ui-tabs-nav-item a {
	display: block;
	color: #333;
	background: #fff;
	line-height: 20px;
	margin: 0 2px;
}
#featured li.ui-tabs-nav-item a:hover {
	background: #CCC;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a {
	background: #4d8bcd;
}
#featured .ui-tabs-panel {
	width: 550px;
	height: 300px;
	background: #999;
	position: relative;
}
#featured .ui-tabs-panel .info {
	position:absolute;
	top: 230px;
	left: 0;
	height: 70px;
	background: url('images/transparent-bg.png');
}
#featured .info h2 {
	color: #fff;
	padding: 5px;
	margin: 0;
	overflow: hidden;
	font: 24px 'MisoRegular', Helvetica, sans-serif;
}
#featured .info p {
	margin: 0 5px;
	line-height: 15px;
	color: #fff;
}
#featured .info a {
	text-decoration: none;
	color: #fff;
}
#featured .info a:hover {
	color: #DDD;
}
#featured .ui-tabs-hide {
	display: none;
}
/* Post head*/
.dossiers .label {
	width: 120px;
	float: left;
}
.label p {
	width: 100px;
	margin-bottom: 0;
}
.label-right {
	width: 430px;
	float: right;
	border-bottom: 1px dotted #999;
	margin-bottom: 10px;
}
.label-right h3, .category-dossiers p, .category-interviews p, h2.cat-title {
	margin-bottom: 0;
}
.dossiers .label-right {
	border-bottom: 0;
	margin-bottom: 0;
}
.readmore {
	white-space: nowrap;
}
#page-nav {
	clear: both;
	border-bottom: 1px solid #CCC;
}
#page-nav p, .comment-author p {
	margin-bottom: 0;
}
.wp-pagenavi a,
.wp-pagenavi .current {
	float: left;
}
.wp-pagenavi .current, .wp-pagenavi a, .page-prev a, .page-next a {
	padding: 10px;
	display: block;
}
.wp-pagenavi a:hover,
.page-prev a:hover,
.page-next a:hover {
	background: #f6f6f6;
}
.previouspostslink,
.page-prev a  {
	float: left;
	text-align: left;
	/*border-right: 1px dashed #CCC;*/
}
.nextpostslink,
.page-next a {
	float: right;
	text-align: right;
	/*border-left: 1px dashed #CCC;*/
}
#comments {
	width: 590px;
	background: #FFF;
}
#commentform {
	margin-bottom: 10px;
}
li.comment {
	list-style: none;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 20px;
}
li li.comment {
	border: 0;
}
.comment-body {
	margin-top: 10px;
	margin-bottom: 10px;
}
.depth-2 .comment-author img {
	margin-right: 10px;
	float: right;
}
.comment-author {
	width: 160px;
	float: left;
}
.comment-author img {
	float: right;
	margin-right: 10px;
}
.depth-2 {
	background: #f9f9f9;
	margin: 10px 0 10px 60px;
	padding: 10px;
}
.depth-1 .depth-2 .comment-meta {
	width: 300px;
	margin: 10px 0 10px 160px;
}
.depth-1 .depth-2 .comment-meta p {
	margin-left: 0px;
}
.depth-1 .comment-meta {
	width: 550px;
}
.depth-1 .comment-meta p {
	margin-left: 160px;
}
.reply {
	text-align: right;
}
#commentform span,
.comment-notes,
.form-allowed-tags {
	display: none;
}
.alo_easymail_form_table td {padding-right: 10px;padding-bottom:5px;vertical-align:middle;}
#alo_easymail_widget_form input[type=submit],
#opt_name,
#opt_email {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	display: block;
	padding: 5px;
	border: 1px solid #666;
	width: 200px;
	background-color: #FFF;
}
.wpcf7 input,
.wpcf7 textarea,
#commentform input,
#commentform textarea {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	display: block;
	padding: 5px 10px;
	border: 1px solid #666;
	width: 350px;
	background-color: #FFF;
}
span.pages { display: none; }