﻿/*
Theme Name: Cartographie Culturelle Nimes
Theme URI: http://labomedia.org/
Description: Thème du projet de Catographie Culturelle de Nimes
Author: Nicolas Derambure
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: dev
*/


/* =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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

@font-face {
    font-family: 'UbuntuRegular';
    src: url('font/Ubuntu-Regular-webfont.eot');
    src: url('font/Ubuntu-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Ubuntu-Regular-webfont.woff') format('woff'),
         url('font/Ubuntu-Regular-webfont.ttf') format('truetype'),
         url('font/Ubuntu-Regular-webfont.svg#UbuntuRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
@font-face {
    font-family: 'BlackJackRegular';
    src: url('font/black_jack-webfont.eot');
    src: url('font/black_jack-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/black_jack-webfont.woff') format('woff'),
         url('font/black_jack-webfont.ttf') format('truetype'),
         url('font/black_jack-webfont.svg#BlackJackRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: right;
	margin: 0;
	width: 543px;
}
#content {
	margin:0;
}
#primary,
#secondary {
	float: left;
	overflow: hidden;
}
#primary {
	width:239px
}
#secondary {
  width:198px;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family:UbuntuRegular,"Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
}
input[type=submit] {
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 980px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 980px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #86A2C2;
}
a:visited {
	color: #86A2C2;
}
a:active,
a:hover {
	color: #39526E;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* =Menu
-------------------------------------------------------------- */

div.menu {
	font-size: 13px;
	margin:0;
}
#menu-menu-principal {float:right}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background:#86a2c2;
	color:#fff;
	border-bottom:0px solid #39526E;
	border-bottom-width: 4px;
border-bottom-style: solid;
border-bottom-color: #39526e;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	background:#39526e;
	color:#fff;
	border-bottom:0px solid #39526E;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	background:#86A2C2;
	color:#fff;
	border-bottom:4px solid #39526E;
}


/* =Content
-------------------------------------------------------------- */

#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 20px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}

.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}

#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: none;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}


/****** AJOUTS ******/

