/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
body{
	background: #6492b4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #354859;
}
.corps, .goHome{
	width: 800px;
	margin: 0 auto;
}
#hideme{
	background: #3276a3;
	border: 6px solid #fff;
	width: 582px !important;
	width: 604px;
	margin: 0 auto;
}
.actions, .corps ul{
	float: left;
	background: #C1E1EC;
	border-top: 6px solid #fff;
	border-bottom: 6px solid #fff;
	height: 240px;
	margin: 55px 0 55px 0;
	height: 340px;
}
.actions{
	width: 130px;
	padding: 5px 15px 0;
	height: 350px;
}
h1{
	margin: 0 0 5px;
	font-size: 14px;
}
h2{
	margin: 0 0 5px 0;
	font-size: 12px;
}
a{
	text-decoration: underline;
	color: #e65322;
}
a:hover{
	text-decoration: underline;
}
.select, .closeme, .mailMe, .retourDetails{
	display: block;
	width: 100px;
	height: 11px;
	padding: 2px 0 5px 12px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
}
.select{
	background: #177ad5 url(../artisanat-maroc-images/commun/select-bg.jpg) no-repeat 0 0;
	margin-top: 15px;
}
.select .fleft{
	margin-top: 0;
}
.closeme{
	background: #e68200 url(../artisanat-maroc-images/commun/close-bg.jpg) no-repeat 0 0;
}
.mailMe{
	background: #c40e00 url(../artisanat-maroc-images/commun/mailme-bg.jpg) no-repeat 0 0;
	width: 120px;
}
.retourDetails{
	background: #325d88 url(../artisanat-maroc-images/commun/details-bg.jpg) no-repeat 0 0;
	width: 125px;
}
.retourDetails .auCentre{
	margin: 0 auto;
}
#retourDetails{
	display: none;
}
.selected{
	display: block;
	float: right;
	background: #177ad5 url(../artisanat-maroc-images/commun/checked.gif) no-repeat 0 0;
	width: 12px;
	height: 12px;
	padding: 0 4px 0 0;
}


.details, #mailToFriend{
	background: #C1E1EC;
	float:left;
	border: 6px solid #fff;
	margin: 32px 0;
}
.details{
	background: #C1E1EC;
	float:left;
	width: 320px;
	border: 6px solid #fff;
	min-height: 400px;
	padding-bottom: 20px;
}
.details img{
	display: block;
	margin: 0 auto;
}
textarea{
	background: none;
	border: none;
	height: 80px;
	/*color: #c40e00;*/
	width : 100%;
	/*overflow: hidden;*/
	margin: 0 0 5px 0;
	text-align: center;
	font-size: 12px;
}
#mailToFriend{
	padding: 10px;
	width: 300px;
	border: 6px solid #fff;
	height: 400px;
}
#mailToFriend fieldset{
	border: none;
}
#mailToFriend legend{
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #e65322;
}
#mailToFriend label{
	display: block;
	float: left;
	width: 140px;
	margin: 0 3px 5px 0;
}
#mailToFriend label.large{
	width: 250px;
}
#mailToFriend input{
	background: #fbfdfc;
	border: 1px solid #3276a3;
	width: 145px;
	margin: 0 0 5px 0;
}
#mailToFriend textarea{
	background: #fbfdfc;
	border: 1px solid #3276a3;
	width: 292px;
	height: 80px;
	/*color: #c40e00;*/
	margin: 0 0 5px 0;
	text-align: left;
	font-size: 12px;
}

#image{
}
.corps ul{
	width: 80px;
	padding: 15px 5px 0;
	list-style: none;
}
.corps li{
	margin: 0 0 15px;
	height: 68px;
	overflow: hidden;
}
a img{
	border: none;
	display: block;
	margin: 0 auto;
}

#mailToFriend{
	display: none;
}
.error{
	color: #c40e00;
	font-size: 9px;
}

.goHome, .goHome a{
	color: #fff;
}

.blue{
	color: #006699;
}
.center{
	text-align: center;
}
.fleft{
	float: left;
}
.fright{
	float: right;
}
.clear{
	position: absolute;
	clip: rect('0', '0', '0', '0');
	clear: both;
}
