/*************************************************************
Nom: galerie.css
Description: Feuille de style de la galerie d'image de geget.net
Date de création: 29/05/2009
Auteur: Jérémie Veillet (jeremie@geget.net)
**************************************************************/
body {
   margin:0;
   background:#fff;
   font:80% Arial, Helvetica, sans-serif;
   color:#555;
   padding-left: 20px;
}
   
h1{
   font-size:180%;
   font-weight:normal;
}
   
h2{
   font-size:160%;
   font-weight:normal;
}	
   
h3{
   font-size:140%;
   font-weight:normal;
}	
	
img{
   border:none;
}

#slider ul, #slider li{
   margin: 0, auto;
   padding:0;
   list-style:none;
   margin-top: 20px;
}

#slider, #slider li{ 
   width:560px;
   overflow:hidden; 
}

span#prevBtn{

}

span#nextBtn{
  
}

#menu{
   
}

#image{
   margin: 0 auto;
   text-align: center;
}

#image img{
   border: 2px solid #e7e7e7;
}

.diapo {
   border: 2px solid #979797;
}

#erreur{
   margin: 0 auto;
   display: none;
   color: #d72e2e;
   width: 450px;
   border: 1px solid #d72e2e;
   background-color: #e9a1a1;
   padding: 5px;
}

/* Tableau les tags et les icones de partage*/
.commentaires{
   margin: 0 auto;
   margin-top: 10px;
   font-size: 10px;
}

.head_com{
   margin: 0 auto;
   border:1px solid #979797; 
   width: 450px;
   background-color: #ffffff;
   margin-top: 10px;
   padding: 5px;
   color: #979797;
   font-size: 10px;
   background-color: #efefef;
}

.body_com{
   margin: 0 auto;
   border-left:1px solid #979797;
   border-right:1px solid #979797;
   border-bottom:1px solid #979797;
   width: 450px;
   margin-bottom: 10px;
   padding: 5px;
   /*font-size: 10px;*/
   background-color: #e7e7e7;
}

table#formulaire{
   margin: 0 auto;
   border: 1px solid #efefef;
}

.message{
   width: 400px;
   border: 1px solid #979797;
   moz-wrap: virtual;
}

.input{
   width: 200px;
   border: 1px solid #979797;
}

table#description {
   font-size: 11px;
   margin: 0 auto;
   width: 580px;
   border-collapse:collapse;
   margin-top: 10px;
}

table#description td{
	padding-left: 3px;
	padding-right: 3px;
}

#description  a:link, #description  a:visited{
   color: #015dac;
   text-decoration: none;
}

#description  a:hover{	
   color: #26a87b;	
   text-decoration: none;
}

#texte td{
   text-align: left;
   width: 450px;
   color: #979797;
}

#box_haut{
   width: 600px;
   height: 19px;
   background: url(images/box_haut.gif) no-repeat;
}

.box_body{
   width: 600px;
   background: url(images/box_body.gif) repeat-y;
}

#box_bas{
   width: 600px;
   height: 29px;
   background: url(images/box_bas.gif) no-repeat;
}

#Adsense{
   margin: 0;
   margin-top: 30px;
   width: 728px;
   height: 90px;
}

#partage{
   text-align: left;
}