/*
  Nom de la feuille de style: all-pixels-screen.css
  Pour le site : http://www.all-pixels.com
  Description: Feuille de style Css pour le site All Pixels.com
  Version: 1.0
  Auteur: Boehler  Frederic
  Url Auteur: http://www.all-pixels.com
*/

/*
  1) Selecteur g�n�raux
  2) Structure
  3) LightBox
  4) Couleurs modules
  5) Selecteur blog
*/

/* 1) -=-=-=- Selecteur g�n�raux -=-=-=- */
body {
  font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
  background: #70696d;
  background-image: url("images/bg_page.png");
  background-repeat: repeat-x;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  color: #ffffff;
}

h1 {
  font-size: 23px;
  color: #7e7b7d;
}

h2 {
  font-size: 21px;
  color: #7e7b7d;
}

h3 {
  font-size: 17px;
  color: #7e7b7d;
}

p {
  font-size: 14px;
  color: #474747;
}

img {
  border-style: none;
  vertical-align: middle;
}

strong.double_quote {
  font-size: 17px;
}

input {
  border: 1px solid #BFBFBF;
  color: #949494;
  background: #fff;
  padding: 2px 5px 1px 5px;
  font-size: 14px;
}

input:hover {
  background: #fff;
  border: 1px solid #ACE149;
  color: #7DA721;
  font-size: 1em;
}

textarea {
  font-family: Arial, Verdana, Helvetica;
  font-size: 14px;
  border: 1px solid #BFBFBF;
  color: #949494;
  padding: 2px 5px 1px 5px;
  width: 460px;
}

textarea:hover {
  background: #fff;
  border: 1px solid #ACE149;
  color: #7DA721;
}

h1 a:link, h1 a:visited {
  color: #FCFEF4;
  text-decoration: none;
}
  
h1 a:hover, h1 a:active {
  background: none;
  color: #DAED9C;
  text-decoration: none;
}
  
h2.blog {
  color: #7DA721;
  font-weight: normal;
  font-size: 21px;
  margin: 20px 0 0 0;
}
  
h2.blog a:link, h2.blog a:visited {
  color: #7DA721;
  font-weight: normal;
  text-decoration: none;
}

h2.blog a:hover, h2 a:active {
  color: #3F3F3F;
  background: none;
  font-weight: normal;
  text-decoration: none;
}
  
h3.blog {
  font-size: 17px;
  margin: 20px 0 -10px 0;
  font-weight: normal;
}
  
blockquote {
  border-left: 4px solid #CCCCCC;
  padding: 0 10px;
  margin: 0 0 0 10px;
  font-style: italic;
}
  
code {
  display: block;
  padding: 10px;
  color: #444E1F;
  background: #F5F8E8;
  font-size: 14px;
  border-top: 2px solid #D0EC98;
}
  
p.m20 {
  padding-left: 20px;
}

/* 2) -=-=-=- Structure -=-=-=- */
#page {
  display: block;
  width: 650px;
  margin: auto;
  text-align: left;
}

#header {
  background-image: url("images/bg_header.jpg");
  background-repeat: no-repeat;
  display: block;
  position: relative;
  top: 19px;
  width: 650px;
  height: 433px;
}

#menu {
  background-image: url("images/bg_menu.png");
  background-repeat: no-repeat;
  display: block;
  color: #ffffff;
  position: relative;
  top: 375px;
  left: 107px;
  width: 434px;
  height: 28px;
}

#btn_home {
  background-image: url("images/btn_home.png");
  background-repeat: no-repeat;
  display: block;
  float: left;
  width: 70px;
  height: 28px;
}

#btn_home:hover {
  background-image: url("images/btn_home_on.png");
}

#btn_home_on {
  background-image: url("images/btn_home_on.png");
  background-repeat: no-repeat;
  display: block;
  float: left;
  width: 70px;
  height: 28px;
}

