.button
{
	padding                         : 4px 7px;
	background                      : #232323;
	color                           : #EAD7B4;
	border                          : 0px;
	width                           : auto;
	border-bottom                   : 1px double #949596;
	border-top                      : 1px double #949596;
	border-left                     : 1px double #949596;
	border-right                    : 1px double #949596;
	margin-right : 5px;
}

.button:hover
{
	cursor                          : pointer;
	border                          : 1px solid #949596;
	background                      : #949596;
	color                           : #232323;
}

.button_large
{
	padding                         : 4px 7px;
	background                      : #232323;
	color                           : #EAD7B4;
	border                          : 0px;
	width                           : 200px;
	border-bottom                   : 1px double #949596;
	border-top                      : 1px double #949596;
	border-left                     : 1px double #949596;
	border-right                    : 1px double #949596;
	margin-right : 5px;
}

.button_large:hover
{
	cursor                          : pointer;
	border                          : 1px solid #949596;
	background                      : #949596;
	color                           : #232323;
}

#resultat_ajout_photo
{
	padding-right                   : 10px;
}

.infoForm
{
	font-style: italic;
	font-size: 12px;
}

select, option
{
	background-color                : #EAD7B4;
}

select
{
	padding                         : 3px;
	border                          : 1px solid #EAD7B4;
	border-radius                   : 5px;
	box-shadow                      : 1px 1px 2px #7D7F77 inset;
}

.colorPreview
{
	float                           : right;
    margin-right                    : 20px;
	height                          : 28px;
	width                           : 28px;
	border                          : 1px solid #BD6C54;
}