﻿.content table{
margin:0 15px;font-size:1.2em;
}
.content table tr td{
padding:10px;
border-bottom:1px dotted #CCCCCC;
}
.content table tr td.nb{
text-align:left;
width:140px;
}
.content table a{
text-decoration: none;
color: #1B7BAB;
-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
-moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
-o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.content table a:hover {
text-decoration:none;
color: #013c68;
}
h3.president-title{
 font-size: 2.0em;
line-height: 1.1;
text-align:center;
}
#id_search2 {
    background: none repeat scroll 0 0 #E8E8E8;
    border: 0 none;
    border-radius: 26px 26px 26px 26px;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.4) inset, 0 0 2px rgba(255, 255, 255, 0.5);
    font-size: 1.3em;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin: 0 15px 10px 0;
    outline: medium none;
    overflow: hidden;
    padding: 0 5px 0 35px;
    transition: all 0.1s linear 0s;
    width: 160px;
}

#recherche-rapide  label {
    background: url("/commun/ceresian/images/icon-search.png") no-repeat scroll left top transparent;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: normal;
    height: 17px;
    left: 10px;
    line-height: 20px;
    margin-bottom: 5px;
    position: relative;
    text-indent: -99999px;
    top: 25px;
    width: 16px;
}
h2.president-title a{
text-decoration: none;
color: #1B7BAB;
-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
-moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
-o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
font-size:1em;
}

h2.president-title a:hover {
text-decoration:none;
color: #013c68;
}

.scrutins{
	border-collapse: collapse;
    border-spacing: 0;
}

.scrutins tr.titre{
	background:#f1f1f1;
	color:#4A4646;
	text-align:center;

}
.scrutins td{
		border: 1px solid #DADADA;
		text-align:center;
}
.scrutins td.pour{
		background:#155B87;
		color:	#fff;
}
.scrutins td.contre{
		background:#FF5353;
		color:	#fff;
}
.scrutins td.abs{
		background:#f1f1f1;
		color:	#4A4646;
}

.synthese a{
text-decoration: none;
color: #1B7BAB;
-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
-moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
-o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}