html, body {
    height: 100%;
    margin: 0;
    }
html {
    background: #888;
    }
body {
    font: 80% "Trebuchet MS", sans-serif;
    color: #999;
    }
div#global {
    min-height: 100%;
    width: 980px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    background: url(../e/fond-global2.png) center repeat-y;
    }
div#center {
    /* Pour eviter la superposition 
    du pied de page et du contenu : */
    padding-bottom: 10px; 
    }
div#header {
    width: 980px;
    border-bottom: 1px solid #980;
    height: 270px;
    position: relative;
    background: #888 url(../e/fond_header.jpg) center no-repeat;
    }


div#footer {
    position: absolute;
    width: 980px;
    bottom: 0;
    background: #600;
    color: #fff;
    }
div#footer p {
    margin: 2px 0;
    text-align: center;
    font-size: 0.9em;
    }

div#sidebar h3, div#footer p, div#sidebar p  {
    padding: 0 10px;
    }
div#content {
    float: right;
    color: #999;
    width: 800px;
    margin-left: 20px;
    background: #900;
    }

div#content h1 {
    padding-left: 10px;
    padding-bottom: 0;
    margin-bottom:5px;
    font-size:1.8em;
    color: #030;
    }
div#content h2 {
    margin:0;
    padding: 1px 0 0 35px;
    background: #fff;
    font-family: Georgia, "DejaVu Serif", Norasi, serif;
    font-size:1.8em;
    color: #6c0;
    }
div#content h3 {
    color: #c00;
    font-variant: small-caps;
    }

div#center {
    color: #767;
    padding-bottom: 50px;
    overflow: auto;
    margin: 0 auto;
    background: #888 url(../images/trefle_4_feuilles3.jpg) center repeat;
    }
ul#menu {
    margin: 0;
    padding: 0;
    list-style: none;
    }
    ul#menu li a {
    display: block;
    height: 24px;
    line-height: 24px;
    /* background: #e2e2e2; */
    padding-left: 24px;
    margin: 6px 0;
    border-bottom: 0px solid #7fcf2e;
    }
	ul#menu li a:hover {
    background-position: left bottom;
    background: url(../e/fond-lien.gif) no-repeat left top;
    }
ul#menu li a {
    color: #390;
    font: small-caps 1.4em/18px Georgia,serif;
    text-decoration: none;
    }
ul#menu li a:hover {
    color: blue; }

ul#menu li.in {
    display: block;
    height: 24px;
    line-height: 30px;
    font: small-caps 1.4em/18px Georgia,serif;
    /*font: 1.4em/22px arial, geneva, sans serif;*/
    color: #600;
    /*background: gold;*/
    padding-left: 24px;
    margin: 6px 0;
    border-bottom: 0px solid #7fcf2e;
    }

 h2 {
    margin:0;
    padding: 1px 0 0 10px;
    background: #fff;
    font-family: Georgia, "DejaVu Serif", Norasi, serif;
    font-size:1.8em;
    color: #6c0;
    }

h4 {
    margin-bottom: 7px;
    line-height:14px;
    font-weight : bold;
    color : #660000;
    font-size : 16px;
    font-family : arial, geneva, sans-serif;
    }

h5 {
    color: white;
    background-color: #669900;
    font-family: arial, geneva, sans-serif;
    font-size: 14px;
    padding:2px;
    text-align:left;
	padding-left:40px;
    margin-top: 12px;
    margin-bottom: 8px;  }


.arrondi_clair { 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -khtml-border-radius: 10px; 
    border-radius: 10px;
    border: 1px solid #ddd;
    background-color: #f9f9e9;
    behavior: url(border-radius.htc); }
.arrondi_blanc { 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -khtml-border-radius: 10px; 
    border-radius: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    behavior: url(border-radius.htc); }
.arrondi_vert { 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -khtml-border-radius: 10px; 
    border-radius: 10px;
    border: 1px solid #ddd;
    background-color: #cf9;
    behavior: url(border-radius.htc); }
.arrondi { 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -khtml-border-radius: 10px; 
    border-radius: 10px;
    border: 1px solid #999;
    background-color: #999;
    behavior: url(border-radius.htc); }
.arrondi2 { 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -khtml-border-radius: 10px; 
    border-radius: 12px;
    border: solid 3px #660000;
    background-color: #FFCC00;
    behavior: url(border-radius.htc); }



/* ================ */
/* = The 1Kb Grid = */     /* 10 columns, 60 pixels each, with 20 pixel gutter */
/* ================ */

