/* GLOBALS */

#header {margin:0; background-image: url(/picture/top_bg_e2009.jpg);}

/* candidats */

.candidat_img {float: right; width: 222px;}
.candidat_tit {text-align: left;}
.candidat_txt {float: left; text-align: left;}
.plus {margin-left: 50px; display: block; margin-top: 20px; margin-bottom: 20px;}

a.election {
background-image:url(../../picture/candidat_off.gif);
background-repeat: no-repeat;
display: block;
width: 204px;
height: 28px;
text-indent: 10px;
text-decoration: none;
font-weight: bold;
padding-top: 5px;
color: #000000;
#margin-top: 5px;
}
a:hover.election {
background-image:url(../../picture/candidat_on.gif);
color: #FF0000;
font-weight: bold;
text-decoration: none;
}
.derecha {
text-align: right;
}
