
@import url(http://fonts.googleapis.com/css?family=Homemade+Apple);
/*
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
* {
  margin: 0;
  padding: 0;
}
*/

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
  margin: 0;
  background-image: url(../images/extensiblehead.jpg);
  background-repeat: repeat-x;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.9em;
  
}
a {
  color: #3e3e3e;
}
a:hover {
  text-decoration: none;
}

/*#p_tarif {
  font-size: 1.1em;
}*/

p {
  font-size: 1.1em;
  padding-bottom: 20px
} 

#header {
  margin: 0;
  background: transparent url(../images/header.jpg) no-repeat scroll 0% 50%;
  width: 373px;
  height: 153px;
}
#header span {
  display: none;
}
#menuhorizontal {
  margin: -96px 0 0 362px;
  height: 27px;
  list-style-type: none;
}
#menuhorizontal li {
  margin: 0 4px 0 5px;
  background: transparent url(../images/menuheader_grand.jpg) no-repeat scroll 0% 50%;
  float: left;
  display: block;
  width: 110px;
  /*width: 81px;*/
  height: 27px;
  line-height: 15px;
  text-align: center;
}

#menuhorizontal li a {
  color: #ffffff;
  font-size: 1em;
  text-decoration: none;
}
#menuhorizontal li a:hover {
  text-decoration: underline;
}
#connexion {
  margin: 24px 0 0 370px;
  padding: 7px 0;
  height: 45px;
  color: #fb8800;
   font-size: 1.5em;
  /*color: #6a6a6a;*/
}
#menuvertical {
  margin: 57px 0 0;
  width: 140px;
  float: left;
  list-style-type: none;
  z-index:100;
}
#menuvertical li {
  margin: 7px 0 0;
  background: transparent url(../images/menuvertical.jpg) no-repeat scroll 0% 50%;
  display: block;
  width: 140px;
  height: 25px;
  line-height: 25px;
  text-align: right;
}
#menuvertical li a {
  margin: 0 10px 0 0;
  color: #ffffff;
  text-decoration: none;
}
#menuvertical li a:hover {
  text-decoration: underline;
}
#contenu {
  margin: 45px 0 0 185px;
  /* width: 670px; */
  width: 758px;
  /* border-style: solid; */
  z-index: 1;
}

#contenu h1 {
  margin: 25px 9px 20px 0 ;
  color: #fb8800;
  font-size: 3em;
  
}

#contenu h2 {
  margin: 25px 9px 20px 0 ;
  color: #fb8800;
  font-size: 2em;
  
}

#contenu h3 {
  margin: 5px 9px 10px 0;
  color: #fb8800;
  font-size: 1em;
}

#txt_ippt {
  font-size: 1.7em;
  text-decoration: blink;
  margin-left: 10%;
  position: relative;
}
#footer {
  margin: 50px 0 0 185 px;
  clear: both;
  text-align: center;
}

