html, body
{
        height: 100%;
        margin: 0;
        background: white;
        background: url("./fond.png") center repeat-y;
}

#global
{
  	min-height: 100%;
	width: 1100px;
	padding:0;
	margin: 0 auto;
	position: relative;
	
	background: url("./colonnes2.jpg") center repeat-y;
	
}

div#center 
{
	/* Pour éviter la superposition 
	du pied de page et du contenu : */
	padding-bottom: 50px;
	overflow: auto;
	width: 100%;
}

div#footer 
{
	position: absolute;
	width: 100%;
	bottom: 0;
	color: black;
	border-top: thin solid blue;
	background: url("./foot.jpg") center no-repeat;
}

div#footer p
{
	font-size: 0.7em;
	text-align: center;
	margin: 0;
}

div#footer img
{
  margin: 0;
}

div#footer a
{
  text-decoration: none;
}

div#footer a img 
{
    opacity: 0.5;
    border:0
}

div#footer a:hover img 
{
    opacity: 1;
}

div#content p, ul
{
	margin-left: 10px;
	margin-right: 10px;
}

div#content h3
{
	margin-left: 10px;
}

div#content h1
{
	margin-left: 30%;
}

div#content 
{
	float: right;
	width: 80%;
	
}

div#sidebar 
{
	float: left;
	width: 20%;
	
}

div#header h1 
{
	margin: 0;
}

div#header 
{
	background: #7fcf2e url("./toptroptop.png") center no-repeat;
	color: #fff;
	height: 114px;
	border-bottom: thin solid blue;
	border-top: thin solid blue;
}

ul#menu 
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#menu li a 
{
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	margin: 2px 0;
	border-bottom: 1px solid blue;
	color: #390;
	font: small-caps 1.1em/30px Georgia,serif;
	text-decoration: none;
}

ul#menu li a:hover 
{
	color: #c30;
}

ul#liens
{
	list-style-image: url('./puce.jpg');
	margin-left: 30px;
	padding: 2px;
}

ul#liens li a
{
	font-size: 0.7em;
	text-decoration: none;
	margin: 2px 0;
}

#formulaire_livreor
{
  width: 60%;
  margin: auto;
}

#formulaire_livreor table td
{
  text-align: center;
}

.gros
{
  font-size: 1.3em;
  font-style: bold;
}

.gite
{
  font-size: 1.2em;
  font-style: bold;
}
