@charset "UTF-8";
/* CSS Document */

body {
	background-color: #C7CDD1;
	background-image:url(../eng/images/main_background.jpg);
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
}

#container {
	display:block;
	position:relative;
	margin:0px auto 0px;
	padding:0;
	font-size:12px;
	line-height:18px;
}

a:link {
	color: #F6A800;
}
a:visited {
	color: #F6A800;
}
a:hover {
	position: relative;
}

a span {
	display: none;
}

a:hover span {
	display: block;
   	position: absolute; top: -150px; left: 0;
}

#left {
	width: 270px;
	float: left;
	text-align: left;
}

#leftspace {
	width: 270px;
	height: 235px;
}

#right {
	width: 270px;
	float: right;
	text-align: right;
}

#rightspace {
	width: 270px;
	height: 200px;
	text-align: right;
}

.building {
	background-image: url(../eng/images/bldg_texture.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

.buildingC {
	background-image: url(../eng/images/street_footer/colonne.jpg);
	background-repeat: repeat-y;
}

#corps {
	padding-top: 20px;
	font-family:Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 12px;
}

.imgLeft {
	margin-right: 10px;
	margin-bottom: 10px;
}

.imgRight {
	margin-left: 10px;
	margin-bottom: 10px;
}

.anim {
	white-space: nowrap;
}

.legend {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.newsLeft {
	float: left;
	padding-right: 15px;
	border: 0;
}

.newsRight {
	float: right;
	padding-left: 15px;
	border: 0;
}


.repart {
	clear: both;
}

.bulle {
	color: #000;
}

.bulle:link {
	color: #000;
}
