/*
Theme Name: Atomic
Author: Auré
Author URI: 
Description: Theme powerhypersport. Charte : #FFF #a0abb6 | liens 39C/3CF
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: fast, light, seo, optimized
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
#content li {
	margin-bottom: 0.3em;
}
sup {
	vertical-align: 4px;
	font-size: 70%;
}
code {
	font-family: courier;
	display: block;
	padding: 4px;
	background: #FFF;
	border: 1px solid #DDD;
	margin: 0.5em 0;
}
blockquote {
  font-style: italic;
  font-family: serif;
  font-size: 1.2em;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-left: 10px;
  border-left: 3px solid #CCC;
  color: #666;
}
 
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* =Structure
----------------------------------------------- */
#page {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.page-template-default #main {
	background: #FFF;
}
#main {
	clear: both;
	position: relative;
	background: transparent url(/gfx/paterns/patern12.png) repeat 10px 6px;
	border-right: 4px solid #000;
	border-style: inset;
}
#principale {
	float: left;
	width: 730px;
	background: #FFF;
	padding-bottom: 20px;
	border-radius: 0 12px 0 0;
	-webkit-border-radius: 0 12px 0 0;
	-moz-border-radius: 0 12pxx 0 0;
	min-height: 800px;
}
#content {
	padding: 10px;
}
#colonne {
	float: right;
	width: 255px;
	color: #CCC;
}
#colonne ul {
	margin: 0 0 10px 20px;
}
#colonne li {
	list-style-image:url('/gfx/puce3.png');
	padding-bottom: 5px;
}
#colonne aside {
	background: #484848;
	-webkit-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0;
	border-bottom: 4px solid #000;
	margin-bottom: 10px; 
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#entete {
	position: relative;
	background: transparent url(/gfx/header24.png) no-repeat top center;
}
.logo img {
	display: block;
}
.recherche {
	margin-bottom: 10px;
}
.recherche .field {
	background-color: #FFF; 
	border: 3px solid #39C;
	border-radius: 6px;
	box-shadow: 0 1px 8px #999 inset;
	color: #333;
	height: 20px;
	padding: 1px 4px 0 10px;
	width: 160px;
}
.recherche .field:hover, .recherche .submit:hover {
	color: #000;
	border-color: #3CF;
}
.recherche .submit {
	font: normal 12px/16px sans-serif;
	text-decoration: none;
	padding: 2px 8px !important;
	cursor: pointer;
	border: 3px solid #39C;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	color: #333;
	text-shadow: rgba(255,255,255,1) 0 1px 0;
}
#pied {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	color: #999;
	text-align: center;
	margin: 15px 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
#pied strong {
	color: #CCC;
}

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

body {
	background: url(/gfx/bg1.png) #333; 
}
html {
	font-family: Segoe UI, Lucida Grande, arial, verdana, sans-serif;
	font-size: 14px;
	color: #333;
}

