body {
	color: #606060;
	font-size: 11px;
	font-family: arial;
	text-decoration: none;
	margin: 0;
	padding: 0;
	background-color: #E0E0E0;
}

a:link {
	color: #449AE3;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #4CC2FF;
}

a:active {
	text-decoration: none;
	color: #000000;
}

#preview {
	display: none;
	visibility: hidden;
}

.space {
	height: 15px;
	width: 100%;
}

.vignette {
	width: 120px; 
	height: 100px;
	border: 1px solid #E1E1E1;
}

.left {
	float: left;
}

.right {
	float: right;
}

#conteneur {
	position:absolute;
	left: 50%;
	top: 30px;
	width: 600px;
	background-image: url(images/back.gif);
	margin-left: -300px;
	border: 0;
	display: block;
}

#header  {
	width: 600px;
}

#menu {
	width: 600px;
	height: 79px;
}

a.roll-accueil, a.roll-realisations, a.roll-contact {
	display: block;
	float: left;
}

a.roll-accueil {
	width: 43px; 
	height: 79px;
	background-image: url(images/accueil_roll.gif);
}

a.roll-realisations {
	width: 65px; 
	height: 79px;
	background-image: url(images/realisations_roll.gif);
}

a.roll-contact {
	float: right;
	_float: none;
	width: 61px; 
	height: 79px;
	background-image: url(images/contact_roll.gif);
}

a.roll-accueil:hover, a.roll-realisations:hover, a.roll-contact:hover {
	visibility: visible;
} 
a.roll-accueil:hover img, a.roll-realisations:hover img, a.roll-contact:hover img {
	visibility: hidden;
}

#info_bar {
	background: url(images/info_bar.gif);
	width: 587px;
	height: 28px;
	padding-left: 13px;
	padding-top: 5px;
}

#body {
	padding-left: 20px;
	padding-right: 20px;
}

.ghost_box {
	border: 1px solid #E1E1E1;
	margin-bottom: 20px;
	clear: both;
	visibility: hidden;
	display: none;
}

.box {
	border: 1px solid #E1E1E1;
	margin-bottom: 20px;
	clear: both;
}


.box_title {
	background-color: #F0F0F0;
	margin: 2px;
	padding: 10px;
	font-weight: bold;
	font-family: tahoma;
	color: #449AE3;
}

.box_text {
	border-top: 1px solid #E1E1E1;
	padding: 10px;
}

#footer {
	margin-top: -10px;
}

div {
	display: block;
	border: 0px;
}

img {
	display:block;
	border:0;
}