/*
Bienvenue dans l'Ã©diteur de CSS !

Pour en savoir plus sur le fonctionnement de l'Ã©diteur, vous pouvez vous
rendre sur cette page :
http://wp.me/PEmnE-Bt
*/
.page-title-bar {
	visibility: hidden;
	padding: 0;
}

h4 {
	margin-top: 0;
}

.img-part {
	border: 2px;
	border-style: solid;
	border-color: #996633;
	width: 75%;
}

.grande-boite {
	width: 100%;
}

.petite-boite {
	width: 90%;
}

.myButton {
	-moz-box-shadow: inset 0 1px 0 0 #a6827e;
	-webkit-box-shadow: inset 0 1px 0 0 #a6827e;
	box-shadow: inset 0 1px 0 0 #a6827e;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#996633),color-stop(1,#634b30));
	background: -moz-linear-gradient(top,#996633 5%,#634b30 100%);
	background: -webkit-linear-gradient(top,#996633 5%,#634b30 100%);
	background: -o-linear-gradient(top,#996633 5%,#634b30 100%);
	background: -ms-linear-gradient(top,#996633 5%,#634b30 100%);
	background: linear-gradient(to bottom,#996633 5%,#634b30 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#996633',endColorstr='#634b30',GradientType=0);
	background-color: #996633;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #54381e;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0 1px 0 #4d3534;
}

.myButton:hover {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#634b30),color-stop(1,#996633));
	background: -moz-linear-gradient(top,#634b30 5%,#996633 100%);
	background: -webkit-linear-gradient(top,#634b30 5%,#996633 100%);
	background: -o-linear-gradient(top,#634b30 5%,#996633 100%);
	background: -ms-linear-gradient(top,#634b30 5%,#996633 100%);
	background: linear-gradient(to bottom,#634b30 5%,#996633 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#634b30',endColorstr='#996633',GradientType=0);
	background-color: #634b30;
}

.myButton:active {
	position: relative;
	top: 1px;
}