/***************************************************************
* templates HTML : MAIN
***************************************************************/
body { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	background-color: #250717; /*8d060a*/
	margin: 0em;
	padding: 0em;
	background-image: url('../img/fond.png');
	background-repeat: repeat-x;
}

a, a:visited { text-decoration: underline; color: #FFF;}
a:hover { text-decoration: none; color: #FFF;}

p {
	margin: 0px;
	padding: 0px;
}

div.container, div.footer {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

div.container {

}

div.header {
	height: 333px;
	background-image: url('../img/haut.gif');
	background-repeat: no-repeat;
}

div.header_haut {
	height: 240px;
}

div.sep {
	height: 30px;
}

div.content {
	margin-top: -14px;
}

div.gauche {
	float: left;
	width: 437px;
	height: 350px;
	background-image: url('../img/accueil.png');
	background-repeat: no-repeat;
}

div.video {
  padding-left: 150px;
  padding-top: 192px;
}

div.droite {
	float: left;
	width: 540px;
	padding-top: 25px;
	padding-left: 10px;
}

div.newbloc {
  clear: both;
  position: relative;
  width: 990px;
  height: 150px;
  padding: 0px 0px 0px 14px;
  margin: 0px 0px 0px 0px;
}

div.bloc1 {
  width: 238px;
  height: 98px;
  float: left;
  font-size: 11px;
  background-image: url('../img/bloc-accueil-shirodhara.png');
	background-repeat: no-repeat;
	padding: 45px 0px 0px 92px;
}
div.bloc2 {
  width: 238px;
  height: 98px;
  float: left;
  font-size: 11px;
  background-image: url('../img/bloc-accueil-maternite.png');
	background-repeat: no-repeat;
	padding: 45px 0px 0px 92px;
}
div.bloc3 {
  width: 238px;
  height: 98px;
  float: left;
  font-size: 11px;
  background-image: url('../img/bloc-accueil-massages.png');
	background-repeat: no-repeat;
	padding: 45px 0px 0px 92px;
}

span.accueil-txt-bold {
  font-weight: bold;
  line-height: 20px;
} 
span.accueil-txt-normal {
  font-weight: normal;
  line-height: 20px;
}   

span.accueil-txt {
  line-height: 25px;
}

div.accueil-bloc-rdv {
  border: 3px #631444 solid;
  padding: 15px 5px 5px 5px;
  color: #3d0b25;
  width: 540px;
  font-weight: bold;
}
div.accueil-bloc-rdv a, div.accueil-bloc-rdv a:link, div.accueil-bloc-rdv a:hover{
  color: #3d0b25;
  font-weight: bold;
}
div.accueil-bloc-rdv a:link {
  text-decoration: underline;
}

span.gros {
  font-size: 28px;
}


