/*   
Theme Name: baseball
Theme URI: wp-content/themes/baseball/
Description: a-brief-description
Author: your-name
Author URI: your-URI
.
General comments/License Statement if any.
.
*/

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

body {
background-color: #ffffff;
text-align: center;
color: #787878;
font-family: Georgia, Times, serif;
}

img {
border-width: 0px;
}

a {
text-decoration: none;
color: #3c7eb9;
}

a:visited {
text-decoration: none;
color: #1f517e;
}

a:hover {
text-decoration: underline;
}

.notebas {
min-width: 860px;
font-family: Helvetica, Arial, sans-serif;
font-size: 0.7em;
margin-bottom: 15px;
}

div#bannierehaut{
min-width: 860px;
height: 30px;
background-color: #696911;
background-image: url(/images/barre.jpg);
background-repeat: no-repeat;
background-position-x: left;
}

div#barrehaut{
min-width: 860px;
height: 10px;
background-color: #3c7eb9;
}

div#contenant {
width: 860px;
padding-top: 40px;
margin-left: auto;
margin-right: auto;
background-color: #ffffff;
}

div#contenant:after {
content: "."; 
visibility: hidden; 
clear: both; 
display: block;
}

div#gauche {
float: left;
}

div#navigation {
width: 190px;
padding-top: 20px;
padding-left: 30px;
text-align: right;
float: left;
}

div#entete {
background-image: url(/images/entete.jpg);
width: 200px;
height: 60px;
}

div#menu {
width: 200px;
margin-top: 30px;
}

div#menu li {
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 5px;
font-size: 0.875em;
padding-right: 10px;
list-style: none;
vertical-align: middle;
}

div#menu li:hover {
background-color: #ebf2f8;
}

div#menu li#courant {
background-color: #f7f7f7;
}

div#menu li img {
margin-left: 10px;
}

div#menu li a {
text-decoration: none;
color: #787878;
border-bottom: none;
}

div#contenu {
width: 559px;
float: right;
border-left-color: #e2e2e2;
border-left-style: solid;
border-left-width: 1px;
padding-top: 20px;
padding-left: 40px;
padding-right: 30px;
text-align: justify;
}

div#contenu p, ul, label {
margin-bottom: 10px;
margin-top: 5px;
font-size: 0.85em;
}

div#contenu ul ul {
font-size: inherit;
}

div#contenu ul {
margin-left: 2em;
}

div#contenu form.contacter{
//background-color: #e2e2e2;
//color: #ffffff;
border: solid 1px #e2e2e2;
padding-left: 25px;
padding-right: 0px;
}

div#contenu input, textarea{
border: solid 1px #aaaaaa;
}

div#contenu p.date {
font-family: Helvetica, Arial, sans-serif;
font-size: 0.75em;
margin-bottom: 0px;
}

div#contenu .suffixe {
margin-bottom: 20px;
padding: 5px 10px 5px 10px;
border: 1px solid #e2e2e2;
}

div#contenu .suffixe p {
margin-bottom: 5px;
}

div#contenu h1, h2, h3, h4, h5 {
color: #3c7eb9;
}

div#contenu h1 {
font-size: 1.5em;
margin-bottom: 15px;
}

div#contenu h2 {
font-size: 1.2em;
margin-bottom: 14px;
}

div#contenu h3, h4, h5 {
font-size: 0.9em;
margin-bottom: 13px;
}

div#contenu h1 a {
text-decoration: none;
border: none;
}

div#contenu table {
border: 0px;
border-collapse: collapse;
width: 100%;
}

div#contenu table img {
margin-right: 5px;
}

div#contenu table th{
background-color: #3c7eb9;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
color: #ffffff;
}

div#contenu table td{
vertical-align: text-top;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
}

div#contenu table th.nom{
width: 200px;
}

div#contenu table tr.fonce {
background-color: #f4f4f4;
}

div#footer {
min-width: 860px;
background-color: #3c7eb9;
color: #ffffff;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
font-family: Helvetica, Arial, sans-serif;
font-size: 0.7em;
margin-bottom: 10px;
}

div#footer a {
color: #ffffff;
}

p.postmetadata {
background-color: #f1f1f1;
padding: 10px;
}

div.post {
margin-bottom: 40px;
}

div.commentaire {
margin-bottom: 15px;
margin-top: 10px;
}
