body {
	background-color: #d4d0c8;
	font-family: Arial;
	font-size: 11px;
	scrollbar-face-color:#d4d0c8; /* couleur du dessus des boutons et de la barre de défilement */
    scrollbar-arrow-color:#666633; /* couleur des flèches */
    scrollbar-track-color:#FFFFFF; /* couleur du fond de la barre */
    scrollbar-highlight-color:#cccccc; /* couleur claire du relief des boutons */
    scrollbar-shadow-color:#d4d0c8; /* couleur sombre du relief des boutons */
    scrollbar-3dlight-color:#d4d0c8; /* couleur claire du relief des boutons quand ceux-ci ne sont pas  enfoncés */
    scrollbar-darkshadow-color:#CCCCCC; /* couleur sombre du relief des boutons quand ceux-ci ne sont pas enfoncés */

}
.body-popup {
	background-color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  ACCUEIL  ++++++++++++++++++++++*/
#photo_accueil {
	display: block;
	width: 850px;
	height: 521px;
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bochet-lemoine_accueil.jpg);
	background-repeat: no-repeat;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}
#btn_entrer {
	font-size: 24px;
	font-family: Arial;
	color: #d4d0c8;
	display: block;
	padding-top: 496px;
}
#btn_entrer a:link {
	color: #d4d0c8;
	text-decoration: none;
}
#btn_entrer a:visited {
	color: #d4d0c8;
	text-decoration: none;
}
#btn_entrer a:hover {
	color: #003300;
	text-decoration: none;
}
#btn_entrer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#adresse_accueil {
	display: block;
	width: 850px;
	height: 79px;
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Times;
	color: #000000;
	background-image: url(images/bochet-lemoine_adre-accueil.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
}
#adresse_accueil h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 2px;
}
#adresse_accueil h2 {
	font-size: 24px;
	font-weight: 900;
	margin-top: 0px;
	margin-bottom: 8px;
}
#adresse_accueil a:link {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #003300;
}
#adresse_accueil a:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #003300;
}
#adresse_accueil a:hover {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}
#adresse_accueil a:active {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#copyright_accueil{
	font-size: 9px;
	color: #666633;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	margin-top: 0px;
}
#celuga {
	float: right;
	display: block;
}
#celuga a:link{
	text-decoration: none;
	color: #666633;
}
#celuga a:visited{
	text-decoration: none;
	color: #666633;
}
#celuga a:hover{
	text-decoration: underline;
	color: #003300;
}
#celuga a:active{
	text-decoration: none;
	color: #FFFFFF;
}/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  CONTENUS  ++++++++++++++++++++++*/
#conteneur {
	width: 992px;
	height: 606px;
	display: block;
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
}
#bloc_Gauche {
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	width: 247px;
	height: 543px;
}
#bloc_Droit {
	background-image: url(images/fond_contenus.gif);
	width: 743px;
	height: 558px;
	background-repeat: no-repeat;
	background-position: top right;
}
#tableau-contenus {
	height: 430px;
	overflow: auto;
	width: 724px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 26px;
	text-align: justify;
	display: block;
	padding-right: 4px;
}
#tableau-contenus a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;	
}
#tableau-contenus a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;	
}
#tableau-contenus a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #d4d0c8;
}
#tableau-contenus a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #d4d0c8;
}
#adresse_contenus {
	width: 743px;
	height: 43px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Times;
	color: #000000;
	background-image: url(images/fond_bas-contenus.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	margin-top: 0px;
	background-position: center bottom;
	padding: 0px;
	display: block;
	position: relative;
}
#adresse_contenus h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 4px;
	display: inline;
}
#adresse_contenus h2 {
	font-size: 18px;
	font-weight: 900;
	margin-top: 0px;
	display: inline;
	padding-left: 8px;
}
#adresse_contenus a:link {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #003300;
}
#adresse_contenus a:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #003300;
}
#adresse_contenus a:hover {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}
#adresse_contenus a:active {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#copyright_contenus{
	font-size: 9px;
	color: #666633;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 992px;
	margin-top: 0px;
}
.champs-textes {
	background-color: #FFFFFF;
	font-size: 10px;
	color: #000000;
	border: dashed #CCCCCC 1px;
}
.btn-envoyer {
	background-color: #FFFFFF;
	font-size: 12px;
	color: #000000;
	border: dashed #CCCCCC 1px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-top: 2px;
	display: block;
}
.champs-obligatoires {
	font-size: 9px;
	color: #CC0000;
}
.titres-tableaux {
	color: #FFFFFF;
	font-size: 12px;
	font-variant: small-caps;
	letter-spacing: 1px;
}
/*======================= CONTENU BLEU ============================*/
#menu-bleu {
	background-image: url(images/bochet-lemoine-menus/fond_menu-presentation.gif);
	background-repeat: no-repeat;
	width: 741px;
	height: 95px;
	background-position: center center;
}
#contenu_bleu {
	height: 466px;
	font-size: 12px;
	font-family: Arial;
	color: #003366;
	padding-right: 8px;
	padding-top: 2px;
	padding-left: 8px;
	padding-bottom: 1px;
	text-align: right;
}
/*============================= Contenu Vert ==================*/
#menu-vert {
	background-image: url(images/bochet-lemoine-menus/fond_menu-gite.gif);
	background-repeat: no-repeat;
	width: 741px;
	height: 95px;
	background-position: center center;
}
#contenu_vert {
	height: 466px;
	font-size: 12px;
	font-family: Arial;
	color: #003300;
	padding-right: 8px;
	padding-top: 2px;
	padding-left: 8px;
	padding-bottom: 1px;
	text-align: right;
}
.vert-img{
	border-bottom: solid #003300 4px;
	border-right: solid #003300 4px;
	
}
/*============================= Contenu rouge ==================*/
#menu-rouge {
	background-image: url(images/bochet-lemoine-menus/fond_menu-cuvees.gif);
	background-repeat: no-repeat;
	width: 741px;
	height: 95px;
	background-position: center center;
}
#contenu_rouge {
	height: 466px;
	font-size: 12px;
	font-family: Arial;
	color: #330000;
	padding-right: 8px;
	padding-top: 2px;
	padding-left: 8px;
	padding-bottom: 1px;
	text-align: right;
}
/*============================= Contenu marron ==================*/
#menu-marron {
	background-image: url(images/bochet-lemoine-menus/fond_menu-tarifs.gif);
	background-repeat: no-repeat;
	width: 741px;
	height: 95px;
	background-position: center center;
}
#contenu_marron {
	height: 466px;
	font-size: 12px;
	font-family: Arial;
	color: #663300;
	padding-right: 8px;
	padding-top: 2px;
	padding-left: 8px;
	padding-bottom: 1px;
	text-align: right;
}
/*============================= Contenu noir ==================*/
#menu-noir {
	background-image: url(images/bochet-lemoine-menus/fond_menu-contact.gif);
	background-repeat: no-repeat;
	width: 741px;
	height: 95px;
	background-position: center center;
}
#contenu_noir {
	height: 466px;
	font-size: 12px;
	font-family: Arial;
	color: #000000;
	padding-right: 8px;
	padding-top: 2px;
	padding-left: 8px;
	padding-bottom: 1px;
	text-align: right;
}