#btn_portfolio {
  background-image: url("images/btn_portfolio.png");
  background-repeat: no-repeat;
  display: block;
  float: left;
  width: 79px;
  height: 28px;
}

#btn_portfolio:hover {
  background-image: url("images/btn_portfolio_on.png");
}

#btn_portfolio_on {
  background-image: url("images/btn_portfolio_on.png");
  background-repeat: no-repeat;
  display: block;
  float: left;
  width: 79px;
  height: 28px;
}

#btn_services {
  background-image: url("images/btn_services.png");
  background-repeat: no-repeat;
  display: block;
  float: left;
  width: 77px;
  height: 28px;
}

#btn_services:hover {
  background-image: url("images/btn_services_on.png");
}

#btn_services_on {
  background-image: url("images/btn_services_on.png");
  background-repeat: no-repeat;
  display: block;
  float: left;
  width: 77px;
  height: 28px;
}

#btn_articles {
  background-image: url("images/btn_articles.png");
  background-repeat: no-repeat;
  display: block;
  float: left;
  width: 74px;
  height: 28px;
}

#btn_articles:hover {
  background-image: url("images/btn_articles_on.png");
}

#btn_articles_on {
  background-image: url("images/btn_articles_on.png");
  background-repeat: no-repeat;
  display: block;
  float: left;
  width: 74px;
  height: 28px;
}

#btn_blog {
  background-image: url("images/btn_blog.png");
  background-repeat: no-repeat;
  display: block;
  float: left;
  width: 52px;
  height: 28px;
}

#btn_blog:hover {
  background-image: url("images/btn_blog_on.png");
}

#btn_blog_on {
  background-image: url("images/btn_blog_on.png");
  background-repeat: no-repeat;
  display: block;
  float: left;
  width: 52px;
  height: 28px;
}

#btn_contact {
  background-image: url("images/btn_contact.png");
  background-repeat: no-repeat;
  display: block;
  float: left;
  width: 82px;
  height: 28px;
}

#btn_contact:hover {
  background-image: url("images/btn_contact_on.png");
}

#btn_contact_on {
  background-image: url("images/btn_contact_on.png");
  background-repeat: no-repeat;
  display: block;
  float: left;
  width: 82px;
  height: 28px;
}

#contenu {
  background-image: url("images/bg_contenu.png");
  background-repeat: repeat-y;
  display: block;
  text-align: justify;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  color: #000000;
}

#contenu p{
  padding-left: 10px;
  padding-right: 10px;
}

#footer {
  background-image: url("images/bg_footer.png");
  background-repeat: no-repeat;
  padding-left: 25px;
  padding-right: 25px;
  text-align: left;
  color: #888888;
  font-size: 12px;
  display: block;
  width: 650px;
  height: 44px;
}

#pre_footer {
  text-align: left;
  clear: both;
}

#pre_footer p {
  color: #b8b8b8;
  font-size: 12px;
  margin-bottom: -5px;
}

#pre_footer hr {
  height: 1px; 
  margin-top: 17px;
  margin-left: 10px;
  margin-right: 10px;
  border-style: dotted;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  color: #989396;
}

a.lnk_pre_footer {
  text-decoration: none;
  border-style: dotted;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  margin-left: 8px;
  margin-right: 4px;
  color: #989396;
  font-size: 12px;
}

#infos_validation {
  margin: auto;
  text-align: right;
  color: #989396;
  font-size: 12px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  width: 600px;
  height: 15px;
}

a.lnk_infos_validation {
  cursor: help;
  text-decoration: none;
  border-style: dotted;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  color: #989396;
  font-size: 12px;
}

#container_bevel {
  background-image: url("images/bg_container_bevel.png");
  background-repeat: no-repeat;
  position: relative;
  left: -3px;
  display: block;
  width: 606px;
  height: 191px;
  text-align: left;
}

#derniere_realisation {
  position: relative;
  display: block;
  float: left;
  top: 30px;
  width: 198px;
  height: 143px;
  text-align: right;
}

