/*
  Fichier : screen.css
  Auteur : Ubic
  Auteur : All-pixels
  Url Auteur: http://www.ubic.fr
  Url Auteur: http://www.all-pixels.com

  Sommaire :
  1) Selecteur generaux (H1 P a)
  2) Selecteur generaux de style
  3) Selecteur de style
  4) Structure (concerne les elements div de mise en page)
*/


/* 1) Selecteur generaux : */
body {
  margin: 0px;
  color: #2c2c2c;
  font-family: "Arial", sans-serif;
  background-image: url("img/bg_all.png");
  height: 100%;
  width: 100%;
}

html {
  height: 100%;
  width: 100%;
}

hr {
  margin-left: 30px;
  margin-right: 30px;
  height: 1px;
  color: #dcdcdc;
  background-color: #dcdcdc;
  border-width: 0px;
  border-style: solid;
  clear: both;
}

img {
  border-style: none;
  border-width: 0px;
}

p {
  margin-top: 10px;
  text-align: justify;
  font-size: 13px;
}

ul {
  margin-left: 20px;
  padding-left: 20px;
}

ol {
  padding-left: 20px;
  margin-left: 0px;
}

li {
  font-size: 14px;
  line-height: 22px;
  list-style-type: none;
  background-image: url("img/puce_green.png");
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-left: 20px;
  margin-left: 0px;
}

li a {
  color: #47ac1b;
}

h1 {
  font-size: 20px;
  margin-left: 26px;
  font-weight: bolder;
  color: #0097d8;
  clear: both;
}

h2 {
  font-size: 18px;
  margin-left: 26px;
  font-weight: bolder;
  color: #0097d8;
  clear: both;
}

h3 {
  font-size: 14px;
  margin-left: 26px;
  font-weight: bolder;
  color: #2c2c2c;
  clear: both;
}

input {
  width: 250px;
  height: 19px;
  font-size: 13px;
  color: #b2b2b2;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-left: 6px;
  padding-right: 6px;
  font-weight: bolder;
  border-color: #b2b2b2;
  border-style: solid;
  border-width: 1px;
}

input:focus {
  color: #0097d8;
}

input.obligatoire {
  width: 234px;
  padding-left: 22px;
  background-image: url("img/bg_input.png");
  background-repeat: no-repeat;
}

textarea {
  font-family: "Arial", sans-serif;
  border-color: #b2b2b2;
  border-style: solid;
  border-width: 1px;
  font-size: 13px;
  color: #2c2c2c;
  margin-top: 6px;
  margin-bottom: 6px;
  padding:0px;
}

form {
  margin: 0px;
  padding: 0px;
}

fieldset {
  margin: 0px;
  padding: 0px;
  border-style: none;
  border-width: 0px;
}
/* Fin */


/* 2) Selecteur generaux de style : */
h2.gris {
  font-size: 18px;
  margin-left: 26px;
  font-weight: bolder;
  color: #bcbcbc;
  clear: both;
}

#blog hr {
  margin-left: 30px;
  margin-right: 10px;
  height: 1px;
  color: #dcdcdc;
  background-color: #dcdcdc;
  border-width: 0px;
  border-style: solid;
  clear: both;
}

#sidebar h3 {
  font-size: 16px;
  font-weight: bolder;
  color: #0097d8;
}

#sidebar ul {
  padding-left: 0px;
  margin-left: 0px;
}

#sidebar li {
  font-size: 13px;
  line-height: 22px;
  background-image: url("img/puce_gray.gif");
  background-repeat: no-repeat;
  background-position: left 6px;
  padding-left: 13px;
  margin-left: 0px;
}

#sidebar a {
  color: #2c2c2c;
  text-decoration: none;
}

#compteur b {
  font-size: 40px;
  margin-left: 30px;
  font-weight: bolder;
  color: #0097d8;
}

.billets h3 a {
  font-size: 18px;
  font-weight: bolder;
  color: #0097d8;
  text-decoration:none;
}

.billets a {
  color: #47ac1b;
}

.billets .meta {
  font-size: 12px;
  margin-top: -10px;
  margin-bottom: 15px;
  background-image: url("img/puce_gray.gif");
  background-repeat: no-repeat;
  background-position: left 3px;
  padding-left: 13px;
}

.billets img {
  margin: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #b2b2b2;
}

.commentaires {
  font-size: 13px;
  line-height: 18px;
  text-align: justify;
  margin-left: 26px;
  margin-right: 10px;
  margin-bottom: 40px;
}

.commentaires .meta {
  font-size: 12px;
  margin-top: -10px;
  margin-bottom: 15px;
  background-image: url("img/puce_gray.gif");
  background-repeat: no-repeat;
  background-position: left 3px;
  padding-left: 13px;
}

