﻿
/*
fond beige			dfdabf
VERT				276841
bande verticale			e8dfba
bande horizontale		ccc293
fond babillard			cdca9c
brun				3b1f00
vert kaki,date babillard 	7c8946
text babillard			0c4926
vert pale		b5ceb9;
*/

body
{
    height: 100%;
    margin: 0;
    font-family: Verdana;
    color: White;
    font-size: 12pt;
}

#Dimension
{
    position: absolute;
    width: 100%;
    min-width: 1000px;
    min-height: 100%;
    background: #dfdabf url(images/milieuetire.gif) repeat-y center;
}

#Site
{
    width: 820px;
    margin: auto;
}

#Middle #InsideMiddle
{
    background: #ccc293;
    margin: 0px 11px 0px 44px;
}

#Middle #MiddleLeft
{
    float: left;  
    position: relative;
}

#Middle #MiddleLeft #DivMenu
{
    position: absolute;
    top: 15px;
    right: 1px;
}

#Middle #MiddleLeft #DivMenu td
{
    text-align: right;
    font-family: Verdana;
    font-size: 10pt;
}

#Middle #MiddleLeft #DivMenu td a
{
    color: #4E3514;
}

#Middle #Picture
{
    margin-left: 225px;
}

#Bottom #BottomLeft
{
    float: left;
    width: 224px;
    margin-left: 44px;
}

#Bottom #BottomRight
{
    margin-left: 268px;
    margin-bottom: 20px;
}

#Bottom #BottomRight #Title
{
    position: relative;
    width: 420px;
    height: 81px;
    margin: auto;
    background: url(images/titre.gif);
}

#Bottom #BottomRight #InsideTitle
{
    position: absolute;
    top: 35px;   
    left: 30px;
}

#Bottom #BottomRight #Texte
{
    width: 420px;
    margin: auto;
}

#BabillardHeader
{
    width: 145px;
    margin: auto;
    margin-top: 40px;
}

#Babillard
{
    width: 125px;
    margin: auto;
    background: #ccc293;
    padding: 0px 10px 10px 10px;
}

#Babillard .Date
{
     font-family: Arial;
     font-size: 8pt;
     color: #7C8946;
     padding-top: 10px;  
}

#Babillard .Texte
{
    font-family: Arial;
    font-size: 9pt;
    color: #0C4926;
}

h1
{
    font-family: Verdana;
    font-size: 12pt;
    font-weight: bold;
    color: White;
}
h2
{
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #e8dfba;
	margin-bottom: -10px;
	margin-top: 30px;
	padding-bottom: 0px;
	border-bottom: 1px solid #e8dfba;
}
h3
{
    font-family: Verdana;
    font-size: 11pt;
    font-weight: bold;
    color: White;
	margin-bottom: -10px;
}

ul li {
	color: #e8dfba;
	margin-bottom:7px;
	font-size: .9em;
	list-style-type: square;
	list-style-position: outside;
}

a {
	color: #ccc293;
	font-size: 10pt;
	text-decoration: underline;
}

a:hover {
	text-decoration: none; color: #e8dfba;
}

#Calculatrice a
{
    border: 1px solid black;
    border-bottom: 0px solid black;
    background: #DFDABF;
    color: Black;
    text-decoration: none;
}

#Calculatrice a:hover
{
    background: #F5F5DC; /* Beige */
}

#Calculatrice
{
    color: Black;
}
