/* CSS Document */
* {
  padding: 0;
  margin: 0;
}
body {
	font-size: 100%;
}
ul {
	list-style-type: none;
}
html {
  background: white url("fond.gif") repeat-x;
  color: black;
  font: 76% "times new roman", serif;
}


#page {
  margin: 50px auto 20px auto;
  padding-top: 15px;
  width: 756px;
}
#header {
	position: relative;
}
#logo {
  background: url("header.png") repeat-x;
  height: 177px;
}
#logo img.maison {
	position: absolute;
	top: -63px;
	left: -30px;
	z-index: 1;
	
}
#logo img.soleil {
	position: absolute;
	top: -43px;
	left: 570px;
	
}
#logo h1#slogan {
	position: absolute;
	left: 100px;
	top: 20px;
	color: #CC3300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
}
#logo h1#slogan span {
	font-size:16px;
	position: relative;
	left: 80px;
	top: 5px;
}

#menu {
  background: #4BD21E;
  height: 22px;
  font: bold 12px/22px arial, sans-serif;
  text-align: center;
  /*margin-bottom: 5px;*/
  z-index: 2;
}
#menu li {
  display: inline;
}
* html #menu li {
  margin-left: -1px;
}
#menu li a {
  color: #000000;
  padding: 0 1em;
  text-decoration: none;
}
#menu li a:hover {
  color: #F6FCE9;
  text-decoration: none;
}
#menu li strong.active {
  color: #F6FCE9;
}



.content {
  border-left: 3px solid #4BD21E;
  border-right: 3px solid #4BD21E;
  background: #F6FCE9;
  padding-bottom: 1px;
  overflow: hidden;
}
.content div.spacer {
	clear: both;
}

.maincontent {
  border-right: 1px dashed #4BD21E;
  margin: 10px auto 0 auto;
  padding: 0 10px;
  float: left;
  font: 1.2em/1.2em arial, sans-serif;
  width: 500px;
  /*background-color: #FFFFFF;*/
}
.large {
  margin: 0 auto 0 auto;
  padding: 0 10px;
  font: 1.2em/1.2em arial, sans-serif;
}
.content p, .large p {
  margin-bottom: 1em;
  margin-top: 1em;
}
.content p.retourligne {
	clear: both; /* retout à la ligne*/
}
.content h2, .large h2 {
	background: transparent url(puce.gif) left no-repeat;
	padding: 1em 2em;
	font-size: 1.1em;
    color: #CC3300;
}
.bord {
  padding: 2px;
  border: 2px solid #4BD21E;
}
.gauche {
  float: left;
  margin: 0 1em 0.5em 0;
}
.droite {
  float: right;
  margin: 0 0 0.5em 1em;
}
.lettrine {
  color: #CC3300;
  display: block;
  float: left;
  font: bold 2.2em/0.5em serif;
  padding: 0.2em 0.1em;
}
span.v_g {
  font-weight: bold;
  color: #4BD21E;
	
}
.deco {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 220px;
}
.deco i {
	font-size: 1.1em;
	font-weight: bold;
	font-size: 1.1em;
}
.deco i a {
	color: #0f0;
	font-size: 1.1em;
}
.deco h3, .centre h3 {
  color: #666;
  font-size: 1.2em;
  font-weight: bold;
}
.deco a img {
	border:0;
}
#descript {
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 0.5em;
	border: 1px dashed red;
	

}
#pied {
  background: url('footer.gif') no-repeat left bottom;
  /*border-top: 1px solid #000;*/
  clear: both;
  color: #fff;
  font: normal bold 1.2em/1.5em arial, sans-serif;
  /*padding: 0.5em 0;*/
  text-align: center;
}
#pied a {
  color: white;
  text-decoration: none;
}
#pied a:hover {
  color: red;
}
#pied .street, #pied .postal-code {
  margin-left: 2em;
}
#pied .tel {
  margin-right: 2em;
}
ul.in {
	list-style-position: inside;
}
ul.first li:first-letter {
	font-weight: bold;
	color: #CC3300;
}
ul.pad_bas li {
	padding-bottom: 10px;
}