.commentaires h3 {
  font-size: 15px;
  font-weight: bolder;
  color: #bcbcbc;
  clear: both;
}

.commentaires h3 a {
  color: #0097d8;
}

.commentaires a {
  color: #47ac1b;
}

p.articles {
  font-size: 13px;
  line-height: 18px;
  text-align: justify;
  margin-left: 26px;
  margin-right: 34px;
}

p.articles .signature {
  font-style: italic;
}

p.detailprogramme {
  line-height: 20px;
  margin-left: 10px;
  margin-top: 20px;
}

p.detailcandidat {
  line-height: 18px;
  margin-left: 10px;
  margin-top: -10px;
}

p.mentions {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 12px;
  color: #3889b9;
}

p.articles a {
  color: #47ac1b;
}

p.articles img {
  border-style: solid;
  border-width: 1px;
  border-color: #b2b2b2;
}

p.candidat {
  margin: 0px;
  line-height: 16px;
  height: 117px;
  padding-left: 5px;
  padding-top: 10px;
  background-image: url("img/p_cadre.jpg");
  background-position: 2px 2px;
  background-repeat: no-repeat;
}

p.candidat img {
  float: left;
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 20px;
  width: 65px;
  height: 77px;
  border-style: none;
  border-width: 0px;
}

p.candidat span {
  font-size: 14px;
  font-weight: bolder;
  color: #0097d8;
}

p.intox {
  margin: 0px;
  line-height: 20px;
  padding-left: 5px;
  padding-right: 15px;
  padding-top: 10px;
  background-image: url("img/intox.png");
  background-position: 5px 8px;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

p.intox b {
  color: #cb0000;
}

p.infos {
  margin: 0px;
  line-height: 20px;
  padding-left: 5px;
  padding-top: 10px;
  background-image: url("img/info.png");
  background-position: 5px 8px;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

p.infos b {
  color: #55cb00;
}

img.pictureleft  {
  float: left;
  margin-right: 15px;
}

img.pictureright  {
  float: right;
  margin-left: 15px;
}

#plan img {
  border-style: none;
  border-width: 0px;
}

span.right {
  float: right;
}

span.left {
  float: left;
}

a.lientoutbio {
  color: #47ac1b;
  line-height: 22px;
  font-size: 14px;
  text-decoration: none;
  background-image: url("img/puce_green.png");
  background-repeat: no-repeat;
  background-position: left 2px;
  padding-left: 20px;

}

a.lientoutprogramme {
  color: #2c2c2c;
  text-decoration: none;
  background-image: url("img/puce_gray.gif");
  background-repeat: no-repeat;
  background-position: left 3px;
  padding-left: 13px;
}

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

a.lienmention {
  color: #3889b9;
  text-decoration: none;
}

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

a.lnkmenu {
  color: #325800;
  font-size: 12px;
  padding-left: 10px;
  text-decoration: none;
}

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

input.bouton {
  height: 28px;
  width: 120px;
  font-size: 13px;
  color: #2c2c2c;
  font-weight: bolder;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 9px;
  padding-left: 6px;
  padding-right: 6px;
  font-weight: bolder;
  border-color: #b2b2b2;
  background-color: #eaeaea;
  border-style: solid;
  border-width: 1px;
}

input.bouton:hover {
  background-color: #eaeaea;
}
/* Fin */


/* 3) Selecteur de style : */
.nomcandidat {
  font-size: 20px;
  font-weight: bolder;
  color: #0097d8;
}

.titreintox {
  font-size: 16px;
  font-style: normal;
  font-weight: bolder;
  padding-left: 28px;
  color: #cb0000;
}

.titreinfo {
  font-size: 16px;
  font-style: normal;
  font-weight: bolder;
  padding-left: 28px;
  color: #55cb00;
}
/* Fin */


/* 4) Structure : */
#all {
  width: 100%;
  height: 100%;
  background-image: url("img/bg_page.png");
  background-repeat: repeat-x;
}

#page {
  width: 734px;
  margin: auto;
  background: #ffffff;
  background-image: url("img/bg_contenu.png");
  background-repeat: repeat-y;
}

#header {
  width: 734px;
  height: 225px;
  background-image: url("img/bg_header.png");
  background-repeat: no-repeat;
}

#header .menu {
  width: 493px;
  height: 34px;
  top: 191px;
  right: 54px;
  position: relative;
  float: right;
}

#header a {
  cursor: pointer;
  background-repeat: no-repeat;
}

#header a.btnaccueil {
  float: left;
  position: relative;
  width: 70px;
  height: 34px;
  background-image: url("img/btn_accueil.png");
}

