/* Vajra Biguet - DoubleClic.fr */
* {
	margin:0px;
	padding:0px;
}
body {
	background-color: #000000;
	font:13px  Tahoma;
	color: #FFFFFF;
}
a {
	color: #E27129;
	text-decoration: none;
}
a:hover, a:focus {
	color: #E27129;
	text-decoration: underline;
}
.gris, .gris a {
	color: #666666
}
.blanc, {
	color: #FFFFFF;
}
#conteneur {
	position:relative;
	width: 1017px;
	height:auto;
	margin-top:20px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	z-index:1;
	position:absolute;
	height: 82px;
	width: 180px;
	left:8px;
	top:14px;
}

/* Accueil */
#page_accueil{
	margin-top: 5px;
	margin-bottom: 5px;
	background-image:url(images/vajra-acceuil.jpg);
	background-repeat:no-repeat;
	height: 593px;
}
#page_accueil_gb {
	margin-top: 5px;
	margin-bottom: 5px;
	background-image:url(images/vajra-acceuil-gb.jpg);
	background-repeat:no-repeat;
	height: 593px;
}
#flash {
	position: absolute;
	margin-left: 210px;
	margin-top: 26px;
}
#marqueecontainer{
	position: relative;
	top: 24px;
	left: 860px;
	width: 148px; /*marquee width */
	height: 217px; /*marquee height */
	background-color: #E17028;
	overflow: hidden;
	/*border: 3px solid orange;*/
	padding: 2px;
	padding-left: 4px;
	color: #FFFFFF;
}
#texte_presentation {
	position: relative;
	left: 635px;
	top: 252px;
	width: 365px;
	text-align:justify;
	font-size:12px;
}



/* Qui sommes nous */
#page1 {
	margin-top: 5px;
	margin-bottom: 5px;
	background-image:url(images/vajra-1.jpg);
	background-repeat:no-repeat;
	height: 593px;
}
#page1_gb {
	margin-top: 5px;
	margin-bottom: 5px;
	background-image:url(images/vajra-1_gb.jpg);
	background-repeat:no-repeat;
	height: 593px;
}
#texte_qui {
	position:relative;
	list-style-position:outside;
	width: 780px;
	height: 200px;
	top: 55px;
	left: 220px;
	font:12px Tahoma;
}
#plaquette {
	position:absolute;
	width: 185px;
	height:55px;
	z-index: 1;
	left: 824px;
	top: 256px;
}


/* Notre savoir-faire*/
#page2 {
	margin-top: 5px;
	margin-bottom: 5px;
	background-image:url(images/vajra-2.jpg);
	background-repeat:no-repeat;
	height: 593px;
}
#page2_gb {
	margin-top: 5px;
	margin-bottom: 5px;
	background-image:url(images/vajra-2_gb.jpg);
	background-repeat:no-repeat;
	height: 593px;
}
#texte_savoir-faire {
	position:relative;
	list-style-position:outside;
	width: 780px;
	height: 175px;
	top: 55px;
	left: 220px;
	font-family:Tahoma;
	font-size:12px;
}



/* Nos réalisations*/
#page3 {
	margin-top: 5px;
	margin-bottom: 5px;
	background-image:url(images/vajra-3.jpg);
	background-repeat:no-repeat;
	height: 593px;
}
#page3_gb {
	margin-top: 5px;
	margin-bottom: 5px;
	background-image:url(images/vajra-3_gb.jpg);
	background-repeat:no-repeat;
	height: 593px;
}
#galerie_photos {
	position:relative;
	width: 630px;
	height: 465px;
	top: 40px;
	left: 388px;
}
#photo {
	float:left;
	padding: 30px 10px 30px 10px;
}
#navi_galerie {
	position:absolute;
	left: 532px;
	top: 430px;
}
.type {
	color:#402f27;
	letter-spacing: 2px;
	list-style-position:inside;
	font-family: Times, Tahoma;
	font-size: 24px;
	text-decoration: none;
}
.type a{
	color: #402f27;
}
.type a:hover{
	color: #E27129;
}
#charpente {
	text-decoration: none;
	position:absolute;
	left:153px;
	top:270px;
}
#couverture {
	position:absolute;
	left:172px;
	top:300px;
}
#menuiserie {
	position:absolute;
	left:133px;
	top:330px;
}
#agencement {
	position:absolute;
	left:56px;
	top:360px;
}
#design {
	position:absolute;
	left:175px;
	top:390px;
}