a { color: #39C; }
a:hover { color: #3CF; }

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 { font-size: 2.6em; color: #000; margin-bottom: 1em; font-family: 'Rationale', sans-serif; border-bottom: 2px solid #39C; } 
h2 { font-size: 2.2em; color: #000; margin-bottom: 0.6em; font-family: 'Rationale', sans-serif; }
h3 { font-size: 1.7em; color: #000; margin-bottom: 0.4em; font-family: 'Rationale', sans-serif; letter-spacing: 0.1em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
.attachment h1 {
	margin-bottom: 0.3em; 
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 2.5em;
}
ul {
	list-style: disc;
}
ol {
	list-style-type: decimal;
}
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;
}
strong {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
article .edit-link a {
	float: right;
	background: #CCC;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #000;
	font-weight: bold;
	padding: 0.2em 1em;	
}
article.sticky {
	padding: 0.8em;
	background: #F2F2F2;
}
article p, article li {
	text-align: justify;
}
article footer, .entry-caption {
	font-size: 0.85em;
	font-style: italic;
	color: #999;
}
.tag-links {
	display: block;
	color: #666;
}
.ombre {
  -moz-box-shadow: 1px 4px 8px #dadada; 
  -webkit-box-shadow: 1px 4px 8px #dadada; 
  box-shadow: 1px 4px 8px #999; 
}
.htmlbtn {
	color: #EEE;
	border: 2px solid #000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 0 10px 3px 10px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333;
	filter: dropshadow(color=#333, offx=0, offy=0);
	background: #0399d4 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important; /* for firefox 3.6+ */
	white-space: nowrap;
}
.htmlbtn:hover {
	border: 2px solid #FFF;
	color: #FFF;
}
.htmlbtn  a {
	text-decoration: none;
}
.conseil {
	background: #FFF url(/gfx/conseil-bg.png) no-repeat 5px 10px; 
	font-family: Georgia, serif;
	padding: 8px 8px 8px 50px; 
	margin-bottom: 15px; 
	border: 2px solid #E2E2E2;
	min-height: 45px; 
}
.attention {
	background: #FFF url(/gfx/attention-bg.png) no-repeat 5px 10px; 
	font-family: Georgia, serif;
	padding: 8px 8px 8px 45px; 
	margin-bottom: 15px; 
	border: 2px solid #F90;
	min-height: 45px; 
}
.attention2 {
	background: #FFF;
	padding: 8px; 
	margin: 0 10px 15px 0; 
	border: 2px solid #F00;
	font-weight: bold;
}
.separateur {
	clear: both;
}
.attachment .entry-meta, .attachment .entry-attachment, .attachment p {
	text-align: center;
}
/* =Menu
-------------------------------------------------------------- */
#menu-menu-principale {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 100%;
	
	border-radius: 12px 12px 0 0;
	-webkit-border-radius:  12px 12px 0 0;
	-moz-border-radius: 12px 12pxx 0 0;
	
	border: 4px solid #000;
	border-bottom: 0;
	border-style: inset;
	
	font-family: 'Rationale', sans-serif;
	font-size: 19px;
	letter-spacing: 0.12em;
	background: #333 url(/gfx/paterns/patern12.png) repeat top left;
	
	height: 50px;

}
#menu-menu-principale li {
	margin: 0 4px; 
	padding-top: 7px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#menu-menu-principale a {
	color: #DDD;
	text-decoration: none;
	display: block;
	padding:  5px 15px 9px 15px;
	margin: 0;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-top: solid 2px #CCC;
	border-bottom: solid 2px #999;
	background: #333 url(/gfx/paterns/patern4.png) repeat top left;
}
/* main level link hover */
#menu-menu-principale .current a, #menu-menu-principale li:hover > a {
	color: #FFF;
	border-top: solid 2px #FFF;
	border-bottom: solid 2px #a0abb6;
	text-shadow: 1px 1px 1px #33ccff;
	filter: dropshadow(color=#33ccff, offx=0, offy=0);
}
/* sub levels link hover */
#menu-menu-principale ul li:hover a, #menu-menu-principale li:hover li a {
	background: none;
	border: none;
	color: #333;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#menu-menu-principale ul a:hover {
	background: #0399d4 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important; /* for firefox 3.6+ */

	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* level 2 list */
#menu-menu-principale ul {
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #cccccc); /* for firefox 3.6+ */
	font-family: "Courier New", Courier, monospace; 
	font-size: 13px;
	display: none;
	margin: 0;
	padding: 0;
	width: 220px;
	position: absolute;
	top: 43px;
	left: 0;
	border: solid 1px #999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	z-index: 2;
}
/* dropdown */
#menu-menu-principale li:hover > ul {
	display: block;
}
#menu-menu-principale ul li {
	float: none;
	margin: 0;
	padding: 0; 
}
#menu-menu-principale ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
#menu-menu-principale ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners for first and last child */
/* A REVOIR !!! */
#menu-menu-principale ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#menu-menu-principale ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
/* clearfix */
#menu-menu-principale:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#menu-menu-principale {
	display: inline-block;
}
html[xmlns] #menu-menu-principale {
	display: block;
}
* html #menu-menu-principale {
	height: 1%;
}

/* =Content
----------------------------------------------- */
.fil-ariane {
	padding: 5px 10px;
	white-space: nowrap;
	font-size: 12px;
	color: #CCC;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
.navarticle {
	position: relative;
	width: 270px;
	float: right;
	margin: 20px 0 0 10px;
	padding: 0 6px 6px 6px;
	border: 2px solid #DDD;
	background: #FFF;
}
.information {
	
}
.navarticle_titre {
	background: #DDD;
	position: absolute;
	top: -23px;
	left: 20px;
	padding: 1px 10px;
	font-weight: bold;
}
.navarticle  ul {
	margin-left: 1.2em;
	
}
.nav-single {
}
.nav-next {
	float: right;
}
.nav-previous {
	float: left;
}
.rating {
	margin-top: -0.4em;
}
.more-link {
	font-weight: bold;
	float: right;
}

.infos_article {
}
.infos_article1 {
	font-size: 0.85em;
	color: #999;
	float: left;
}
.ainfos_date {
}
.ainfos_auth {
}
.ainfos_dir {
}

.infos_article2 {
	float: right;
}
.ainfos_utils {
}
.ainfos_rss {
	display: inline;
	margin-left: 30px;
}
.category #principale p {
	margin-bottom: 0;
}
.category .attachment-maxcat {
	float: left;
	margin: 5px 10px 5px 0;
	-moz-box-shadow: 1px 4px 8px #dadada; 
	-webkit-box-shadow: 1px 4px 8px #dadada; 
	box-shadow: 1px 4px 8px #999; 
	width: 156px;
	height: auto;
}
.category article {
	position: relative;
	margin-bottom: 15px;
	/* min-height: 150px; */
}
.category article h3 {
	clear: both;
}
.cat_desc {
	font-size: 1.2em;
	background: #F2F2F2;
	border: 1px solid #CCC;
	padding: 5px;
	margin-bottom: 20px;
}
.single article {
	position: relative;
	margin-top: 15px;
}
.single .attachment-post-thumbnail {
	float: right;
	margin-left: 10px;
	-moz-box-shadow: 1px 4px 8px #dadada; 
	-webkit-box-shadow: 1px 4px 8px #dadada; 
	box-shadow: 1px 4px 8px #999; 
}
.fiche_identite {
	width: 255px;
	float: right;
	background: #797979;
	border: 1px solid #FFF;
	padding: 5px;
	margin: 5px 0 5px 10px;
	color: #FFF;
	font-family: courier;
}
.wp-caption-text {
	font-size: 0.8em;
	color: #999;
}
.alignleft p.wp-caption-text {
	margin-right: 10px;
}
.attachment #principale {
	float: none;
	width: auto;
	border-radius: 0;
}

