/*
* 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: #dedede;
}

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: #f00;
}
a img {
	border: none;
}

/*
* Accessibilité
*/
p#accessibilite {
	margin: 0;
	padding: 7px 0;
	text-align: center;
	color: #999;
	background: #ccc;
}
p#accessibilite a {
	margin: 0 0.2em;
	color: #999;
}
p#accessibilite a:hover {
	color: #666;
}

/*
* Global (wrapper)
*/
#global {
	width: 900px;
	margin: 0px auto 32px;
	padding: 0;
	background: #fff;
	border-bottom: 1px solid #ccc;
	-moz-box-shadow: 0 1px 10px #333;
	-webkit-box-shadow: 0 1px 10px #333;
	-o-box-shadow: 0 1px 10px #333;
	box-shadow: 0 1px 10px #333;
}

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

/*
* Sidebar
*/
#colg {
	width: 200px;
	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 {
	font-weight: normal;
	text-transform: uppercase;
}

p.information {
	min-height: 32px;
	padding: 10px 20px 10px 42px;
	background: #ff9 url("./img/ampoule.png") no-repeat 5px 50%;
	/*border: 2px solid #ffdb10;*/
	-moz-box-shadow: 0 1px 3px #333;
	-webkit-box-shadow: 0 1px 3px #333;
	-o-box-shadow: 0 1px 3px #333;
	box-shadow: 0 1px 3px #333;
}
p.download a {
	padding: 5px;
	padding-left: 30px;
	font-size: 1em;
	color: #093;
	/*text-decoration: none;*/
	background: #eee url('./img/download.png') no-repeat 3px 50%;
}
p.download a:active {
	color: #f00;
}

/*
* 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;
}
table#tabenbref th,
table#tabenbref td {
	padding: 7px 10px;
	border: 1px solid #369;
}
table#tabenbref th {
	color: #fff;
	text-align: right;
	background: #69f;
}
table#tabenbref td {
	background: #eee;
}

/*
* 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;
	text-transform: none;
	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
*/
table.tabhoraires {
	width: 98%;
	font-size: 1em;
}
table.tabhoraires th,
table.tabhoraires td {
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #369;
}
table.tabhoraires th {
	color: #fff;
	background: #69f;
}
table.tabhoraires td {
	background: #eee;
}

/*
* Tarifs
*/
table.tabtarif {
	width: 98%;
	font-size: 1em;
}
table.tabtarif th,
table.tabtarif td {
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #369;
}
table.tabtarif th {
	color: #fff;
	background: #69f;
}
table.tabtarif td {
	color: #333;
	background: #eee;
}
table.tabtarif td:first-child {
	text-align: left;
}
table.tabtarif .now td,
table.tabtarif td[rowspan] {
	padding: 10px;
	font-size: 1.3em;
	color: #000;
}
table.tabtarif a {
	text-decoration: none;
	color: inherit;
}

/*
* 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 {
	font-size: 1em;
	width: 100%;
}
table.ranking th {
	background: #69f;
	border-bottom: 1px solid #666;
	color: #fff;
	padding: 5px;
	text-align: left;
	text-transform: uppercase;
}
table.ranking td {
	padding: 1px 5px;
}
table.ranking tr.odd td,
table.ranking tr.c0 td {
	background: #ccc;
}

/*
* 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;
}

