/*
* 15km_v5.css
*/

html {
	font-size: 100%; /* Pref du navigateur */
}

body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 0.85em;
	color: #000;
	background-color: #eee;
}

div#global {
	width: 880px;
	margin: 27px auto 32px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}

/*
* Accessibilité
*/

p#accessibilite {
	margin: 0;
	padding: 7px 0 0;
	text-align: center;
	color: #ddd;
}

p#accessibilite a {
	margin: 0 0.2em;
	color: #ddd;
}

p#accessibilite a:hover {
	color: #777;
}

/*
* Header
*/

div#header {
	height: 170px;
	background-image: url("./img/fond_header.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}

div#header h1 {
	display: none;
}

div#header p#edition {
	float: right;
	margin: 0;
	padding: 56px 42px 0 0;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

/*
* Colonne gauche
*/

div#colg {
	width: 180px;
	margin: 32px 0 0 20px;
}

div#colg h2 {
	margin: 0 0 0.4em;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #444;
	border-bottom: 1px solid #777;
}

div#colg ul {
	margin: 0 0 1.5em;
	padding: 0;
}

div#colg li {
	display: inline;
	list-style: none;
}

div#colg li a {
	display: block;
	margin: 0;
	padding: 5px 0 2px 10px;
	text-decoration: none;
	color: #000;
}

div#colg li.syndic a {
	padding-left: 26px;
	background-image: url("./img/rss.png");
	background-repeat: no-repeat;
	background-position: 3px 50%;
}

div#colg li a:hover {
	background-color: #eee;
}

div#colg #compteurs p {
	margin: 0.7em 0 0.4em;
	padding: 0 15px 0 26px;
	font-size: 0.9em;
	background: url("./img/stats.png") no-repeat 3px 50%;
}

/*
* Contenu
*/

div#contenu {
	float: right;
	width: 640px; /* +padding = 660px */
	padding: 0 20px 0 0;
}

div#contenu h2 {
	margin: 0;
	font-size: 3em;
	font-weight: normal;
}

div#contenu h3 {
	margin: 1em 0 0.5em;
	font-size: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #777;
}

div#contenu h4 {
	margin: 1em 0 0.5em;
	font-size: 1em;
	font-weight: bold;
}

div#contenu p {
	margin: 1em 0;
	line-height: 1.2;
}

div#contenu ul {
	margin: 0.5em 0;
	padding: 0 0 0 5px;
}

div#contenu li {
	line-height: 1.3;
	list-style-position: inside;
}

div#contenu table {
	margin: 0 0 0.5em;
	font-size: 0.9em;
	border-collapse: collapse;
}

div#contenu table th {
	font-weight: bold;
	color: #000;
	background-color: #ccddff;
	border: 2px solid #fff;
}

div#contenu a {
	color: #0072ff;
}

div#contenu a:active {
	color: #ff0000;
}

div#contenu a img {
	border-width: 2px;
	border-style: solid;
	border-color: #2f8dff;
}

div#contenu label {
	font-size: 0.9em;
	font-weight: bold;
	color: #474747;
}

div#contenu p.alerte {
	padding: 0 0 0 23px;
	background: url("./img/alerte.png") no-repeat 0 50%;
}

div#contenu 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;
}

div#contenu p.telecharger {
	width: 200px;
	min-height: 32px;
	margin: 1em auto;
	padding: 5px 8px 5px 42px;
	background-image: url("./img/telecharger.png");
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

div#contenu p.telecharger a {
	font-size: 1.4em;
	color: #555;
}

div#contenu a.syndic {
	padding: 6px 0 3px 20px;
	background: url("./img/rss.png") no-repeat 0 50%;
}

/*
* Accueil: en bref
*/

div#contenu table#tabenbref th {
	padding: 8px;
	text-align: right;
}

div#contenu table#tabenbref td {
	padding: 8px;
	text-align: left;
}

/*
* Accueil: news
*/

div#contenu div.news {
	width: 78%;
	margin: 1em 0;
}

div#contenu div.autrenews {
	border-top: 1px dotted #777;
}

div#contenu div.news h4 {
	margin: 0.7em 0 0;
	font-family: serif;
	font-size: 1.5em;
	font-weight: normal;
}

