html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body{
    margin:0px;
    background-image: url('../img/bg.jpg');
    color:#FFFFFF;
    font-family: Tahoma;
}

#page{
    position:absolute;
    top:100px;
    left:50%;
    margin-left:-354px;
    width:708px;
    height: 458px;
    background-image: url('../img/content_bg.png');
}

#menu{
    width:200px;
    height:450px;
    margin:4px 0px 4px 4px;
    float:left;
}

#logo{
    height: 109px;
    width: 200px;
    margin-bottom: 50px;
    background-image: url('../img/logo.png');
    display:block;
}

.btnmenu{
    width:200px;
    height:66px;
    margin-top:-2px;
    border:0px;
    display: block;
}

#accueilbtn{
    background-image: url('../img/accueil_off.png');
}

#servicesbtn{
    background-image: url('../img/services_off.png');
}

#devisbtn{
    background-image: url('../img/devis_off.png');
}

#contactbtn{
    background-image: url('../img/contact_off.png');
}

#accueilbtn:hover{
    background-image: url('../img/accueil_on.png');
}

#servicesbtn:hover{
    background-image: url('../img/services_on.png');
}

#devisbtn:hover{
    background-image: url('../img/devis_on.png');
}

#contactbtn:hover{
    background-image: url('../img/contact_on.png');
}

#content{
    float:left;
    width:470px;
    height:450px;
    margin:4px 4px 4px 20px;
    padding:0px 5px 0px 5px;
}

a{
    color:white;
    text-decoration:none;
}

a:hover{
    text-decoration:underline;
}

p, label{
    margin:5px 0 20px 0px;
    color:#FFFFFF;
    font-family: Tahoma;
    font-size:9pt;
    line-height: 15px;
}

p:first-letter{
    margin-left:10px;
}

h1{
    font-weight: 400;
    font-size:13pt;
    margin:15px 0px 10px -5px;
}

h2{
    font-size:11pt;
    margin-left: 5px;
    margin:5px 0px 10px 0px;
}

ul{
    font-size: 9pt;
    list-style-image: url('../img/tick.png');
    margin:10px 0 20px 10px;
}

ul li{
    line-height: 18px;
    margin:10px 0px 0px 10px;
}

.button{
    display: block;
    width:172px;
    padding-top:12px;
    height: 45px;
    height: 33px !important;
    background-image: url('../img/btn.png');
    text-align: center;
    font-size:11pt;
    position:relative;
    left:50%;
    margin-left:-86px;
    color:white;
    text-decoration: none;
}

.button:hover{
	background-image: url('../img/btn_on.png');
    text-decoration: none;
}

#htmlvalidator{
    margin-top:18px;
    display:block;
    float:left;
    height:17px;
    width:104px;
    background-image:url('../img/html.jpg');
}

#cssvalidator{
    margin-top:18px;
    display:block;
    float:left;
    height:17px;
    width:96px;
    background-image:url('../img/css.jpg');
}

sup a{
	
	font-size: 9px;
	color:#D8D8D8;
}

table td{
	color:#FFFFFF;
    font-family: Tahoma;
    font-size:9pt;
    line-height: 25px;
	vertical-align: top;
}

table td input[type=text]{
	width:180px;
	margin-left:2px;
}

textarea{
	width: 179px;
	margin-top:2px;
	height: 120px;
	margin-left: 2px;
}

.condition{
	font-size:10px;
	margin-left:20px;
	margin-bottom: 5px;
}

.condition:first-letter{
	margin:0px;
}

.extendable{
	height:340px;
	overflow: hidden;
}

#pagenbzone, #pagenbzone2{
	position:relative;
	width:470px;
	margin-left:-245px;
	left:50%;
	font-size:12px;
	background-color:#BBB;
	text-align: center;
	margin-bottom:10px;
	color:black;
}

#pagenbzone input, #pagenbzone2 input{
	font-size:10px;
}

.righttd{
	text-align: right;
}

.small{
	font-size:11px;
	color:#CCC;
}

.prix{
	font-size: 11pt;
	color:#0a659f;
	font-weight: bold;
}

.underline{
	text-decoration: underline;
}