/* balises.css */
/* Rédifinition des balises HTML par défaut */
body{
	margin:					0px;
	padding:				0px;
	text-align:				center;

	background-image:		url(../medias/communs/com_bkg_degrade.gif);
	background-position:	top left;
	background-repeat:		repeat-x;
	background-color:		#463f36;
	
	font-size:				11px;
	line-height:			14px;
	font-family:			Georgia, "Times New Roman", Times, serif;
	color:					#bbb4ab;
}

img{
	border: 				0px;
}

h1{
	margin : 				0px;
	font-size:				18px;
}

h2{
	margin : 				0 0 17px 0;
}

ul, li{
	list-style: 			none inside;
}

hr {
	border: 				0px;
	height:					1px;
	color:					#5b544d;
	background-color:		#5b544d;
	margin:					15px 0 15px 0;
}