div#contenu div.dernierenews h4 {
	font-size: 2.5em;
}

div#contenu div.dernierenews h4 a {
	color: #000;
	text-decoration: none;
}

div#contenu div.news h4 a:active {
	color: #ff0000;
}

div#contenu p.newsinfos {
	margin: 0 0 0.5em;
	font-size: 0.9em;
	color: #444;
}

div#contenu p.newscontenu {
	text-align: justify;
}

/*
* Actualite
*/

div#contenu div.actu {
	width: 78%;
}

div#contenu div.actu h3 {
	margin: 0.5em 0 0;
	font-family: serif;
	font-size: 2.2em;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	border: none;
}

div#contenu p.actuinfos {
	margin: 0.5em 0;
	font-size: 0.9em;
}

div#contenu p.actucontenu {
	text-align: justify;
}

/*
* La course: horaires
*/

div#contenu table#tabhoraires {
	width: 99%;
}

div#contenu table#tabhoraires th {
	padding: 10px;
	text-align: center;
}

div#contenu table#tabhoraires td {
	padding: 5px 10px 0;
	text-align: center;
}

/*
* La course: gmaps
*/
div#contenu .gmapsaside {
	float: right;
	width: 320px;
	margin: 0;
	padding: 0;
}

div#contenu p.gmaps img {
	border: 1px solid #777;
}

/*
* Inscription: tarifs
*/

div#contenu table#tabtarifs {
	width: 99%;
	table-layout: fixed;
}

div#contenu table#tabtarifs th {
	padding: 10px;
	text-align: center;
}

div#contenu table#tabtarifs td {
	padding: 5px 10px 0;
	text-align: center;
}

/*
* Inscription: inscriptions en ligne
*/

div#contenu ul#liensbi {
	padding: 0;
}

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

/*
* Partenaires
*/

div#contenu p#partenaires a {
	margin: 0 20px 0 0;
}

div#contenu p#partenaires img {
	border-width: 0;
}

/*
* Reglement
*/

div#contenu #reglement p {
	margin: 0.5em 0;
}

/*
* Galeries photos
*/

div#contenu ul#galeries {
	margin: 1em 0;
	padding: 0;
}

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

/*
* Photos
*/

div#contenu ul#photos {
	padding: 0;
}

div#contenu ul#photos li {
	display: inline;
	list-style: none;
}

div#contenu ul#photos li a {
	display: block;
	width: 120px;
	height: 120px;
	float: left;
	margin: 0 5px 5px 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
}

div#contenu ul#photos li a:hover {
	border-color: #0072ff;
}

div#contenu ul#photos li a span {
	display: none;
}

/*
* Classements
*/
div#contenu table#classement {
	border: 1px solid #bbb;
}
div#contenu table#classement th,
div#contenu table#classement td {
	border-width: 1px 0;
	border-style: solid;
	border-color: #bbb;
}
div#contenu table#classement th {
	padding: 7px 0 5px;
	font-weight: bold;
}
div#contenu table#classement td {
	padding: 4px 0;
}
div#contenu table#classement tr.c0 td {
	background-color: #eef3f5;
}
div#contenu table#classement tr.c1 td {
	background-color: #fff;
}

/*
* TEMP
*/
div#contenu table.ranking_since_2010 {
	width: 99%;
	font-size: 1em;
}
div#contenu table.ranking_since_2010 th {
	padding: 5px 0;
	text-transform: uppercase;
	text-align: left;
	border: solid #bbb;
	border-width: 1px 0;
}
div#contenu table.ranking_since_2010 td {
	padding: 1px 0;
}
div#contenu table.ranking_since_2010 tr.odd td {
	background: #eef3f5;
}

/*
* Footer
*/

div#footer {
	clear: both;
	padding: 30px 20px 0;
	font-size: 0.9em;
}

div#footer p {
	margin: 0;
	padding: 10px 0 20px;
	text-align: right;
	border-top: 1px solid #777;
}

div#footer a {
	color: #474747;
}

div#footer a:active {
	color: #ff0000;
}

div#footer a.w3cvalide {
	padding: 0 0 0 14px;
	background: url("./img/valide.png") no-repeat 0 50%;
}

