/*
Theme Name:     Twenty Twelve WH Child
Theme URI:      http://no.com/
Description:    Thème enfant du thème Twenty Twelve for WH 2
Author:         Guillaume Dethorey & Botta
Author URI:     http://example.com/about/
Template:       twentytwelve-for-wh-2
Version:        0.1.1
*/

@import url("../twentytwelve-for-wh-2/style.css");

@charset "UTF-8";
/* CSS Document */

* { margin: 0; padding: 0; outline: 0; }

header, section, footer, aside, nav, article, figure {
	display: block;
}

body {
	/* now inline */
	/* font: 17px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	background: url(images/pattern2-hebergement-wordpress.jpg) top repeat-x;
	margin: 0;
	padding: 0;
	color: #4C6185;*/
	/* tests botta */
	//-webkit-transform:scale(1);
	//-webkit-transform: translateZ(0.00001px);
	//-webkit-transform: translateZ(0);
	//background-position: top left;
	//background-attachment: scroll;
	//top: 28px;
	//background-position: center 28px;
}

body.login {
	background-color: #fff;
}

ul, ol, dl {
	padding: 0;
	margin: 10px 20px;
}
li
{
	list-style-image: url(https://wordpress-hebergement.fr/wp-content/themes/twentytwelve_wh_child/images/puce.png);
}

li {
	padding-bottom: 5px;
}
h1, h2, h3, h4, h5, h6, p {
	font-weight: normal;
	color: #4C6185;
	margin-top: 0;
}
h2 {
	font-size: 22px;
	line-height: 20px;
	font-weight: normal;
	text-align: left;
}
h3 {
	font-size: 22px;
	padding-top: 20px;
	font-weight: bold;
}
a img {
	border: none;
}
a:link {
	color: #4A80B5;
	text-decoration: none;
}
a:visited {
	color: #4A80B5;
}
#content a:visited {
	color: #4A80B5;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

.container{
	/* now inline */
	/*width: 1024px;
	margin: 0 auto;
  background: url(images/header2-hebergement-wordpress.jpg) top no-repeat;*/
  /* botta */
  //-webkit-transform:scale(1);
  //-webkit-transform: translateZ(0.00001px);
  //-webkit-transform: translateZ(0);
	//background-position: top left;
	//background-attachment: scroll;
	//background-position: center top;
	//margin-top: 28px;
	//display: inline;
	//position: relative;
	//background-position: center 28px;
	//background-origin: padding-box;
}




.header {
  //position: fixed;
	//padding-left: 332px ;
	//background: url(images/header2-1024.jpg) top no-repeat fixed;
	//height: 305px;
	height: 285px;
	/* botta */
	//-webkit-transform: translateZ(0);
	width: 1024px;
	//padding-left: 400px ;
	//background-position: top left;
	//background-attachment: scroll;
	//background-position: center 28px;
}

.header h2{
	font-size: 20px;
	color: #CCFFFF;
	line-height: 20px;
	font-weight: normal;
	text-align: right;
	padding-right: 122px;
}

nav {
	color: #4C6185;
	font-size: 13px;
	//padding: 40px 10px 0px 90px;
	padding: 20px 40px 10px 40px;
	//height: 160px;
	height: 150px;
	text-transform: uppercase;
}
nav ul {
	margin: 0;
	list-style-type:none;
}
nav li {
	display:inline;
	margin-left: 20px;
}
nav ul li a:link {
	color: #4C6185;
}
nav ul li a:visited {
	color: #4C6185;
}
nav ul li a:hover {
	color: #CCFFFF;
}

footer .nav {
	color: #4C6185;
	font-size: 13px;
}
footer .nav .nav-menu{
	text-align: center;
}
footer .nav ul {
	margin: 0;
	list-style-type:none;
}
footer .nav li {
	display:inline;
	margin-left: 20px;
}
footer .nav ul li a:link {
	color: #4C6185;
}
footer .nav ul li a:visited {
	color: #4C6185;
}
footer .nav ul li a:hover {
	color: #009F9F;
}

#content, #signup-content {
	padding: 0px 70px 40px 70px;
	min-height: 500px;
	//margin-bottom: 50px;
	/* botta */
	//margin-top: 310px
	//margin: 310px 70px 40px 70px;
	//margin: 310px;
	//position: absolute;
}

footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 10px 10px 10px 0;
	background-color: #fff;
	font-size: 70%;
}

