﻿/*
Theme Name: Positeo
Theme URI: http://wordpress.org/
Description: Positeo basé sur kubrik
Author: Yohann VF
*/

/* CUSTOM */
* { 
    margin:0px; padding:0px;
}
body {
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
}
#global {
    width:963px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 6px;
    background-color: #FBFBFB;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #EDEDED;
    border-bottom-color: #EDEDED;
    border-left-color: #EDEDED;
}
#header {
    height: 108px;
    background-image: url(images/header_bg.png);
    background-repeat: repeat-x;
}
#header .header_logo {
    height: 108px;
    width: 100%;
    margin-left:2%;
    background-image: url(images/header_logo.png);
    background-repeat: no-repeat;
}
#header .header_logo a {
    height: 20px;
    width: 95%;
    text-align:right;
    display: block;
    padding-top: 85px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 9px;
    text-decoration: none;
    color: #000066;
    font-style: italic;
    font-weight: bold;
}
#content1 {
    margin-left: 5px;
    padding: 6px;
    font-size:12px;
    min-height:800px;
}
#content1 #f p {
    margin-top: 15px;
    margin-bottom: 15px;
}
#content1 #f p .label_cote
{
    width: 60px;
    float: left;
    text-align: left;
}
#content1 #f #recherche,#content1 #f #adresse,#content1 #f #url1
{
    width: 70%;
}
#content1 #f p .exemples {
    font-size: 10px;
    margin-left: 15px;
}
#content1 #f .buttons {
    text-align: left;
}
#content1 #f .buttons img{
    text-align: center;
    vertical-align: middle;
    visibility:hidden;
}
.rl {
    margin-right:4px;
    margin-left:4px;
}
#content1 #listcq{
    margin-top:10px;
    text-align:left;
    clear:both;
}
#content1 #listcu{
    text-align:left;
}
#listcu a,#listcq a {
    font-size:11px;
}
#content1 .scontent {
    margin-top:10px;
}
#content1 #resultats{
    /*float:left;*/
    clear:both;
}
#content1 #resultats .result {
    border:solid 1px black;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    margin-bottom: 10px;
    padding:5px;
}
#content1 #resultats .correct,#content1 #resultats .correct:focus {
    border-color:#339933;
    background-color: #f5fff2;
}
#content1 #resultats .wrong,#content1 #resultats .wrong:focus {
    border-color:#FB842D;
    background-color: #fff4f5;
}
#content1 #resultats .resulturl {
    float:right;
}
#content1 #resultats .resulttext {
    clear:both;
}
#content1 #resultats .correct .resultperc {
    float:right;
    color:green;
}
#content1 #resultats .wrong .resultperc {
    float:right;
    color:#FB842D;
}
#content1 .desc {
    clear:both;
    margin-top:5px;
    text-align:justify;
    border: dashed 1px #FB842D;
    padding:10px;
}
#content1 .desc p {
    margin-top:5px;
}
#endcontent {
    height: 7px;
    margin-left: 5px;
    clear:both;
}
a.info {
    position: relative;
    color: black;
    text-decoration: none;
    border-bottom: 1px gray dotted; /* on souligne le texte */
}
a.info span {
    display: none; /* on masque l'infobulle */
}
a.info:hover {
    background: none; /* correction d'un bug IE */
    z-index: 500; /* on d�finit une valeur pour l'ordre d'affichage */
    cursor: help; /* on change le curseur par d�faut en curseur d'aide */
}
a.info:hover span {
    display: inline; /* on affiche l'infobulle */
    position: absolute;
    white-space: nowrap; /* on change la valeur de la propri�t� white-space pour qu'il n'y ait pas de retour � la ligne non-d�sir� */
    top: 30px; /* on positionne notre infobulle */
    right:10px;
    background: white;
    color:#CC0000;
    padding: 3px;
    border: 1px solid #FF6600;
    border-left: 4px solid #FF6600;
}
#pub_all {
    float:left;
    margin-right:20px;
    margin-bottom:10px;
    margin-top:8px;
    font-family:Arial;
    font-weight:bold;
}
#pub_outils {
    margin-top:3px;
    float:left;
    width:470px;
    color:#FB842D;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
}
.infos_outils {
    float:left;
    width:170px;
    margin-top:3px;
}
.infos_outils a,.infos_outils a:hover {
    color:#FB842D;
    font-weight:bold;
    text-decoration:underline;
    font-family: Verdana;
    font-size:12px;
}
#iplists {
    clear:both;
}
#goodips {
    background: white;
    color:#CC0000;
    padding: 3px;
    border: 1px solid #FF6600;
    border-left: 4px solid #FF6600;
    width:200px;
}
#goodips ul {
    margin-left:28px;
}
#goodips ul li { 
    list-style-type: none;
    list-style-image: url(images/icone_checked.png);
    padding-left:5px;
    color:black;
}
#badips {
    background: white;
    color:#CC0000;
    padding: 3px;
    border: 1px solid #FF6600;
    border-left: 4px solid #FF6600;
    width:200px;
}
#badips ul {
    margin-left:28px;
}
#badips ul li { 
    list-style-type: none;
    list-style-image: url(images/false.gif);
    padding-left:5px;
    color:black;
}
#leftlist {
    float:left;
}
#rightlist {
    float:left;
    margin-left:20px;
}
#leftlist a,#rightlist a{
    font-size:12px;
}
.nbfalse {
    float:right;

}
#avg {
    /*float:left;
	margin-left:290px;
	top:245px;
	position:absolute;*/
    visibility:hidden;
    line-height:14px;
}
#avgpos{
    color:#FB842D;
    font-size:14px;
}
#res1,#res2,#res3,#res4,#res5,#res6,#res7,#res8,#res9,#res10,#res11,#res12,#res13,#res14,#res15,#resEnd {
    opacity:0;
}
#selectpays,#selectlang {
    width:100px;
    font-size: 11px;
    margin-right:10px;
}
.styleSwitcher {
    float:right;
}
.styleSwitcher a {
    float:right;
    font-size:9px;
    text-decoration:underline;
    color:#000066
}
/* END CUSTOM */