/* =Accueil
----------------------------------------------- */
.home #principale {
	float: none;
	width: 100%;
	border-radius: 0;
	min-height: inherit;
}
.home #content {
	padding: 0;
}
#triptique {
	padding: 15px 4px 0 4px;
}
.trip {
	background: #F2F2F2;
	width: 322px;
}
.trip ul, .trip li {
	padding: 0; 
	margin: 0;
	list-style: none;
}
.trip article, .trip ul {
	padding: 5px;
}
.trip h4 { 
	padding-left: 5px;
}
.trip hr {
	margin-bottom: 1em;
}
.trip p { 
	margin-bottom: 0;
}
.home #content li {
	margin-bottom: 0;
}
.trip1 {
	float: left;
}
.trip2 {
	margin: 0 auto;
}
.trip3 {
	float: right;
}
.trip1, .trip2, .trip3 {
	-moz-box-shadow: 1px 4px 8px #999; 
	-webkit-box-shadow: 1px 4px 8px #999; 
	box-shadow: 1px 4px 8px #999; 
	padding-bottom: 5px;
}
.attachment-max {
	width: 312px;
	height: auto;
	border: 1px solid #CCC;
}
.presentation {
	width: auto;
	font-family: Tahoma, Geneva, sans-serif;
	color: #505050;
	text-shadow: 1px 1px 1px #fff;
	filter: dropshadow(color=#fff, offx=0, offy=0);
}
.presentation strong, .presentation h5 {
	color: #333;
}
.presentation .acces {
	width: 312px;
	background: #CCC;
	padding: 5px 20px 5px 5px;
	float: left;
}
.presentation .acces .htmlbtn {
	float: right;
}
.presentation .horaires {
	float: left;
	width: 312px;
	background: #ccc;
	padding: 5px;
}
.home .actu {
	float: right;
	width: 312px;
	padding: 5px;
}
.home .actu  ul {
	margin: 0 0 0 17px;
}
.hltitre {
	font-size: 1.5em;
	font-weight: bold;
	font-family: 'Rationale', sans-serif;
	line-height: 1em;
	margin-bottom: 0.3em;
}
.hltitre a {
	text-decoration: none;
}

/* =pagination
-------------------------------------------------------------- */
#pagination {
	margin: 1.5em 0 1.5em 0;
}
/* =Widgets
----------------------------------------------- */
.gadgets_dur img {
	display: block;
}
.titre-widget {
	font-size: 24px;
	font-weight: bold;
	padding: 5px;
	font-family: 'Rationale', sans-serif;
	background: #000;
	color: #FFF;
	-webkit-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0;
	border-left: 4px solid #484848;
	border-top: 4px solid #484848; 
}
.gadget_dur {
	background: #484848;
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: 4px solid #000;
}
.widget p {
	padding:  0 10px;
	margin-bottom: 15px;
}

#social {
	position: absolute;
	top: 0;
	margin-left: -82px;
}
#social .inner {
	background: #FFF;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	text-align: center;
	padding: 5px;
	width: 72px;
	border-right: 0;
}
#social.fixed {
	position: fixed;
	top: 120px;
}
.nav_social_bottom {
	text-align: center;
	padding-bottom: 6px;
	padding-top: 6px;
}
.nav_social_bottom img {
	padding: 0 5px;
}
.socialbtn_plusone, 
.socialbtn_twitter,
.socialbtn_facebook,
.socialbtn_linkedin,
.socialbtn_avis {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #FFF;
}
.socialbtn_avis {
	border-bottom: 0;
}
.social_avis {
	width: 59px;
	height: 62px;
	font-size: 16px;
	background: transparent url(/gfx/compteur-avis.png) top center no-repeat;
	text-align: center;
	padding-top: 6px;
	margin: 0 auto;
}
.socialbtn_avis a {
	text-decoration: none;
}
.tweetbox {
	width: 250px;
}
.textwidget {
	padding: 5px;
}