#header a.btnaccueil:hover {
  background-image: url("img/btn_accueil_on.png");
}

#header a.btnblog {
  float: left;
  position: relative;
  width: 52px;
  height: 34px;
  background-image: url("img/btn_blog.png");
}

#header a.btnblog:hover {
  background-image: url("img/btn_blog_on.png");
}

#header a.btnagenda {
  float: left;
  position: relative;
  width: 74px;
  height: 34px;
  background-image: url("img/btn_agenda.png");
}

#header a.btnagenda:hover {
  background-image: url("img/btn_agenda_on.png");
}

#header a.btnmembres {
  float: left;
  position: relative;
  width: 72px;
  height: 34px;
  background-image: url("img/btn_membres.png");
}

#header a.btnmembres:hover {
  background-image: url("img/btn_membres_on.png");
}

#header a.btnstatuts {
  float: left;
  position: relative;
  width: 63px;
  height: 34px;
  background-image: url("img/btn_statuts.png");
}

#header a.btnstatuts:hover {
  background-image: url("img/btn_statuts_on.png");
}

#header a.btnintox {
  float: left;
  position: relative;
  width: 79px;
  height: 34px;
  background-image: url("img/btn_intox.png");
}

#header a.btnintox:hover {
  background-image: url("img/btn_intox_on.png");
}

#header a.btncontact {
  float: left;
  position: relative;
  width: 114px;
  height: 34px;
  background-image: url("img/btn_contact.png");
}

#header a.btncontact:hover {
  background-image: url("img/btn_contact_on.png");
}

#contenu {
  margin-left: 25px;
  margin-right: 20px;
  margin-top: 30px;
  padding-bottom: 30px;
}

#contenu .leftcolon {
  float: left;
  position: relative;
  left: 25px;
  width: 315px;
}

#contenu .rightcolon {
  float: right;
  position: relative;
  right: 25px;
  width: 315px;
}

#mailform {
  margin-left: 26px;
  margin-right: 34px;
}

#commentform {
  margin-right: 1px;
}

#mailform .leftcolon {
  float: left;
  left: 0px;
  position: relative;
  width: 300px;
}

#mailform .rightcolon {
  float: right;
  right: 0px;
  position: relative;
  width: 300px;
}

#mailform .centercolon {
  float: left;
  left: 0px;
  position: relative;
  width: 590px;
}

#commentform textarea {
  width: 510px;
  margin-top: 10px;
}

#mailform textarea {
  width: 590px;
  margin-top: 10px;
}

#blog {
  width: 545px;
  float:left;
  margin-bottom: 30px;
}

#blog .billets {
  font-size: 13px;
  line-height: 18px;
  text-align: justify;
  margin-left: 26px;
  margin-right: 10px;
  margin-bottom: 40px;
}

#sidebar {
  float:right;
  width: 130px;
  right: 2px;
  position: relative;
}

#candidat {
  width: 734px;
  height: 171px;
  clear:left;
  background-image: url("img/bg_candidat.png");
  background-position: center top;
  background-repeat: no-repeat;
}

#candidat .photo {
  float:left;
  left: 58px;
  top: 19px;
  width: 99px;
  height: 117px;
  position: relative;
}

#candidat .details {
  float:right;
  right: 45px;
  width: 500px;
  position: relative;
  margin-top: 6px;
}

#tetedeliste {
  height: 181px;
  margin-bottom: 10px;
  clear:left;
  background-image: url("img/g_cadre.jpg");
  background-position: 20px 2px;
  background-repeat: no-repeat;
}

#tetedeliste .photo {
  float:left;
  left: 39px;
  top: 20px;
  width: 99px;
  height: 117px;
  position: relative;
}

#tetedeliste .details {
  float:right;
  right: 45px;
  width: 480px;
  position: relative;
  margin-top: 0px;
}

#footer {
  width: 734px;
  height: 48px;
  clear:left;
  background-image: url("img/bg_footer.png");
  background-repeat: no-repeat;
}

#footer .linkmenu {
  display: block;
  padding-top: 10px;
  width: 660px;
  margin: auto;
}

#infos {
  display: block;
  width: 680px;
  height: 30px;
  margin: auto;
}

#compteur {
  width: 391px;
  height: 164px;
  font-size: 15px;
  color: #b3b3b3;
  margin: auto;
  background-image: url("img/bg_compteur.jpg");
  background-repeat: no-repeat;
}

#compteur .count {
 position: relative;
 float: left;
 top: 49px;
 left: 66px;
}

#plan {
 margin: auto;
 width: 466px;
 height: 246px;
}
/* Fin */
