

.fiche
{
	width:240px;
	height:300px;
	/*margin:8px marge max*/
	margin:5px;
	display:inline-block;
	text-align:center;
	cursor:pointer;
}

.vignette
{
	margin-left:4px;
	height:232px;
	width:232px;
	/*background-image:url(../image/fondFicheSmall.png);*/
}

.smallDescription
{
	margin-left:4px;
	height:64px;
	width:232px;
}


.ficheBig
{
	text-align:center;
	width:910px;
	padding:25px;
	display:inline-block;
	text-align:center;
	/*
	margin:8px marge max
	background-image:url(../image/fond50.png);
	border:1px solid black;
	*/
}

.zonePhoto
{
	width:450px;
	/*border:1px solid green;*/
}
.vignetteBig
{
	height:450px;
	width:450px;
	margin-bottom:15px;
	/*background-image:url(../image/fondFicheSmall.png);*/
}

.zoneDescription
{
	width:450px;
}

.columnUnique
{
	padding-bottom:50px;
	width:960px;
}

.zoneBase
{

	display:inline-block;
	width:300px;
	margin-top:25px;
	/*border:1px solid blue;*/
}
.zoneCommande
{

	display:inline-block;
	width:400px;
	margin-top:25px;
	/*border:1px solid blue;*/
}

#boutonCommande
{
	display:inline-block;
	width:250px;
	height:30px;
	border:1px solid black;
	border-radius: 5px;
	background-color:#339933;
	cursor:pointer;
}

#boutonCommande:hover
{
	
	background-color:#55cc55;
	
}

#boutonCommande h3
{
	margin-top:3px;
}

#zoneCommande
{
	border:1px solid black;
	border-radius: 5px;
	width:400px;
	min-height:400px;
	padding:5px;
}

.patch
{
	display:inline-block;
	border:1px black solid;
	height:15px;
	width:30px;
}

.zonePhoto img
{
	border:1px solid black;
	cursor:pointer;	
}