body
{
	font-family: Arial;
}

table
{
	border-collapse: collapse;
}

td
{
	font-size: 20px;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 2px;
}

#details td
{
	box-shadow: none;
}
	
#global
{
	width: 1580px;
	margin: auto;
}

a
{
	color: black;
	text-decoration: none;
}

#produit:hover
{
	cursor: pointer;
}

#banniere
{
	display: inline-block;
	vertical-align: middle;
	width: 200px;
}

#banniere img
{
	border: none;
}

#menu
{
	display: inline-block;
	vertical-align: middle;
	margin: auto;
	margin-top: 5px;
}

#menu ul
{
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

#menu li
{
	font-size: 12px;
	margin-left: 10px;
	list-style-type: none;
	margin-bottom: 9px;
}

#menu input
{
	border: 1px solid gray;
	width: 200px;
	height: 25px;
	font-size: 21px;
}

#sous_menu
{
	position: absolute;
	z-index: 100;
	top: 77px;
	display: none;
	width: 1580px;
	background-color: #FCFCFC;
}

#sous_menu li
{
	margin-bottom : 15px;
	margin-right: 50px;
	margin-left: 50px;
}

#sous_menu ul
{
	margin-top: 25px;
	list-style-type: none;
	float: left;
}

#sous_menu  #list_menu
{
	height: 100px;
}

#list_menu
{
	border-top: 1px solid gray;
}

#list
{
	width: 1260px;
	margin: auto;
}

#corps
{
	overflow: hidden;
}

.infos
{
	text-align: center;
}


.left_infos
{
	display: inline-block;
	font-size: 13px;
	text-align: left;
	line-height: 0.5;
}

.description
{
	color: #494949;
}

.num_color
{
	font-style: italic;
}

.right_infos
{
	display: inline-block;
}

.price
{
	margin-left: 25px;
	display: inline-block;
	font-weight: bold;
	font-size: 21px;
}

#general_block
{
		width: 1430px;
		margin: auto;
}

.infos_hover
{
	position: absolute;
	z-index: 1;
	width: 300px;
	display: none;
	height: 300px;
	background-color: white;
	color: black;
	text-align: center;
}

.infos_hover table
{
	display: inline-block;
}

.image
{
	position: relative;
	z-index: 0;
}

.size
{
	border: 1px solid #5B5B5B;
	padding-left: 8px;
	padding-right: 10px;
	background-color: white;
	color: black;
}

#sort_by
{
	height: 100px;
}

#sort_by td
{
	text-align: center;
	color: white;
}

#sort_by input[type="button"]
{
	background-color: white;
	border: 1px solid gray;
	outline: none;
}


#sort_size, #sort_color
{
	display: inline-block;
}

#sort_color input[type="button"]
{
	width: 25px;
	height: 25px;
	border: 1px solid gray;
}



#main_list
{
		width: 380px;
		margin :auto;
}

#main_list li
{
	font-size: 23px;
	margin-bottom: 15px;
	color: #237F19;
}

#left_div
{
	display: inline-block;
	padding-bottom: 70px;
}

#left_div label
{
	font-weight: bold;	
}

#left_div p, #top_form label, #top_form input, #left_div select
{
	display: inline-block;
}

#top_form label
{
	width: 200px;
	margin-bottom: 15px;
}

.column_size
{
	display: inline-block;
	margin-left: 50px;
}

.column_size label, .column_size input
{
	display: inline-block;
	width: 55px;
	text-align: center;
	font-size: 20px;
	margin-top: 15px;
}

#add_manual_color
{
	margin-top: 25px;
}

#add_select_color, #add_manual_color
{
	display: inline-block;
}

#selected_color li:hover, #form_type li:hover
{
	cursor: pointer;
}

#manual_selected_color li:hover
{
	cursor: pointer;
}

#add_paquet_table td
{
	min-width: 50px;
	min-height: 50px;
}

.choosen_product_span:hover
{
	cursor: pointer;
}

.infos_hover
{
	z-index: 1;
	width: 300px;
	height: 300px;
	background-color: white;
	color: black;
	text-align: center;
}


#more_photo img:hover
{
 cursor: pointer;
}

#block_img img:hover, #zoom_div:hover
{
	cursor: pointer;
}

#link_return
{
	border: 1px solid black;
	padding: 5px;
	border-radius: 2px;
	box-shadow: 1px 1px 1px gray;
}

#link_return a
{
	font-size: 18px;
	padding: 5px;
}

.numPage
{
	cursor: pointer;
}

.collectionName:hover
{
	cursor: pointer;
}