@charset "utf-8";
/* -- buttons -- */

.img_button
{
	text-align: left;
	clear: both;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.button_jeminscris, .button_login, .button_modif, .button_envoyer
{
	height: 50px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.button_jeminscris		{ width: 200px; background-image:url(../../../MEDIA/DECOR/butts/je-minscris.png); }
.button_modif			{ width: 200px; background-image:url(../../../MEDIA/DECOR/butts/misajour.png); }
.button_login			{ width: 230px; background-image:url(../../../MEDIA/DECOR/butts/connexionw.png); }
.button_envoyer			{ width: 190px; background-image:url(../../../MEDIA/DECOR/butts/envoyer.png); }

/* à supprimer en dessous */

.login_button
{
	background-image: url(../../../MEDIA/DECOR/butts/connexionw.png);
	background-repeat: no-repeat;
	width: 230px;
	text-decoration: none;
	height:50px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: auto;
}

.inscris_button
{
	background-image: url(../../../MEDIA/DECOR/butts/je-minscris.png);
	background-repeat: no-repeat;
	width: 230px;
	text-decoration: none;
	height:50px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: auto;
}
.envoyer_button
{
	background-image: url(../../../MEDIA/DECOR/butts/envoyer.png);
	background-repeat: no-repeat;
	width: 230px;
	text-decoration: none;
	height:50px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: auto;
}

#VIDER
{
	background-image: url(../../../MEDIA/DECOR/butts/commencer.png);
	background-repeat: no-repeat;
	width: 230px;
	text-decoration: none;
	height:50px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: auto;
	display: block;
}

.modif_button
{
	background-image: url(../../../MEDIA/DECOR/butts/misajour.png);
	background-repeat: no-repeat;
	width: 200px;
	text-decoration: none;
	height:50px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: auto;
}
