#banniere
{
	width : 1024px;
	height : 166px; 
	background-image : url("../../img/index/banniere.png");
	background-repeat : no-repeat;
	text-indent : 350px;
	vertical-align : bottom;
}

img
{
	border : none;
}

table
{
	border-collapse : collapse;
}

body
{
	font-family : Arial;
}

#width
{
	width:expression(document.body.clientWidth > 1024 ? "1024px" : "auto");
}

#fieldset_accueil 
{
  background-color: #7AA1C8;
}

.message_erreur
{
	font-size : 12px;
	color : red;
}


.tableau_titre
{
	font-weight: bold;
	text-align : center;
	background-color : #CCCCCC;
}

.tableau_petit
{
	width : 400px;
	text-align : center;
	font-size : 14px;
}
.tableau_petit td
{
	border : 2px solid black;
}

.tableau_moyen
{
	width : 700px;
	text-align : center;
	font-size : 14px;
}
.tableau_moyen td
{
	border : 2px solid black;
}

.tableau_grand
{
	width : 940px;
	text-align : center;
	font-size : 14px;
}
.tableau_grand td
{
	border : 2px solid black;
}

.tableau_niveau_1
{
	width : 970px;
	text-align : center;
	font-size : 14px;
}
.tableau_niveau_1 td
{
	border : 2px solid black;
}

.tableau_grand_petite_police
{
	width : 940px;
	text-align : center;
	font-size : 12px;
}
.tableau_grand_petite_police td
{
	border : 2px solid black;
}


.div_mini
{
	overflow: auto;
	height: 65px;
}

.div_moyen
{
	overflow: auto;
	height: 224px;
}

.div_grand
{
	overflow: auto;
	height: 300px;
}

.div_450
{
	overflow: auto;
	height: 450px;
}

.div_super_grand
{
	overflow: auto;
	height: 500px;
}

.div_550
{
	overflow: auto;
	height: 550px;
}



.good
{
	background-color : #33CC66;
}
.medium
{
	background-color : #FFCC66;
}
.bad
{
	background-color : #FF3300;
}

