/*
Theme Name: AirJournal
Author: Mustang Interactive
Author URI: http://www.mustang-interactive.com/
Description:
Version: 4.1
*/


/* =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 {
	clear: both;
	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
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#container{overflow:hidden;}

#content{ width:620px;}
#content{float:left; width:620px; margin-left: 20px; margin-bottom: 20px; }
#content .box { padding:10px; box-shadow: 0px 0px 5px #c0bebe; }
body.home #content.subscription-manager{padding:0 0 0 20px;}

body.home #content {
	float:none; padding:0;
	width:100%;
	padding: 0;
	box-shadow: transparent 0 0 0;
	margin: 0 !important;
}
#primary{
	float: right;
	width: 300px;
	 padding:0px 20px 0 0;
}
#footer {
	overflow:hidden;
}

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

/* The main theme structure */
#wrapper {
	margin: 0 auto;
	width: 980px;
	position: relative;
	z-index: 1;
}
#container {
	background: #fff;
	padding-top: 20px;
}

.home #container { padding-top: 5px; }

.separator {
	background: #ebebeb;
	width: 100%;
}

.mobile { display: none; }

*:focus {
	outline: none;
}

/*input { -webkit-appearance: none; }*/


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

/* Main global 'theme' and typographic styles */
body {
	background: #ebebeb url(images/background.jpg) repeat-x center top;
	font-family:Arial,serif;
	font-size:14px;
}
body,
input,
textarea {
	color: #000;
	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: transparent;
	border: 1px solid #666;
	padding: 2px;
}
a{outline:none; }
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

.grid {
	width: 980px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

/* =Header
-------------------------------------------------------------- */

#header {
	position:relative; height:230px;
		z-index: 99999999;
}

#branding{	position:absolute; width:980px; top:40px; height:120px; padding:15px 0 0 0;}
#search-social{	position:absolute; width:100%; top:0px; height:30px; background:#7C7C7E; z-index: 2;}
#search-social .grid { position: relative; }
#access{ position:absolute; width:980px; top:175px;}

#search-social ul{overflow:hidden; list-style:none; margin:0; position:absolute; top:5px; left:575px;}
#search-social li{float:left;}
#search-social li a{display:block; background:url(images/social.png) no-repeat; height:20px; width:20px; text-indent:-3000px; margin:0 5px;}
#search-social li a{filter: alpha(opacity=60); -moz-opacity: 0.6;  -khtml-opacity: 0.6; opacity: 0.6;  }
#search-social li a:hover{filter: alpha(opacity=100); -moz-opacity: 1;  -khtml-opacity: 1; opacity: 1;  }
#search-social li a#social-rss{ background-position:-60px 0;}
#search-social li a#social-facebook{ background-position:0px 0;}
#search-social li a#social-twitter{ background-position:-20px 0;}
#search-social li a#social-google{ background-position:-40px 0;}

#search-social form{position:absolute; top:4px; right:5px; }
body.msie #search-social form{top:4px;}
#search-social form input.s{width:214px; float: left; height:20px; line-height:20px; padding:0 10px; border:0; background:white; font-family:Trebuchet MS, serif; color:#7f91a9; font-size:12px;}
#search-social form input.searchsubmit{ background:#e6e6e6; height:20px; border:none; color:#666666; font-weight:bold; cursor:pointer;}
#search-social form input.searchsubmit{filter: alpha(opacity=60); -moz-opacity: 0.6;  -khtml-opacity: 0.6; opacity: 0.6;}
#search-social form input.searchsubmit:hover{filter: alpha(opacity=100); -moz-opacity: 1;  -khtml-opacity: 1; opacity: 1;}
#site-title {
	float: left;
	width: 241px;
	overflow:hidden;
}
#branding .ad-banner{position:absolute; top:25px; right:0; width:728px;}
.foot-ad-banner{width:728px; margin: 0 auto 20px auto; float: right;}

#site-title a {
	text-indent:-3000px;
	height:97px;
	display:block;
	background:url(images/airjournal.png) no-repeat center top;
}

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

#access {
	background: #002454;
	font-size: 15px;
}
#access ul {
	list-style: none;
	margin: 0;
}
#access  li{
	float: left;
	position: relative;
	padding:0;
	z-index: 99999;
}
#access a {
	font-family:Arial,serif;
	color: #fff;
	display: block;
	line-height: 30px;
	font-size: 12px;
	padding: 0 13px;
	font-weight:normal;
	text-decoration: none;
	border-right:1px solid #4d6688;
}
#access ul ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
	padding:0;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #002454;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background-color: #7C7C7E;
	color: #fff;
}
#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 {
	color: #fff;
}
* 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 {
	color: #fff;
}

/* accueil */

body.home #primary{float:left; width:620px; padding:0 0 0 20px;}
body.home #secondary{float:right; width:300px; padding:0 0px 0 0;/* margin-top: 20px; */}

#slideshow{overflow:hidden;position:relative; z-index:10; height:477px; padding-bottom: 0px;}
/*#slideshow.js_active{height:540px; }*/
#slideshow ul{margin:0; list-style:none;}

/*#slide-content{ float:left; margin:10px 0 0 20px; width:600px;  }*/
#slide-content{ position:relative; left:20px; top:10px; margin:0;  z-index:10;}
/*#slide-content.js_active{ position:relative; float:none; left:20px; top:10px; margin:0;  z-index:10;}*/
#slide-main li{display:none; width:935px; height:81px;}
#slide-main li.current, #slide-content.js_active #slide-main li{display:block;}
#slide-main li:hover{cursor:pointer; /*background:url(images/bg_slideshow.png) repeat left top;*/}
#slide-main .entry-title{ padding:5px 5px 10px 5px; margin:0; }
#slide-main .entry-title a{ color:#002454; font-size:32px; font-weight:normal;}
#slide-main .entry-meta{ color:#002454;  margin:0; font-size:12px; font-family: Arial, serif; padding:0 5px 10px 5px; width:600px;}
#slide-main .entry-meta a{ color:#002454; text-decoration: underline;}
#slide-main .entry-photo{margin:0; width:600px;}
#slide-main .entry-content{ font-size:13px; line-height:18px; width:600px; }

#slide-thumb{position:absolute; top:70px; right:0; width:326px; padding:0 25px 0 0;}
#slide-thumb li{overflow:hidden; margin:0 0 12px 0; padding:10px 10px 10px 26px; }
.js_active #slide-thumb li{cursor:pointer;}
#slide-thumb li .entry-photo{float:left; margin:0 20px 0 0; width:65px; }
#slide-thumb li .entry-title{clear:none; margin:0 0 5px 0; padding:0 10px 0 0; font-size:15px; line-height:15px; }
#slide-thumb li .entry-content{clear:none; margin:0; padding:0; font-size:12px; line-height:15px;height:30px; overflow:hidden; }
#slide-thumb li.current,#slide-thumb li:hover{background:url(images/slide-thumb.jpg) no-repeat center top;}
#slide-thumb li.current .entry-title a,#slide-thumb li.current .entry-content,
#slide-thumb li:hover .entry-title a,#slide-thumb li:hover .entry-content{color:#002454;}

#categories{ margin:20px; padding: 10px; box-shadow: 0px 0px 5px #c0bebe; }
#categories{position:relative; height:239px;}
#categories ul.tabs{list-style:none; margin:0; overflow:hidden; background: #002454; }
#categories .tabs li{float:left; height: 21px;}
#categories .tabs a{ display:block; padding: 0 10px; line-height: 21px; font-size:11px; background: #002454; text-transform: uppercase; color:#fff; text-decoration:none;}
#categories .tabs a:hover,.tabs li.current a{ color:#FFF !important; background: #666666 !important; font-weight: bold;}

