/*
* 15km_v5_2.css
*/

/*
* Common
*/
html {
	font-size: 100%; /* Pref du navigateur */
}
body {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	font-family: Arial,"Liberation Sans",sans-serif;
	font-size: 0.85em;
	color: #000;
	background: #eee;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0.5em;
	line-height: normal;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

p {
	margin: 1em 0;
}
ul, ol {
	margin: 0.5em 0;
	padding: 0 0 0 1.5em;
}

table {
	margin: 0.5em 0;
	border-collapse: collapse;
}

a {
	color: #0072ff;
}
a:active {
	color: #ff0000;
}
a img {
	border: none;
}

/*
* Accessibilité
*/
p#accessibilite {
	margin: 0;
	padding: 3px 0 0;
	text-align: center;
	color: #ddd;
}
p#accessibilite a {
	margin: 0 0.2em;
	color: #ddd;
}
p#accessibilite a:hover {
	color: #777;
}

/*
* Global (wrapper)
*/
#global {
	width: 880px;
	margin: 27px auto 32px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}

/*
* Header
*/
#header {
	height: 170px;
	background: url("./img/fond_header.png") no-repeat 0 0;
}
#header h1 {
	display: none;
}
#header p#edition {
	float: right;
	margin: 0;
	padding: 56px 42px 0 0;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

/*
* Sidebar
*/
#colg {
	width: 180px;
	margin: 32px 0 0 20px;
	line-height: normal;
}
#colg h2 {
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #777;
}
#colg ul {
	margin: 0 0 1em;
	padding: 0;
	list-style: none;
}
#colg li {
	display: inline;
}
#colg li a {
	display: block;
	padding: 5px 0 2px 10px;
	text-decoration: none;
	color: #000;
}
#colg li a:hover {
	background-color: #eee;
}
#colg li.syndic a {
	padding-left: 26px;
	background-image: url("./img/rss.png");
	background-repeat: no-repeat;
	background-position: 3px 50%;
}
#colg #compteurs p {
	margin-top: 0.5em;
	padding: 0 15px 0 26px;
	font-size: 0.9em;
	background: url("./img/stats.png") no-repeat 3px 50%;
}

/*
* Contenu
*/
#contenu {
	float: right;
	width: 640px; /* +padding = 660px */
	padding: 0 20px 0 0;
}
#contenu h2 {
	margin-top: 0;
	line-height: 1em;
	font-size: 2.1em;
	font-weight: normal;
}
#contenu h3 {
	border-bottom: 1px solid #777;
}

p.information {
	min-height: 32px;
	padding: 8px 8px 8px 42px;
	background-color: #fff4b7;
	background-image: url("./img/ampoule.png");
	background-repeat: no-repeat;
	background-position: 5px 50%;
	border: 2px solid #ffdb10;
}

/*
* Footer
*/
#footer {
	clear: both;
	padding: 30px 20px 0;
	font-size: 0.9em;
}
#footer p {
	margin: 0;
	padding: 10px 0 20px;
	text-align: right;
	border-top: 1px solid #777;
}
#footer a {
	color: #777;
}
#footer a:active {
	color: #ff0000;
}

/*
* Accueil/En bref
*/
table#tabenbref {
	margin-top: 0;
	line-height: normal;
	font-size: 0.9em;
	border: 1px solid #bbb;
}
table#tabenbref th,
table#tabenbref td {
	padding: 5px;
	border: solid #bbb;
	border-width: 1px 0;
}
table#tabenbref th {
	padding-left: 10px;
	font-weight: bold;
	text-align: right;
	background: #ccddff;
}
table#tabenbref td {
	padding-right: 10px;
}

/*
* Accueil/News
*/
a.syndic {
	padding-left: 20px;
	background: url("./img/rss.png") no-repeat 0 50%;
}
.news {
	width: 78%;
	margin: 1em 0;
	line-height: normal;
}
.autrenews {
	border-top: 1px dotted #777;
}
.news h4 {
	margin: 0.5em 0 0;
	font-family: Palatino,"Times New Roman","Liberation Serif",serif;
	font-size: 1.3em;
	font-weight: normal;
}
.dernierenews h4 {
	font-size: 2.1em;
}
.dernierenews h4 a {
	color: #000;
	text-decoration: none;
}
.news h4 a:active {
	color: #ff0000;
}
p.newsinfos {
	margin: 0 0 0.5em;
	color: #777;
}
.newscontenu p {
	text-align: justify;
}

/*
* Actu
*/
.actu {
	width: 78%;
	line-height: normal;
}
#contenu .actu h3 {
	margin: 0.5em 0 0;
	font-family: Palatino,"Times New Roman","Liberation Serif",serif;
	font-size: 2.1em;
	font-weight: normal;
	color: #000;
	border: none;
}
p.actuinfos {
	margin-top: 0;
	color: #777;
}
p.actuinfos a {
	color: #777;
}
p.actuinfos a:active {
	color: #ff0000;
}
p.actucontenu {
	text-align: justify;
}

/*
* Horaires/Prix
*/
table.tabhoraires {
	width: 98%;
	font-size: 0.9em;
	border: 1px solid #bbb;
}
table.tabhoraires th,
table.tabhoraires td {
	padding: 5px 10px;
	text-align: center;
	border: solid #bbb;
	border-width: 0 1px;
}
table.tabhoraires th {
	background: #ccddff;
}

/*
* Course/Gmaps
*/
.gmapsaside {
	float: right;
	width: 320px;
	margin: 0;
	padding: 0;
}
p.gmaps img {
	border: 1px solid #777;
}

/*
* Inscription
*/
ul.iblinks {
	padding: 0;
	list-style: none;
}
ul.iblinks li {
	margin: 0.8em 0;
	padding-left: 22px;
	line-height: normal;
	font-weight: bold;
	background: url("./img/signup.png") no-repeat 0 50%;
}

/*
* Reglement
*/
dl.reglement dt {
	margin: 0.5em 0 0;
	font-weight: bold;
}
dl.reglement dd {
	margin: 0 0 0.5em;
	padding: 0 0 0 10px;
}

/*
* Classements
*/
h3.last_ranking {
	font-size: 1.6em;
}
table.ranking {
	width: 98%;
	font-size: 0.9em;
	border: 1px solid #bbb;
}
table.ranking th,
table.ranking td {
	border: solid #bbb;
	border-width: 0 1px;
}
table.ranking th {
	padding: 3px;
	text-align: left;
	text-transform: uppercase;
	background: #ccddff;
}
table.ranking td {
	padding: 1px 3px;
}
table.ranking tr.odd td,
table.ranking tr.c0 td {
	background: #eef3f5;
}

/*
* Photos
*/
ul#galeries {
	padding: 0;
	line-height: normal;
	list-style: none;
}
ul#galeries li {
	padding: 4px 0 4px 26px;
	background-image: url("./img/dossier_photos.png");
	background-repeat: no-repeat;
	background-position: 3px 42%;
}

ul#photos {
	padding: 0;
	list-style: none;
}
ul#photos li {
	display: inline;
}
ul#photos li a {
	float: left;
	display: block;
	width: 120px;
	height: 120px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 2px solid #fff;
}
ul#photos li a:hover {
	border-color: #777;
	background-color: #ccc;
}
ul#photos li a span {
	display: none;
}

/*
* Partenaires
*/
p#partenaires a {
	margin: 0 20px 0 0;
}
