body,html
{
	margin: 0 auto;
	padding: 0;
	color: #000000;
	font-size: 14px;
	font-family: Trebuchet MS, Arial, sans-serif;
}

html
{
	overflow-x: hidden;
}

body
{
	background: #CCC;
}

/* Quelques styles de base */
pre
{
	border: 1px solid #CCC;
	padding-left: 5px;
	overflow-x: scroll;
}

abbr
{
	cursor: help;
}

label
{
	font-weight: bold;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
	display: block;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Trebuchet MS, Arial, sans-serif;
	padding: 0;
	margin: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
	text-decoration: underline;
}

p
{
	text-align: justify;
}

a
{
	color: #011C2C;
}

a:visited
{
	color: #000;
}

a:hover
{
	text-decoration: none;
}

#page
{
	background: url("/wp-content/themes/blogovoyage_v2/images/background.png") repeat-x #F1F0F0;
	padding-bottom: 15px;
}

/* Header */
#branding
{
	position: relative;
	z-index: 2;
	width: 1000px;
	height: 98px;
	margin: 0 auto;
	background: url("/wp-content/themes/blogovoyage_v2/images/logo.png") no-repeat 15px 13px;
}

#branding hgroup
{
	float: left;
	width: 410px;
	height: 49px;
	margin: 24px 0px 0px 345px;
}