#categories .content-tab{overflow:hidden;height:220px; }
#categories .content-tab{position:absolute; top:35px; left:10px; display:none; }
#categories .content-tab-current{display:block;}
#categories .content-tab ul{list-style:none; margin:0; width:940px; }
#categories .content-tab li{float:left; width:207px; height: 194px; padding: 10px; margin-left:4px; background: #002454; }
#categories .content-tab li:hover { background: #999999; color: #002454; }
#categories .content-tab li:hover a { color: #002454; }
#categories .content-tab li.first{margin:0;}
#categories .content-tab .entry-photo a{display:block; width:207px; height:140px;}
#categories .content-tab .entry-photo img{border:0; float:none; margin:0; padding:0;}
#categories .content-tab .entry-title{margin:0;}
#categories .content-tab .entry-title a{ font-size:14px; line-height:18px; color:#fff; font-weight:bold; display:block; padding:10px 0px; }

.widget_videos{ position:relative; width:600px; float: left; margin-left: 20px; padding: 10px; box-shadow: 0px 0px 5px #C0BEBE; min-height: 320px; margin-bottom: 20px; }
.widget_videos h3 { color: #666 !important; }
.widget_videos .slide_video{list-style:none; margin:0; float:left; width:355px;}
.widget_videos .slide_video li{display:none;}
.widget_videos .slide_video li.current{display:block;}
.widget_videos .slide_video iframe { width: 600px !important; height: 300px !important; }

.widget_videos #videos-thumbs{}
.widget_videos #videos-thumbs .text { float: left; width: 400px; }
.widget_videos #videos-thumbs .text h2 { font-size: 16px; }
.widget_videos #videos-thumbs .text .entry-content { font-size: 12px; padding: 0; }
.widget_videos #videos-thumbs ul { float: right; text-align: right; width: 200px; }
.widget_videos #videos-thumbs ul li { text-align: right; }
.widget_videos #videos-thumbs ul li h2 { font-size: 11px; font-weight: normal; }
.widget_videos #videos-thumbs ul li h2 a { text-decoration: underline; color: black; }
.widget_videos #videos-thumbs ul li h2 a:hover { text-decoration: none; }
.widget_videos #videos-thumbs ul li a { color: black; }
.widget_videos .slide_video_thumbs{ list-style:none; margin:0;}
.widget_videos .slide_video_thumbs li{ padding: 0; }
.widget_videos .slide_video_thumbs li{ cursor:pointer;}
.widget_videos .slide_video_thumbs li.current,
.widget_videos .slide_video_thumbs li:hover{ }
.widget_videos .slide_video_thumbs li.first.current,
.widget_videos .slide_video_thumbs li.first:hover{ background:none;}
.widget_videos .slide_video_thumbs li.current .entry-title a,
.widget_videos .slide_video_thumbs li.current .entry-content,
.widget_videos .slide_video_thumbs li:hover .entry-title a,
.widget_videos .slide_video_thumbs li:hover .entry-content{ color:#002454; }
.widget_videos .slide_video_thumbs li .entry-title a{ background:url(images/fleche-widget.gif) no-repeat left 3px; padding:0 0 0 15px;}
.widget_videos .slide_video_thumbs li.first .entry-title a{ padding:0; background:0; }
.widget_videos .slide_video_thumbs li .entry-title {font-size:12px; line-height:15px;}
.widget_videos .slide_video_thumbs li.first .entry-title{ font-size:15px; line-height:18px; }
.widget_videos .slide_video_thumbs li .entry-content{margin:5px 0 0 0; padding:0; font-size:12px; line-height:15px; }
.widget_videos .archives{text-align:right;}
.widget_videos .archives a{background:url(images/archives.gif) no-repeat left 3px; padding:0 0 0 15px; text-decoration:none; text-transform:uppercase; font-size:10px; color:#002454;}
.widget_videos .archives a:hover{text-decoration:underline; }


body.home #primary { width: 945px; float: none; }
body.home #primary ul.xoxo{ list-style:none; margin:0; }
body.home #primary ul.xoxo li.widget_left{clear:both; float:left; width:290px;}
body.home #primary ul.xoxo li.widget_right{float:right; width:290px;}

#primary ul#homeCentralArea { margin-bottom: 20px; }
#primary ul#homeCentralArea li.clear { clear: both; }
#primary ul#homeCentralArea li.widget-container { float: left; margin: 0; width: 280px; padding: 10px; box-shadow: 0px 0px 5px #C0BEBE; min-height: 412px; }
#primary ul#homeCentralArea li.ngg_images { min-height: 412px; }
#primary ul#homeCentralArea li.ngg_images h3 { margin-bottom: 27px; }
#primary ul#homeCentralArea li.widget_right { margin: 0 20px; }
#primary ul#homeCentralArea li.ngg_images img { max-width: 280px; }

#primary ul#homeCentralArea3 { margin-bottom: 20px; }
#primary ul#homeCentralArea3 li.widget-container { float: left !important; margin: 0; margin-right: 20px; width: 280px; padding: 10px; box-shadow: 0px 0px 5px #C0BEBE; min-height: 414px; }
#primary ul#homeCentralArea3 li.widget_commented { margin-right: 0 !important; }
#primary ul#homeCentralArea3 li.clear { clear: both; }

body.home #loop { float: left; padding: 10px; box-shadow: 0px 0px 5px #C0BEBE; margin: 0; width: 600px; margin-bottom: 20px; margin-left: 20px; margin-top: 20px !important;}

#content .widget_articles{ margin-top:20px;}
#content .widget_articles .widget-title{overflow:hidden; margin:0 0 10px 0;}
#content .widget_articles .widget-title span.title{ float:left; width:255px; display:block; color: #666; }
#content .widget_articles .widget-title a{text-decoration:none; color:#666666; }
#content .widget_articles .widget-title span.rss a{display:block; margin:7px 0 0 0; float:right; background:url(images/rss.png) no-repeat center top; width:20px; height:20px; text-indent:-3000px;}
#content .widget_articles .widget-title span.rss a{filter: alpha(opacity=60); -moz-opacity: 0.6;  -khtml-opacity: 0.6; opacity: 0.6;}
#content .widget_articles .widget-title span.rss a:hover{filter: alpha(opacity=100); -moz-opacity: 1;  -khtml-opacity: 1; opacity: 1;}

.widget_articles ul{list-style:none; margin:0;}

.widget_articles li .entry-title {line-height:15px;}
.widget_articles li .entry-title a{font-size:11px; color:#666666; text-decoration: underline; font-weight: normal; display: block; margin-top: 5px; line-height: 13px; }
.widget_articles li .entry-title a:hover{color:#002454; }
.widget_articles li .entry-photo{margin:10px 0 5px 0;}
.widget_articles li .entry-content{color:#808080; font-size:12px; line-height:15px;}
.widget_articles li .entry-content p{margin:0 0 10px 0!important; }

.widget_articles li.first{border-bottom:1px solid #000; padding:0;}
.widget_articles li.first .entry-title{line-height:18px; }
.widget_articles li.first .entry-title a{font-size:12px; font-weight: bold; text-decoration: none; color:#666666; background:none; padding:0;}
.widget_articles li.first .entry-title a:hover{color:#002454;}
.widget_articles img { max-width: 280px; }

/* accueil loop */
#content #loop{margin-top:20px;}
.home #content #loop { margin-top: 0; }
#content #loop h3{ color:#666; font-weight:bold; font-size:24px; border-bottom:1px solid black; }
#content #loop .hentry {overflow:hidden; margin: 8px 0 0 0; border-bottom: 1px solid #cccccc; padding-bottom: 8px; }
#content #loop .entry-photo{float:left; width:195px; margin:0 20px 0 0;}
#content #loop .entry-title,#loop .entry-content{clear:none;}
#content #loop .entry-title{ font-size:16px;line-height:18px; margin:0 0 5px 0; min-height: 36px;}
#content #loop .entry-title a{ font-weight:bold;}
#content #loop .entry-title a:hover{color:#002454;}
#content #loop .entry-content{font-size:12px; line-height:18px; margin:0;}
#content #loop .entry-content p{margin:0; }
#content #loop .entry-content a { font-size: 11px; }
#content .entry-photo p.legende{ font-size: 10px; font-style: italic; text-align: left; }

.archive #content .hentry {overflow:hidden; margin:0 0 0 0; border-bottom: 1px solid #ccc; margin-top: 12px; padding-bottom: 12px;}
.archive #content .hentry .entry-photo{float:left; width:195px; margin:0 20px 0 0;}
.archive #content .entry-title,.archive .entry-content{clear:none;}
.archive #content .entry-title{ line-height:18px;font-size:15px;margin:0 0 3px 0; min-height: 36px;}
.archive #content .entry-title a{ font-weight:bold;}
.archive #content .entry-title a:hover{color:#002454;}
.archive #content .entry-content{font-size:12px; line-height:18px; margin:0; text-align: justify;}
.archive #content .entry-content p{margin:0; }

/* 404 and archives */
#content .error404 .entry-content{
	margin:20px 0 0 0;
	background:url(images/404.jpg) no-repeat center top!important;
	padding:350px 0 30px 0;
	overflow:hidden;
}
#content .helptofind .entry-content input.s{font-size:12px; color:#7f91a9; border:1px solid #002454; background:white; padding:2px 5px; width:560px; height:22px;}
#content .helptofind .entry-content input.searchsubmit{background:transparent; cursor:pointer; padding:0; font-weight:bold; color:#002454; border:0; font-size:14px;}

.helptofind .entry-utility h2{color:black; font-weight:bold; font-size:18px; text-transform:uppercase; border-bottom:1px solid black; border-top:3px solid #002454;	line-height: 1.5em;
	margin: 0 0 20px 0;}

.helptofind .entry-utility .last-comments{float:left; width:290px;}
.helptofind .entry-utility .popular-posts{float:right; width:290px;}
.helptofind .entry-utility .tags-cloud{clear:both; border-bottom:1px dotted #000; padding:0 0 20px 0; margin:0 0 50px 0;}
.helptofind .entry-utility .tags-cloud a{color:white;filter: alpha(opacity=60); -moz-opacity: 0.6;  -khtml-opacity: 0.6; opacity: 0.6;}
.helptofind .entry-utility .tags-cloud a:hover{filter: alpha(opacity=100); -moz-opacity: 1;  -khtml-opacity: 1; opacity: 1;}
.helptofind .entry-utility .tags-cloud a{display:block; float:left; background:url(images/tag.gif) no-repeat right top; color:white; height:22px; margin:2px 5px; padding:0 20px 0 5px;text-decoration:none;}

.helptofind .entry-utility .utility-list ul{
	background:#ebebeb;
	border-top:1px solid #002454;
	border-bottom:1px dotted #000;
	list-style:none;
	margin:0;
	padding:20px 10px;
	color:black;
}
.helptofind .entry-utility .utility-list li{
	background:url(images/fleche-utility.gif) no-repeat left 7px;
	padding:0 0 0 10px;
	margin:2px 0;
}
.helptofind .entry-utility .utility-list li a.url{font-weight:bold;}
.helptofind .entry-utility .utility-list li a{
	color:black;
	text-decoration:none;
}
.helptofind .entry-utility .utility-list li a:hover{text-decoration:underline;}

#content .helptofind h2{font-size:14px; margin-bottom:10px; font-weight:bold;}
#content #archive_months{border-bottom:1px dotted #000; padding-bottom:10px; margin-bottom:20px;}
#content #archive_months ul{list-style:none; margin:0 0 10px 0; overflow:hidden;}
#content #archive_months li{float:left; margin-right:10px; background:none; padding:0;}
#archive_months li a{ color:#002454; text-decoration:none;}
#archive_months li a:hover{text-decoration:underline;}
#archive_months li.year{float:left; color:black; font-weight:bold; margin-right:20px;}

/* recherche */
.search #content form.searchform{margin:20px 0 0 0;}
.search #content form.searchform input.s{font-size:12px; color:#7f91a9; border:1px solid #002454; background:white; padding:2px 5px; width:560px; height:22px;}
.search #content form.searchform input.searchsubmit{background:transparent; cursor:pointer; padding:0; font-weight:bold; color:#002454; border:0; font-size:14px;}

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

#nav-below.navigation{ overflow:hidden; height:50px; line-height:20px; background: #f7f7f7; border-bottom: 1px solid #ccc; text-align:center; font-size:15px; color:#002454;}
#nav-below.navigation .wp-pagenavi { margin-top: 15px; }
#nav-below.navigation a{ color:#002454; text-decoration:none;}
#nav-below.navigation a:hover,
#nav-below.navigation a.page:hover{ background: #cccccc; color:#002454;}
#nav-below.navigation span.current,#nav-below.navigation a.page{ background:#002454; font-weight:bold; padding:3px 7px; margin:0 2px; }
#nav-below.navigation a.page{ color:white; font-size: 14px; }
#nav-below.navigation span.current{background: #cccccc; color:#002454;}
#nav-below.navigation a.nextpostslink,
#nav-below.navigation a.prevpostslink,
#nav-below.navigation span.pages{padding:2px 10px;}
#nav-below.navigation .nextpostslink, #nav-below.navigation .nextpostslink:hover { padding: 0 !important; display: inline-block; width: 15px; height: 20px; background: url(images/btn-pagination-next.png) no-repeat; text-indent: -9999px; margin-left: 10px; }
#nav-below.navigation .previouspostslink, #nav-below.navigation .previouspostslink:hover { padding: 0 !important; display: inline-block; width: 15px; height: 20px; background: url(images/btn-pagination-prev.png) no-repeat; text-indent: -9999px; margin-right: 10px; }

.breadcrumbs{font-size:9px; margin-top: -20px; font-weight: bold; margin-bottom: 5px; color: #666666;}
.breadcrumbs a{font-weight:bold; color:#002454; text-decoration:none;}

.hentry {overflow:hidden;}
.hentry  .entry-photo{float:left; width:265px; margin:0 20px 0 0;}

#main {
	clear: both;
	position: relative;
	z-index: 999999;
}
#content,
#content input,
#content textarea {
	color: #808080;
	font-size: 12px;
	line-height: 16px;
}
#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: #666;
	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 48px 0;
}
.single .hentry {
	margin: 0px 0 5px 0;
}
.single .hentry .entry-title { margin-bottom: 10px !important; }
.single .box { margin-bottom: 0px; }
.page-title {
	color: #666666;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px 0;
	border-bottom: 1px solid black;
}
.page-title span {

}

.page-title a.rss-link{display:block; background:url(images/social.png) no-repeat; height:20px; width:20px; text-indent:-3000px; margin-top:0.30em; float:right; filter: alpha(opacity=60); -moz-opacity: 0.6;  -khtml-opacity: 0.6; opacity: 0.6; background-position:-60px 0;}
.page-title a.rss-link:hover{filter: alpha(opacity=100); -moz-opacity: 1;  -khtml-opacity: 1; opacity: 1;  }

.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	clear:none;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, serif;
	line-height: 30px;
	margin-bottom: 0;
}
#content .first .entry-title {
	min-height: 26px;
}
.entry-title a:link,
.entry-title a:visited {
	color: #666;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #002454;
}

.entry-meta{ color:#002454; font-size:10px; font-family:Arial, serif; padding:0;}
#loop .entry-meta { font-size: 11px; }
.entry-meta a{color:#002454;text-decoration:underline;}
.entry-meta a:hover{text-decoration:none;}

.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 {
	padding: 3px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content{color:#666666; }
.single .entry-content { text-align: justify; min-height: 270px; padding-bottom: 30px; position: relative; }
.single .entry-content .actions { position: absolute; bottom: 0; }
/*#slideshow #slide-content .entry-content{color:#666666; border-bottom: 1px solid #cccccc; padding-bottom: 10px; margin-bottom: 10px; }*/
.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{ overflow:visible; margin:20px 50px; padding:20px 50px 20px 60px; font-weight:normal;	background:#ebebeb;position:relative; color:#808080;}
.entry-content blockquote:before{ background:url(images/blockquote.gif) no-repeat left top;  content:""; width:31px;  height:30px; display:block; position:absolute; left:10px; top:10px; }
#content .entry-content blockquote p:last-child{ margin-bottom:0;}

.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%;
}
#content .entry-content a{ color:#002454;}
#content .entry-content a:hover{ color:#002454; text-decoration:none;}

#content .entry-content ul{list-style:none; margin-left:50px;}
#content .entry-content ul li{background:url(images/fleche-utility.gif) no-repeat left 5px; padding-left:15px;}
#content .entry-content ol{margin-left:50px;}
#content .entry-content .bt_print{ text-align:right;  float: right; margin-bottom: 0px; margin-top: 2px;}
#content .entry-content .bt_print a.print{background: url("images/print.png") no-repeat right center; font-weight: bold; color: #666666; font-size: 10px; padding: 7px 30px 7px 0px;}
#content .entry-content .bt_print a{color: #002454;    font-size: 10px; text-transform: uppercase; text-decoration: none; padding: 5px 0;}
#content .entry-content .bt_print a:hover{text-decoration: underline; cursor: pointer}
.page-link {
	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;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
/*.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}*/
#content .video-player {
	padding: 0;
}

#content .entry-tags{overflow:hidden; border-top: 1px solid #cccccc; padding-top: 10px; margin-top: 10px; }
#content .entry-tags h2{text-transform:uppercase; float:left; margin:0; font-weight:bold; font-size:18px;}
#content .entry-tags ul{list-style:none; margin:2px 0 0 0;}
#content .entry-tags li{float:left; margin:0 10px 0 0px; padding: 0 !important; background: none !important;}
#content .entry-tags li a{text-decoration:none; display:block;background:url(images/tag.gif) no-repeat right top; color:white; height:22px; padding:2px 20px 0 5px; text-decoration:none;}
#content .entry-tags li a{filter: alpha(opacity=60); -moz-opacity: 0.6;  -khtml-opacity: 0.6; opacity: 0.6;}
#content .entry-tags li a:hover{text-decoration:none; color: #fff; filter: alpha(opacity=100); -moz-opacity: 1;  -khtml-opacity: 1; opacity: 1;}

#content .entry-social{overflow:hidden; padding:0px 0; float: left;}
#content .entry-social .partager .like{ float:left; width:100px; }
#content .entry-social .partager,
#content .entry-social .suivre{float:left; width:440px; padding:0 0 0px 0;}
#content .entry-social .partager{}

#___plusone_0 { width:65px !important;}
.wp_twitter_button { margin:0px 5px 0px 0px !important}

#content .entry-social .partager h2,
#content .entry-social .suivre h2{font-size:14px; font-weight:bold; margin:0 0 10px 0;}

#content .entry-social .suivre{padding-left:15px;}
#content .entry-social .suivre ul{list-style:none; margin:0; overflow:hidden;}
#content .entry-social .suivre li{float:left; margin:0 10px 0 0;}
#content .entry-social .suivre li a{display:block; width:23px; height:23px; text-indent:-3000px; background:url(images/social-abo.png) no-repeat;}
#content .entry-social .suivre li a{filter: alpha(opacity=60); -moz-opacity: 0.6;  -khtml-opacity: 0.6; opacity: 0.6;}
#content .entry-social .suivre li a:hover{filter: alpha(opacity=100); -moz-opacity: 1;  -khtml-opacity: 1; opacity: 1;}
#content .entry-social .suivre li a#entrysocial-facebook{background-position:0 -23px;}
#content .entry-social .suivre li a#entrysocial-twitter{background-position:0 -46px;}
#content .entry-social .suivre li a#entrysocial-rss{background-position:0 0;}

#content .entry-others{overflow:hidden; background:#002454; color: #fff; padding:10px; }
#content .entry-others .other { width: 359px; padding-right: 10px; float: left; border-right: 1px solid white; }
#content .entry-others .other .entry-photo { width: 120px; margin-right: 10px; }
#content .entry-others .other .entry-title { float: left; }
#content .entry-others .other .entry-text { float: left; font-size: 10px; }
#content .entry-others .other .entry-text a { font-size: 10px; color: #fff; text-decoration: underline; }
#content .entry-others .other .entry-text a:hover { text-decoration: none; }
#content .entry-others .other img { width: 120px; height: auto; }
#content .entry-others .other h3 { font-size: 14px; color: #fff; display: block; width: 229px; }
#content .entry-others .other h3 a { font-size: 14px; color: #fff; display: block; padding: 0; height: auto; }
#content .entry-others .other h3 a:hover { background: none; color: #fff; text-decoration: underline; }
#content .entry-others .other .entry-text { width: 229px; }
#content .entry-others .other .entry-text p { margin-bottom: 0; }
#content .entry-others .others { width: 220px; padding-left: 10px; float: right; }
#content .entry-others .others h2 { color: #fff; font-size: 18px; margin-bottom: 5px; line-height: 16px; }
#content .entry-others .others ul { padding: 0; margin: 0; list-style-type: none; }
#content .entry-others .others ul li { line-height: 11px; }
#content .entry-others .others h3 { color: #fff; font-size: 10px; font-weight: normal; margin: 0; line-height: 13px; }
#content .entry-others .others h3 a { color: #fff; text-decoration: underline; font-weight: normal; display: inline; height: auto; }
#content .entry-others .others h3 a:hover { text-decoration: none; background: none !important; color: #fff; }
#content .entry-others .others li:hover a { background: none; color: #fff; }

#content .entry-others  h2{font-size:14px; color:#002454; font-weight:bold;}
#content .entry-others ul{list-style:none; margin:0;}
#content .entry-others li{overflow:hidden;}
#content .entry-others .entry-photo{float:left; margin:0; width:65px;}
#content .entry-others .entry-title{float:left; width:230px; font-size:12px; line-height:15px; }
#content .entry-others .entry-title a{display:block; height:50px; font-weight:bold; padding:2px 5px;}
#content .entry-others  li:hover .entry-title a,
#content .entry-others .entry-title a:hover{ color:#fff; text-decoration: none; background: none;}


#content .entry-rss h2{margin-top:15px;}
#content .entry-rss ul{margin:0;}
#content .entry-rss li{ overflow:hidden; background:#ebebeb; margin:4px 0; padding:5px 10px 5px 5px;}
#content .entry-rss .allflux li{background:url(images/rss-bg.gif) repeat;}
#content .entry-rss .allflux li .cat{color:#002454; }

#content .entry-rss li .cat{float:left; width:400px;}
#content .entry-rss li .rss{ float:right; width:20px; margin-top:2px;}
#content .entry-rss li .rss a{ display:block; width:16px; height:15px; text-indent:-3000px; overflow:hidden; background:url(images/rss.gif) no-repeat center top; }
#content .entry-rss li .rss a{filter: alpha(opacity=60); -moz-opacity: 0.6;  -khtml-opacity: 0.6; opacity: 0.6;}
#content .entry-rss li .rss a:hover{filter: alpha(opacity=100); -moz-opacity: 1;  -khtml-opacity: 1; opacity: 1;}
/* =Asides
-------------------------------------------------------------- */

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


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

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.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
-------------------------------------------------------------- */
img.avatar,#author-avatar{ display:none;}

#content img {

}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}

#comments .navigation{ padding:5px 0;}
#comments .navigation a{color:#002454;}

h3#comments-title span{font-size:23px; text-transform:none; font-weight:normal;}
h3#comments-title,
h3#reply-title {
	color: #666;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0;
}
.commentlist {
	list-style: none;
	margin: 0;
	border: 1px solid #000;
}
.commentlist li.pingback{padding:20px 0 0 0;}
.commentlist li.pingback a{color:#002454;}
.commentlist li.even{background:#EAEAEA;}
.commentlist li.odd{background:#fff;}
.commentlist li.comment {
	line-height: 24px;
	margin: 0 0 0 0;
	padding: 10px 0 0 65px;
	position: relative;
}
#comments .comment-body{padding:10px 20px 20px 0; font-family:Georgia, serif; color:4a4a4a; font-size:11px; text-align:justify; line-height:16px;}
#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 .comment-avatar{width:50px; float:left; }
.commentlist .avatar {
	position: absolute;
	top: 10px;
	left: 10px;
}
.comment-author,.comment-author a {
	font-size:10px; color:#002454; font-family:Trebuchet MS, serif; text-transform:uppercase;
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.commentlist .bypostauthor {
}
#comments .reply {
	float:right;
	width:60px;
	margin:5px;
	font-size: 12px; line-height:12px;
}
#comments .reply a{display:block; text-align:center; text-decoration:none; background:#002454; color:white; padding:2px 5px; font-family:Arial, sans-serif; font-size:9px; font-weight:bold;}
a.comment-edit-link {
	color: #888;
}
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0 10px 0 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	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 */
#respond a{color:#002454; text-decoration:underline;}
#respond a:hover{color:#002454; text-decoration:none;}
#respond {
	margin: 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0 0 10px 0;

}
#respond .comment-notes {
	margin-bottom: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 0;
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}
#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 label {
	font-size: 12px;
	font-weight:bold;
	color:black;
}

.FB_login_button{position:relative;top:-7px; margin:0 10px 0 0;}
.FB_login_button a{text-decoration:none!important;}

.comment #respond .reply-author,
.comment #respond .reply-email,
.comment #respond .reply-url,
.comment #respond #c4c-login{text-align: right; width: 265px; float: right; }
.comment #respond label{display:block;}
.comment #respond .subscribe-to-comments label{display:inline;}

.comment #respond .reply-author  input.text,
.comment  #respond .reply-email  input.text,
.comment  #respond .reply-url  input.text,
.comment #respond textarea{width:80%;}

#respond .reply-author,#respond .reply-email{ float:left; width:280px;}
#respond #c4c-login,#respond .reply-url{ float:right; width:280px;}
#respond #c4c-login{margin:4px 0 0 0; text-align: right; overflow: hidden;}
#respond .reply-author input.text,#respond .reply-email input.text{ width:280px; background: #e7e7e7 url(images/bg-input.png) repeat-x top; color: #666;}
#respond .reply-url input.text{ width:274px; background: #e7e7e7 url(images/bg-input.png) repeat-x top; color: #666;}
#respond textarea{width:594px; height:115px; background: #e7e7e7 url(images/bg-input.png) repeat-x top; color: #666;}

#respond .reply-comment, #respond .reply-email{clear:both;}
#respond .left { float: left; }
#respond .right { float: right;}

#respond .subscribe-to-comments{float:left; width:300px; margin-top: 6px; }
#respond .subscribe-to-comments label{font-size:10px; font-weight:normal;}
#respond .form-submit{text-align:right; margin-right:0px; margin-bottom: 0;}

#respond .form-submit input {
	font-size: 12px;
	width: auto;
	font-weight:bold;
	color:white; padding:5px;
	width: 600px;
	background:#002454;
	cursor:pointer;
	text-transform: uppercase;
	border:0;
}
#respond .form-submit input:hover{background: #666666;}


.entry-footer{overflow:hidden; padding:20px 0; border-bottom:1px dotted #000; margin-bottom:20px;}

.single-nav{float:left; overflow:hidden; width:330px; padding:10px; background:#EAEAEA;}
.single-nav a{ color:#002454; font-size:14px; line-height:16px; padding:5px; text-decoration:none; }
.single-nav .nav-previous{border-right:1px dotted #000; float:left; width:164px; text-align:center;}
.single-nav .nav-next{ float:right; width:165px; text-align:center; }

.single-newsletter{float:right; width:255px;}
#content .single-newsletter h2{font-size:14px; font-weight:bold; margin:0 0 5px 0;}
.single-newsletter input.email{font-size:12px; color:#7f91a9; border:1px solid #002454; background:white; padding:2px 5px; width:210px; height:22px;}
.single-newsletter input.subscribe{background:transparent; cursor:pointer; padding:0; font-weight:bold; color:#002454; border:0; font-size:14px;}
.single-newsletter input.subscribe{filter: alpha(opacity=60); -moz-opacity: 0.6;  -khtml-opacity: 0.6; opacity: 0.6;}
.single-newsletter input.subscribe:hover{filter: alpha(opacity=100); -moz-opacity: 1;  -khtml-opacity: 1; opacity: 1;}
/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
	color:#000;
}
.widget-area ul ul {
	margin:0; list-style:none; overflow:hidden;
}
.widget-area ul ul li{margin:0; padding:0 0 0 0px;  }
.widget-area ul ul a,
.widget-area ul ul a:hover{ color:black;}

.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
	color:black;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
	color:#002454;
}
.widget-area .entry-meta {
	font-size: 11px;
}

.widget-container {
	margin: 0 0 29px 0;
}

.xoxo li.widget_articles, .xoxo li.widget_recent_comments { padding: 10px; box-shadow: 0px 0px 5px #C0BEBE; }
.xoxo li.widget_recent_comments .widget-title { margin-bottom: 0; }
.xoxo li.widget_recent_comments li { margin-top: 6px; }
.xoxo li.widget_recent_comments li, .xoxo li.widget_recent_comments li a { font-weight: bold; color: #666666; }

.widget_tag_cloud {
	border: 1px solid #667c98;
	padding: 10px 6px;
}
.widget_tag_cloud .widget-title { display: none; }
.widget-title{color:#666666; font-weight:bold; font-size:24px; border-bottom:1px solid black; line-height: 1.5em;
	margin: 0 0 5px 0;}

.widget-container.ngg_images h3{font-weight: bold !important; color: #666666 !important; }
.widget_edito{background:#eaeaea; padding:12px 10px 10px 10px; width: 280px; float: left; }
.widget_edito h3.widget-title{color:#666666 !important; font-weight:bold; font-size:24px; border:0; border-bottom:1px solid #002454; margin-bottom: 10px !important;}
.widget_edito h3.widget-title span { font-size: 10px; font-weight: normal; margin-left: 5px; }
.widget_edito .textwidget .readmore { font-size: 11px; color: #000; }
.widget_edito .textwidget .readmore a { color: #000; }
.widget_edito .textwidget { text-align: justify; color: #000; border-bottom: 1px solid #000; padding-bottom: 14px; }
.widget_edito .textwidget p { margin-bottom: 0 !important; }
.widget_edito .textwidget a:hover { text-decoration: none; }
.widget_edito ul { list-style: none; margin: 0; }
.widget_edito ul li a {font-size:11px; color:#666666; text-decoration: underline; font-weight: normal; display: block; margin-top: 5px; line-height: 13px; }
.widget_edito ul li a:hover { color: #000; }

.widget_abonews{background:#002454; padding:15px 20px; }
.widget_abonews a { color: #fff !important; font-size: 12px; }
.widget_abonews a strong { font-size: 15px; }

/*body.home #secondary { margin-top: 16px; }*/
body.home #secondary { margin-right: 20px; margin-top: 20px; }
body.home #secondary .xoxo { padding-top: 0 !important; }

#secondary .widget_abonews li a { color: #fff; font-size: 12px; }
#secondary .widget_abonews li a strong { color: #fff; font-size: 15px; }

#secondary .widget_abonews h3.widget-title,
#primary .widget_abonews h3.widget-title{color:#fff; font-weight:bold; font-size:16px; border:0; margin-bottom: 5px !important; }
.widget-area ul li.widget_abonews ul{ list-style:none; margin:0;}
.widget-area ul .widget_abonews ul li{ background:none; padding:2px 0 0 0; margin:0 0 5px 0; padding:0; height:23px; overflow:hidden; }
.widget-area ul .widget_abonews ul li span.picto{display:block; float:left; height:23px; background:url(images/social-abo.png) no-repeat; padding-left:29px;}
.widget-area ul .widget_abonews ul li a:hover{text-decoration:none; }
.widget-area ul .widget_abonews ul li a span.picto{filter: alpha(opacity=100); -moz-opacity: 1;  -khtml-opacity: 1; opacity: 1; /*filter: alpha(opacity=60); -moz-opacity: 0.6;  -khtml-opacity: 0.6; opacity: 0.6;*/ }
.widget-area ul .widget_abonews ul li a:hover span.picto{ /*filter: alpha(opacity=60); -moz-opacity: 0.6;  -khtml-opacity: 0.6; opacity: 0.6;*/ filter: alpha(opacity=100); -moz-opacity: 1;  -khtml-opacity: 1; opacity: 1; }
.widget_abonews  li a{ font-size:10px; height:23px; display:block; }
.widget-area ul .widget_abonews  li a { font-size: 10px; }
.widget-area ul .widget_abonews  li a strong { font-size: 10px; }
.widget-area ul .widget_abonews  li a:hover span.text { text-decoration: underline; }
.widget-area ul .widget_abonews  li a span.text{position:relative; top:2px;}
.widget-area ul .widget_abonews  li.rss span.picto{background-position:0 0;}
.widget-area ul .widget_abonews  li.facebook span.picto{background-position:0 -23px;}
.widget-area ul .widget_abonews  li.twitter span.picto{background-position:0 -46px;}

.widget_abonews form{overflow:hidden;}
.widget_abonews form input#email{ font-size:12px; float:left; line-height:22px; color:#002454; border:1px solid #002454; background:white; padding:2px 5px; width:180px; height:17px;}
.widget_abonews form input#subscribe{ border:0; float:left; height:22px; width:27px;  background:#406aa1; padding:0; cursor:pointer; color:#fff; font-size:12px; font-weight:bold;}
.widget_abonews form input#subscribe{ filter: alpha(opacity=60); -moz-opacity: 0.6;  -khtml-opacity: 0.6; opacity: 0.6;}
.widget_abonews form input#subscribe:hover{ filter: alpha(opacity=100); -moz-opacity: 1;  -khtml-opacity: 1; opacity: 1;}
body.msie .widget_abonews form input#subscribe{ margin-top:2px;}
.widget_populars{}


#secondary .widget_tops, #primary .widget_tops{position:relative; height:290px;}

#secondary .content-tab,#primary .content-tab{position:absolute; top:60px; display:none; }
#secondary .content-tab-current,#primary .content-tab-current{display:block; }
.widget_tops ul.tabs{list-style:none; margin:0 0 20px 0; overflow:hidden; 	border-top:3px solid #002454;	border-bottom:1px solid #002454;}
.widget-area ul .widget_tops .tabs li{float:left; background:none; padding:0;}
.widget_tops .tabs a{ display:block; padding:5px 4px 10px 4px; font-size:14px; font-weight:bold; color:black; text-decoration:none;}
.widget_tops .tabs a:hover,.tabs li.current a{ color:#002454;background:url(images/tabs_fleche.png) no-repeat center bottom;}
.widget-area ul .widget_tops .tabs li:hover,.widget-area ul .tabs li.current{background:url(images/bg_slideshow.jpg) no-repeat center top;  }
.widget-area ul .widget_tops .content-tab li{overflow:hidden; margin:0 0 20px 0; padding:0; background:none;}
#secondary .widget_tops .content-tab li .entry-photo,
#primary .widget_tops .content-tab li .entry-photo{float:left; margin:0 20px 0 0; width:65px; }
#secondary .widget_tops .content-tab li .entry-title,
#primary .widget_tops .content-tab li .entry-title{font-size:15px; line-height:15px; clear:none; margin:0; padding:0;}
#primary .widget_tops .content-tab li .entry-title a,
#secondary .widget_tops .content-tab li .entry-title a{ font-weight:bold;}
#secondary .widget_tops .content-tab li .entry-content,
#primary .widget_tops .content-tab li .entry-content{clear:none; font-size:12px; line-height:15px; }

.widget_tag_cloud div {	line-height: 1.6em;	overflow:hidden;}
.widget-area ul .widget_tag_cloud a{filter: alpha(opacity=60); -moz-opacity: 0.6;  -khtml-opacity: 0.6; opacity: 0.6;}
.widget-area ul .widget_tag_cloud a:hover{filter: alpha(opacity=100); -moz-opacity: 1;  -khtml-opacity: 1; opacity: 1;}
.widget-area ul .widget_tag_cloud a{display:block; float:left; background:url(images/tag.gif) no-repeat right top #002454; color:white; height:22px; margin:2px 5px; padding:0 20px 0 5px;text-decoration:none;}

.widget_links li, .widget_archive li{  width:115px; float:left;  }

.widget_archive .more{ text-align:right;}
.widget_archive .more a{ background:url(images/archives.gif) no-repeat left 5px; padding:0 0 0 15px;}
#footer .widget_archive .more a{ background:url(images/archives-footer.gif) no-repeat left 5px;}

#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;
}
li.widget_pub_interne h3, li.widget_pubedito2home h3, li.widget_pubedito2 h3 {
	border-top: 0;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial;
	text-indent: -999999px;
	background: url(images/bg-title-pub.png);
	height: 8px;
	text-align: right;
	display: block;
	margin-bottom: 4px !important;
	border-bottom: 0;
}
li.widget_pub_interne h3 span {
	background: #fff;
	padding-left: 3px;
	display: none;
}

#primary {
}
#secondary {
}


/*NEXTGEN GALLERY WIDGET
-------------------------------------------------------------- */
#ngg-webslice .entry-title{font-size: 1.5em}
.ngg-widget img {border: 0 !important}
/*.ngg-widget a{float: left; margin-bottom: 10px}
.ngg-widget a:nth-child(even) {margin-left: 10px}*/
.ngg-widget a.more{background:url(images/archives.gif) no-repeat left 5px; padding:0 0 0 15px; text-decoration:none; text-transform:uppercase; font-size:10px; color:#002454;float: right}
.ngg-widget a.more:hover{text-decoration:underline !important; }

div#shShutter {z-index: 100000 !important}
div#shDisplay{z-index: 100002 !important}
/* =Footer
-------------------------------------------------------------- */

/* Footer widget areas */
#footer-content {
	background-color:#002454;
	color:white;
	padding:20px;
	padding-bottom: 0;
	overflow:hidden;
}
#footer-content .logo { width: 210px; float: left; }
#footer-content .logo span {
	margin-top: 16px;
	width: 86px;
	height: 74px;
	display: block;
	background: url(images/img-logo-footer.png) no-repeat;
}

/*
* html #-content {
  height:240px;
}
*/
#footer-widget-area a{ color:white;}

#footer-widget-area .widget-area ul{margin:0;}
#footer-widget-area .widget-title{color:white; border:0; font-weight: bold; font-size: 16px; margin:0 0 7px 0;}

#footer-widget-area .widget-container{width:150px; float:left; margin:0 30px 00px 0; }
#footer-widget-area .widget_archive { width: 130px; float: right; padding-right: 5px; }
#footer-widget-area .widget_text { width: 180px; }
#footer-widget-area .widget-container:last-child{margin-right:0;}
#footer {
	padding-bottom: 0;
	background:white;
	position:relative;
}

* html #footer  {
  position:absolute;
  clear:both;
}


#footer-widget-area .widget-container { /*background:url(images/bg-footer-separator.png) repeat-x bottom;*/ padding-bottom: 10px; }
#footer-widget-area .widget_text { color: #fff; font-size: 11px; }
#footer-widget-area .widget_text .textwidget { font-size: 11px; }
#footer-widget-area .widget_abonews { padding: 0; width: 170px; }
#footer-widget-area .widget_abonews .widget-title { margin-top: 10px; margin-bottom: 0; }
#footer-widget-area .widget_abonews .widget-title:first-child { display: none; }
#footer-widget-area .widget_abonews form { margin-bottom: 10px; }
#footer-widget-area .widget_abonews form input#email { width: 122px; height: 17px; color: #002454; }
#footer-widget-area .widget_abonews form input#subscribe { width: 26px; height: 22px; background: #406aa1; color: #fff; display: block; }
#footer-widget-area .widget_archive .widget-title { text-align: right; }
#footer-widget-area .widget_archive ul li { text-align: right; width: 130px; }


#footer-widget-area .widget_populars { width: 220px; }
#footer-widget-area .widget_links { width: 120px; margin-right: 0; }

#footer-widget-area ul ul li a:hover { text-decoration: underline; }

#footer-widget-area ul ul{list-style:none; margin:0;}
#footer-widget-area ul ul li{ font-size: 11px; background: none; padding: 0; }
#site-generator {
	padding:0px 10px;
	background: #0e4287;
	color: #fff;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	-webkit-appearance: none;
}
#site-generator a{ text-decoration:none; color: #fff;}
#site-generator a:hover{ text-decoration:underline;}
#site-generator .copyright{ color:#fff; float:left;}
#menu-pied-de-page{overflow:hidden; list-style:none; margin:0px 0 0 20px; padding-top: 3px; }
#menu-pied-de-page li{float:left; border-right:1px solid #8d8d8d; padding:0 5px; line-height:15px;}
#menu-pied-de-page li:last-child{border:0;}
#menu-pied-de-page a{ color:#fff;}

#conception{font-size:11px; font-family:Arial, sans-serif; position:absolute; bottom:30px; right:20px; width:200px; text-align:right; overflow:hidden; color:black;}
#conception a{color:#CCC; text-decoration:none;}
#conception a img{filter: alpha(opacity=30); -moz-opacity: 0.3;  -khtml-opacity: 0.3; opacity: 0.3; position:relative; top:5px;  }
#conception a:hover img{filter: alpha(opacity=100); -moz-opacity: 1;  -khtml-opacity: 1; opacity: 1;   }

/* =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: 120%;
}
#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;
	}
}
#frame_promos{
	width:940px;
	height:70px;
	margin:10px auto;
}
.msg_attente img{
	margin:7px 0;
}
#promos{overflow:hidden; padding:0 0 0 20px; background:white;}
.promo{float:left; width:230px; font-family:Arial, sans-serif;}
.promo h3{color:#8C8C8C; font-size:18px; font-weight:bold; margin:7px 0 10px 0;}
.promo .titre {margin:0 0 15px 0;}
.promo .titre a{color:#000; font-size:14px; font-weight:bold; text-decoration:none;}
.promo .titre a:hover{text-decoration:unerline;}
.promo .imageprix{overflow:hidden; }
.promo .imageprix a.img{ float:left; width:90px; display:block; margin-right:10px;}
.promo .imageprix .prix{  margin:40px 0 0 0; }
.promo .imageprix .prix a{   color:#000; font-weight:bold; font-size:30px;text-decoration:none;}
.promo .description{ font-size:12px; color:#000; margin-top:5px; margin-left:5px;}

/*--------- Calendrier ------------*/
.form_moteur .border
{
	border:1px solid #7F9DB9;
}
.ds_box {
	background-color:#FFF;
	border:1px solid #000;
	position:absolute;
	z-index:32767;
	width:230px;
	height:200px;
}
.ds_tbl {
	background-color:#FFF;
	width:100%;
	/*height:100%;*/
}
.ds_head {
	background-color:#002454;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.ds_subhead {
	color:#006699;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	width:10px;
}
.ds_cell {
	background-color:#496A96; /* #dfecfd */
	color:#000;
	font-size:16px;
	text-align: center;
	padding:2px;
	cursor:pointer;
}
.ds_cell:hover {
	background-color:#EBEBEB;
}
.ds_cell_depart{
	background-color:#7C7C7E;
	border:1px solid #000000;
	color:#FFFFFF;
	cursor:pointer;
	font-size:16px;
	padding:2px;
	text-align:center;
}
.ds_cell_retour{
	background-color:#FAD65C;
	border:1px solid #000000;
	color:#000000;
	cursor:pointer;
	font-size:16px;
	padding:2px;
	text-align:center;
}
.ds_cell_off{
	background-color:#E2E2E2;
	color:#000000;
	font-size:16px;
	padding:2px;
	text-align:center;
	text-decoration:line-through;
}
#ds_calclass tr{
	height:24px;
}
#tat_table tr{
	height:20px;
}

#title_comparateurs{
	margin:0 0 20px;
	text-align:center;
	color:#002454;
	font-size:36px;
	font-weight:normal;
}
#moteurs
{
	/*background:url("images/navigation.gif") repeat-x scroll center top #FBD4A0;*/
	/*background:url("bg.png") repeat-x scroll center top ;*/
	background:url("images/background.jpg") repeat-x scroll center top #EBEBEB;
	margin:0 0 10px 0;
	height:210px;
	border:1px solid #4d6688;
}

#moteurs .valid_moteur, #content .retour_moteur{
	cursor:pointer;
	border:0;
	color: #fff;
}
#content .retour_moteur{
	background:url("images/button3.png") no-repeat;
	width:85px;
	height:35px;
}
#moteurs .valid_moteur{
	background:url("images/button.png") no-repeat;
	width:170px;
	height:50px;
}
#moteurs .valid_moteur{
	font-size:28px;
}
#content .retour_moteur{
	font-size:20px;
	white-space:normal;
}
#moteurs .valid_moteur:hover{
	background:url("images/button2.png") no-repeat;
	color: #002454;
}
#onglets{
	width:100%;
	background-color:#002454;
	height:37px;
}
#moteurs .onglets{
	font-family:Georgia,serif;
	color: #fff;
	display: block;
	font-weight:normal;
	border-right:1px solid #4d6688;
	width:100px;
	float:left;
	text-align:center;
	cursor:pointer;
	font-size:1.6em;
	height:30px;
	padding:7px 0 0;
}
#moteurs .onglets:hover {
	background: #7C7C7E;
	color: #fff;
}
#moteurs .on{
	background: #7C7C7E;
	color:white;
}
#moteurs .content{
	width:100%;
	display:none;
	float:left;
}
#moteurs .titre
{
	color:#333366;
	font-size:1.5em !important;
	font-size:1.5em;
	font-weight:bold;
	font-variant:small-caps;
	margin:0;
	padding:20px 0 10px 23px !important;
	padding:20px 0 0 23px;
	text-align:left;
}

#moteurs label
{
	display:list-item;
	font-size:1.5em;
	font-weight:bold;
	list-style-image:none;
	list-style-type:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#moteurs label.float {	float:left;	}
#moteurs .ville
{
	color:#0B426B;
	font-size:11px;
	font-weight:bold;
	margin:8px 0 7px 15px!important;
	margin:8px 10px 7px 0;
	padding:0;
	width:27%;
	float:left;
	text-align:left;
	}
	#moteurs .ville input
	{
		color:#0B426B;
		font-size:19px;
		margin:0 0 3px 0;
		padding:0px;
		width:260px;
		height:25px;
		background-color:white;
	}
	#moteurs .ville label
	{
		width:100%;
		text-align:left;
		margin:0 0 5px 0;
	}
	#moteurs .ville select{
		color:#0B426B;
		font-size:19px;
		width:258px;
		height:29px;
		margin:0 0 0 5px;
	}
#moteurs .date
{
	color:#FFFFFF;
	float:left;
	font-size:10px;
	font-weight:bold;
	margin:0 0 0 4px!important;
	margin:0 0 13px -17px;
	padding:0 0 5px 0px !important!;
	padding:0 0 5px 0px;
	text-align:center;
	width:80%;
	}
	#moteurs .aller
	{
		margin:0 0 0 25px !important;
		margin:0 0 0 15px;
		padding:0 0 0 10px;
		}
	#moteurs .retour
	{
		margin:0 0 0 28px;
		padding:0 0 0 39px;
		}

	#moteurs #label_date_dpt{
		float:left;
		margin:6px 0 2px 5px !important;
		margin:6px 10px 2px 5px;
	}
	#moteurs #label_date_ret{
		float:left;
		margin:6px 0 2px 20px !important;
		margin:6px 10px 2px 20px;
	}
	#moteurs .date label
	{
		color:#0B426B;
		font-size:13px;
		margin:6px 0 2px 10px !important;
		margin:6px 10px 2px 10px;
		padding:0;
		text-align:center;
		width:113px;
	}


	#moteurs .date input
	{
		color:#0B426B;
		border:1px solid #7F9DB9;
		display:inline;
		float:left;
		font-size:19px;
		margin:0 0 0 -1px !important;
		margin:0 0 0 -14px;
		padding:0;
		width:150px;
		height:25px;
		text-align:center;
	}

#moteurs .personne
{
	color:#FFFFFF;
	float:left;
	font-size:10px;
	font-weight:bold;
	margin:8px 0 0 15px !important;
	margin:0;
	padding:0;
	text-align:center;
	width:60px !important;
	width:55px;
	}
	#moteurs .personne label
	{
		color:#0B426B;
		font-size:11px;
		margin:0 0 5px 0;
		padding:0;
		text-align:left;
		width:90px !important;
		width:70px;
		}
	#moteurs .personne select,#moteurs .heure_form_voit select
	{
		color:#0B426B;
		display:inline;
		float:left;
		font-size:19px;
		height:27px;
		margin:0;
		padding:0;
		width:50px;
		}
#moteurs .heure_form_voit label
{
	color:#0B426B;
	font-size:11px;
	margin:0 0 5px 0;
	padding:0;
	text-align:left;
	width:20px;
}
.heure_form_voit{
	width:110px;
	float:left;
	height:35px!important;
	height:15px;

}
#heure1{ margin:0 0 0 92px!important;margin:0 0 0 54px;}
#heure2{ margin:0 0 0 186px!important;margin:0 0 0 184px;}

#moteurs .allerretour , #moteurs .classe_vol
{
	color:#FFFFFF;
	float:left;
	font-size:10px;
	font-weight:bold;

	text-align:left;
	}
#moteurs .allerretour
{
	margin:20px 0 5px 18px !important;
	margin:20px 0 5px 0;
}
#moteurs .classe_vol
{
	margin:0 0 5px 15px !important;
	margin:0 0 5px 0;
}
#moteurs .classe_vol, #moteurs .allerretour
{
	width:115px !important;
	width:125px;
}
.div_vide{
	width:100%;
	height:60px;
}

	#moteurs .allerretour label, #moteurs .classe_vol label
	{
		color:#0B426B;
		background:none !important;
		background:none;
		list-style:none;
		list-style-image:none !important;
		list-style-image:none;
		margin:0 5px 4px 0;
		padding:0;
		text-align:left;
		white-space:nowrap;
		width:90px;
		float:left;
		}
	#moteurs .allerretour input, #moteurs .classe_vol input
	{
		height:10px;
		margin:4px 4px 0 0px;
		padding:0;
		width:12px;
		float:left;
		}

#moteurs .reserver
{
	margin:0 4px 0 10px !important;
	margin:0 10px 0 10px;
	padding:0 0 0 0;
	vertical-align:middle;
	width:191px;
	height:60px;
}

#moteurs .reserver .txt
{
	color:#000000;
	display:table-cell;
	float:left;
	font-size:9px;
	font-weight:bold;
	height:12px;
	margin:10px 0 0 30px;
	padding:0 0 0 0;
	text-transform:uppercase;
	vertical-align:middle;
}

#moteurs .nb_stars{
	margin : 2px 0 7px 65px;
	width:240px;
}


	/****  TABLEAU RESULTATS ********/
#contenu_result, #resultat, #message_attente{
	color:#26355E;
	width:930px;
	float:left;
	margin:0;
}
#message_attente{
	padding:0;
	text-align:center;
	display:block;
}
#message_attente p{
	text-align:center;
	font-size:2em;
}

