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;
	vertical-align: baseline;
	background: transparent;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#CCC;

}
body {
	line-height: 1;
	background: #333;
}
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;
}

/* DEBUT page d'acceuil */
#content {
	margin:0 auto;
	width:600px;
}
#acceuil {
	float:inherit;
	clear: both;
	position: relative; top:100px;
	z-index: 1;
} 
#sideg {  
	float: left;  
	position: relative; top:130px;
	width: 290px;  
	z-index: 2;
} 
#sided {  
	float: right;
	position:relative; top:130px;
	width: 290px;
	z-index: 2;
} 
.strong {
	font-weight: 600;
	margin: 0px 0px 4px 0px;
}
/* FIN page d'acceuil */


/* DEBUT PAGE */

#container {
	margin:0 auto;
	width: 800px;
	height:600px;
}
#logo {
	float:inherit;
	position: relative;
}
#map {
	float: right;
}	
#text {
	float: left;
	position:relative; left:50px;
	width: 400px;
}
#text p {
	margin-bottom: 10px;
}
#menu {
	width: 800px;
	position: relative; top:-10px;
	border-top-width:1px;
	border-top-style:dotted;
	padding: 3px 0px 0px 0px
}
#menu.acceuil {
	width: 800px;
	position: relative; top: 6px;
	border: 0px;
	padding: 2px 0px 0px 0px;
	margin: 0px;
}
#menu.mesurage {
	width: 725px;
	position: relative; top: 6px; left: 75px;
	border-top-width:1px;
	border-top-style:dotted;
	padding: 3px 0px 0px 0px;
	margin: 0px;
	font-size: 12px;
}
#menu.dessin {
	width: 630px;
	position: relative; top: 6px; left: 170px;
	border-top-width:1px;
	border-top-style:dotted;
	padding: 3px 0px 0px 0px;
	margin: 0px;
	font-size: 12px;
}
#menu.immo {
	width: 558px;
	position: relative; top: 6px; left: 242px;
	border-top-width:1px;
	border-top-style:dotted;
	padding: 3px 0px 0px 0px;
	margin: 0px;
	font-size: 12px;
}
#menu.technique {
	width: 457px;
	position: relative; top: 6px; left: 343px;
	border-top-width:1px;
	border-top-style:dotted;
	padding: 3px 0px 0px 0px;
	margin: 0px;
	font-size: 12px;
}
#menu.event {
	width: 358px;
	position: relative; top: 6px; left: 442px;
	border-top-width:1px;
	border-top-style:dotted;
	padding: 3px 0px 0px 0px;
	margin: 0px;
	font-size: 12px;
}
#menu.interieur {
	width: 295px;
	position: relative; top: 6px; left: 505px;
	border-top-width:1px;
	border-top-style:dotted;
	padding: 3px 0px 0px 0px;
	margin: 0px;
	font-size: 12px;
}
#main {
	margin:0 auto;
	position: relative; top:10px;
}
a:link {color: #CCC; text-decoration:none;}
a:visited {color: #666; text-decoration:none;}
a:hover {color: #FFF; text-decoration:underline;}
a:focus {color: #FFF;}
a:active {color: #666; text-decoration:none;}

img.a:hover {color: #FFF; text-decoration:none;}

span.actif {color:#C00;}

.image {
	float: left;
	position:relative;
	width: 150px;
	padding: 0px;
	margin: 5px;
	text-align:center;
}