/* WP */
#copyr {
    width:500px;
    margin-left:auto;
    margin-right:auto;
    font-size:0.6em;
    text-align:center;
}
#content{
    font-size: 1em;
    float:left;
    margin-right:10px;
    width:680px;
}
.widecolumn .entry p {
    font-size: 1em;
}
.narrowcolumn .entry, .widecolumn .entry {
    line-height: 1.6em;
}
.widecolumn {
    line-height: 1.6em;
}
.narrowcolumn .postmetadata {
    text-align: right;
}
.alt {
    background-color: #f8f8f8;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
small {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    line-height: 1.5em;
}
h1, h2, h3 {
    font-size: 1.2em;
    font-weight: bold;
    text-align:left;
    clear:both;
    margin-bottom:20px;
}
h2 {
    font-size: 1.2em;
    text-align:left;
    clear:both;
    margin:0px;
    padding:0px;
}
h2.pagetitle {
    font-size: 1.2em;
}
#sidebar h2,#content1 .desc h2 {
    font-size: 1em;
}
h3 {
    font-size: 1.3em;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited,h1, h1 a, h1 a:visited {
    color: #333;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited,h1, h1 a, h1 a:hover, h1 a:visited, #sidebar h2, #wp-calendar caption, cite,#content1 .desc h2 {
    text-decoration: none;
}
.entry p a:visited {
    color: #b85b5a;
}
.commentlist li, #commentform input, #commentform textarea {
    font-family: Arial, Helvetica, sans-serif;
}
.commentlist li {
    font-weight: bold;
}
.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
}
.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
}
#commentform p {
    font-family: Arial, Helvetica, sans-serif;
}
.commentmetadata {
    font-weight: normal;
}
#sidebar {
    font-family: Arial, Helvetica, sans-serif;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
    color: #777;
}
code {
    font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
    font-size: 0.9em;
    letter-spacing: .07em;
}
a, h2 a:hover, h3 a:hover, h1 a:hover {
    color: #06c;
    text-decoration: none;
}
a:hover {
    color: #147;
    text-decoration: underline;
}
#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
}
#wp-calendar a {
    text-decoration: none;
}
#wp-calendar caption {
    font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    text-align: center;
}
#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
}
/* End Typography & Colors */
/* Begin Structure */
#page {
    background-color: white;
    margin: 20px auto;
    padding: 0;
    width: 760px;
    border: 1px solid #959596;
}
.narrowcolumn,.checkposition{
    float: left;
    padding: 0 0 20px 25px;
    margin: 0px 0 0;
    /*margin-right:240px;*/
    width:680px;
}
.checkposition {
    margin-top:15px;
}
.widecolumn {
    float: left;
    padding: 0 0 20px 25px;
    margin: 0px 0 0;
    margin-right:240px;
    /margin-right:0px;
}
.post {
    margin: 0 0 40px;
    text-align: justify;
}
.post hr {
    display: block;
}
.widecolumn .post {
    margin: 0;
}
.narrowcolumn .postmetadata {
    padding-top: 5px;
}
.widecolumn .postmetadata {
    margin: 30px 0;
}
.widecolumn .smallattachment {
    text-align: center;
    float: left;
    width: 128px;
    margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
    text-align: center;
    margin: 5px 0px;
}
.postmetadata {
    clear: both;
}
.clear { 
    clear: both;
}
#footer {
    padding: 0;
    margin: 0 auto;
    width: 760px;
    clear: both;
}
#footer p {
    margin: 0;
    padding: 20px 0;
    text-align: center;
}
/* End Structure */
/*	Begin Headers */
h2 {
    margin: 30px 0 0;
}
h2.pagetitle {
    margin-top: 30px;
    text-align: center;
}
#sidebar h2,#content1 .desc h2 {
    margin: 5px 0 0;
    padding: 0;
}
h3 {
    padding: 0;
    margin: 30px 0 0;
}
h3.comments {
    padding: 0;
    margin: 40px auto 20px;
}
/* End Headers */
/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
/* End Images */
/* Begin Lists

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */
html > body .entry ul {
    margin-left: 0px;
    padding: 0 0 0 30px;
    list-style: none;
    padding-left: 10px;
    text-indent: -10px;
}
html > body .entry li {
    margin: 7px 0 8px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
    content: "\00BB \0020";
}
.entry ol {
    padding: 0 0 0 35px;
    margin: 0;
}
.entry ol li {
    margin: 0;
    padding: 0;
}
.postmetadata ul, .postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
}
#sidebar ul, #sidebar ul ol {
    margin: 0;
    padding: 0;
}
#sidebar ul li {
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
    margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
    margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
    margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
    list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
    margin: 3px 0 0;
    padding: 0;
}
/* End Entry Lists */
/* Begin Form Elements */
#searchform {
    margin: 10px auto;
    padding: 5px 3px;
    text-align: center;
}
#sidebar #searchform #s {
    width: 108px;
    padding: 2px;
}
#sidebar #searchsubmit {
    padding: 1px;
}
.entry form {
    /* This is mainly for password protected posts, makes them look better. */
    text-align: center;
}
select {
    width: 130px;
}
#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
}
#commentform textarea {
    width: 100%;
    padding: 2px;
}
#commentform #submit {
    margin: 0;
    float: right;
}
/* End Form Elements */
/* Begin Comments*/
.alt {
    margin: 0;
    padding: 10px;
}
.commentlist {
    padding: 0;
    text-align: justify;
}
.commentlist li {
    margin: 15px 0 3px;
    padding: 5px 10px 3px;
    list-style: none;
}
.commentlist li .avatar {
    float: right;
    border: 1px solid #eee;
    padding: 2px;
    background: #fff;
}
.commentlist p {
    margin: 10px 5px 10px 0;
}
#commentform p {
    margin: 5px 0;
}
.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
}
.commentmetadata {
    margin: 0;
    display: block;
}
/* End Comments */
/* Begin Sidebar */
#sidebar {
    padding: 0px 0 10px 15px;
    margin-top:20px;
    float:right;
    width: 210px;
    border-left: 1px solid #EDEDED;
}
#sidebar form {
    margin: 0;
}
/* End Sidebar */
/* Begin Calendar */
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 155px;
}
#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}
#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}
#wp-calendar a {
    display: block;
}
#wp-calendar caption {
    text-align: center;
    width: 100%;
}
#wp-calendar td {
    padding: 3px 0;
    text-align: center;
}
#wp-calendar td.pad:hover {
    /* Doesn't work in IE */
    background-color: #fff;
}
/* End Calendar */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
    cursor: help;
}
acronym, abbr {
    border-bottom: 1px dashed #999;
}
blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}
blockquote cite {
    margin: 5px 0 0;
    display: block;
}
.center {
    text-align: center;
}
.hidden { 
    display: none;
}
hr {
    display: none;
}
a img {
    border: none;
}
.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

/* END WP */