.contactform input, .contactform textarea{
background-color:#f6f6f6;
	border:1px solid #eeeeee;
padding:3px;
font-family:Arial, Helvetica, sans-serif;
}
.fbsubmit, .cms_submit{
        color:#fff;
background-color:#3eb0f9;
	font-weight: bold;
	border: 0px solid #e5e5e5;
	padding:2px 5px;
        cursor:pointer;
}

.contactform input[type=submit]{
	background-color:#709259;
padding:5px;
}

.cms-guestbook-entry{
   padding-bottom:20px;
}


fieldset{
background: #f2f2f2;
	padding: 10px;
	margin:15px;
	border:1px solid #fff;
}
.cms_textfield, .cms_textarea, #counter{
 background-color:#fff;
    border:1px solid #c7c6c6;
    padding:3px;
}
.cms-guestbook-pagination_header{
font-size:0.85em;
color:#0799ff;
font-style:italic;
}
.nms_subscribe {
padding:0 15px 15px 15px;
}
.nms_subscribe form label{
width:40px;
clear:left;
float:left;
display: block;
border:0px solid red;
}
.nms_subscribe form input[type=text]{
margin:3px;
padding:0;
}
.nms_subscribe form input[type=submit]{
background-color:#688853;
color:#fff;
padding:2px 10px;
border:none;
cursor:pointer;
}


/* Stylesheet: loth_form_css Modified On 2013-11-07 00:43:49 */
body {
	font: 100%/1.4 Georgia, "Times New Roman", Times, serif;
	
	background: #607e38 url(https://gisele-loth.com/uploads/images/fond_ecran/photo-fond.jpg) no-repeat top center;
	-webkit-background-size: 100% auto;
 	-o-background-size: 100% auto;
 	-moz-background-size: 100% auto;
  	background-size: 100% auto;
	background-attachment: fixed;

/*
	background: #005837 url(https://gisele-loth.com/images/photo-background.jpg) no-repeat top center;
	-webkit-background-size:  auto;
  	-o-background-size:  auto;
  -	moz-background-size:auto;
  	background-size:  auto;
	background-attachment: fixed;
	*/
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #d92f7c;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #d92f7c;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 960px;
	background: #f0efca;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	-webkit-box-shadow: 0px 0px 15px 5px rgba(67, 67, 67, .75);
 -moz-box-shadow: 0px 0px 15px 5px rgba(67, 67, 67, .75);
box-shadow: 0px 0px 15px 5px rgba(67, 67, 67, .75); 
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background: #f0efca url(https://gisele-loth.com/images/bg_header.png) repeat-x;
	height:175px;
	
}
.header h1{
	color:#d92f7c;
	font-size:46px;
	text-transform:uppercase;
	padding:20px 0 0 30px;
	margin:0;
	font-weight:normal;
}
.header h2{
	color:#d92f7c;
	padding:0 0 35px 30px;
	margin:0;
	font-size:16px;
	font-weight:normal;
}
.logo{
	float:right;
	margin-right:20px;	
}
.sidebar1 {
	float: right;
	width: 230px;
	background: #dbca8c;
	padding: 15px 0 0 0;
	margin: 0 20px 20px 20px;
}
.sidebar1 p, .sidebar1 form {
font-size:0.8em;
}
.sidebar1 h1{
padding-bottom:0;
margin-bottom:0;
}
.content {
margin:0;
	padding: 10px 0;
	width: 690px;
	float: right;
border:0px solid red;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}


/* ~~ The footer ~~ */
.footer {
	padding: 10px;
	margin:15px;
	background: #f0efca;
	text-align:center;
	color:#a59146;
	font-size:0.8em;
	border-top:1px solid #dbca8c;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}
.footer a{
	color: #867432;
	text-decoration: none;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.photoaccueil{
	width:410px;
	height:280px;
	float:left;
	margin-left:15px;
	background-color:#709259;
	border:0px solid red;
padding:0;
}

.texteaccueil{
	height:260px;
	width:260px;
	background-color:#709259;
	color:#fff;
	float:left;
	padding:10px 0;
	overflow:auto;
	font-size:12px;
border:0px solid black;
	
}
.cadreaccueil{
	width:303px;
	background-color:#dbca8c;
	float:left;
	padding:10px;
	margin:15px 6px 15px 15px;
	clear:right;
}
.cadreaccueil h1, .cadreaccueil p, .cadreaccueil h2{
padding:0;
}
.cadreaccueil p{
font-size:13px;
}
.cadreaccueil ul a{
color:#000;
font-size:13px;
}

.livreconseil{
float:left;
margin:0 10px 10px 10px;
border:3px solid #fff;         
-webkit-box-shadow: #666 0px 0px 6px;
-moz-box-shadow: #666 0px 0px 6px;
box-shadow: #666 0px 0px 6px;
}
.rechesyaccueil{
float:left;
margin:0 10px 0 0;
border:3px solid #fff;         
-webkit-box-shadow: #666 0px 0px 6px;
-moz-box-shadow: #666 0px 0px 6px;
box-shadow: #666 0px 0px 6px;
}
.liens p{
margin-top:0;
margin-bottom:0;
padding-top:0px;
padding-bottom:0px;
}
 .tabloouvrage p, .item-properties p{
text-align:justify;
}
.extrait{

}
/* Stylesheet: loth_layout_css Modified On 2013-11-29 18:20:40 */
/* by Alexander Endresen and mark and Nuno */
#menuwrapper {
/* no margin/padding so it fills the whole div */
	margin: 0;
	padding: 0;
	background:#709259 url(https://gisele-loth.com/images/bg_menu.png) repeat-x;

}
.clearb {
/* needed for some browsers */
	clear: both;
}

ul#primary-nav, ul#primary-nav ul {
/* remove any default bullets */
	list-style-type: none;
	list-style-image:none;
	margin: 0;
	padding: 0;

}
ul#primary-nav {
/* pushes the menu div up to give room above for background color to show */
	padding: 0px;
