/* CSS Document */
em { font-size:90%; }
#photo-entree {
	display:block;
	background:url(/2009/images/binder/binder.jpg);
	height:166px;
	width:798px;
	border:none;
	margin-bottom:0;
}

ul#liste_galeries {
	display:block;
	list-style:none;
	padding:0; margin:0;
	
	height:200px;
	overflow:auto;
	border:1px dotted #CCC;
	
	background:#fff url(/2009/images/binder/fond_liste_galeries.jpg) 0% 0%;
	
	margin-bottom:10px;
}
ul#liste_galeries li {
	padding:0 4px;
	background:transparent url(images/binder/fond_liste_galeries_li.jpg) 0% 200% no-repeat;
	height:30px;
	line-height:30px;
}
ul#liste_galeries li:hover {
	background:transparent url(images/binder/fond_liste_galeries_li.jpg) 0% 100%;
	cursor:default;
	color:#000;
}
ul#liste_galeries li.head {
	color:#999;
	text-transform:uppercase;
	font-weight:bold;
	
	border-bottom:1px solid #999;
}
ul#liste_galeries li.head:hover {
	background:none;
}

#contact_form { color:#f4f4f4; }
#contact_form ul { text-align:left; margin-left:10px; }
#contact_form ul li { color:#f4f4f4; list-style:square; cursor:default; }
#contact_form ul li.head { margin-top:10px; font-weight:bold; list-style:none; margin-left:0; }
#contact_form #prix {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:1.2em;
	color:#f07410;
	
	font-variant:small-caps;
	
	border-bottom:1px dotted #f4f4f4;
	margin:20px 40px 10px;
	padding-bottom:10px;
}
#contact_form #prix span {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:0.9em;
	text-transform:none;
	font-variant:normal;
	font-weight:normal;
	font-style:italic;
}
fieldset {
	border:none;
	margin:0 40px 15px 40px;
	text-align:left;
	padding:15px 0;
}
#cgv {
	max-height:50px;
	overflow:auto;
	font-size:9px;
	padding:0 5px;
	border:1px solid #999;
	
	margin-bottom:10px;
}
#cgv p { margin:0; padding:0; }

fieldset label { display:inline-block; font-size:1.1em; color:#F4F4F4; width:50%; text-align:right; padding-right:3px; margin-bottom:10px; }
fieldset label:hover { color:#fff; }
fieldset .error { display:none; color:#f00; padding-left:51%; }
fieldset .text-input { border:1px solid #fff; padding:3px; }
.border-red { border:2px solid red; }
fieldset span { font-size:1.1em; color:#F4F4F4; }
fieldset .text-input:hover, fieldset .text-input:focus {
	border:1px solid #ef790d;
}
fieldset .separation { height:1px; margin:15px 0; border-bottom:1px dotted #f4f4f4; }
fieldset .div-button { text-align:center; }
fieldset .button { margin:10px 0;}
form h3, form h2 {
	color:#F4F4F4;
	margin-top:10px;
	margin-bottom:17px;
}
form h2 {
	font-size:1.3em;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
}
fieldset #recap { margin-bottom:10px; }

dt.princ, dd.princ {
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:1.1em; 
}
dt.total, dd.total {
	font-size:1.1em;
	text-align:right;
	font-weight:bold;
}

fieldset #recap dl { font-size:1.1em; }
fieldset #recap dt {
	float:left;
	width:75%;
}
fieldset #recap dd { text-align:right; }
fieldset #recap dd span { font-size:1em; }