#accueil_pub {
	clear: right;
	float: right;
	margin-top: 0px;
}

#djboubs {
	clear: right;
	float: right;
	margin-top: 20px;
	text-align: center;
	width: 197px;
}
	#djboubs img {
		display: block;
		margin-bottom: 10px;
	}
	#djboubs a img {
		width: 110px;
		margin: 0 auto;
	}

#register {
	background: #2f343c url('../images/registerBody.png') repeat-y;
	color: white;
	margin-bottom: 20px;
	width: 562px;
}

	#register p {
		margin: 0;
		padding: 10px;
	}
	#register p, a#button-register {
		margin: 0;
	}

	#register .first {
		background: url('../images/registerTop.png') no-repeat;
	}

	#content #register ul.last {
		background: url('../images/registerBottom.png') no-repeat left bottom;
		margin-bottom: 0;
		text-align: center;
	}

	#content #button-register {
		background: #fab800;
		color: black;
		display: block;
		margin: 0 auto;
		text-align: center;
		width: 110px;
	}
	#button-register img {
		display: block;
		margin: 0 auto;
	}
	#register a#button-register {
		color: black;
	}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ JMM +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
ul.liste-candi {
	list-style-position: inside;
	color: #FAE453;
	font-size: 0.8em;
	font-weight: bold;
	margin-left: 2em;
	background: transparent url(../images/montagecandidates.jpg) no-repeat right;
	height: 150px;
	padding-top: 2em;
	list-style-type: circle;
}
#headlines .headline ul.liste-candi li a {
	color: #FAE453;
	background: #444B55;
	text-decoration: none;
	color: #FAE453;
	font-weight: bold;
	text-decoration: underline;
}
#headlines .headline ul.liste-candi li a:hover {
	color: #e41e1f;
	padding-left: 1em;
}
table#vote  {
	width: 100%;
	margin: 0.5em 0 0 0;	
	border: 1px solid #fab800;
}
table#vote th, table#vote td {
	text-align: center;
	border: 1px solid #fab800;
}
table#vote th {
	color: #e41e1f;
	font-weight: bold;
}
table#vote th span.a-vertic {
	display: block;
	margin-top: 0.5em;
}
table#vote td.candid {
	color: #FAE453;
	font-weight: bold;
}
#content ul.present-candi, #content ul.two-candi {
	list-style-type: none;
}

#content ul.two-candi {
	padding: 15px 0;
}
#content ul.present-candi li {
	float: left;
	margin: 10px 10px;
}
#content ul.present-candi li.one { /*si une seule canditate*/
float: none;
	display: block;
	width: 160px;
	margin: 0 auto;
}

#content ul.present-candi li a img {
	display: block;
	margin: 0 auto;
}
#content .news-accueildroite { /* boite de news*/
	float: right;
	width: 197px;
}
#content .news-accueildroite div.news-content a img { 
	margin-top: 10px;
}