/* General */
body                              {background:transparent url(images/bg.jpg) 50% 0 no-repeat fixed}
#wrapper                          {padding:0; border-top:0px solid #86A2C2}
#main                             {clear:both; overflow:hidden; padding:20px 0 0 0}
.home #container									{width:741px}
#content                          {margin-bottom:20px}
.hentry														{padding:10px; background:#fff; border:1px solid #ddd}
.single .hentry                   {margin:0 0 15px 0}
#content .entry-meta              {margin-bottom:5px}
#content .entry-meta p            {margin:0; font-size:12px; line-height:20px}
.entry-title a                    {color:#86A2C2; text-decoration:none}
.entry-title a:hover              {color:#39526E}
.entry-meta a,
.entry-summary a,
.entry-content a,
.entry-utility a                  {text-decoration:none}
#content h1.entry-title           {margin-bottom:0; font-size:32px; line-height:40px; color:#DE0023}
#content h2.entry-title           {margin-bottom:0; font-size:24px; line-height:30px; color:#DE0023}
#content #page-list-title         {margin:9px 0 15px; font-size:20px; line-height:20px; color:#86A2C2}
.page-template-page-developments-php #page-list-title,
.page-template-page-tutorials-php #page-list-title,
.page-template-page-communities-php #page-list-title,
.page-template-page-downloads-php #page-list-title {color:#de0023}
.entry-content img                {display:block; border:1px solid #999}
.entry-utility                    {clear:both; padding-top:15px; font-size:12px; line-height:18px; color:#888}
.wp-caption                       {margin-bottom:5px; max-width:521px !important; line-height:18px; text-align:center; background:#f1f1f1}
.entry-content .wp-caption        {margin-bottom:15px}
.wp-caption img                   {margin:0}
#content .wp-caption-text         {margin:0; padding:5px; font-size:11px; line-height:15px; font-weight:normal; border:1px solid #ccc; border-width:0 1px 1px; color:#888}

/* Header */
#header                           {padding:30px 0 0 0}
#site-title                       {float:left; margin:0 0 30px 0; font-size:28px; line-height:28px; font-family:UbuntuRegular,"Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif}
#site-title a                     {display:block; padding:5px; font-weight:bold; text-decoration:none; color:#ffffff}
#site-title a:hover               {color:#dddde4}
#site-description                 {float:right; margin-top:9px; padding:5px; font-size:12px; line-height:12px; font-style:italic; color:#86A2C2; background:#fff; text-align:center}

#access                           {display: block; float:right; width:329px; background:#fff; border-top:4px solid #86A2C2}
#access a                         {display: block; padding:4px 10px 0; font-size:18px;    line-height:24px; font-variant:small-caps; text-decoration:none; color:#86A2C2; border-bottom:4px solid #fff}
/* Front */
#front-slider                     {position:relative; margin:0 auto; width:687px; height:328px; z-index:0}
#slides                           {position:absolute; top:0; left:0; z-index:100}
.slides_container                 {position:relative; display:none; overflow:hidden; width:687px; border:1px solid #39526E}
.slides_container div.slide       {display:block;	width:687px; height:270px}
#slides .next,
#slides .prev                     {position:absolute; display:block; top:107px; left:-23px; width:24px;	height:43px; z-index:101}
#slides .next                     {left:688px}
#slides .pagination               {margin:10px auto 0; width:75px}
#slides .pagination li            {float:left; margin:0 1px; list-style:none}
#slides .pagination li a          {float:left; display:block; padding-top:12px; width:12px; height:0; overflow:hidden; background:transparent url(inc/slides/images/pagination.png) 0 0 no-repeat}
#slides .pagination li.current a  {background-position:0 -12px}
#slides .caption                  {position:absolute; bottom:-35px; left:0; padding:5px 20px 0 20px; width:687px; height:30px; font-size:1.3em; line-height:1.33; color:#fff; border-top:1px solid #39526e; text-shadow:none; background:#000; background:#39526e; z-index:500}

.front-post												{float:left; width:247px}
.front-inner											{margin:0 8px 15px 7px; padding:10px; background:#fff; border:1px solid #ddd}
#content .front-post h2						{margin:0; height:14px; overflow:hidden; font-size:14px; line-height:14px}
.front-post img										{display:block}
.front-post .map-project					{margin:0; padding:0; height:11px; overflow:hidden; font-size:11px; line-height:11px}
.front-post .map-project span			{font-size:10px}
.front-post a                     {text-decoration:none}
.front-post .map-thumb            {display:block}
.front-post .map-thumb img        {display:block; margin:10px 0; border:1px solid #999}
.front-post .map-thumb:hover img  {border:1px solid #000}

/* Previous / Next links */
#nav-above,
#nav-below                        {display:block; margin:15px 0; font-size:12px; line-height:16px}
#nav-below                        {clear:both; margin:15px 8px}
.nav-previous                     {float:left; width:269px}
.nav-next                         {float:right; width:269px; text-align:right}
.nav-previous a,
.nav-next a						            {display:block; padding:3px 5px; text-decoration:none; border:1px solid #ddd; background:#fff}

/* Grande Carte */
.page-template-page-big-map-php #container {width:980px}
#llmap-big                        {margin:0 5px; height:500px; border:1px solid #ccc}
#llmap-big .popup-title           {margin:0 0 5px 0; min-width:200px}
#llmap-big .jp-audio              {width:198px}
#llmap-big .jp-interface          {border:1px solid #eee; border-bottom:none; background:#f5f5f5}
#llmap-big .jp-audio,
#llmap-big .jp-interface          {height:60px}
#llmap-big .jp-play,
#llmap-big .jp-pause              {top:10px; left:10px}
#llmap-big .jp-stop               {top:16px; left:55px}
#llmap-big .jp-progress           {top:22px}
#llmap-big .jp-current-time,
#llmap-big .jp-duration           {top:39px}
#llmap-big .jp-progress,
#llmap-big .jp-current-time,
#llmap-big .jp-duration           {left:90px; width:100px}

#map-filters                      {margin:0 5px; border:1px solid #ccc; border-width:1px 1px 0; background:#f4f4f4}
#map-filters p                    {margin:0}
#filters-head                     {padding:10px; font-size:14px; line-height:14px}
#map-filters-toggle               {float:left; padding:0 25px 0 0; text-decoration:none; background:transparent url(images/icones.png) right -598px no-repeat}
#map-filters-toggle:hover         {background-position:right -658px}
.pan-open #map-filters-toggle     {background-position:right -480px}
.pan-open #map-filters-toggle:hover {background-position:right -540px}
#filters-pan                      {display:none}
#filters-list-head                {padding:5px 0 0; font-size:16px; line-height:28px; border-bottom:1px solid #ccc}
#filters-title                    {float:left; color:#DE0023}
#filters-title span               {float:left; width:100px; padding-left:10px; border-left:1px solid #ccc}
#filters-title span:first-child   {margin-right:189px; border-left:none}
#filters-select                   {float:right; padding-right:10px; font-size:12px}
#filters-body ul                  {list-style:none; margin:0}
#filters-list                     {margin:0; padding-bottom:1px; background:#fff url(images/line-bigmap-filters.png) 299px 0 repeat-y}
.project-filter                   {border-top:1px solid #ddd}
.project-filter:first-child       {border:none}
.project-filter div               {float:left; padding:6px 0 6px 10px; width:290px}
.project-chbox                    {float:left; width:25px; line-height:18px}
.project-chbox input              {display:block; margin:2px 0 0 0}
.project-chbox .some-selected     {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=40)"; filter:alpha(opacity=40); -khtml-opacity:0.4; -moz-opacity:0.4; opacity:0.4}
.project-title                    {float:left; width:260px; font-size:14px; line-height:18px; text-decoration:none; background:transparent url(images/icones.png) right -234px no-repeat}
.project-title:hover,
.proj-open .project-title         {background-position:right -354px; color:#39526E}
.project-title span               {display:block}
.project-title .project-name      {padding-right:30px}
.project-title .maps-counter      {font-size:11px; line-height:14px; color:#999}
.project-maps                     {display:none; float:left; padding:10px 0 5px 5px; width:663px}
.project-maps li                  {float:left; width:318px; padding:2px; margin:0 0 5px 5px; font-size:12px; line-height:16px; background-color:#f4f4f4; border:1px solid #ddd}
.project-maps label               {cursor:pointer}

/* Page Ressources */
.page-template-page-ressources-php #content h2 {font-size:20px; line-height:26px}
.page-template-page-ressources-php #content h2 a {display:block; padding-right:30px; background:transparent url(images/icones.png) right -237px no-repeat}
.page-template-page-ressources-php #content h2 a:hover {background-position:right -357px}
.page-template-page-ressources-php #content .hentry {margin-bottom:10px}

/* Page Développements */
.page-template-page-developments-php #content h2 {font-size:20px; line-height:26px}
.page-template-page-developments-php #content h2 a {display:block; padding-right:30px; background:transparent url(images/icones.png) right -237px no-repeat}
.page-template-page-developments-php #content h2 a:hover {background-position:right -357px}
.page-template-page-developments-php #content .hentry {margin-bottom:10px}

/* Page Tutoriels et Mediation */
.page-template-page-tutorials-php #content h2 {font-size:20px; line-height:26px}
.page-template-page-tutorials-php #content h2 a {display:block; padding-right:30px; background:transparent url(images/icones.png) right -237px no-repeat}
.page-template-page-tutorials-php #content h2 a:hover {background-position:right -357px}
.page-template-page-tutorials-php #content .hentry {margin-bottom:10px}

/* Page Communauté */
.page-template-page-communities-php #content h2 {font-size:20px; line-height:26px}
.page-template-page-communities-php #content h2 a {display:block; padding-right:30px; background:transparent url(images/icones.png) right -237px no-repeat}
.page-template-page-communities-php #content h2 a:hover {background-position:right -357px}
.page-template-page-communities-php #content .hentry {margin-bottom:10px}

/* Page Téléchargements */
.page-template-page-downloads-php #content h2 {font-size:20px; line-height:26px}
.page-template-page-downloads-php #content h2 a {display:block; padding-right:30px; background:transparent url(images/icones.png) right -237px no-repeat}
.page-template-page-downloads-php #content h2 a:hover {background-position:right -357px}
.page-template-page-downloads-php #content .hentry {margin-bottom:10px}

/* Projet */
#project-header                   {margin-bottom:20px; padding:6px 10px 10px; background:#f4f4f4; border:1px solid #ccc}
#project-header > h1          		{margin:0; font-size:32px; line-height:40px; color:#DE0023}
p#project-struc,
p#project-date                    {margin:0; font-size:11px; line-height:18px}
#project-struc span,
#project-date span                {color:#999}
#project-desc			                {margin:15px 0}
#project-desc p		                {margin:0; font-size:14px; line-height:20px}

#project-more-infos p             {margin:0; font-size:11px; line-height:20px}
p#project-networks                {float:left}
#project-url,
#project-twt,
#project-fbk,
#project-networks .label          {float:left}
#project-networks .label          {color:#999}
#project-url                      {width:40px; height:20px}
#project-twt,
#project-fbk                      {width:25px; height:20px}
#project-url span,
#project-twt span,
#project-fbk span                 {display:block; text-indent:-999em}
#project-url                      {background:transparent url(images/icones.png) 0 -710px no-repeat}
#project-url:hover                {background:transparent url(images/icones.png) 0 -740px no-repeat}
#project-twt                      {background:transparent url(images/icones.png) 0 -180px no-repeat}
#project-twt:hover                {background-position:0 -210px}
#project-fbk                      {background:transparent url(images/icones.png) 0 -120px no-repeat}
#project-fbk:hover                {background-position:0 -150px}
p#project-doc                     {float:right}
#project-doc a                    {display:block; padding-right:21px; background:transparent url(images/icones.png) right -90px no-repeat; text-decoration:none}

#project-posts-list .map-details-link {margin:10px 0 10px; font-size:14px; line-height:20px; text-align:right}
.map-details-link a               {display:block; padding-right:25px; background:transparent url(images/icones.png) right -240px no-repeat; text-decoration:none}
.map-details-link a:hover         {background-position:right -360px}
.project-map                      {height:300px; border:1px solid #ccc; cursor:pointer}
.project-post-thumb               {float:right; margin:0 0 5px 5px}
.project-post-thumb img           {display:block; border:1px solid #999}
.project-post-thumb:hover img     {border:1px solid #000}

/* Carte */
.single-carte #container          {width:741px}
#map-content                      {float:left; width:521px}
#content #map-single .entry-title {margin:0}
#map-single #map-project          {margin:0 0 15px; font-size:14px; line-height:18px}
#map-project a                    {text-decoration:none}
#map-project span                 {color:#999}

#map-meta                         {padding:5px; border:1px solid #ccc; border-width:0 1px 1px 1px; background:#f4f4f4}
#map-single #map-license,
#map-single #map-share            {font-size:12px; line-height:24px}
#map-single #map-license          {float:right; margin:0}        
#map-single #map-license a        {text-decoration:none}
#map-single #map-license span     {color:#999}
#map-single #map-share            {float:left; margin:0}
#map-share a                      {display:block; padding-left:32px; text-decoration:none; background:transparent url(images/icones.png) 0 0 no-repeat}
#map-share a:hover                {background-position:0 -30px}
#map-share-content                {clear:both; padding:10px; font-size:12px; line-height:18px}
#map-share-content .map-share-title {margin:0; padding:10px 0; font-size:14px; line-height:14px; color:#DE0023}
#map-size                         {float:left; width:220px}
#map-size p                       {float:left; margin:0; width:100px; text-align:center}
#map-size span                    {display:block; padding-bottom:10px; font-size:11px; color:#999}
#map-size input                   {display:block; margin:0 auto; padding:4px; width:50px; color:#999}
#map-share-iframe                 {float:left; margin-bottom:20px; width:465px}
#map-share-iframe p               {margin:0}
#map-share-iframe .map-share-info {margin:0 0 10px; color:#999}
#map-share-iframe #map-iframe-code {display:block; padding:4px; width:100%; color:#999}
#map-share-content #map-permalink {margin:0}
#map-permalink #map-permalink-url {display:block; padding:4px; width:100%; color:#999}

#map-single .entry-content        {clear:both; margin-top:3px}
#map-thumb                        {float:right; margin:0 0 5px 5px}

.popup-audio img                  {display:block}

.map-map                          {clear:both; margin:15px 0 0; height:400px; border:1px solid #ccc}
#map-single .popup-title          {margin:0 0 5px 0; min-width:200px}
#map-single .jp-audio             {width:198px}
#map-single .jp-interface         {border:1px solid #eee; border-bottom:none; background:#f5f5f5}
#map-single .jp-audio,
#map-single .jp-interface         {height:60px}
#map-single .jp-play,
#map-single .jp-pause             {top:10px; left:10px}
#map-single .jp-stop              {top:16px; left:55px}
#map-single .jp-progress          {top:22px}
#map-single .jp-current-time,
#map-single .jp-duration          {top:39px}
#map-single .jp-progress,
#map-single .jp-current-time,
#map-single .jp-duration          {left:90px; width:100px}

/* GeoMedia */
.single-geomedia #container       {width:741px}
#geomedia-single                  {float:left; width:543px}
#geomedia-single .entry-title     {margin:0}
#geomedia-single #geomedia-license {margin:0 0 15px; font-size:12px; line-height:18px}
#geomedia-single #geomedia-license a {text-decoration:none}
#geomedia-single #geomedia-license span {color:#999}
#geomedia-media                   {margin:15px 0}
#geomedia-media img               {display:block}
#geomedia-image                   {display:block}
#geomedia-image img               {border:1px solid #999}
#geomedia-single .entry-content   {padding-top:0}
#geomedia-text                    {margin-bottom:15px; font-weight:bold}
#geomedia-video p                 {margin:0}
.entry-content #geomedia-thumb,
#geomedia-text #geomedia-thumb    {float:right; margin:0 0 10px 10px}
#geomedia-thumb img               {border:1px solid #999}

/* Article */
#post-thumbnail                   {display:block; margin-bottom:15px}

/* Carte exportée */
#export-map .popup-title          {margin:0 0 5px 0; min-width:200px}
#export-map .jp-audio             {width:198px}
#export-map .jp-interface         {border:1px solid #eee; border-bottom:none; background:#f5f5f5}
#export-map .jp-audio,
#export-map .jp-interface         {height:60px}
#export-map .jp-play,
#export-map .jp-pause             {top:10px; left:10px}
#export-map .jp-stop              {top:16px; left:55px}
#export-map .jp-progress          {top:22px}
#export-map .jp-current-time,
#export-map .jp-duration          {top:39px}
#export-map .jp-progress,
#export-map .jp-current-time,
#export-map .jp-duration          {left:90px; width:100px}

/* Player geomedia audio */
#geomedia-audio                   {margin:0 0 15px}
#geomedia-audio .jp-audio         {width:519px}
#geomedia-audio .jp-interface     {border:1px solid #eee; border-bottom:none; background:#f5f5f5}
#geomedia-audio .jp-play,
#geomedia-audio .jp-pause         {left:20px}
#geomedia-audio .jp-stop          {left:70px}
#geomedia-audio .jp-progress,
#geomedia-audio .jp-current-time,
#geomedia-audio .jp-duration      {left:110px; width:276px}
#geomedia-audio .jp-mute,
#geomedia-audio .jp-unmute        {left:400px}
#geomedia-audio .jp-volume-bar    {left:432px; width:70px}

#geomedia-audio-playlist          {border:1px solid #eee; background:none}
#geomedia-audio-playlist ul       {margin:0; padding:3px 0}
#geomedia-audio-playlist li       {padding:0 0 0 5px; font-size:12px; line-height:18px; font-weight:normal}
#geomedia-audio-playlist li span  {font-size:10px; color:#aaa}
#geomedia-audio-playlist li a     {color:#888}
#geomedia-audio-playlist li a:hover {color:#ff4b33}

/* Audio Player in content */
#content .content-audio           {margin-bottom:24px}
#content .content-audio .jp-audio {width:519px}
#content .content-audio .jp-interface {border:1px solid #eee; border-bottom:none; background:#f5f5f5}
#content .content-audio .jp-play,
#content .content-audio .jp-pause {left:20px}
#content .content-audio .jp-stop  {left:70px}
#content .content-audio .jp-progress,
#content .content-audio .jp-current-time,
#content .content-audio .jp-duration {left:110px; width:276px}
#content .content-audio .jp-mute,
#content .content-audio .jp-unmute {left:400px}
#content .content-audio .jp-volume-bar {left:432px; width:70px}
#content .content-audio .jp-playlist {border:1px solid #eee; background:none}
#content .content-audio .jp-playlist ul {margin:0; padding:3px 0}
#content .content-audio .jp-playlist li {padding:0 0 0 5px; font-size:12px; line-height:18px; font-weight:normal}
#content .content-audio .jp-playlist li span {font-size:10px; color:#aaa}
#content .content-audio .jp-playlist li a {color:#888}
#content .content-audio .jp-playlist li a:hover {color:#ff4b33}

/* Primary Sidebar */
#primary h3												{position:absolute; top:0; left:-999em}
#primary ul.xoxo									{margin:0; padding:0 20px 0 0; list-style:none}
#primary ul.xoxo li								{margin-bottom:5px; font-size:12px; line-height:18px}
#primary ul.xoxo a								{display:block; padding:8px 6px 8px 10px; text-decoration:none; background:#39526E; color:#fff; border-right:4px solid #39526E}
#primary ul.xoxo a:hover,
#primary ul.xoxo .current-cat a		{background:#86A2C2}
#primary ul.xoxo a:hover          {border-right:4px solid #86A2C2}
#primary ul.xoxo .current-cat a:hover {border-right:4px solid #39526E}

/* Secondary Sidebar */
#secondary												{margin-bottom:20px; padding-bottom:20px}
#secondary .secondary-title       {margin:0 0 15px 0; padding:7px 0 0; font-size:18px; line-height:22px; color:#DE0023}
#secondary ul.xoxo								{margin:0 20px 0 0; padding:0; background:#fff; border:1px solid #ddd}

#secondary-maps										{padding:0 9px}
#secondary-maps h4								{margin:0; padding:0 0 2px 0; font-size:12px; line-height:18px}
#secondary-maps .map-thumb        {display:block}
#secondary-maps .map-thumb img    {display:block; border:1px solid #999}
#secondary-maps .map-thumb:hover img {border:1px solid #000}
#secondary-maps img               {display:block}
#secondary-maps .map-project			{padding-top:2px; font-size:11px; line-height:18px}
#secondary-maps .map-project span	{font-size:10px; color:#999}
#secondary-maps h4 a,
#secondary-maps .map-project a		{color:#86A2C2}
#secondary-maps h4 a:hover,
#secondary-maps .map-project a:hover {color:#39526E; text-decoration:none}

#sidebar-rss                      {margin-top:20px; padding:0 9px}
#secondary #sidebar-rss ul        {margin:0; list-style:none; border-top:1px solid #ddd}
#secondary #sidebar-rss li        {margin:0; padding:4px 0; border-bottom:1px solid #ddd}
#secondary #sidebar-rss li a      {display:block}
#secondary #rss-more              {margin:0; padding:10px 0 9px; font-size:11px; line-height:20px; text-align:right}
#rss-more a                       {display:block; padding-right:25px; background:transparent url(images/icones.png) right -240px no-repeat}
#rss-more a:hover                 {background-position:right -360px}

#secondary-twitter .secondary-title {margin-bottom:5px; padding:7px 9px 0}
#secondary-twitter .twtr-ft       {display:none}

/* Map / Geomedia Sidebar */
#map-sidebar                      {float:right; width:185px; border-left:1px solid #dfdfdf}
#map-sidebar h2                   {margin:0; padding:0 9px; font-size:18px; line-height:22px; color:#DE0023}

#geomedia-sidebar                 {float:right; width:188px}
#geomedia-sidebar-inner           {background:#fff; border:1px solid #ddd}
.side-bloc                        {margin-bottom:20px}
#geomedia-sidebar h2              {margin:7px 0 5px; padding:0 9px; font-size:18px; line-height:22px; color:#DE0023}
#geomedia-sidebar a               {text-decoration:none}
#geomedia-sidebar p               {margin:0; padding:0 9px; font-size:12px; line-height:18px}
#side-geomedias                   {margin-bottom:0}
.geomedia-map                     {float:right; margin:0 9px 2px; width:166px; height:180px; border:1px solid #ccc; cursor:pointer}

#side-geomedias ul                {margin:10px 9px 10px; font-size:12px; line-height:20px; list-style:none}
#side-geomedias li                {padding:2px 0 8px}
#side-geomedias a                 {display:block; padding-left:20px; text-decoration:none}
#side-geomedias .gm-image         {background:transparent url(images/mkmini.png) 0 0 no-repeat}
#side-geomedias .gm-image:hover,
#side-geomedias li.current .gm-image {background-position:-197px 0}
#side-geomedias .gm-audio         {background:transparent url(images/mkmini.png) 0 -100px no-repeat}
#side-geomedias .gm-audio:hover,
#side-geomedias li.current .gm-audio {background-position:-197px -100px}
#side-geomedias .gm-video         {background:transparent url(images/mkmini.png) 0 -200px no-repeat}
#side-geomedias .gm-video:hover,
#side-geomedias li.current .gm-video {background-position:-197px -200px}
#side-geomedias .gm-text          {background:transparent url(images/mkmini.png) 0 -300px no-repeat}
#side-geomedias .gm-text:hover,
#side-geomedias li.current .gm-text {background-position:-197px -300px}
#side-geomedias li.current a      {color:#39526E}

/* Footer */
#footer                           {clear:both; border-top:0px solid #86A2C2}

#tertiary                         {padding-top:15px; font-size:11px; line-height:18px}
#tertiary div                     {float:left; margin-left:15px; padding:5px; width:172px; border:1px solid #ddd; background:#fff}
#tertiary #contact                {margin-left:0}
#tertiary h3                      {margin:0 0 5px; font-size:12px; line-height:18px; color:#DE0023}
#tertiary ul                      {margin:0 0 0 15px}
#tertiary a                       {text-decoration:none}
#tertiary .footer-more            {margin:5px 0 0; text-align:right}
#contact address                  {padding-bottom:5px}
#contact p                        {margin:0}
#contact span                     {display:block}

#footer-logos                     {padding:30px 0 10px; list-style:none}
#footer-logos li                  {float:right; margin-left:10px}
#footer-logos a                   {display:block; height:30px; border:1px solid #999}
#footer-logos a:hover             {border:1px solid #000}
#footer-logos span                {display:block; text-indent:-999em}
#logo-ddc                      {width:53px; background:transparent url(images/logos.jpg) -41px 0 no-repeat}
#logo-ddc:hover                {background-position:-41px -40px}
#logo-synradio                      {width:31px; background:transparent url(images/logos.jpg) 0 0 no-repeat}
#logo-synradio:hover                {background-position:0 -40px}
#logo-apo33                        {width:23px; background:transparent url(images/logos.jpg) -104px 0 no-repeat}
#logo-apo33:hover                  {background-position:-104px -40px}
#logo-ina                       {width:29px; background:transparent url(images/logos.jpg) -137px 0 no-repeat}
#logo-ina:hover                 {background-position:-137px -40px}

/* CSS3 */
#access,
.front-inner,
#primary ul.xoxo a,
#secondary ul.xoxo,
#project-header,
.hentry,
.slides_container,
#geomedia-sidebar-inner,
.front-post .map-thumb img,
#secondary .map-thumb img,
.project-post-thumb img,
#geomedia-thumb img,
#geomedia-image img,
.project-map,
.geomedia-map,
#llmap-big,
.entry-content img,
.nav-previous a,
.nav-next a,
#tertiary div,
#footer-logos a                   {-webkit-border-radius:4px; -khtml-border-radius:4px; -moz-border-radius:4px}

.map-map                          {-webkit-border-top-left-radius:4px; -khtml-border-radius-topleft:4px; -moz-border-radius-topleft:4px; -webkit-border-top-right-radius:4px; -khtml-border-radius-topright:4px; -moz-border-radius-topright:4px}
#map-meta,
#content .wp-caption-text         {-webkit-border-bottom-left-radius:4px; -khtml-border-radius-bottomleft:4px; -moz-border-radius-bottomleft:4px; -webkit-border-bottom-right-radius:4px; -khtml-border-radius-bottomright:4px; -moz-border-radius-bottomright:4px}

.front-post .map-thumb img,
#secondary .map-thumb img,
.project-post-thumb img,
#geomedia-thumb img,
#geomedia-image img,
.entry-content img                {box-shadow:0 0 3px #999;	-moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999}
.front-post .map-thumb:hover img,
#secondary .map-thumb:hover img,
.project-post-thumb:hover img,
#geomedia-thumb:hover img,
#geomedia-image:hover img,
.entry-content .link-img:hover img {box-shadow:0 0 3px #000;	-moz-box-shadow:0 0 3px #000; -webkit-box-shadow:0 0 3px #000}

.project-map,
.map-map,
.geomedia-map,
#llmap-big                        {box-shadow:0 0 3px #999;	-moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999}

.slides_container                 {box-shadow:0 0 5px #999;	-moz-box-shadow:0 0 5px #999; -webkit-box-shadow:0 0 5px #999}



/* Outils */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }