/* interieur des blocs */
body {
	background-color: #ebf7ff;
     margin: 0px;
	 padding:0px;
     text-align: center;
}

div#page{
		width:1065px;
		height:768px;
		margin-left: auto;
		margin-right: auto;
		background-color: #ebf7ff;
		}
div#bandeau{
		background-color: #ebf7ff;
		background-image:url("../Images/site/bandeau2.gif");
		text-align:center;
		width:1065px;
		height:166px;
		}
div#menu_gauche{
		float:left;
		width:250px;
}
		div#boutons_gauche{
				background-image:url("../Images/site/menu_gauche.gif");
				height:auto;
				min-height:320px;
				_height: 320px;
		}
		div#bas_gauche{
				background-image:url("../Images/site/bas_menu_gauche.gif");
				height:208px;	
		}

div#menu_droite{
		text-align:center;
		float:left;
		width:205px;
}
		div#boutons_droit{
				background-image:url("../Images/site/menu_droit.gif");
				text-align:center;
				height:auto;
				min-height:250px;
				_height: 250px;
		}
		div#bas_droit{
				background-image:url("../Images/site/bas_menu_droit2.gif");
				text-align:center;
				height:121px;
		}

div#contenu{
		padding:10px;
		background-color: #ebf7ff;
		text-align:left;
		float:left;
		width:590px;
		_width:610px;
		height:auto;
		min-height:618px;
		_height: 618px;
}

div#piedpage{
		background-image:url("../Images/site/pied.gif");
		background-repeat:no-repeat;
		line-height:45px;
		text-align:center;
		width:1065px;
		height:46px;
		clear:left;
}


p:first-letter
{
padding-left: 20px;
}
.bouton{
background:transparent;
border:none;
text-decoration:none;
text-align:center;
width:200px;
height:35px;
vertical-align:midle;
line-height:50px;
}
img{
border-width:0px;
border-color:black;
}
a{
	border:none;
	text-decoration:none;
}
a:hover input {
font:bold;
cursor:pointer;
}

table#myTable {
  border            : 5px solid #f0f0f0;
  border-collapse   : collapse;
  width: 90%;
}
td.gris{
  padding: 4px;
  width: 50%;
  background-color: dce5eb; 
}
td.grisf{
  padding: 4px;
  width: 50%;
  background-color: #eaf2f7;
}
th.grisf{
  padding: 4px;
  width: 50%;
  background-color: #dfe4e8;
}
td.centre{
	text-align: center;
	width: 50%;
	background-color: dce5eb;
}
td.cote{
	width:20%;
}
