@CHARSET "UTF-8";

.admin_table{
	width: 100%;
}

.admin_table tr td{
	padding: 4px;
}

.admin_table thead tr td{
 background: #CFCFCF;
}

table.magasin{
	width: auto;
	margin: auto;
}

table.magasin td{
 background: url('/images/shadow.jpg') no-repeat;
 width: 213px;
 height: 155px;
 padding: 0px;
 vertical-align: top;
}

table.magasin td img{
	border: 1px solid white;
}

table.magasin td div{
	margin-top: 10px;
}

ul.gallery li{
 display: inline;
 padding: 4px;
}

ul.gallery li img{
	border: 1px solid white;
	opacity: 0.7;
}

ul.gallery li img:hover{
	opacity: 1;
}

.delete{
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}

img.imgChapo{
 border: 1px solid white;
}

.toggle{
	cursor: pointer;
}

table.imgtext{
	width: 100%;
}

table.imgtext tr td{
	vertical-align: top;
	padding: 4px;
}

form.contact label{
	float: left;
	width: 150px;
}

form.contact{
	margin-left: 60px;
}

form.contact input.field, form.contact textarea, input.field{
 background: #333;
 padding: 2px;
 border: 1px solid #A5A5A5;
 font-size: 10px;
}

a.active{
	color: white;
	text-decoration: none;
}

.accordion_toggle{
	cursor: pointer;
}


table.promos{
	width: 100%;
    margin-bottom: 20px;
}

table.promos tr td{
	padding: 4px;
}

.barre{
	text-decoration: line-through;
	font-weight: bold;
	color: red;
}

.new{
	font-weight: bold;
	color: green;
}

.titreChapo img{
	padding-left:25px;
	padding-right:50px;
	padding-top:20px;
}

.titreChapo td:first-child{
	padding-right: 10px;
	background: url('../design/photo_frame.jpg') no-repeat;
	width: 163px;
	height: 143px;
}

