/* CSS Document */
/* www.mchapoutier-vinetsante.com */
body {
background-color: #fff;
font: normal normal 0.9em Georgia, Palatino, Palatino Linotype, "Times New Roman", Times, serif;
margin: 0 auto;
text-align: center;
}
#global {
background: transparent url(img/bg_page.gif) right top repeat-y;
/*border: 1px solid red;*/
margin: 0 auto;
text-align: center;
width: 779px;
}
#navig {
background:  transparent url(img/bg4.gif) right top no-repeat;
height: 112px;
margin: 0;
}
#enTete {
background:  transparent url(img/bg_entete.jpg) right top no-repeat;
height: 270px;
/*border: 1px solid green;*/
margin: 0;
}
#pied {
background: transparent url(img/bg_pied.gif) right bottom no-repeat; /* bg_pied (coccinelle) */
/*border: 1px solid aqua;*/
margin: 0;
/*text-align: justify;*/
}
#contenu {
margin: 0 auto;
padding: 0 25px 70px 25px;
width: 450px;
text-align: justify;
}
#adressePied {
/*border: 1px solid aqua;*/
color: #9EAE6C;
margin: 80px auto 0 auto;
}
#adressePied a {
color: #9EAE6C;
}
a {
color: #360;
}
#adressePied p {
font-style: italic;
margin: 1em auto;
text-align: center;
}
fieldset p {
margin: 0.8em;
}
h2 {
/*background-color: #fff;*/
border-bottom: 2px solid #9C0;
color: #600;
font-size: 1.5em;
margin: 0;
padding: 10px 0;
text-align: center;
}
h3 {
font-size: 1.2em;
text-align: left;
}
p {
margin: 1em auto;
text-align: justify;
}
ul {
color: #600;
font-style: italic;
list-style-type: none;
}
li {
margin-bottom: 1em;
}
/***************************************/
/*********** Page d'accueil  ***********/
/***************************************/
body#pageAccueil #contenu {
margin: 0 auto;
padding: 0 25px 70px 25px;
width: 600px;
text-align: justify;
}
#blocGauche, #blocDroite, #blocCentre {
border: 1px solid #CCC;
padding: 5px;
width: 280px;
}
#blocGauche {
float: left;
margin: 0;
}
#blocDroite {
margin: 0 0 0 300px;
}
#blocCentre {margin: 0 auto;}
/***************************************/
/***********  Les Classes **************/
/***************************************/
.auto {
width: 100px;
}
.clearBoth {
clear: both;
}
.center {
text-align: center;
}
.floatRight {
float: right;
}
.imgFloatRight {
float: right;
margin: 4px;
}
.imgFloatLeft {
float: left;
margin: 4px;
}
.invisible {
visibility: hidden;
}
.small {
font-size: 10px;
}
.p1 {
height: 100%;
margin-bottom: 20px;
min-height: 330px;
}
.separateur {
clear: both;
visibility: hidden;
}

/****** Menu Principal ******/
#menu {
	position: relative;
	height: 24px;
	margin: 0 0 0 20px;
	top: 166px;
}
#menu li {
	float: left;
}
#menu li a {
	color: #fff;
	font: normal bold 1.1em Georgia, Helvetica, Geneva, serif;
	height: 24px;
	margin: 0 1em;
	padding: 0.1em;
	width: 220px;
	text-decoration: none;
	text-align: center;
}
#menu li a.on { /* Indique la page courante dans le menu de navigation */
color: #600;
}
#menu li a.last {
	border-right: 1px solid #fff;
}
#menu li a:hover {
	/*background: #B0B000 url(img/bg_btn_menu2.png) repeat-x;*/
	color: #600;
}
#menuCoin {
	float: right;
	position: relative;
	left: 1px;
	width: 30px;
	height: 24px;
	background: #D3D37B url(img/bg_btn_menu.png) repeat-x;
	margin-right: 2px;
}
#menu ul, #div1 li {
	margin:0;
	padding: 0;
	list-style-type: none;
}
#menu ul  {
	position: absolute;
	height: 24px;
	width: 779px; /* Plus large que le total des boutons, evite le passage a la ligne des boutons */
	left: 0px;
}

/* Formulaire de contact */
label {
	float: left;	/*** Tres important, ne pas suprimer ! ***/
	font-size: 0.8em;
	line-height: 1.8;
	margin: 0;
	padding: 0 .5em 0 0;
	text-align: right;	/*** ... et ils sont alignes a droite... ***/
	width: 20%;	/*** Les intitules prennent 1/3 de la largeur totale du formulaire... ***/
}
fieldset {
	background-color: #F1F5E7;
	margin: 1em;
	width: auto;
}
input {
width: 60%;
}
legend {
	color: #600;
	font-weight: bold;
}