.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:380px; }
.grid_5 { width:380px; }
.grid_6 { width:380px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
.grid_10 { width:780px; }

.column {
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}

.grid__1 { width:70px; }
.grid__2 { width:160px; }
.grid__3 { width:250px; }
.grid__4 { width:340px; }
.grid__5 { width:430px; }
.grid__6 { width:520px; }
.grid__7 { width:610px; }
.grid__8 { width:700px; }
.grid__9 { width:790px; }
.grid__10 { width:880px; }

.grid___1 { width:300px; }
.grid___2 { width:620px; }
.grid___3 { width:940px; }

.column_ {
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row_ {
	width: 980px;
	margin: 0 auto;
	padding-left:12px;
	overflow: hidden;
}
.row_ .row_ {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}

.dates_rendez_vous {
	font-weight: bold;
	background: #cf9; }

.blanc12 { 
    color:#FFFFFF;
    font-size: 12px; }
.blanc18 { 
    color:#FFFFFF;
    font-weight: bold;
    font-size: 18px; }

.noir10 { 
    font-family: Trebuchet MS,arial, sans-serif;
    color: #333;
    font-size: 10px; }
.noir11 { 
    font-family: Trebuchet MS,arial, sans-serif;
    color: #333;
    font-size: 11px; }

.prune14 {
    color: #590836;
    font-weight: bold;
    font-size: 14px;
    font-family: trebuchet MS, trebuchet, arial,helvetica,sans-serif }
.prune16 {
    color: #590836;
    font-weight: bold;
    font-size: 16px;
    font-family: trebuchet MS, trebuchet, arial,helvetica,sans-serif }
.prune18 {
    color: #590836;
    font-weight: bold;
    font-size: 18px;
    font-family: trebuchet MS, trebuchet, arial,helvetica,sans-serif }

.rouge {
	color:red;}
.rouge12 { 
    color:red;
    font-family: Trebuchet MS, arial,geneva,sans-serif;
    font-size: 12px; }
.rouge14 { 
    color:red;
    font-family: Trebuchet MS, arial,geneva,sans-serif;
    font-size: 14px; }
.rouge16 { 
    color:red;
    font-family: Trebuchet MS, arial,geneva,sans-serif;
    font-size: 16px; }
.rouge18 { 
    color:red;
    font-family: Trebuchet MS, arial,geneva,sans-serif;
    font-size: 18px; }

.sepia12 { 
    color:#660000;
    font-weight: bold;
    font-family: arial,geneva,sans-serif;
    font-size: 12px; }
.sepia14 { 
    color:#660000;
    font-weight: bold;
    font-family: arial,geneva,sans-serif;
    font-size: 14px; }
.sepia16 { 
    color:#660000;
    font-weight: bold;
    font-size: 16px; }
.sepia18 { 
    color:#660000;
    font-weight: bold;
    font-size: 18px; }

.t9 {
    font-family : arial, geneva, sans-serif;
    font-size : 9px; }
.t10 {
    font-family : arial, geneva, sans-serif;
    font-size : 10px; }
.t10B {
    font-weight : bold;
    font-family : arial, geneva, sans-serif;
    font-size : 10px; }
.t10an {
    font-family : arial narrow, arial, geneva, sans-serif;
    font-size : 10px; }
.t10anB {
    font-weight : bold;
    font-family : arial narrow, arial, geneva, sans-serif;
    font-size : 10px; }
.t11 {
    text-align: justify;
    font-family : arial, geneva, sans-serif;
    font-size : 11px; }
.t11b {
    text-align: justify;
    font-weight : bold;
    font-family : arial, geneva, sans-serif;
    font-size : 11px; }
.t11an {
    font-family : arial narrow, arial,geneva, sans-serif;
    font-size : 11px; }
.t11anB {
    font-weight : bold;
    font-family : arial narrow, arial, geneva, sans-serif;
    font-size : 11px; }
.t12 {
    font-family : arial, geneva, sans-serif;
    font-size : 12px; }
.t12an {
    font-family : arial narrow, geneva, sans-serif;
    font-size : 12px; }
.t12b {
    font-weight : bold;
    font-family : arial, geneva, sans-serif;
    font-size : 12px; }

.treb12 {
    font-family : Trebuchet MS, arial, geneva, sans-serif;
    font-size : 12px; }
.treb14 {
    font-family : Trebuchet MS, arial, geneva, sans-serif;
    font-size : 14px; }


a {
    color: #060;
    text-decoration : none;
    font-size: 10pt;    
    }
a:hover {
    color: blue;
    text-decoration : underline;
    }
    
a.classique {
    color: blue;
    text-decoration : underline;
    font-size: 10pt;    
    }
a.classique:hover {
    color: blue;
    text-decoration : underline;
    }