/*
Theme Name: Toolbox
Theme URI: http://wordpress.org/extend/themes/toolbox
Author: Automattic
Author URI: http://automattic.com/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.4
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Structure
-------------------------------------------------------------- */
#page {
    margin:0 auto;
    width:950px;
}
.seo{
font-weight:lighter;
}
.nor{
font-weight:normal;
}
body{
color:4D4D4D;
font-family: Helvetica, Verdana, Tahoma, Sans serif;
margin:0 0 1em 0;
background-image:url("http://www.unpeupluspresdesetoiles.fr/wp-content/uploads/bg-etoiles21.jpg");
background-repeat:no-repeat;
background-position: 50% -208px;
font-weight:lighter;
line-height:119%;
font-size:18px;
}

#primary {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#primarysingle{
float: left;
	margin: 0 -240px 0 0;
	width: 94%;
}
#secondary{
float: right;
    width: 220px;
}
#secondary h3{
    border-bottom: 1px solid PowderBlue;
font-size: 18px;
}
#secondary ul li{
list-style-type:none;
font-size: 15px;
}
#content {
	margin: 0 280px 0 0;
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 220px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
    border-top:1px solid #D0D0D0;
font-weight:normal;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.cleared{
clear:both;
}

/* =Header
-------------------------------------------------------------- */

#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}
#logoheader {
display:block;
width:900px;
height:100px;
background-image:url('http://www.unpeupluspresdesetoiles.fr/wp-content/uploads/unpeupluspresdesetoiles.png');
margin:auto;
text-indent: -990px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
font-style:italic;
font-weight:normal;
	display: block;
	float: left;
	margin: 0 auto 16px auto;
	border-radius:8px;
	width: 100%;
	box-shadow: 0px 0px 8px 0px #4D4D4D;
-o-box-shadow: 0px 0px 8px 0px #4D4D4D;
-webkite-box-shadow: 0px 0px 8px 0px #4D4D4D;
-moz-box-shadow: 0px 0px 8px 0px #4D4D4D;
	background-color:#fff9ff;    
}
#access ul, .widget ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
        margin:9px 12px;
border-radius:6px;
}
#access a {
	display: block;
	text-decoration: none;
        color:#4D4D4D;
	padding:9px;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
border-radius: 8px;
	float: left;
	position: absolute;
	top: 36px;
	border:2px solid #EFEDEB;
    	background-color: #fff; 
	left:0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}

a, a:link{
text-decoration:none;
color:#164492;

}
input[type=submit], a, a:link{
cursor:pointer;
}
a:hover{
text-decoration:underline;
}
#access ul ul a {
	padding: 9px;
	width: 11em;
color:#4D4D4D;
	height: auto;
}
#access li:hover{
}
#access ul.sub-menu > li:hover{
background-color:#EFEDEB;
}

#access li:hover{
background-color:#EFEDEB;
}
#access ul li:hover > ul {
	display: block;
}


/* =Content
-------------------------------------------------------------- */

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
input[type=submit]{
border-radius:4px;
margin-top:4px;
padding:9px;
background-color:#EFEDEB;
font-style:italic;
border:none;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
	display: none;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */
#mention{
font-size:10px;
float:right;
color:LightSlateGray;
background-position:bottom right;
background-repeat:no-repeat;
}
#mention a{
color:LightSlateGray;
font-size: 10px !important;
}

h1{
padding:0;
margin:0;
    font-size:30px;
    font-weight:normal !important;
line-height: 34px;
}
h1, h2, h3, h4{
font-weight: lighter;
}
h2{
border-bottom:1px solid LightBlue;
    padding-bottom:6px;
  font-size:26px;
}
.partiedroite div{
    font-size:15px;
}
.partiedroite h3{
font-weight:normal !important;
}
#colophon {
	padding: 1em 0 0;
}

#sheetppal, #headsheet, #footsheat{
width:960px;
margin:0 auto;
}
#sheetppal{
min-height: 500px;
}
#footsheat, #footsheat a, #footsheat a:hover{
color:#4A4A4A;
text-decoration:none;
font-size: 13px;
}
#footsheat span#mention a{
color:LightSlateGray;
}
#copy {
display:block;
float:right;
    margin-right:10px;
color: SteelBlue;;
}
.diva h1{
border-bottom:1px solid PowderBlue;
}
.diva{
float:left;
width:60%;
line-height:129%;
text-align:justify;
}
.divb{
float:right;
}
.separation{
height:1px;
background-color:#D0D0D0;
float:left;
margin:16px 0;
width:100%;
}
#sep2{
margin-bottom:0;
}
.entry-content{
    padding:12px;
}
.bloqs div.bca{
     float: left;
    /*width: 22%;*/
/*width:16.8%;*/
/*width:17.6%;*/
/*width:17%;*/
width:17.3%;
margin: 0;
padding: 0;
}
.bloqs div h2{
/*padding: 5px 16px 16px;*/
padding: 5px 16px 16px 0px;
text-shadow: 1px 1px lightgrey;
border-bottom:none;
font-size:24px;
color:black;
font-weight:normal;
/*text-align:center;*/
text-align:left;
margin:0; 
height: 35px;
line-height: 27px;
}
.bloqs p{
font-size:17px;
}
.bloqs div#presta1{
    margin-left:0px;
background-position: -360px -1px;
}
.bca{
/* background:url('http://www.unpeupluspresdesetoiles.fr/wp-content/uploads/fond-acc-bloc.png') no-repeat; */

}
#a1{
border-bottom:1px solid #63C378;
}

.bloqs div#presta2{
/*margin:0 24px;*/
margin:0 20px;
background-position: -9px -1px;
}

.bloqs div#presta5{
margin:0 20px;
font-size:17px;
}