#derniere_realisation img {
  border-style: none;
}

#derniere_realisation_description {
  position: relative;
  display: block;
  float: left;
  top: 14px;
  width: 360px;
  height: 143px;
  text-align: left;
  padding-left: 17px;
}

#derniere_realisation_description  p.description_sous_titre {
  color: #000000;
  margin-top: -18px;
  padding-left: 5px;
  padding-right: 5px;
}

#derniere_realisation_description  p {
  padding-left: 5px;
  padding-right: 5px;
}

#derniere_realisation_description  p.description_lnk {
  text-align: right;
}

#derniere_realisation_description  h2 {
  color: #9f9f9f;
}

.container_bevel_realisation {
  background-image: url("images/bg_container_bevel.png");
  background-repeat: no-repeat;
  position: relative;
  left: -3px;
  margin-top: 17px;
  margin-bottom: 17px;
  display: block;
  width: 606px;
  height: 191px;
  text-align: left;
}

.realisation {
  position: relative;
  display: block;
  float: left;
  top: 30px;
  width: 198px;
  height: 143px;
  text-align: right;
}

.realisation img {
  border-style: none;
}

.realisation_description {
  position: relative;
  display: block;
  float: left;
  top: 14px;
  width: 360px;
  height: 143px;
  text-align: left;
  padding-left: 17px;
}

.realisation_description  p.description_sous_titre {
  color: #000000;
  margin-top: -18px;
  padding-left: 5px;
  padding-right: 5px;
}

.realisation_description  p {
  padding-left: 5px;
  padding-right: 5px;
}

.realisation_description  p.description_lnk {
  text-align: right;
}

.realisation_description  h2 {
  color: #9f9f9f;
}

#container_news_flash {
  background-image: url("images/bg_container_home.png");
  background-repeat: no-repeat;
  position: relative;
  margin-top: 17px;
  left: -3px;
  display: block;
  width: 606px;
  height: 191px;
  text-align: left;
}

#news_flash {
  position: relative;
  display: block;
  float: left;
  top: 10px;
  text-align: left;
  padding-left: 20px;
  padding-right: 10px;
}

#news_flash  p.news_sous_titre {
  color: #09739f;
  margin-top: -18px;
  padding-left: 5px;
  padding-right: 5px;
}

#news_flash  p {
  padding-left: 5px;
  padding-right: 5px;
  color: #ffffff;
}

#news_flash  h2 {
  color: #ffffff;
}

#news_flash  table {
  border-style: none;
  border-width: 0px;
  margin-left: 10px;
  margin-right: 20px;
  width: 100%;
}

#news_flash  td.titre {
  color: #ffffff;
  font-size: 17px;
}

#news_flash  td.content {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  color: #09739f;
  border-left: 1px;
  border-left-style: solid; 
  border-left-color: #09739f;
  font-size: 12px;
}

#container_portfolio {
  background-image: url("images/bg_container_portfolio.png");
  background-repeat: no-repeat;
  position: relative;
  margin-top: 17px;
  margin-bottom: 17px;
  left: -3px;
  display: block;
  width: 606px;
  height: 191px;
  text-align: left;
}

#book {
  position: relative;
  display: block;
  float: left;
  top: 10px;
  text-align: left;
  padding-left: 20px;
  padding-right: 10px;
}

#book  p.book_sous_titre {
  color: #704182;
  margin-top: -18px;
  padding-left: 5px;
  padding-right: 5px;
}

#book  p {
  padding-left: 5px;
  padding-right: 5px;
  color: #ffffff;
}

#book  h2 {
  color: #ffffff;
}

#book  table {
  border-style: none;
  border-width: 0px;
  margin-left: 10px;
  margin-right: 20px;
  width: 100%;
}

#book  td.titre {
  color: #ffffff;
  font-size: 17px;
}

#book  td.content {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  color: #704182;
  border-left: 1px;
  border-left-style: solid; 
  border-left-color: #704182;
  font-size: 12px;
}

