/*
	Mickaël GRANDSIRE
	www.Chateau-de-Rots.com
	Location de salle pour vos cocktails, seminaires, mariages,...
*/

body /* On travaille sur la balise body, donc sur TOUTE la page */
{
   width: 760px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */

   background-color: #005B00; /* Le fond de la page sera noir */
   color: white; /* Le texte de la page sera blanc */
   font-family: "times new roman",arial,Verdana,Helvetica;*/
}

h3
{
color: #EFF74B;
display: block;
background: #005B00 url(images/menu1.png) top left repeat-y;
padding: 2px 0 2px 30px;
border-top: solid 1px #003000;
border-bottom: solid 1px #003000;
font-size: 16px;
font-family: "Times new roman", Verdana,Helvetica,arial;
font-weight: 900;
text-decoration: none;
}
h4
{
display: inline;
}
#jaune
{
font-size: 20px;
color: #EFF74B;
font-weight: bold;
}		
/*---------------------------------*/
/* DEFAULTS */
div#navcontainer
{
width: 170px;
background: #005B00;
padding: 1px;
}
ul#navlist li a,ul#subnavlist li a
{
font-size: 12px;
font-family: Verdana,Helvetica,arial;
font-weight: 900;
text-decoration: none;
}
/* NAV LIST */
ul#navlist
{
list-style-type: none;
margin: 0;
padding: 0;
border-bottom: solid 1px #003000;
}
ul#navlist li 
{ 
display: inline; 
}
ul#navlist li a
{
color: #fff;	/* Couleur d'écriture*/
display: block;
background: #005B00 url(images/menu1.png) top left no-repeat;
padding: 2px 0 2px 30px;
border-top: solid 1px #003000;
width: 140px;
}
ul#navlist li a:hover 
{ 
	background: #005B00 url(images/menu2.png) top left no-repeat; 
}
ul#navlist li a#current
{
color: #EFF74B;
background: #005B00 url(images/menu3.png) top left no-repeat;
}
/*ul#navlist li a#current:hover { background: #ddd; }*/
/* SUB NAV LIST */
ul#subnavlist
{
margin: 0 0 0 13px;
list-style-type: none;
padding: 0;
}
ul#subnavlist li { display: inline; }
ul#subnavlist li a
{
display: block;
color: #666;
background: : #005B00 url(images/menu1.png) top left no-repeat;
padding: 2px 0 2px 30px;
border-top: solid 1px #003000;
height: auto;
width: 127px;
}
ul#subnavlist li a:hover { color: #FFF;background: #005B00 url(images/menu2.png) top left no-repeat; }
ul#navlist li a#subcurrent
{
color: #EFF74B;
background: #005B00 url(images/menu3.png) top left no-repeat;
}
/*----- Emplacement -----*/
#conteneur {
	position: absolute;
	width: 760px;
/*background-color:#CCCCFF;*/
/*border: 1px solid #ccc;*/
}
#titre {
text-align:center;
height: 106px;
margin: 10px 10px 10px 10px;
border-top: solid 1px #003000;
border-bottom: solid 1px #003000;
/*background: #003B00;*/
/*background-color: #99CCCC;*/
/*border: 1px solid #ccc;*/
}
#corps {
margin: 0px 10px 0px 0px;
padding: 0px 0px 0px 0px;
margin-left: 200px;
text-align:justify;
/*background-color:#9999CC;*/
/*border: 1px solid #ccc;*/
}
#menu {
margin: 0px 0px 20px 5px;
/*position: absolute;*/
float: left;
/*left:0;*/
width: 180px;
/*border: 1px solid #ccc;*/
}
#pied {
color: #000000;
border-top: solid 1px #003000;
text-align:center;
margin: 10px 10px 10px 10px;
height: 30px;
/*border: 1px solid #ccc;*/
}

tfoot /* Les cellules de fond */
{
   background-color: #006600;
   color: white;
}

.zoomplusmoins {
border-style:solid; 
background: #FFFFFF;
color: black;
}

.imgflottanter
{
   float: right;
}

.imgstop
{
   clear: both;
}

#paracenter
{
   text-align:center;
}

#pcolorj
{
color: #EFF74B;
border-top: solid 1px #003000;
font-size: 12px;
}.sammliens {  font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #000000; text-decoration: none}
.sammliens:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #CCCCCC; text-decoration: none}
.sammtitres {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #000000; text-decoration: none}
.mentions {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.mentions:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #EFF735;
	text-decoration: none;
	font-weight: bold;
}

