input, select, option, textarea {
	font-family:Arial;
	font-size:12px;
	color:#464646;
}

span.summary-span, .left-content ul li span, span.small, .bloc-mini-grey-content span {
	font-size:11px;
	color:#999999;
	font-weight:normal;
}

.clear {
	 clear:both;
}
.center {
	text-align:center;
}
.bold {
	font-weight:bold !important;
}
.hide {
    display: none !important;
}

input.a_submit {
	background:none;
	color:#3097D9;
	cursor:pointer;
}

#wrapper {
	width:980px;
	margin:auto;
}


/* --------------------------------------------------------- BUTTON ---------------------------------------------------- */

.button-classique, .button-account, .button-static {
	height:26px;
	overflow:hidden;
	display:inline-block;
}
.button-classique .left-button, .button-account .left-button, .button-static .left-button, .button-classique .right-button, .button-account .right-button, .button-static .right-button {
	width:5px;
	height:26px;
	float:left;
}
.button-classique .content-button, .button-static .content-button, .button-account .content-button {
	float:left;
	height:26px;
	font-size:11px;
	font-weight:bold;
	color:white;
	text-decoration:none;
	cursor:pointer;
	line-height:26px;
	font-family:Arial;
}

.button-classique .left-button {
	background:url('../../images/button/button_rightleft.png') no-repeat bottom left;
}
.button-classique .right-button {
	background:url('../../images/button/button_rightleft.png') no-repeat bottom right;
}
.button-classique .content-button {
	background:url('../../images/button/button_bg.png') repeat-x bottom;
}

.button-account .left-button {
	background:url('../../images/button/button_account-rightleft.png') no-repeat bottom left;
}
.button-account .right-button {
	background:url('../../images/button/button_account-rightleft.png') no-repeat bottom right;
}
.button-account .content-button {
	background:url('../../images/button/button_account-bg.png') repeat-x bottom;
}


.button-static .left-button {
	background:url('../../images/button/button_static-rightleft.png') no-repeat bottom left;
}
.button-static .right-button {
	background:url('../../images/button/button_static-rightleft.png') no-repeat bottom right;
}
.button-static .content-button {
	background:url('../../images/button/button_static-bg.png') repeat-x bottom;
}

.button-account:hover .left-button, .button-static:hover .left-button, .button-classique:hover .left-button {
	background-position:top left;
}
.button-account:hover .right-button, .button-static:hover .right-button, .button-classique:hover .right-button {
	background-position:top right;
}
.button-account:hover .content-button, .button-static:hover .content-button, .button-classique:hover .content-button {
	color:white;
	background-position:top;
}


/* ------------------------------------------------------------- #END BUTTON ------------------------------------------------------- */