* {
margin:0;
padding:0;
}


#container {
	display:block;
	width:800px;
	background:white;
	padding:40px 20px 500px 20px;
	margin:20px auto;
	
}

.hiddenBlock {
	display:none;
}

body {
	font-family:century gothic,verdana,helvetica,arial;
	font-size: 11pt;
	background:#222222;
}

#logo {
	display:block;
	width:790px;
	height:112px;
	background:url('../images/logo.gif') no-repeat;
}

#logodep {
	display:block;
	width:790px;
	height:112px;
	background:url('../images/Logo_depart.gif') no-repeat;
}

#content {
	display:block;
	margin:0 60px;
}

h1 {
	font-size: 24px;
	color: #ff9900; 
	font-family: verdana,arial;
	text-align:center;
	margin-bottom:30px;
}

h2 {
	font-size: 14px;
}

h2 b {
	font-weight:bold;
	color:#ff9900;
}

p {
	margin-top:30px;
}

#aPropos {
	display:block;
	width:670px;
	height:53px;
	background:url('../images/apropos.gif') no-repeat;
	margin-bottom:20px;
	margin-top:30px;
}
#coordonnees {
	display:block;
	width:670px;
	height:53px;
	background:url('../images/coordonnees.gif') no-repeat;
	margin-bottom:20px;
	margin-top:30px;
}

#laboratoire {
	display:block;
	width:670px;
	height:53px;
	background:url('../images/laboratoire.gif') no-repeat;
	margin-bottom:20px;
	margin-top:30px;
}

#votes {
	display:block;
	width:670px;
	height:53px;
	background:url('../images/votes.gif') no-repeat;
	margin-bottom:20px;
	margin-top:30px;
}
#oubli {
	display:block;
	width:670px;
	height:53px;
	background:url('../images/oubli.gif') no-repeat;
	margin-bottom:20px;
	margin-top:30px;
}

.validator { 
	display:none;
	font-size:9px;
	color:red;
}

.smaller { font-size:10px; }

a {
	background-color:#ff9900;
	color:white;
	font-weight:bold;
}

a:hover {
	background-color:white;
	color:#ff9900;
}


.discipline {
	border:dashed 1px #ff9900;
	padding:10px;
	margin-bottom:30px;
}

input, select { 
	margin:0 10px; 
	font-size:12px;
	color:#333333;
	font-family:Verdana,Arial;
	border:0;
	background:#dcdcdc;
	padding:2px;
	border:solid 1px #aaaaaa;
}

table { border-spacing:10px; }

input[type=text] {
	width:200px;
}

.verticalSpacer {
	display:block;
	height:3px;
}

input.boutonVote {
	font-family:Verdana,Arial;
	font-size:20px;
	color:#FF9900;
	padding:5px;
}
input.boutonSend {
	font-family:Verdana,Arial;
	font-size:12px;
	font-weight:bold;
	color:#FF9900;
	padding:3px;
}


table.results 
{
	border-collapse:collapse;
	border-color: #999999;
	border-width: 0 0 1px 1px;
	border-style: solid;
	margin-top:20px;
	text-align:left;
}

table.results td
{
    border-color: #999999;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 6px;
}

.error { font-weight:bold; color:red; text-align:center;}