#resultat{
	font:bold 0.9em Arial,Helvetica,sans-serif;
}
#contenu_result{
	font:bold 1em Arial,Helvetica,sans-serif;
}
#contenu_result p{
	margin:0;
}
#entete_result{ float:right;}
.entete_result, .entete_result_promo
{
	line-height:1.5em;
	font-size:1.3em;
	text-align:justify;
	padding:0.6em;
	margin:0 40px 0 0;
}
.entete_result{
	float:right;
	width:500px;
}
.entete_result_promo
{
	float:left;
	width:100%;
	text-align:center;
}
#deb_table_result {
	float:right;
	width:100%;
	height:80px;
	margin:0 0 10px 0;
	border:1px solid #B3B1A5;
	border-top:0px;
	background:url("images/background.jpg") repeat-x scroll center top #EBEBEB;
	text-align:left;
}
#deb_table_result p{
	color:#26355E;
	height:24px;
	font-size:1.4em;
	width:961px;
	line-height:1.2em;
	margin:0 0 0 1em;
}
#deb_table_result .votre_demande{ width:48%;float:left;padding:0.5em;}
#deb_table_result .votre_demande p{ float:left;}
#deb_table_result .nom_partenaire
{
	margin:0.7em 0 0 1em;
	width:450px;
}
#deb_table_result .tarif_demande
{
	margin:0.3em 0 0 1em;
	width:450px;
}
.prix{
	margin:0 0 0 0.3em;
	font-size:1.2em;
	font-weight:bold;
	color:orange;
}
#resultat{
	float:left;
}
#content #result{
	float:left;
	font-size:1.2em;
	text-align:center;
	font-family:Arial;
	border:1px solid #B3B1A5;
	background-color:white;
}
#result .photo{
	width:65px;
	clip:rect(16px, 91px, 60px, 0px);
}
#content #result tr td{
	border-top:1px solid #B3B1A5;
	height:35px;
	line-height:1.5em;
	padding:0;
	vertical-align:middle;
}
#result th{
	/*background:url("images/navigation.gif") repeat-x scroll center bottom #FBD4A0;*/
	background-color:#002454;
	height:25px;
	font-size:1em;
	color:white;
	vertical-align:middle;
}
#result tr.over{
	cursor:pointer;
	/*background-color:#d0dafd;*/
	/*background-color:#E0E0E0;*/
	background: #7C7C7E;
	color:white;
}
#result tr.out{background:url("images/background.jpg") repeat-x scroll center top #EBEBEB;}
.tetiere{
	float:right;
	/*background:url("images/navigation.gif") repeat-x scroll center bottom #FBD4A0;*/
	background-color:#002454;
	text-align:center;
	height:20px;
	width:100%;
	border:1px solid #B3B1A5;
	font-size:1.4em;
	color:white;
	font-weight:bold;
	margin:0;
	padding-top:0.3em;
}