/* contenu des articles */
.site-content {
    width: 100%;
}

input[type="submit"] {
	display: inline-block;
	font-family: TrebuchetMS-Bold, Helvetica;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 20px 10px;
	color: #4C6185;
	border-radius: 8px;
	box-shadow: inset 0 0 2px #FFFFFF;
	background-image: -o-linear-gradient(-90deg, #FFFFFF 0%, #C9D6EE 100%);
	background-image: -moz-linear-gradient(-90deg, #FFFFFF 0%, #C9D6EE 100%);
	background-image: -webkit-linear-gradient(-90deg, #FFFFFF 0%, #C9D6EE 100%);
	background-image: -ms-linear-gradient(-90deg, #FFFFFF 0%, #C9D6EE 100%);
	background-image: linear-gradient(-180deg, #FFFFFF 0%, #C9D6EE 100%);
	border: 1px solid #4C6185;
}




/* Botta */

.mu_register{
	padding: 0px 0px 30px 0px;
	min-height: 700px;
}

.mu_register form { margin-top: 2em; }
.mu_register .error { font-weight:700; padding:10px; color:#333333; background:#FFEBE8; border:1px solid #CC0000; }
.mu_register input[type="submit"],
	.mu_register #blog_title,
	.mu_register #user_email,
	.mu_register #blogname,
	.mu_register #user_name { width:500px; font-size: 24px; margin:5px 0; }
.mu_register .prefix_address,
	.mu_register .suffix_address {font-size: 18px;display:inline; }
.mu_register label { font-weight:700; font-size:15px; display:block; margin:10px 0; }
.mu_register label.checkbox { display:inline; }
.mu_register .mu_alert { font-weight:700; padding:10px; color:#333333; background:#ffffe0; border:1px solid #e6db55; }

.mu_register input[type="submit"]{
	display: inline-block;
	font-family: TrebuchetMS-Bold, Helvetica;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 20px 10px;
	color: #4C6185;
	border-radius: 8px;
	box-shadow: inset 0 0 2px #FFFFFF;
	background-image: -o-linear-gradient(-90deg, #FFFFFF 0%, #C9D6EE 100%);
	background-image: -moz-linear-gradient(-90deg, #FFFFFF 0%, #C9D6EE 100%);
	background-image: -webkit-linear-gradient(-90deg, #FFFFFF 0%, #C9D6EE 100%);
	background-image: -ms-linear-gradient(-90deg, #FFFFFF 0%, #C9D6EE 100%);
	background-image: linear-gradient(-180deg, #FFFFFF 0%, #C9D6EE 100%);
	border: 1px solid #4C6185;

}

.mu_register #user-avatar-wrap {
	display: none;
}



.mu_register h2 {
	font-weight: bold;
	color: rgb(76, 97, 133);
	margin-top: 0px;
	font-size: 1.57143rem;
	line-height: 1.2;
}

.nav-menu
{
	text-align: right;
	//padding-right: 50px ;
}
.nav-menu .current-menu-item > a
{
		color: #4C6185;
		font-weight: bold;
	}

.entry-header
.entry-title {
		font-weight: bold;
}
.entry-content td{
	border: 0px none;
}

.wh_home_table table, td {
	font: 17px Verdana, Helvetica, sans-serif;
	border: 0px none;
}

.entry-content table {
	border-bottom: none;
}

.entry-content img {
	box-shadow: none;
}

/* 
    page 'comment-ça-marche' (post 23) et 'ressources' (post 79) + page wp-activate.php
*/
#signup-content .wp-activate-container h2,
#post-23 .entry-content h2,
#post-79 .entry-content h2{
    font-size: 1.8rem;
	font-weight: lighter;
	margin: 4rem 0px 1.7rem;
}

#post-23 .entry-content img,
#post-79 .entry-content img{
    #margin-top: 1.4rem;
    #margin-bottom: 0.857143rem;
    border-radius: 3px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}

//#wpadminbar .ab-top-menu > li#wp-admin-bar-wdcab_root.menupop.hover > .ab-item {
//    background-image: url(images/icone-wph-over.png);
//    background-repeat:no-repeat;
//    background-position:center center;
//    //background-size: 100px 28px;
// }


//#wpadminbar .ab-top-menu > li#wp-admin-bar-wdcab_root.menupop > .ab-item {
//    background-image: url(images/icone-wph.png);
//    background-repeat:no-repeat;
//    background-position:center center;
// }


