﻿/* Eléments principaux de la page */

body {
    /*background: url('images/fond_jaune.png');*/
    font-family: sans-serif, 'Trebuchet MS', Arial;
    color: #181818;
}

#bloc_page {
    width: 900px;
    margin: auto;
}

section h1, footer h1, nav a {
    font-family: sans-serif, 'Trebuchet MS', Arial;
    font-weight: normal;
}

/* Header */


#logo, header h1 {
    display: inline-block;
    margin-bottom: 0px;
}

header h2 {
    font-size: 1.1em;
    margin-top: 0px;
    font-weight: normal;
}

.invisible {
	 display:none;
}

.selstat {
	padding-left: 10px;
	padding-right: 10px;
	background-color:lightblue;
}
.selstat:hover {
	background-color:#468ccf;
	cursor: pointer;
}
.selstat2 {
	background-color:lightblue;
}
.selpoll {
	padding-left: 10px;
	padding-right: 10px;
	background-color:lightblue;
}
.selpoll:hover {
	background-color:#468ccf;
	cursor: pointer;
}
.selpoll2 {
	background-color:lightblue;
}
.selarea {
	background-color:lightgreen;
}
.seltgt {
	font-size:1em;
	text-align:center;
	vertical-align:middle;
	padding-left: 5px;
	padding-right: 5px;
	border:.5pt solid;
	border-top:none;
	border-left:none;
	background:#E2EFDA;
	}
.seltgt:hover {
	background-color:lightblue;
	cursor: pointer;
}
.selday {
	font-size:1em;
	text-align:center;
	vertical-align:middle;
	padding-left: 5px;
	padding-right: 5px;
	border:.5pt solid;
	border-top:none;
	border-left:none;
	background:#E2EFDA;
	}
.selday:hover {
	background-color:lightblue;
	cursor: pointer;
}
.seljm {
	font-size:1em;
	text-align:center;
	vertical-align:middle;
	padding-left: 5px;
	padding-right: 5px;
	border:.5pt solid;
	border-top:none;
	border-left:none;
	background:#E2EFDA;
	}
.seljm:hover {
	background-color:lightblue;
	cursor: pointer;
}
.xNum3 {
	/*
	font-size:1em;
	font-weight:bold;
	*/
	text-align:center;
	vertical-align:middle;
	border:.5pt solid windowtext;
	background:#E2EFDA;
	padding-left: 10px;
	padding-right: 10px;
	border-top:none;
	border-left:none;
	/*
	height:20.0pt;
	width: 30.0pt;
	*/
}
.xNum3:hover {
	background-color:lightblue;
	cursor: pointer;
}
