@CHARSET "ISO-8859-1";

div.mesaSondage{
    padding:5px;
}

div.mesaSondage p.sondQuestion
{
    font-size: 14px;
    font-weight: bold;
    margin-bottom:15px;
}

form.sondForm{
    text-align:center;
}
form.sondForm input{
    text-align: center;
	font-size: 16px;
	background-color: #EC1200;
	border-radius: 5px;
	padding: 3px;
	height: 30px;
	font-weight: bold;
	color: white;
	border: 1px solid #B00E01;
}

form.sondForm input:hover{
   color:grey;
}

table.sondRep td
{
    vertical-align:middle;
    padding:0px 3px 0px 3px;
    font-size:14px;
}

table.sondRep .sondGraph
{
    width:100px;
}

table.sondRep .sondGraph p
{
   /* background-color:#1481cc;*/
    height:100%;
    margin:0px;
}

table.sondRep .sondGraph p.rep1
{
    background-color:#1481cc;
}
table.sondRep .sondGraph p.rep2
{
    background-color:#9e1010;  
}
