/* CSS Document */
body{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#434343;
margin:0px;
padding:0px;
}

#wrapper{
width:960px;
margin:0px;
padding:0px;
}

#logo{
float:left;
width:200px;
height:700px;
}

#nav_bar{
width:740px;
height:30px;
background-color:#f6f6f6;
line-height:30px;
color:#222;
margin-bottom:46px;
text-align:right;
padding-right:10px;
}

#question{
float:right;
width:760px;
}

.logo{
background-image:url(../images/kick_vote_logo.gif);
background-repeat:no-repeat;
text-indent: -5000px;
display:block;
width:200px;
height:200px;
margin:0px;
padding:0px;
}

h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:26px;
font-style:italic;
}

#entete_question{
border-bottom:solid 1px #bbbbbb;
border-top:solid 1px #bbbbbb;
width:750px;
}

.date{
font-size:18px;
font-style:italic;
font-weight:normal;
float:left;
line-height:20px;
width:570px;
}

.votants{
display:inline;
font-size:14px;
line-height:50px;
font-weight:normal;
color:#9a9a9a;
width:250px;
text-align:right;
}

.submit{
background-image:url(../images/kicker_mon_vote.gif);
background-repeat:no-repeat;
width:534px;
height:45px;
border:0px;
}

fieldset{
/*border:none;*/
}

#entete_prev{
margin-bottom:20px;
margin-top:40px;
border-bottom:solid 1px #bbbbbb;
border-top:solid 1px #bbbbbb;
width:750px;
height:40px;
}


.prev{
display:block;
font-size:20px;
line-height:40px;
margin:0px;
font-weight:normal;
color:#434343;
}

.prev_liste{
padding:0px;
margin:0px;
list-style-image:url(../images/ball.gif);
margin-left:20px;
line-height:24px;
}

.choix_liste{
padding:10px;
list-style:none;
padding-bottom:0px;
}

#nav_bar a {
	outline: none;
}
#nav_bar a:link {
	color: #222;
	text-decoration: none;
}
#nav_bar a:visited {
	color: #222;
	text-decoration: none;
}
#nav_bar a:hover {
	color:#323232;
	text-decoration: underline;
}
#nav_bar a:active {
	color:#222;
	text-decoration: none;
}

fieldset{
border:1px solid #BBBBBB;
}