/* Plan d'accès */
#page_plan {
	margin-top: 5px;
	margin-bottom: 5px;
	background-image:url(images/plan.jpg);
	background-repeat:no-repeat;
	height: 593px;
}
#page_plan_gb {
	margin-top: 5px;
	margin-bottom: 5px;
	background-image:url(images/plan_gb.jpg);
	background-repeat:no-repeat;
	height: 593px;
}

/* Contact */
#page_contact {
	margin-top: 5px;
	margin-bottom: 5px;
	background-image:url(images/contact.jpg);
	background-repeat:no-repeat;
	height: 593px;
}

#formulaire {
	overflow: hidden;
  font-size: 13px;
	margin-left: 284px;
	position: relative;
	width: 560px;
	height: 420px;
  margin-top: 96px;
  padding-left: 5px;

  background-color: #000;
}
#formulaire p{
  text-align: left;
}
.form-item {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
tr.odd .form-item, tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
.form-item input.error, .form-item textarea.error {
  border: 2px solid red;
}
.form-item .description {
  font-size: 0.85em;
}
.form-item label {
  display: block;
  font-weight: bold;
}
.form-item label.option {
  display: inline;
  font-weight: normal;
}
.marker, .form-required {
  color: #f00;
}
.erreur {
  font-size: 1.2em;
  text-decoration: bold;
  border: 1px solid #f00;
  color: #f00;
}
.merci  {
  font-size: 1.2em;
}

.merci a, .merci a:visited {
  color: #E27129;
  text-decoration: none;
}
.merci a:hover {
  color: #E27129;
  text-decoration: underline;
}

/* Mentions légales */
#page_mentions {
	margin-top: 5px;
	margin-bottom: 5px;
	background-image:url(images/mentions.jpg);
	background-repeat:no-repeat;
	height: 593px;
}
#page_mentions_gb {
	margin-top: 5px;
	margin-bottom: 5px;
	background-image:url(images/mentions_gb.jpg);
	background-repeat:no-repeat;
	height: 593px;
}
#texte_mentions {
	position:absolute;
	top:174px;
	left:275px;
	height:365px;
	width:640px;
	text-align:justify;
	overflow:auto;
padding-right: 10px;
}


/* Navigation */
#bandeau_navi {
	position:relative;
	left: 131px;
	top: 23px;
	width: 895px;
	height: 24px;
	background-image:url(images/bandeau_navi.png);
}
ul#menu {
	margin: 0 0 0 120px;
	padding:0;
	list-style-type:none;
}
#menu li{
	float: left;
	margin: 3px 49px 0 49px;
}
#menu a {
	font-family: Times;
	font-size: 15px;
	color: #CCCCCC;
	text-decoration: none;
}
#menu a:hover, #menu a:focus {
	color: #E27129;
	text-decoration: underline;
}

/* en anglais */
ul#menu_gb {
	margin: 0 0 0 143px;
	padding:0;
	list-style-type:none;
}
#menu_gb li{
	float: left;
	margin: 3px 58px 0 58px;
}
#menu_gb a {
	font-family: Times;
	font-size: 15px;
	color: #CCCCCC;
	text-decoration: none;
}
#menu_gb a:hover, #menu_gb a:focus {
	color: #E27129;
	text-decoration: underline;
}








#navi2 {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	color: #E27129;
}
#pied {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666666;
}
#drapeaux {
	float:left;
}
#adresse {
	float:left;
}
#contact {
	text-align: right;
}
img {
	border:none;
}