/* keeps the first menu item off the left side */
border:none;
}
ul#primary-nav ul {
/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */
	position: absolute;
/* top being the bottom of the li it comes out of */
	top: auto;
/* keeps it hidden till hover event */
	display: none;
/* same size but different color for each border */
border:none;

}

ul#primary-nav li {
/* floating left will set menu items to line up left to right else they will stack top to bottom */
	float: left;
/* no margin/padding keeps them next to each other, the padding will be in the "a" */
	margin: 0px;
	/*padding: 0 20px;*/
	/*width:88px;*/
	height:32px;
	text-align:center;
	color:#fff;
	
}

/* set the "a" link look here */
ul#primary-nav li a {
/* specific font size, this could be larger or smaller than default font size */

	color: #fff;
	padding: 7px 15px;
	display: block;
	text-decoration: none;
	font-weight:bold;
	font-size:0.8em;
	margin:0px;
	font-style:normal;
	border-right:1px solid #76995e;
	background:#709259 url(https://gisele-loth.com/images/bg_menu.png) repeat-x;
	
	
}
ul#primary-nav li a:hover {
	background:  transparent url(https://gisele-loth.com/images/bg_menu_on.png) repeat-x;
	color:#fff;
	text-decoration: underline;
	background: #668551;
	
}
ul#primary-nav li li a:hover {
/* this is set to #000, black, below so hover will be white text */
	
	
}
ul#primary-nav li a.menuactive {
color: #000;
/* bold to set it off from non active */
	font-weight: bold;
/* set your image here */
	background: #668551;

}
ul#primary-nav li a.menuactive:hover {
	color: #000;
/* keep it the same */
	font-weight: bold;
	background: #668551;
}
ul#primary-nav ul li a.menuactive, ul#primary-nav ul li a.menuactive:hover {
font-weight: normal;
border:none;
border-left: 0px solid red;
background: #709259;
}
ul#primary-nav li a.menuparent  {
	/*background:  #92c82a url(https://gisele-loth.com/images/menu_bg.gif) repeat-x;
	color: #fff;
	*/
}
ul#primary-nav li a.menuparenth  {
	background:  #709259;
	color: #fff;
	border:0px solid pink;
}
ul#primary-nav ul ul {
/* now we move the next level ul down from the top a little for distinction */
	margin-top: 10px;
/* pull it in on the left, helps us not lose the hover effect when going to next level */
	margin-left: -1px;
/* keeps the left side of this ul on the right side of the one it came out of */
	left: 100%;
/* sets the top of it inline with the li it came out of */
	top: 0px;
	
	
}
#primary-nav li li {
/* Set the width of the menu elements at second level. Leaving first level flexible. */
	width: 250px;
/* removes any left margin it may have picked up from the first li */
	margin-left: 0px;
/* keeps them tight to the one above, no missed hovers */
	margin-top: 0px;
/* removes the left float set in first li so these will stack from top down */
	float: none;
/* relative to the ul they are in */
	position: relative;
	border-bottom: 0px solid #76995e;
	border-top:0px solid #e5e5e5;
	border-left:0px solid #e5e5e5;
	border-right:0px solid #e5e5e5;
	padding:0px;
	background:  #709259;
}

#primary-nav li li a.menuparent span {
/* makes it hold a shape */
	display: block;
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
	background:  url(https://gisele-loth.com/images/fleche_menu.png) no-repeat 98% center;
	
}
/* gif for IE6, as it can't handle transparent png */

* html #primary-nav li li a.menuparent span {
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
	background:  url(https://gisele-loth.com/images/fleche_menu.png) no-repeat 98% center;
}
ul#primary-nav li ul a {
/* insures alignment */
	text-align: left;
	margin: 0px;
/* keeps it relative to it's container */
	position: relative;
/* less padding than first level no need for large links here */
	padding: 3px 3px 3px 10px;
/* if first level is set to bold this will reset this level */
	font-weight: normal;
/* first level is #FFF/white, we need black to contrast with light background */
	color: #fff;
	border-bottom: 0px solid #fff;
	border-right: 0px solid #fff;
	border-left: 0px solid #fff;
	border-top: 1px solid #94be78;
	text-transform:none;
	background:  #709259;
}
ul#primary-nav li ul a:hover {
	background:  #709259;
}
ul#primary-nav li ul {
/* very lite grey color, by now you should know what the rest mean */
	/*background:  #fff ;*/
	margin: 0px;
	padding: 0px;

	position: absolute;
	width: auto;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
	border:none;
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 1;
/* CSS 3 */
}
ul#primary-nav li ul ul {
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 1;
/* CSS 3 */
}
/* Styling the appearance of menu items on hover */
#primary-nav li:hover,
#primary-nav li.menuh,
#primary-nav li.menuparenth,
#primary-nav li.menuactiveh {
/* set your image here, dark grey image */
         background:  transparent;
	color: #000;

}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add
#primary-nav li:hover ul ul ul,
#primary-nav li.menuparenth ul ul ul,
*/
#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul {
	display: none;
	background:  #709259;
}
/* for fourth level add
#primary-nav ul ul ul li:hover ul,
#primary-nav ul ul ul li.menuparenth ul,
*/
#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul {
	display: block;
}
/* IE6 Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}

/* Stylesheet: loth_menu_css Modified On 2013-11-29 18:36:14 */
