@charset "utf-8";
/* CSS Boutons */

form#recherche_form {
	width:320px;
	height:35px;
	margin-top:10px;
	vertical-align:top;
}

#bouton_solde_points, #content #bouton_solde_points {
	display:block;
	width:197px;
	height:26px;
	background: transparent url(../images/boutons/consultez_solde_points.gif) 0 0 no-repeat;
}

#bouton_solde_points:hover, #content #bouton_solde_points:hover {
	background: transparent url(../images/boutons/consultez_solde_points.gif) 0 -27px no-repeat;
	cursor:pointer;
}

#bouton_demande_acces, #content #bouton_imprimez {
	display:block;
	width:197px;
	height:26px;
	background: transparent url(../images/boutons/imprimez_demande.gif) 0 0 no-repeat;
}

#bouton_demande_acces:hover, #content #bouton_imprimez:hover {
	background: transparent url(../images/boutons/imprimez_demande.gif) 0 -27px no-repeat;
	cursor:pointer;
}

#bouton_demande_acces, #content #bouton_demande_acces {
	display:block;
	width:197px;
	height:26px;
	background: transparent url(../images/boutons/demandez_acces.gif) 0 0 no-repeat;
}

#bouton_demande_acces:hover, #content #bouton_demande_acces:hover {
	background: transparent url(../images/boutons/demandez_acces.gif) 0 -27px no-repeat;
	cursor:pointer;
}

#content #bouton_amende {
	display:block;
	width:197px;
	height:26px;
	background: transparent url(../images/boutons/bouton_amende.gif) 0 0 no-repeat;
}

#content #bouton_amende:hover {
	background: transparent url(../images/boutons/bouton_amende.gif) 0 -27px no-repeat;
	cursor:pointer;
}

#content #bouton_recup {
	display:block;
	width:197px;
	height:26px;
	background: transparent url(../images/boutons/recup.png) 0 0 no-repeat;
}

#content #bouton_recup:hover {
	background: transparent url(../images/boutons/recup.png) 0 -27px no-repeat;
	cursor:pointer;
}

#content #bouton_payer_amende {
	display:block;
	width:197px;
	height:26px;
	background: transparent url(../images/boutons/payer_amende.png) 0 0 no-repeat;
}

#content #bouton_payer_amende:hover {
	background: transparent url(../images/boutons/payer_amende.png) 0 -27px no-repeat;
	cursor:pointer;
}

#search_btn {
	padding:0;
	border:none;
	width:21px;
	height:21px;
	background:transparent url(../images/boutons/search.gif) top left no-repeat;
}

#search_btn:hover {
	background:transparent url(../images/boutons/search.gif) -21px 0 no-repeat;
	cursor:pointer;
}

#btn_home {
	display:block;
	width:31px;
	height:31px;
	background: transparent url(../images/boutons/home1.png) top left no-repeat;
}

.button_continuer {
	border:0;
	width:197px;
	height:26px;
	background: transparent url(../images/boutons/continuez.gif) top left no-repeat;
}

.button_continuer:hover {
	cursor:pointer;
	background: transparent url(../images/boutons/continuez.gif) 0 -26px no-repeat;
}

#colonnes
{
clear:both;
margin-bottom:35px;
}

.colonne
{
float:left;
width:190px;
margin-left:50px;
}

.colonne a
{
text-decoration:none;
}

.first_colonne
{
float:left;
width:193px;
}
