

/* Import de la CSS d'initialisation

----------------------------------------------------------*/



@import url(structure.css);



/* Construction (Montage)

----------------------------------------------------------*/



body { color:#009a30; font-family: Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; font-size:12px; }



h1 { color:#009a30; font-size: 1em; font-weight:bold;}

h2 { color:#009a30; font-size: 1.3em; }

h3 { color:#009a30; font-size: 1.17em; }

h4 { color:#009a30; font-size: 1em; }

h5 { color:#009a30; font-size: 0.83em; }

h6 { color:#009a30; font-size: 0.67em; }

p { color:#009a30; font-size: 1em; }

ul, ol { color:#009a30; font-size: 1em; }

li {  color:#009a30; font-size: 1em; }

a { color:#009a30; text-decoration:underline; }

a:hover { text-decoration:none; } /* si changement de couleur au survol */

a:visited { } /* si changement de couleur après le clic */

input { border-width:thin; padding:3px; color:#009a30; }

textarea { border-width:thin; padding:3px; color:#009a30; }

em { }

strong { }



#yzeo a{color:#FFFFFF; text-decoration:underline;}

#yzeo a:hover{color:#FFFFFF; text-decoration:none;}

#yzeo p{color:#FFFFFF;}





.bodyIntro p{ color: #FFFFFF; }

.bodyIntro a{color:#FFFFFF;}

.bodyIntro a:hover { color:#FFFFFF; text-decoration:none; }

.bodyIntro a:visited { color:#FFFFFF;}





/* Éléments Particuliers

----------------------------------------------------------*/



/* Placement d'images */

.imgLeft{ float:left; margin-right:1em; }

.imgRight{ float:right; margin-left:1em; }



/* Des classes d'alignement d'objets */

.aligntop { vertical-align:top; }

.alignbottom { vertical-align:bottom; }

.aligncenter { margin-left:auto; margin-right:auto; }



/* Des classes d'alignement du texte */

.left { text-align: left; }

.right { text-align: right; }

.center { text-align: center; }

.justify { text-align: justify; }



/* Des classes de formatage du texte en ligne */

.bold, .gras { font-weight: bold; }

.italic, .italique { font-style: italic; }

.strike, .barre { text-decoration: line-through; }



/* Des classes flotante */

.floatleft { float: left; padding-right:5px; }

.floatright { float: right; }



/* Les "nettoyeurs" */

.clearb { clear: both; }

.clearer { clear: both; width: 0; height: 0; line-height: 0; }



/* Formulaire de contact */

#frmEnvoi{ width:470px;}

#frmEnvoi input, textarea{ background-color:transparent; border:#ffc900 solid 1px; }

#frmEnvoi .champ { height:15px; width:200px; }

#frmEnvoi .champmessag { }

#frmEnvoi .INPUT2{ border:none;}

#frmEnvoi .field{ text-align:right; margin-top:10px; }



/*classes supplémentaires*/

.aligntexte{margin-left:280px;}



/*css : plan du site*/

#page-plan-du-site{ width:950px; margin:0 auto;}

#head-plan-du-site{

height:368px;

margin:0 auto;

background:url(../images/plan-du-site/header-plan.jpg) no-repeat;

}

#body-plan-du-site{

	background:url(../images/plan-du-site/body-plan.gif) no-repeat;

}

#content-plan-du-site{

	padding:20px 70px 20px 80px;

	text-align:justify;

}

#foot-plan-du-site{

background:url(../images/plan-du-site/footer-plan.gif) no-repeat;

height:70px;

}

#yzeo-plan-du-site{ font-size:10px;}

#yzeo-plan-du-site.img{ vertical-align:middle; }

/*#plan du site*/

/*module*/

/* ------------------*/

/*googlemaps*/

.plan {

	width: 600px;

	height: 520px;

	border: 6px solid #4f8823;

	margin-left:auto; margin-right:auto;

	

}

#map .infosbulle {

	width: 210px;

	border: none;

	margin: 0;

	padding: 0;

}

#map .infosbulle p {

	display: block;

	margin: 0;

	padding: 0px 200px 10px 50px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-style: normal;

}

.plan-titre {

	font-size: 14px;

	color: #5F0666;

	font-weight: bold;

	margin-bottom: 1em;

}

.plan-adresse {

	font-size: 12px;

	color: #333;

}

.plan-printer {

	display:block;

	text-align: right;

	padding-bottom:5px;

}

.plan-printer img, 

.plan-printer a {

	border: none;

}

/*hightslide*/

.highslide-html {

    background-color: white;

}

.highslide-html-blur {

}

.highslide-html-content {

	position: absolute;

    display: none;

}

.highslide-loading {

    display: block;

	color: #000000;

	font-size: 8pt;

	font-family: sans-serif;

	font-weight: bold;

    text-decoration: none;

	padding: 2px;

	border: 1px solid #000000;

    background-color: white;

    

    padding-left: 22px;

    background-image: url(images/graphics/loader.white.gif);

    background-repeat: no-repeat;

    background-position: 3px 1px;

}

a.highslide-credits,

a.highslide-credits i {

    padding: 2px;

    color: silver;

    text-decoration: none;

	font-size: 10px;

}

a.highslide-credits:hover,

a.highslide-credits:hover i {

    color: white;

    background-color: gray;

}



/* Styles for the popup */

.highslide {

	cursor: url(images/graphics/zoomin.cur), pointer;

    outline: none;

}

.highslide-active-anchor img {

	visibility: hidden;

}

.highslide img {

	border: 0px solid #000;

}

.highslide:hover img {



}

.highslide-wrapper {

	background: black;

}

/*boder image load-slide*/

.highslide-image {

	border: 5px solid #fefefa;

}

.highslide-image-blur {

}

.highslide-caption {

    display: none;

    border: 5px solid white;

    border-top: none;

    padding: 5px;

    background-color: white;

}

.highslide-loading {

    display: block;

	color: black;

	font-size: 8pt;

	font-family: sans-serif;

	font-weight: bold;

    text-decoration: none;

	padding: 2px;

	border: 1px solid black;

    background-color: white;

    

    padding-left: 22px;

    background-image: url(images/graphics/loader.white.gif);

    background-repeat: no-repeat;

    background-position: 3px 1px;

}

a.highslide-credits,

a.highslide-credits i {

    padding: 2px;

    color: silver;

    text-decoration: none;

	font-size: 10px;

}

a.highslide-credits:hover,

a.highslide-credits:hover i {

    color: white;

    background-color: gray;

}



a.highslide-full-expand {

	background: url(images/graphics/fullexpand.gif) no-repeat;

	display: block;

	margin: 0 10px 10px 0;

	width: 34px;

	height: 34px;

}



/* These must always be last */

.highslide-display-block {

    display: block;

}

.highslide-display-none {

    display: none;

}

/*--------------------*/



.fix-add{width:950px; margin:0 auto;}

.fix-flash{width:950px; margin:0 auto;}

.conten-accueil{width:570px; margin:0 auto; padding-left:20px;}

.res-1{width:150px; float:left;

}

.res-2{

	width:150px; 

	float:left;

	padding-left:5px;

	padding-right:3px;

}

.res-2-2{

	width:150px; 

	float:left;

	padding-left:3px;

	padding-right:5px;

}

.res-3{width:200px; float:left;}

.res-4{

	width:200px; 

	float:left;

	padding-left:10px;

	padding-right:10px;

	

}

.googlemaps{text-align:center;}

.vins{ background:url(../images/bg-vins.jpg); width:570px; height:1500px; margin:0 auto;   border:1px #009933 solid;}

.img-pizza{

	width:620px; 

	margin:0 auto;

}

.pizza-carte{

	width:605px; margin:0 auto;

	background:url(../images/bg-pizza.jpg) repeat-y;

	border:3px #009933 solid;

}

.feildset{width:550px; padding-left:10px;

padding-right:10px;}

legend{color:#009900;}

.vins1{ width:550px; }

.content{width:500px; margin:0 auto; padding-top:50px; text-align:justify;}

.content p{ color:#000000 }

.vins-title{font-size:15px; text-align:center; color:#00672f; font-weight:bold;}

.cadre-carte { width:638px; float:left; background:url(../images/carte/carte-plin.jpg) repeat-y; color:#000000 }

.cadre-carte p { color:#000000 }

.carte-left{

	width:300px;

	float:left;

	padding-left:5px;

	padding-right:5px;

	padding-top:30px;

	text-align:justify;

	border:3px #009933 solid;


}

.carte-right{

	width:300px;

	float:right;

	padding-left:5px;

	padding-right:5px;

	padding-top:30px;

	text-align:justify;

	border:3px #009933 solid;


}

.height{

	height:23px;

	#height:61px;

}

.title-carte{

	font-size:30px;

	font-weight:bold;

	font-family:"Brush Script Std";;

	color:#009900;

	text-align:center;

}

.img-left{width:310px; text-align:center; float:left;}

.pizza{

	width:520px;

	margin:0 auto;

	padding-right:10px;

	padding-left:10px;

}

.pizza1{

	width:150px;

	float:left;

}

.pizza2{

	width:150px;

	float:left;

	padding-left:6px;

	padding-right:3px;

}

.pizza3{

	width:150px;

	float:left;

	padding-left:4px;

	padding-right:7px;

}

.pates{

	width:600px;

	margin:0 auto;

	border:3px #009933 solid;

	height:950px;
	background:url(../images/carte/carte-plin.jpg) repeat-y;

}
.pates2 {

	width:600px;
	margin:0 auto;
	border:3px #009933 solid;
	background:url(../images/carte/carte-plin.jpg) repeat-y;

}
.pates p { color:#000000 }
.pates2 p { color:#000000 }


.image-1{

	width:116px;

	float:left;

	text-align:center;

	height:160px;

	

}

.image-2{

	width:133px;

	float:left;

	text-align:center;

	height:160px;

	padding-left:5px;

	padding-right:5px;

}

.image-sause{

	width:132px;

	height:210px;

	float:left;

	text-align:center;

	padding-left:5px;

	padding-right:5px;

}

.image-3{

	width:132px;

	height:140px;

	float:left;

	text-align:center;

	padding-left:5px;

	padding-right:5px;

}

.fielset-pate{

	padding-left:17px;

}

.fielset-pate-5{

	padding-left:12px;

}

legend{

	font-size:12px;

	font-weight:bold;

}

.strong-center{

	text-align:-moz-center;

	!text-align:center;

}

.icon{

	vertical-align:middle;

	padding-right:5px;

}

.pate-contenu{

	border:1px #CCCCCC solid;

	margin:0 auto;

}

.pd-p{

	padding-left:23px;

}

.pd-p1{

	padding-left:12px;

}

.clearvalidator{ clear:both; height:3px;}

/*************************************** Couleur carte ***************************************/

.red { color:#a00f19; }

.emporter { width:200px; border: 2px solid #009933; padding:3px; margin:0px auto 15px auto; text-align:center; }