
body
{
	color: #696969;
	background-color: #EBEBEB;
	width: 950px;
	margin: auto;
	text-indent: 0px;
}

#fond
{

	background: White;
	background-image: url(../img/bg.gif);
}
#pied_de_page
{
	width: 936px;
	background-position: 10px;
	margin-left: 6px;
}


/******************************
*********** EN TETE ***********
******************************/
#en_tete
{
	height: 130px;
	/*background-image: url(../img/banniere.gif);*/
	margin: 0px;
	padding: 0px;
	margin-left: -16px;
	background-repeat: no-repeat;

}
#en_tete a
{
	color: Black;
	text-decoration: none;
}
#en_tete a img
{
	border : none;
}

#separation_en_tete
{
	margin: 0px;
	padding: 0px;
	height: 20px;
}

/******************************
********** PIED PAGE **********
******************************/
#pied_de_page
{
	clear:both; /* permet ne pas laisser du blanc quand le corp est trop petit */
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	font-style: italic;
	font-size: 12px;
	border-bottom: 3px solid #cd0001;
}

#pied_de_page a
{
	color: Black;
	text-decoration: none;
	height: 100%;
}
#pied_de_page a:hover
{
	color: #FF8151;
}



table
{
   border-collapse: collapse; /* Les bordures du tableau seront collées (plus joli) */
}



/******************************
******* CORPS DU TEXTE ********
******************************/
#table tr
{
	vertical-align : top;
}

/*enlever la marge blanc entre lentete et le login*/
#table td
{
	padding-top: 0px;
}

#haut
{
	background-image:url(../img/cadre/haut.gif);
	background-repeat:no-repeat;
	width : 650px;
	height: 23px;
}
#corps
{
	color: #696969;
	font-family: Verdana;
	width : 650px;
	font-size: 12px;
	padding: 1px;
	background-image:url(../img/cadre/milieu.gif);
	background-repeat:repeat-y;
}

#corps_in
{
	margin-left: 10px;
	margin-right: 10px;
}
#bas
{
	background-image:url(../img/cadre/bas.gif);
	background-repeat:no-repeat;
	width : 650px;
	height: 23px;
}

#corps fieldset
{
	padding : 10px;
	border: 1px solid red;
}

#corps .corps_titre
{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #E6E6E6;
	font-weight:bold;
	font-size: 14px;
	color: #FF8151;
	display: block;
	padding-left: 10px;
}