#container_on_the_web {
  background-image: url("images/bg_container_bevel_big.png");
  background-repeat: no-repeat;
  position: relative;
  margin-top: 17px;
  left: -2px;
  display: block;
  width: 604px;
  height: 249px;
  text-align: left;
}

#on_the_web {
  position: relative;
  display: block;
  float: left;
  top: 10px;
  text-align: left;
  padding-left: 20px;
  padding-right: 10px;
}

#on_the_web  p.news_sous_titre {
  color: #2c2c2c;
  margin-top: -18px;
  padding-left: 5px;
  padding-right: 5px;
}

#on_the_web  p {
  padding-left: 5px;
  padding-right: 5px;
  color: #9f9f9f;
}

#on_the_web  h2 {
  color: #9f9f9f;
}

#on_the_web  table {
  border-style: none;
  border-width: 0px;
  margin-left: 10px;
  margin-right: 20px;
  width: 100%;
}

#on_the_web  td.titre {
  color: #9f9f9f;
  font-size: 17px;
}

#on_the_web  td {
  padding-bottom: 5px;
}

#on_the_web  td.content {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}

a.on_the_web {
  background-image: url("images/puce_bleue.png");
  background-repeat: no-repeat;
  background-position: 1px;
  text-decoration: none;
  border-style: dotted;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px ;
  margin-left: 5px;
  padding-left: 10px;
  color: #2c2c2c;
  font-size: 12px;
}

#firefox{
  position:fixed !important;
  position:expression('absolute');
  top:120px !important;
  top:expression('body.scrollTop');
  right:1%;
  z-index:0;
}

/* 2) -=-=-=- LightBox -=-=-=- */
#lightbox {
  color:  #000000;
  background-color:#eee;
  padding: 10px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
}

#lightboxDetails {
  font-size: 0.8em;
  padding-top: 0.4em;
}

#lightboxCaption {
  float: left; 
}

#keyboardMsg {
  float: right; 
}

#closeButton {
  top: 5px;
  right: 5px; 
}

#lightbox img {
  border: none;
  clear: both;
}
 
#overlay img {
  border: none; 
}

#overlay {
  background-image: url("images/overlay.png"); 
}

/* 4) -=-=-=- Couleurs Modules -=-=-=- */
.col_mod_home {
  color: #68d4ff;
}

.col_mod_portfolio {
  color: #c874e8;
}

a.lnk_mod_home {
  color: #009bff;
  text-decoration: none;
  border-style: none;
}

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

/* 5)-=-=-=- selectors blog -=-=-=- */  

.main li {
  background: url(images/content_bullet.gif) no-repeat 0 7px;
  padding: 2px 0 0 10px;
  list-style: none;
}
  
.main {
  text-align:justify;
}

.main p {
}
  
.main ul {
  padding: 0 0 20px 10px;
  margin: 0;
}
  
.main img {
  padding: 1px;
}
  
.imgbordure {
  padding: 2px;
  border: 1px solid #ACE149;
}
  
.brdgris {
  padding: 2px;
  border: 1px solid #cccccc;
}
  
.meta {
  background: #F5F5F5;
  font-size: 11px;
  padding: 2px;
}
  
.meta:hover {
  background: #F7FEDC;
}
  
.highlight { /* Basic highlight for text */
  background: #F7FEDC;
}
  
.comments {
  font-size: 14px;
  padding-bottom: 25px;
  border-bottom: 3px double #eee;
}
  
.comments a:link, .comments a:visited {
  color: #78A515;
  font-size: 13px;
  text-decoration: none;
  padding-left: 18px;
  background: url('images/comment-icon.png');
  background-repeat:no-repeat;
}
  
  
.alt {
  background: #EAF8CF !important; 
  border: 1px solid #D5F0A4 !important;
  padding: 10px 10px 0 10px !important;
}
  
.alt:hover {
  border: 1px solid #ACE149 !important;
}
  
