﻿html, body,form {
	height: 100%;
}


body    
{
    margin: 0;
    padding: 0;
    background: #f1f1f1 url(_images/bg.jpg) repeat-x top center;
    text-align: center;

}

div#flashaccueil
{
width:992px;
height:600px;
margin-top:auto;
margin-bottom:auto;
margin-top:90px;
}

div#header a
{
color:Gray;
font-family:Arial Black;
font-size:12px;
}

table 
{
    border-collapse: collapse;
    border: none 0px;
    padding: 0;
    margin: 0;
}

td
{
    vertical-align: top;
}

td.field 
{
    width: 340px;
}

td.fieldlabel
{
    width: 140px;
    text-align: right;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

div.framed 
{
    border: solid 0px #36b010;
    padding: 10px;
    width: 600px;
    background-color: transparent;
}

ul 
{
	margin-left: 30px;
      list-style-type: none;
    list-style-image: url(_images/puce.png);
    color:Gray;
}

.odd  
{
    background-color: #FFFFFF;
}

.even
{
    background-color: #FBF0EA;
}