h1#site-title, h1#site-title a
{
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

h1#site-title a:hover
{
	text-decoration: none;
	color: #CCC;
}

h2#site-description, h2#site-description a
{
	color: #CCC;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

/* Formulaire de recherche du header de la page */
#searchform
{
	float: right;
	width: 200px;
	text-align: right;
}

#searchform label
{
	display: none;
}

#searchsubmit
{
	display: none;
}

#s
{
	width: 130px;
	background: url("/wp-content/themes/blogovoyage_v2/images/sprite_pictos_big.png") no-repeat 0 -438px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 10px;
	border: 1px solid #FFF;
	margin-top: 25px;
	margin-right: 15px;
	color: #FFF;
	text-indent: 25px;
	
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, margin;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, margin;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, margin;
	-o-transition-timing-function: ease;
}

#s:focus
{
	width: 175px;
	margin-right: 0px;
	font-weight: bold;
	text-indent: 0px;
	background: #000;
}

/* Barre de navigation */
#access
{
	clear: both;
}

#navBar
{
	clear: both;
	height: 44px;
	background: url("/wp-content/themes/blogovoyage_v2/images/nav_bg.png") repeat-x;
	border-top: 1px solid #3f3f3f;
	box-shadow: 0 -1px 5px 0 #222;
	text-align: center;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#navBar li
{
	/* Pour les nouveaux navigateurs, on centre les picto gr�ce � inline-block */
	float: inherit !important;
	display: inline-block !important;
	
	/* Pour les vieux navigateurs qui ne comprennent pas !important + d�tournement de IE7, on affiche en ligne d�cal�e � gauche via float left */
	float: left;
	display: block !ie7;
	
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#navBar a
{
	display: block;
	width: 250px;
	height: 44px;
	line-height: 44px;
	vertical-align: middle;
	color: #FFF;
	text-decoration : none;
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: bold;
}

#navBar li.selected a
{
	background: url("/wp-content/themes/blogovoyage_v2/images/nav_selected.png") repeat-x;
}

#navBar a:hover
{
	background-image: url("/wp-content/themes/blogovoyage_v2/images/nav_hover.png");
}

#navBar li + li
{
	background: url("/wp-content/themes/blogovoyage_v2/images/nav_separator.png") no-repeat;
}

/* Contenu de la page */
#main
{
	width: 1000px;
	margin: 0 auto;
	margin-top: 25px;
}

/* Fil d'Ariane */
.filAriane
{
	margin: 0px 0px 15px 10px;
}

.filAriane, .filAriane a
{
	color: #000;
	text-decoration: none;
}

.filAriane a:hover
{
	text-decoration: underline;
}

.filAriane > span
{
	text-decoration: underline;
}

.filAriane div
{
	display: inline;
}

#primary
{
	float: left;
	width: 660px;
	margin-left: 10px;
}

h2.page-title
{
	padding-bottom: 15px;
	margin-bottom: 10px;
	background: url("/wp-content/themes/blogovoyage_v2/images/hr_mini.png") no-repeat center bottom;
	color: #011C2C;
	text-align: center;
	text-transform: uppercase;
}

#categoryHeader
{
	box-shadow: 0 0 2px 2px #CCC;
	margin-bottom: 25px;
}

.navPages
{
	position: relative;
	width: 90%;
	height: 40px;
	margin: 0 auto;
}

.navPages span
{
	position: absolute;
}

.navPages a
{
	text-decoration: none;
}

.navPages a:hover
{
	text-decoration: underline;
}

.navPrevious
{
	left: 0px;
}

.navNext
{
	right: 0px;
}

/* Menus */
#secondary
{
	float: right;
	width: 280px;
	margin-right: 10px;
	padding-left: 5px;
}

#secondary aside
{
	position: relative;
	clear: both;
	margin: 0px 0px 25px 0px;
	padding: 10px 15px;
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
	background-color: #DFDFDF;
	border: 1px solid #FFFFFF;
}

#secondary aside.widget.enAvant
{
	background: #C2DEEE;
}

#secondary aside.widget.enAvant.cat16
{
	background: #C9DCA4;
}

#secondary aside.widget.enAvant.cat3
{
	background: #FF973E;
}

#secondary aside.widget.enAvant.cat15
{
	background: #C5A0D6;
}

#secondary aside.widget.enAvant.cat13
{
	background: #CDE0E6;
}

#secondary aside.widget.enAvant.cat14
{
	background: #E4BA30;
}

h3.widget-title
{
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #464646;
	color: #011C2C;
	text-align: center;
	text-transform: uppercase;
}

#secondary ul
{
	padding: 0;
}

aside li
{
	list-style: none;
	background: url("/wp-content/themes/blogovoyage_v2/images/sprite_pictos_small.png") no-repeat;
	background-position: 0 -81px;
	padding-left: 25px;
	margin-bottom: 8px;
}

ul.pictos li
{
	list-style: none;
	padding-left: 30px;
	margin-bottom: 5px;
	line-height: 24px;
	vertical-align: middle;
	background: url("/wp-content/themes/blogovoyage_v2/images/sprite_pictos_small.png") no-repeat;
}

ul.pictos li.author
{
	background-position: 0 0;
}

ul.pictos li.posted
{
	background-position: 0 -122px;
}

ul.pictos li.comments
{
	background-position: 0 -28px;
}

ul.pictos li.date
{
	background-position: 0 -52px;
}

ul.pictos li.link
{
	background-position: 0 -99px;
}

ul.pictos li.rss
{
	background-position: 0 -146px;
}

ul.pictos li.twitter
{
	background-position: 0 -198px;
}

ul.pictos li.facebook
{
	background-position: 0 -223px;
}

ul.pictos li.googlePlus
{
	background-position: 0 -248px;
}

ul.pictos li.none
{
	background: none;
	padding-left: 0;
	text-align: center;
}

ul.pictos li .ratingstars 
{
	margin-left: 60px;
}

ul li.social
{
	height: 70px;
	margin-left: 15px;
}

ul li.social .likebox
{
	float: left;
	width: 70px;
}

ul.pictosBig li
{
	list-style: none;
	height: 40px;
	padding-left: 40px;
	overflow: hidden;
	margin-left: 0;
	margin-bottom: 5px;
	line-height: 40px;
	vertical-align: middle;
	background: url("/wp-content/themes/blogovoyage_v2/images/sprite_pictos_big.png") no-repeat;
}

ul.pictosBig li a
{
	text-decoration: none;
}

ul.pictosBig li a:hover
{
	text-decoration: underline;
}

ul.destinations li
{
	font-weight: bold;
}

ul.pictosBig li.afrique
{
	background-position: 0 0;
}

ul.pictosBig li.amerique
{
	background-position: 0 -40px;
}

ul.pictosBig li.asie
{
	background-position: 0 -80px;
}

ul.pictosBig li.europe
{
	background-position: 0 -117px;
}

ul.pictosBig li.oceanie
{
	background-position: 0 -157px;
}

ul.pictosBig li.contact
{
	background-position: 0 -197px;
}

ul.pictosBig li.author
{
	background-position: 0 -247px;
}

ul.pictosBig li.todo
{
	background-position: 0 -287px;
}

ul.pictosBig li.social
{
	background-position: 0 -323px;
}

ul.pictosBig li.weather
{
	background-position: 0 -361px;
}

ul.pictosBig li.rss
{
	background-position: 0 -397px;
}

ul.pictosBig li.qui
{
	background-position: 0 -469px;
}

#secondary li a
{
	text-decoration: none;
}

#secondary li a:hover
{
	text-decoration: underline;
}

aside.similars .thumb
{
	float: left;
	width: 106px;
	margin: 0px 0px 12px 12px;
	text-align: center;
	color: #666;
}

aside.similars .thumb img
{
	margin-bottom: 0;
}

/* Footer de la page */
#footer
{
	position: relative;
	clear: both;
	padding: 20px 0px 10px 0px;
	background: #464646;
	background: url("/wp-content/themes/blogovoyage_v2/images/separation_footer.png") repeat-x;
}

#footer .content
{
	width: 900px;
	margin: 0 auto;
}

#footer .blocGauche
{
	float: left;
	width: 45%;
}

#footer .blocDroite
{
	float: right;
	width: 45%;
}

#footer .partieBasse
{
	clear: both;
	padding-top: 25px;
	text-align: center;
}

#socialFooter
{
	text-align: center;
	padding: 0;
}

#socialFooter li
{
	list-style: none;
	display: inline;
}

#socialFooter li + li
{
	margin-left: 50px;
}

.scrollTop
{
	position: absolute;
	display: block;
	top: -26px;
	left: 50%;
	margin-left: -64px;
	width: 64px;
	height: 64px;
	background: url("/wp-content/themes/blogovoyage_v2/images/scrolltop.png") no-repeat;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
}

/* Article */
article
{
	position: relative;
	clear: both;
	margin: 0px 0px 25px 0px;
	padding: 10px 15px;
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
	background-color: #DFDFDF;
	background-image: -moz-linear-gradient(center top, #DFDFDF, #CCC);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#DFDFDF), to(#CCC));
	border: 1px solid #FFFFFF;
}

article.format-status
{
	background: none;
	border: none;
}

article .entry-header .entry-title,
article .entry-header .entry-title a
{
	font-size: 16px;
	color: #011C2C;
	margin: 0;
	padding: 0;
	letter-spacing: 0.1em;
}

article.format-status .entry-title
{
	background: url("/wp-content/themes/blogovoyage_v2/images/sprite_pictos_small.png") no-repeat 0px -275px;
	padding-left: 30px;
}

.single article .entry-header .entry-title, .page article .entry-header .entry-title
{
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-bottom: 10px;
	background: url("/wp-content/themes/blogovoyage_v2/images/hr_mini.png") no-repeat center bottom;
}

.single article .entry-header .entry-title a
{
	font-size: 18px;
}

article .entry-header .entry-title a:hover
{
	color: #000;
	text-decoration: none;
}

article .entry-content
{
	clear: both;
}

article .entry-content img
{
	max-width: 600px;
	height: auto;
}

.attachment-post-thumbnail
{
	padding: 2px;
	background: #FFF;
	border: 1px solid #CCC;
	float: left;
	margin: 2px 15px 10px 0px;
	border-radius: 0px 10px 10px 10px;
}

article .entry-content iframe,
article .entry-content embed,
article .entry-content img[class*="wp-image"]
{
	border: 8px solid #999;
    border-radius: 10px;
}

article .entry-content img.wp-small-image
{
	border: 1px solid #FFF;
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
}

article p.wp-caption-text
{
	text-align: center;
	margin-top: 0;
	font-style: italic;
}

article .entry-content h1,
article .entry-content h2
{
	padding-top: 20px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 14px;
	font-weight: bold;
}

article .entry-content h3
{
	padding-top: 15px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: normal;
	font-size: 14px;
}

article .entry-content h4,
article .entry-content h5,
article .entry-content h6
{
	padding-top: 15px;
	letter-spacing: 0.1em;
	font-weight: normal;
	font-size: 14px;
}

article .entry-content .more-link
{
	display: block;
	width: 125px;
	margin: 5px auto 0px auto;
	padding: 2px 0px;
	background: #AAA;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

article .entry-content .more-link:hover
{
	background: #BBB;
}

article .entry-content table
{
	background: #CCC;
	padding: 0;
	margin: 10px auto;
}

article .entry-content table thead tr td
{
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 5px;
}

article .entry-content table tbody tr
{
	padding: 1px;
	margin: 0;
	background: #FFF;
}

article .entry-content table tbody tr td:first-child
{
	font-weight: bold;
	text-align: center;
}

article .entry-content table tbody tr td
{
	margin: 0;
	padding: 5px;
	background: #FFF;
}

article .entry-meta
{
	margin-top: 10px;
	clear: both;
}

article.format-status .entry-meta
{
	font-style: italic;
}

article .entry-meta .entry-utility-prep
{
	font-weight: bold;
}

article .iconeNew
{
	position: absolute;
	top: -5px;
	right: -4px;
	width: 65px;
	height: 65px;
	background: url("/wp-content/themes/blogovoyage_v2/images/new_post.png") no-repeat;
	z-index: 2;
}

article .hreview-aggregate
{
	display: none;
}

.edit-link a
{
	position: absolute;
	bottom: 5px;
	right: 5px;
	text-decoration: none;
	padding: 3px 10px;
	background: #BBB;
	border-radius: 5px;
	font-style: italic;
}

.edit-link a:hover
{
	background: #CCC;
}

/* Commentaires */
.commentaires
{
	width: 95%;
	margin: 0 auto;
	padding-left: 0;
}

.commentaires h3, #respond h3
{
	height: 40px;
	margin-bottom: 5px;
	text-align: center;
	background: url("/wp-content/themes/blogovoyage_v2/images/hr_mini.png") no-repeat center bottom;
	text-transform: uppercase;
	font-size: 18px;
}

.commentaire .vcard
{
	font-size: 13px;
	font-style: italic;
	line-height: 24px;
	vertical-align: middle;
}

.commentaire .avatar
{
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #FFF;
	border-radius: 0px 10px 10px 10px;
}

.commentaire.author .avatar
{
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
}

.commentaire .fn
{
	padding-top: 5px;
	font-weight: bold;
	font-style: normal;
	font-size: 15px;
}

.commentaire .fn.user
{
	padding-left: 30px;
	background: url("/wp-content/themes/blogovoyage_v2/images/sprite_pictos_small.png") no-repeat;
	background-position: 0 -171px;
}

.commentaire.author
{
	margin-left: 5%;
	background: #FFF;
}

.commentaire.author .fn.user
{
	background-position: 0 0;
}

.commentaire .content
{
	clear: both;
}

#respond
{
	position: relative;
	clear: both;
	margin: 0px 0px 25px 0px;
	padding: 10px 15px;
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
	background-color: #BBB;
	background-image: -moz-linear-gradient(center top, #DDD, #BBB);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#DDD), to(#BBB));
	border: 1px solid #FFFFFF;
}

.type-page #respond
{
	background: none;
	box-shadow: none;
	border: none;
}

#respond form
{
	margin-left: 20px;
}

#respond .comment-input
{
	clear: both;
}

#respond label
{
	display: block;
	float: left;
	width: 100px;
	line-height: 30px;
}

#respond input[type="text"], #respond textarea
{
	border: 3px solid #888;
	border-radius: 7px;
	padding: 4px;
}

#respond input[type="text"]:focus, #respond textarea:focus
{
	border-color: #555;
}

#respond textarea
{
	resize: vertical;
}

#respond input[type="submit"]
{
	display: block;
	width: 180px;
	margin: 0 auto;
	padding: 4px 10px;
	background: #888;
	border: none;
	border-radius: 7px;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	box-shadow: 0px 0px 10px #777;
	cursor: pointer;
}

#respond input[type="submit"]:hover
{
	box-shadow: 0px 0px 10px #555;
	color: #000;
}

/* HomePage */
.home #main
{
	position: relative;
	width: 100%;
	margin-top: 0;
	z-index: 1;
}

#slides
{
	position: relative;
	overflow: hidden;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
}

.slides_container
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 386px;
	border-bottom: 3px solid #ffae00;
	background: url("/wp-content/themes/blogovoyage_v2/images/loading.gif") center center no-repeat;
}

.slides_container a
{
	display: block;
	width: 100%;
	height: 390px;
	background-repeat: repeat-x;
	background-position: center center;
	text-indent: -9999px;
}

.slides_buttons
{
	height: 46px;
	margin: 0px 0px 20px 0px;
	padding: 0;
	text-align: center;
	background: #EEE;
	border-bottom: 2px solid #DDD;
}

.slides_buttons li
{
	list-style: none;
	display: inline;
	margin: 0px 10px;
}

.slides_buttons li a
{
	background: #DCDCDC;
	border-radius: 0px 0px 8px 8px;
	color: #1E3C52;
    font-size: 22px;
    line-height: 40px;
    padding: 7px 20px;
    text-decoration: none;
}

.slides_buttons li.current a, .slides_buttons li a:hover
{
	background: #FFAE00;
	background-image: -moz-linear-gradient(center top, #FFAE00, #d08e00);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#FFAE00), to(#d08e00));
	color: #FFF;
}

#blocksHome
{
	width: 800px;
	margin: 10px auto 0px auto;
	padding-bottom: 10px;
}

#blocksHome h2
{
	font-size: 21px;
}

.lastTweets
{
	position: relative;
	float: left;
	width: 340px;
}

.lastTweets .icoAbso
{
	position: absolute;
	top: -30px;
	left: -10px;
	width: 48px;
	height: 48px;
	background: url("/wp-content/themes/blogovoyage_v2/images/twitter_home.png") no-repeat;
}

#homeDescription
{
	width: 395px;
	margin: 0px 0px 20px 8px;
}

#descThumb
{
	float: right;
	width: 410px;
}

.thumbnailsView
{
	position: relative;
	padding-left: 10px;
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
	background-color: #DFDFDF;
	background-image: -moz-linear-gradient(center top, #DFDFDF, #CCC);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#DFDFDF), to(#CCC));
	border: 1px solid #FFFFFF;
}

.thumbnailsView + .thumbnailsView
{
	margin-top: 20px;
}

#lastPosts .icoAbso
{
	position: absolute;
	top: -10px;
	left: -6px;
	width: 70px;
	height: 48px;
	background: url("/wp-content/themes/blogovoyage_v2/images/destinations_home.png") no-repeat;
}

#topPosts .icoAbso
{
	position: absolute;
	top: -14px;
	left: -12px;
	width: 48px;
	height: 48px;
	background: url("/wp-content/themes/blogovoyage_v2/images/top_home.png") no-repeat;
}

.thumbnailsView h2
{
	margin: 5px 0px 15px 0px;
	text-align: center;
}

.thumbnailsView .thumb
{
	position: relative;
	float: left;
	width: 130px;
	height: 130px;
	margin-bottom: 15px;
	text-align: center;
}

aside.thumbnailsView .thumb
{
	width: 124px;
}

.thumbnailsView .thumb a
{
	display: block;
	height: 106px;
}

.thumbnailsView .thumb img
{
	float: inherit;
	margin: 0;
}

.thumbnailsView .thumb .categorie
{
	color: #666;
}

.thumbnailsView .thumb .iconeNew
{
	position: absolute;
	top: 6px;
	left: 5px;
	width: 74px;
	height: 16px;
	background: url("/wp-content/themes/blogovoyage_v2/images/new_post_small.png") no-repeat;
	z-index: 2;
}

#secondary .googleMap
{
	margin: 0px auto 25px auto;
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
	border: 1px solid #FFFFFF;
}

/* Page des auteurs */
.descriptifAuteur
{
	position: relative;
	float: left;
	width: 250px;
	margin: 20px 15px 5px 15px;
	padding: 10px 15px;
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
	background-color: #DFDFDF;
	border: 1px solid #FFFFFF;
}

/* Page d'erreur 404 */
.error404 #primary, .single-attachment #primary
{
	width: auto;
	float: inherit;
	margin-left: 0;
}

.error404 .lastTweets
{
	float: inherit;
	margin-top: 40px;
}

.single-attachment p.attachment
{
	text-align: center;
}


/* Divers WordPress */
.alignleft { float: left; margin: 5px 20px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 20px; }
.aligncenter { margin: 5px auto 10px auto; display: block; clear: both; }

/* Galeries photos */
.gallery
{
	margin: auto;
}

.gallery .gallery-item
 {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 25%;
}

.gallery img, article .entry-content .gallery img
{
	border: 1px solid #FFF;
	border-radius: 0 15px 15px 15px;
	box-shadow: 0 0 10px #555;
}

.gallery img, article .entry-content .gallery img:hover
{
	box-shadow: 0 0 7px #000;
	border-color: #CCC;
}

.gallery .gallery-item
{
	margin-left: 8px;
}

.gallery .gallery-item + .gallery-item
{
	margin-left: 70px;
}

.gallery .gallery-caption
 {
	margin-left: 0;
}

.quote
{
	width: 95%;
	padding: 2%;
	margin: 15px auto;
	background: #EAEAEA;
	border: 1px solid #FFF;
	font-style: italic;
	text-align: justify;
}

.erreur
{
	color: #AD0303;
}

.valide
{
	color: #00DD00;
}

.clearfix
{
	clear: both;
}