body {
	width: 750px;
	margin: 0 auto;
	padding:  0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 16px;
	background: #961f1f url(../images/background.jpg) repeat;
}

#bandeau{
	margin:0;
	border-width: 0 1px;
	border-color:#000;
	border-style:solid;
	position:relative;
	top:0;
	left:0;
	background-image: url(../images/bandeau.jpg);
	background-repeat: repeat-x;
	width:748px;
	height:75px;
}

#page{
	margin: 0;
	color: #000;
	background-color: #fff;
	border: 1px solid black;
/*	border-top:  none; */
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background-image: url(../images/test.gif);
	position:relative;
	top:-4px;
	width:748px;
	margin-left:auto;
	margin-right:auto;
}

h2 {
	padding: 0;
	margin: 0;
}
h3 { padding:0; margin:0; display:inline; font-size:1em;}

.clear {
	clear: both;
}

a { color:#800; border-bottom:1px dotted #800; text-decoration:none;}
a:visited { color:#800; }
a:hover { background:#ffd; }

/* @group Menu */
#menu {
	width:748px;
	position:absolute;
	text-align: center;
	font-variant: small-caps;
	top: 150px;
	border-top:1px solid #000;
	z-index:2;
	
}
#menu ul, #menu li {
	padding: 0;
	margin: 0;
}
#menu li{
	list-style-type: none;
	background: #fff url(../images/test.gif);
	cursor:pointer;
}

#menu a { color: black; text-decoration: none; display: block; border:none;}
#menu a:hover{ color: white; background: #cc2928; }
#menu ul  li {
	float:left;
	border-bottom: 1px solid #000;
	width:187px;
}
#menu ul li ul li {
	width:185px;
	border:1px solid black;
	border-top:none;
	border-bottom:none;
	background: white;
}
#menu  .first{ border-top:1px dotted #000; }
/* @end */

/* @group En Tete */
#en_tete {
	padding: 10px 50px 40px 50px;
/*	padding: 30px 50px 20px 50px; */
	clear: both;
}
#en_tete .gauche{ float: left; }
#en_tete .droite{ float: right; }
.titre1,.titre2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-align: center;
	font-weight: bold;
}
.titre1{ font-size: 2em; padding-top: 15px; }
.titre2{ font-size: 1.5em; padding-top: 10px;}
/* @end */

/* @group Corps */
#corps {
	/*border: 2px solid red;*/
	padding: 30px 50px;
}

#corps p {
	padding-bottom: 0.75em;
	margin: 0;
	/*background: yellow;*/
	/*border: 2px solid green;*/
	text-indent: 20px;
	text-align: justify;
}

#corps .noindent {
	text-indent: 0;
}

#corps .photo{
	/*border: 2px solid purple;*/
	float: left;
	/* width: 300px; */
	padding-right:20px;
}

#corps .ecusson{
	height: 4.6em;
	float: left;
	padding-right: 1em;
}

#corps .titre {
	font: small-caps bold 1.25em Georgia, "Times New Roman", Times, serif;
}
img.left{
	float:left; margin-right:15px; border:1px solid #777;
}

img.right{
	float:right; margin-left:15px; border:1px solid #777;
}

a.zlink{ cursor:pointer;  }

/* @end */

#carte{ background-image: url(../images/carte.jpg);
	width:400px;
	height:430px;
	position:relative;
	border:1px solid #000;
	margin:30px auto;
	display:block;
	z-index:1;
}
#carte a { display:block; position:absolute;margin:0; padding:0; border:none; }
#carte #cornas {  top:170px; left:110px; width:117px; height:53px; }
#carte #cornas:hover { background:url(../images/carte.jpg) -110px -463px no-repeat; }

#carte #stperay {  top:223px; left:76px; width:140px; height:53px;}
#carte #stperay:hover { background:url(../images/carte.jpg) -76px -519px no-repeat; }

/* @group ZoomBox */

/* @group NoJS */

.zoom{
	clear:both;
	background: white;
	padding: 20px;
	margin: 100px;
	font-style: italic;
}
.zoom a {
	float: left;
	color: #000;
	text-decoration: none;
	padding-right: 10px;
}
.zoom img {
	border: 1px solid black;
}
/* @end */

.preload{display:none;}

#zClose{
	background-image: url(../images/close.png);
	position: absolute;
	width: 29px;
	height:29px;
	cursor: pointer;
	z-index: 15;
}
#zContent,#zComment {
	position:absolute;
	border:3px solid #000;
	background:#fff;
	padding: 0;
	z-index: 10;
}
#zContent{-moz-border-radius:18px;}
#zComment{
	border-top:0;
	-moz-border-radius-bottomright:18px;
	-moz-border-radius-bottomleft:18px;
	height:30px;
}
#zBackground{
	position: absolute; top: 0; left: 0;
	z-index: 5;
	/*background-image:url(../images/zoom_bg.png);*/
	background:#999;
	opacity:0.70;
	filter: alpha(opacity = 70);
}
#zContent,#htmlPreload{
	position:absolute;
	top: 0;
	left: 0;
	display:none;
	font-size: 90%;
	text-align:justify;
}
/* @end */


/* @group Footer */
#footer {
	clear: both;
	padding: 0;
	margin: 0 10px;
	font-size: 0.6em;
	color: #999;
	border-top: 1px dotted  #999;
}


/* @end */

/* @group Menu_noJS */
#menu_nojs{
	clear:both;
	margin:20px 0;
	padding: 5px 30px;
	border-top: 1px solid black;
	background: white;
}
#menu_nojs h2{
	margin: 2px 0;
}
#menu_nojs ul, #menu_nojs li {
	padding: 0;
	margin:  0;
	background: white;
}
#menu_nojs > ul > li {
	width: 25%;
	display: block;
	list-style-type:none;
	float: left;
}
#menu_nojs > ul > li > ul > li{
	list-style-type:none;
	display: block;
}
/* @end */

/* formulaire contact*/
#formulaire { margin-left:auto; margin-right:auto; width:470px;}
input, textarea { width:300px; padding:2px; margin:3px;border:1px solid black; -moz-border-radius:5px;}
input:focus, textarea:focus {margin:2px;border:2px solid red; background:#ffd; }
label { width: 150px; text-align:right; display:inline-block; vertical-align:top; margin:2px;}
.submit { width:100px; margin:20px 3px 3px 365px; -moz-border-radius:1em;cursor:pointer;}
.submit:hover { background:#ffd; color:red; margin:19px 2px 2px 365px; border:2px solid red; }
#message_info { margin-top:10px; padding:10px; font-size:0.85em; border:1px solid #000; font-style:italic; -moz-border-radius:10px;}
.msg_envoi { padding-left:75px; }
.msg_envoi li { margin-left:35px; }

/* tableau produits */
.produits { width:470px; margin-left:auto; margin-right:auto; border:none; border-collapse:collapse; background:#f5f5f5; border:1px solid #ddd;}
.produits .prod { width:317px; padding-left:33px;}
.produits td {border-bottom:1px solid #999; }
.produits td, #produits th { padding:4px 2px; }
.produits tr {color: #c55;  }
.produits tr.p:hover { color: #b10; background:#ffd; cursor:pointer;}
.produits th {border-bottom:2px solid #888; text-align:left;}
.produits img {cursor:pointer;}