/* Reset
-------------------------------------------------------------- */html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;}:focus{outline:0;}body{line-height:1;color:#000;background:#FFF;}ol,ul{list-style:none;}table{border-collapse:collapse;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}

/* General
-------------------------------------------------------------- */
body{
	font-size: 75%;
	line-height: 1.2;
	color: #0a2250;
	font-family: Arial, Helvetica, sans-serif;
	background: #382E2F url(../img/bg-body.jpg) repeat-x left bottom;
}
#overall{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 194px;
	background: url(../img/bg-overall.jpg) no-repeat center bottom;
}

/* Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6{
	margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color: #0a2250;
}
h1{
	width: 180px; height: 115px;
	margin: 0 auto; padding: 5px 0;
	background: url(../img/logo.png) no-repeat left center;
}
h1 a{ 
	display: block; float: left;
	width: 196px; height: 72px;
	text-indent: -999em;
}
h1 a.marathonparis{ 
	width: 132px;
}
h2 { font-size: 1.77em; font-weight: bold; margin-bottom: 20px; line-height: 1.0; }
h2 strong{ display: block; font-size: 1.67em; color: #6e879e; }
h3 { font-size: 1.50em; }
h4 { font-size: 1.20em; }
h5 { font-size: 1.00em; }
h6 { font-size: 1.00em; }

/* Text elements
-------------------------------------------------------------- */
p           { margin-bottom: 10px; }
a           { color: #0a2250; text-decoration: none; outline: 0; }

blockquote  { margin-bottom: 10px; color: #666; font-style: italic; font-family: Georgia, sans-serif; }
strong,dfn  { font-weight: bold; }
em,dfn,cite { font-style: italic; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-bottom: 10px; font-style: italic; }
del         { color:#666; }

pre 		{ margin: 15px 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */


/* Tables
-------------------------------------------------------------- */

/* Form
-------------------------------------------------------------- */

/* Misc
-------------------------------------------------------------- */
.hide{ display: none; }
.tl{ text-align: left; }
.tc{ text-align: center; }
.tr{ text-align: right; }
.fl{ float: left; } img.fl{ margin-right: 10px; }
.fr{ float: right; } img.fr{ margin-left: 10px; }
.clr{ clear: both; }
.clear{
	clear: both;
	display: block;
	overflow: hidden;
	height: 0;
	font-size: 1%;
	line-height: 0;
	padding: 0;
	margin: 0;
	background: none;
}
