
/*Mise en page générale :*/ 

body
{
	color:  #D3D3D3;
	background-color: #846363;
	width: 980px;
	margin: auto;
	text-indent: 0px;
}

#fond
{
	width: 950px;
	background: Black;
	background-image: url(../img/bgbg.png);
}
#pied_de_page
{
	width: 935px;
	background-position: 10px;
	margin-left: 6px;
}


/*En tête :*/ 
#en_tete
{
	height: 90px;
	/*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;
}

/*Bas de la page :*/ 
#pied_de_page
{
	clear:both; 
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	font-style: normal;
	font-size: 12px;
	border-bottom: 0px solid #5a5a5a;
}

#pied_de_page a
{
	color: Black;
	text-decoration: none;
	height: 100%;
}
#pied_de_page a:hover
{
	color: #AAB4CC;
}



table
{
   border-collapse: collapse; 
}



/*Corps :*/ 
#table tr
{
	vertical-align : top;
}


#table td
{
	padding-top: 0px;
}

#haut
{

	background-repeat:no-repeat;
	margin-left: 40px;
	width : 650px;
	height: 5px;
}
#corps
{
	color: #696969;
	font-family: Verdana;
	width : 650px;
	font-size: 12px;
	margin-left: 40px;
	padding: 1px;
	background-image:url(../img/c2.gif);
	background-repeat:repeat-y;
	text-align: center;
}

#corps_in
{
	margin-left: 10px;
	margin-right: 10px;
}
#bas
{
	background-image:url(../img/c3.gif);
	background-repeat:no-repeat;
	margin-left: 40px;
	width : 650px;
	height: 23px;
}

#corps fieldset
{
	padding : 10px;
	border: 1px solid red;
}

#corps .corps_titre
{
	margin: -5px;
	padding: 3px;
	background-image:url(../img/c1.gif);
	background-repeat:no-repeat;
	margin-left:-11px;
	width : 645px;
	height: 60px;
	font-weight:bold;
	font-size: 12px;
	color: white;
	display: block;
	padding-left: 10px;
}

	font-size: 14px;
	color: #990033;
	padding-left: 10px;
}