#a5{
border-bottom:1px solid #EFCF00;
}

.bloqs div#presta3 {
/*margin: 0 24px;*/
margin:0 20px;
}
#a2
{border-bottom:1px solid #EFCF00;
}

#aside_coaching {
	 background-image: url("http://www.unpeupluspresdesetoiles.fr/wp-content/uploads/new-img.jpg");
}

.bloqs div#presta3{
background-position: -698px -1px;
}
#a3{
border-bottom:1px solid #A5299D;
}

.bloqs div#presta4{
margin-right:0;
margin-left:0;
}

#a4 {
border-bottom: 1px solid #0000FE;
}
.contenta{
    /*height: 210px;*/
height: 340px;
    padding: 0;
margin: 0;
}
.aca{
    margin-bottom:0;
    margin-left:0;
    margin-right:0;
    margin-top:0;
    text-align:center;
border-bottom-left-radius:4px;
border-bottom-right-radius:4px;

}
.aca a{
    display:block;
color:#4A4A4A;
text-decoration:none;
padding:9px;
}
.aca:hover a{
text-decoration:underline;
}
div#prese{
padding:12px 0;
width:44%;
float:left;
}
.bloqs{
    overflow:hidden;
margin-bottom: 25px;
}
#imgaccueil{
    margin-right:13px;
}
.partiedroite{
    float:right;
font-size:16px;
    padding:12px;
    position:relative;
    right:-12px;
    text-align:justify;
    top:-5px;
    width:30%;
border-radius:8px;
	box-shadow: 0px 0px 8px 0px #4D4D4D;
-o-box-shadow: 0px 0px 8px 0px #4D4D4D;
-webkite-box-shadow: 0px 0px 8px 0px #4D4D4D;
-moz-box-shadow: 0px 0px 8px 0px #4D4D4D;
	background-color:#fff9ff;   
opacity:0.9;
filter:alpha(opacity=90);
-moz-opacity:0.9;
-khtml-opacity: 0.9;
}

.espace{
margin-left:0px;
width:100%;
background-color:white;
padding:10px 0px 15px 0px;
}

.texte{
font-size:15px;
text-align:center;
padding:5px 5px 5px 10px;
font-weight:bold;
}

.bouton{
background: -moz-linear-gradient(#6c84c1, #65778d);
background: -ms-linear-gradient(#6c84c1, #65778d);
background: -o-linear-gradient(#6c84c1, #65778d);
background: -webkit-linear-gradient(#6c84c1, #65778d);
background: linear-gradient(#6c84c1, #65778d);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c84c1',endColorstr='#65778d', GradientType=0);
border-radius:5px;
text-align:center;
margin-left:10px;
margin-right:10px;
margin-top:7px;
padding-top:5px;
padding-bottom:5px;
}

.bouton a{
font-size:15px;
color:white;
text-decoration:none;
font-weight:bold;
}
#secondary{
    padding:12px;
border-radius:8px;
	box-shadow: 0px 0px 8px 0px #4D4D4D;
-o-box-shadow: 0px 0px 8px 0px #4D4D4D;
-webkite-box-shadow: 0px 0px 8px 0px #4D4D4D;
-moz-box-shadow: 0px 0px 8px 0px #4D4D4D;
	background-color:#fff9ff;   
opacity:0.9;
filter:alpha(opacity=90);
-moz-opacity:0.9;
-khtml-opacity: 0.9;
}
#modultemp{
 float: right;
    width: 44%;
padding:12px 0;
}
#modultemp ul li{
list-style-type:none;
line-height:30px;
}

#modultemp ul{
padding-left:0;
}
#divblog{
margin-top: 34px;
}
#divblog h1{
border:none;
}
h1.entry-title a{
color:#2A2A2A;
}
footer.entry-meta{
  border-bottom:1px solid #4D4D4D;
margin-bottom:30px;
padding-bottom:4px;
}
#prestaimg{
    float:right;
    margin-right:60px;
}
.seancemed{
    float:right;
    margin-right:30px;
    margin-top:60px;
}
#imgct {
    float:right;
    margin-right:30px;
    margin-top:20px;
}
#fonduniv1{
background-image: url('http://www.unpeupluspresdesetoiles.fr/wp-content/uploads/neo-obj.jpg');
}
#imgaccueil{
background-image: url('http://www.unpeupluspresdesetoiles.fr/wp-content/uploads/neo-accueil.jpg');
}
#imgpresta{
background-image: url('http://www.unpeupluspresdesetoiles.fr/wp-content/uploads/neo-presta.jpg');
}
#fonduniv2{
background-image: url('http://www.unpeupluspresdesetoiles.fr/wp-content/uploads/neo-ethique.jpg');
}
#fonduniv3{
background-image: url('http://www.unpeupluspresdesetoiles.fr/wp-content/uploads/notre-philosophie.jpg');
}
#imgct1{
background-image: url('http://www.unpeupluspresdesetoiles.fr/wp-content/uploads/neo-ct.jpg');
}
#medni{
background-image: url('http://www.unpeupluspresdesetoiles.fr/wp-content/uploads/mediurose.jpg');
}
#mediu{
background-image: url('http://www.unpeupluspresdesetoiles.fr/wp-content/uploads/medjaune.jpg');
}
#energ{
background-image: url('http://www.unpeupluspresdesetoiles.fr/wp-content/uploads/neo-sener.jpg');
}
.divc{
border-radius: 8px;
padding:0 12px;
margin-top:16px;
width:96% !important;
}
#imgct1{
border-radius:8px;
padding:0 12px;
}
#melb{
display: block;
    float: right;
    margin-right: 24px;
}
#mela{
display: block;
    float: right;
    margin-right: 0;
}