@charset "iso-8859-2";
/* CSS Document */
body {
	margin:					13px 0 0 0;
	background-color: 		#E1D9BA;
	background-image: 		url(../medias/communs/com_bg_gradient.jpg);
	background-position:	top;
	background-repeat:		repeat-x;
	font-family:			Arial, Verdana, Helvetica, sans-serif;
	font-size:				12px;
	color:					#605c48;
}

h1{
	font-size:				14px;
	font-weight:			bold;
	margin:					5px 0 5px 0;
}

h2{
	font-size:				12px;
	font-weight:			bold;
	margin:					5px 0 5px 0;
}

p{
	margin-top:10px;
}

ul{
	margin-top: 	0;
	margin-left: 	-20px;
	_margin-left: 	20px;
	margin-bottom: 	0;
	
}

img{
	border:0;
}


a:link, a:visited, a:active{
	color:			#286486;
	text-decoration:underline;
}

a:hover{
	color:				#FFFBE2;
	background-color:	#4885A8;
	text-decoration:	none;
}

hr{
	border:					1px dotted #847c4b;
	border-style: 			none none dotted;
	color:					#fffbe2;
	background-color:		#fffbe2;
	margin-top:				15px;
	margin-bottom:			15px;
}