.commentlist li:hover {
  border: 1px solid #ACE149;
}
  
.commentlist {
  padding: 0;
  margin: 0;
}
  
.commentlist li {
  list-style: none;
  padding: 10px 10px 0 10px;
  background: #F6FCEB;
  border: 1px solid #DEF3B6;
  margin: 10px;
  color: #3C452D;
}
  
p.metadate {
  font-size: 10px;
  margin: 0;
  text-transform: uppercase;
}
  
p.comment_meta {
  margin: 0 0 10px 10px;
  font-size: 14px;
}
  
.comment_author a:visited {
  font-weight: bold;
  text-decoration: none;
}
  
.reply {
  font-weight: bold;
  font-size: 14px;
  margin: 10px 0 0 10px;
}
  
.warning p { /* Used on the search page (image will appear if no result is found) */
  background: url(images/warning.gif) no-repeat left;
  height: 160px;
  padding: 20px 0 0 90px;
  font-size: 17px;
  margin: 0 0 0 10px;
}
  
.postinput {
  margin-left: 10px;
}

#search {
  background: url(images/search.gif) no-repeat;
  height: 20px;
  margin: 0 auto;
}

#search h3 {
  font-size: 21px;
  margin: 20px 0 -10px 0;
  font-weight: normal;
}
  
p.searchinfo {
  margin: 2px 0 -8px 2px;
  font-size: 17px;
  color: #999;
}

.searchfield {
  background: #fff;
  border: 1px solid #ACE149;
  color: #7DA721;
  width: 10px;
}
  
.searchfield:hover {
  border: 1px solid #BFBFBF;
  color: #949494;
}
  
.submit {
  background: url(images/search_submit.gif) no-repeat;
  height: 20px;
  width: 52px;
  border: 0;
  margin-left: 2px;
  text-indent: -9999px;
  cursor: pointer;
}
  
.submit:hover {
  background: url(images/search_submit.gif) no-repeat 0 -20px;
  height: 20px;
  width: 52px;
  border: 0;
  margin-left: 2px;
  cursor: pointer;
}

#right {
  float: right; 
  clear: left ;
  display: block;
  width: 99px;
  left: 0px;
  margin-top: 30px;
}

#left {
  width: 490px;
  border-width: 0px;
  border-style: solid;
  border-color: #f8f8f8;
  border-bottom-width: 0px;
  border-top-width: 0px;
  border-left-width: 0px;
}

#left a:link {
  color: #78A515;
  text-decoration: none;
}
  
#left a:visited {
  color: #78A515;
}
  
#left a:hover, a:active {
  text-decoration: none;
}

#left li {
  font-size: 14px;
}
  
#author li {
  list-style: none;
  margin: 0;
  padding: 0 5px 10px 0;
  font-size: 14px;
  line-height: 1.4;
}
  
#author ul {
  padding: 10px 0 0 0;
  margin: 0;
}
  
#links li {
  list-style: none;
  background: url(images/links_bullet.gif) no-repeat 0 50%;
  padding: 0px 0 0px 0px;
}
  
#links ul {
  padding: 5px 5px 5px 5px;
  margin: 0;
}
  
#links a {
  font-size: 14px;
  text-decoration: none;
}
  
#links a:link {
  color: #565D4A;
  font-weight: normal;
}
  
#links a:visited {
  color: #aaa;
}
  
#links a:hover, #links a:active {
  background: #80BE14;
  color: #fff;
}

#archives ul {
  padding: 3px 0px 5px 5px;
  margin: 0;
}

#archives a {
  font-size: 11px;
  text-decoration: none;
}
  
#archives a:link {
  color: #565D4A;
  font-weight: normal;
}
  
#archives a:visited {
  color: #aaa;
}
  
#archives a:hover, #links a:active {
  background: #80BE14;
  color: #fff;
}
  
.line {
  border-top: 3px solid #ACE149;
  margin-top: -5px;
}