/*#result th.col1{ width:132px;}
#result th.col2{	width:100px;}
#result th.col3{	width:70px;}*/
#result th.col4{	width:200px;}
#result th.col5{	width:170px;}
.mediametrie{ float:left;}

.heure{
	float:left;
	margin:0 0 0 32px !important;
	text-align:center;
	width:125px;
}

#div_vide4{
	background:url("images/bandeau4.jpg") no-repeat;
}
#div_vide3{
	background:url("images/bandeau3.jpg") no-repeat;
	width: 670px;
}
#div_vide2{
	background:url("images/bandeau2.jpg") no-repeat;
	width: 440px;
}
#div_vide4,#div_vide3, #div_vide2{
	float:left;
	height:150px;
	margin: 10px 0 0;
}

/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
 .logoprint, .urlprint{display: none}

@media print {


  * {  color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
/*  a[href]:after { content: " (" attr(href) ")"; }**/
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
  #header,
  #footer,
  #primary,
  #comments,
  .entry-tags,
  .entry-social,
  .entry-others,
  .entry-footer,
  .bt_print { display:none;}
  .urlprint{display: block; color: gray !important; margin-top: 10px}

  #content .post{position: absolute; top:20px; padding: 100px 0 0 0}
  .logoprint{display: block; margin: 20px 0; position: absolute; right: 0; top:0}
 /* .breadcrumbs a[href]:after , .entry-meta a[href]:after{ content: ""; }*/
  .entry-meta {font-size: 1.2em;position: absolute; top:20px; width: 600px}
  .entry-meta a:last-child{display: none}
  .breadcrumbs{display: none}
  span.post-author{display:none}
}
@media only screen and (max-width:960px){
	.bbpress #container #content, .bbpress #container #primary{
		width:100%;
		float: left;
	}
}
/*Andrea Media*/
.andrea_media{
	min-height: 300px;
}
.andrea_media p{
	text-align: center;
}
/*End Andrea Media*/