/* BUILDOZER styles css iPhone */

/* 
/*
/* global ******************* */

* {
padding: 0;
margin: 0;
border: 0;
font-family: OCRBRegular, Verdana, "Arial Black", Arial, sans-serif;
}

html {
height: 100%;
font-size: 100%;
}

body {
height: 100%;
font-size: 1em;
line-height: 1em;
background-color: white;
}

@font-face {
font-family: 'OCRBRegular';
src: url('../fonts/Ocrb.eot');
src: local('OCRB Regular'), local('OCRB'), url('../fonts/Ocrb.woff') format('woff'), url('../fonts/Ocrb.ttf') format('truetype'), url('../fonts/Ocrb.svg#OCRB') format('svg');
} 

#homebuild {
position: absolute;
width: 100%;
height: 100%;
background-color: #e75012;
}

#photoholder {
position: absolute;
top: 50%;
left: 50%;
width: 700px;
height: 500px;
margin-top: -250px;
margin-left: -350px;
}

#thephoto {width: 700px; height: 500px;}

#mypanel {
display: none;
}

.inv {
display: none;
}

/* 
/*
/* menu ******************* */

#menu {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #000;
z-index: 500;
}

#menu-iphone {
display: block;
position: fixed;
top: 30px;
left: 15px;
z-index: 700;
}

#menu ul {
margin: 10px;
list-style-type: none;
}

#menu ul li, #menu-iphone ul li {
margin-bottom: 4px;
list-style-type: none;
}

#menu ul li a, #menu-iphone ul li a {
font-size: 0.9em;
text-transform: uppercase;
text-decoration: none;
color: #fff;
}

#menu ul li a:hover, #menu ul li a.actif, #menu-iphone ul li a:hover, #menu-iphone ul li a.actif {
color: #e75012;
}


/* 
/*
/* contenu travaux ******************* */

#boulots {
position: relative;
top: 200px;
left: 0;
width: 320px;
margin: 0 auto;
background-color: transparent;
}

a.parpaing {
position: relative;
top: 0;
left: 35px;
display: block;
width: 250px;
height: 170px;
margin-top: -80px;
text-decoration: none;
background: transparent url(../buildozer_imports/buildozer-parpaing.png) 0 0 no-repeat;
z-index: 5;
}

a.parpaing:hover {
background: transparent url(../buildozer_imports/buildozer-parpaing.png) 0 -170px no-repeat;
z-index: 100;
}

a.parpaing span {
display: none;
}

a.parpaing:hover span {
display: none;
}



/* 
/*
/* contenu refs + contact ******************* */

#contact {
position: relative;
top: 125px;
left: 0;
width: 240px;
margin: 0 auto;
padding-left: 0;
padding-top: 5px;
background-image: none;
}

#contact h1 {
padding-right: 50px;
width: 180px;}

#contact p {
margin-bottom: 3px;
width: 240px;
}

div.endblock {
position: relative;
width: 240px;
height: 100px;
background: transparent url(../buildozer_imports/buildozer-parpaing-small.png) right 50% no-repeat;
}

/* -- buildozer contact css -- */

#formu p {
width: 130px;
text-transform: uppercase;
}

div.nom, div.prenom, div.societe, div.tel, div.ville  {
float: left;
width: 230px;
margin-bottom: 10px;
}

div.cp  {
float: left;
width: 230px;
margin-bottom: 10px;
}

div.email {
clear: both;
width: 230px;
margin-bottom: 10px;
}

div.adresse, div.objet {
clear: both;
width: 230px;
margin-bottom: 10px;
}

input.size-small {width: 230px;}
input.size-mid {width: 230px;}
input.size-mid2 {width: 230px;}
input.size-wide {width: 230px;}

textarea {
border: 1px solid #000;
padding: 3px;
width: 230px;
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #000;
margin: 3px 0 15px 0;
}

/* 
/*
/* typographie ******************* */


h1 {
margin: 30px 0 10px 0;
padding: 4px 4px 2px 5px;
font-size: 0.9em;
font-weight: normal;
text-transform: uppercase;
background-color: #000;
color: #fff;
}

h2 {
margin: 30px 0 10px 0;
font-size: 1em;
font-weight: normal;
text-transform: uppercase;
color: #000;
}

address {
font-size: 0.8em;
color: #000;
margin-bottom: 10px;
font-style: normal;
}

p {
font-size: 0.8em;
color: #000;
}

a {color: #666;text-decoration: none;}
a:hover {color: #e75012;}

.legende {
color: #333;
font-size: 0.8em;
}

hr {
clear: both;
visibility: hidden;
width: 1px;
height: 1px;
}


/* 
/*
/* footer ******************* */


#footer {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 120px;
background: #000 url(../buildozer_imports/buildozer-logo-iphone.png) 100% 15px no-repeat;
z-index: 600;
}

#footer h1, #footer h2, #footer h3 {display: none;}
#homebuild h1, #homebuild h2, #homebuild h3 {display: none;}


/* 
/*
/* access + form ******************* */

#access {
position: relative;
top: 16px;
left: 0;
width: 220px;
height: 155px;
margin: 0 auto;
background-color: transparent;
}

#access p {
font-size: 0.8em;
margin-bottom: 10px;
text-transform: uppercase;
color: #fff;
}

input {
border: 1px solid #000;
padding: 3px;
margin-top: 3px;
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #000;
}

input.validor {
border: 0;
padding: 4px;
font-size: 0.8em;
font-weight: bolder;
text-transform: uppercase;
color: #fff;
background-color: #e75012;
cursor: pointer;
}

input.validor:hover {
color: #e75012;
background-color: #000;
}



