/* CSS Document */

/* --- STYLES DE BASE --- */

/* Page */
html {
    font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
}
body {
	margin: 0;
    padding: 0; /* Remettre à zéro si nécessaire. */
    font-family: Arial, Helvetica, FreeSans, sans-serif; 
    font-size: .8em; /* À adapter pour la police choisie. (3) */
    line-height: 1.4; /* À adapter au design. (4) */
    color: #7a553b;
    background: url('img/fond.jpg') no-repeat top;
	background-attachment:fixed;
	text-align:center;
}



/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 .5em 0; /* Rapproche le titre du texte. (5) */
    line-height: 1.2;
    font-weight: bold; /* Valeur par défaut. (6) */
    font-style: normal;
}
h1 {
    font-size: 1.75em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1em;
}
.titre{
display:block;
color:#320f09;
background:url('img/feve.png') no-repeat;
height:23px;
line-height:23px;
font-size:1.2em;
text-align:left;
padding:0 0 0 30px;
}
.titreClient{
color:#2a0d09;
font-size:1.2em;
margin-left:18px;
}




/* Listes */
ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 0;
}



/* Paragraphes */
p {
    margin: .75em 0; /* Marges plus faibles que par défaut. (7) */
}
address {
    margin: .75em 0;
    font-style: normal;
}



/* Liens */
a {
    text-decoration: underline;
}
a:link {
    color: #7a553b;
}
a:visited {
    color: #320f09;
}
a:hover, a:focus, a:active {
    color: #320f09;
}
a img {
    border: none;
}

#footer a{
text-decoration:none;
color:#ab866f;
}
#footer a:hover{
text-decoration:underline;
}




/* Divers éléments de type en-ligne (8) */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}




/* Formulaires */
form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
	text-align:left;
}
input, button, select {
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
}
#espaceClient form{
/*background-color:#ffcc00;*/
padding:0 18px;
}
#espaceClient form input.form1 {
  width: 158px;
  height: 21px;
  padding: 5px 0 0 0;
  background:  url('img/fond_input.png') right top no-repeat;
  border: none;
  margin: 0;
  vertical-align: top;
  color: #7a553b;
  font-size:0.9em;
  text-indent:1em;
}


/*cleaner*/
.cleaner{
clear:both;
}


/*lignes*/
hr{
height:1px;
color:#7a553b;
border-top:1px solid #7a553b;
border-bottom:none;
}
td.bordureDroite{
border-right:1px solid #7a553b;
}

/*classes*/
.left{
float:left;
}
.right{
float:right;
}
.demi{
width:48%;
}
.w55{
width:55%;
}
.borderLeft{
border-left:1px solid #7a553b;
padding:0 0 0 10px;
}

div.rubrique{
width:170px;
height:136px;
background-color:#fff;
}

p.rubrique{
width:170px;
background:url(img/fond_rubrique.png) no-repeat;
/*background-color:#320f09;*/
color:#fff;
font-size:1em;
height:30px;
line-height:15px;
margin:0 0 15px 0;
padding:5px 0;
}

p.rubrique a,p.sousrubrique a{
color:#fff;
text-decoration:none;
}

p.sousrubrique{
width:170px;
background:url(img/fond_sousrubrique.png) no-repeat;
/*background-color:#320f09;*/
color:#fff;
font-size:1em;
height:50px;
line-height:15px;
padding:5px 0;
margin:0 0 15px 0;
}

/*Marron*/
.titre1, .titre1 a, a.titre1, a.titre1:hover, .titre1 a:hover, .titre1:hover
{
	font-size: 13px;
	font-weight: bold;
	color: #504A3E;
	text-decoration: none;
}

tr.marron{
background-color:#ab866f;
}

tr.normal td, tr.marron td{
padding:5px;
}

#basGauche a{
color:#fff;
}

.bordure{
border:1px solid #ab866f;
}
