
/* ------------------------------ */
/* Document CSS pour Synchroteam  */
/* Styles globaux du site d'entré */
/* ------------------------------ */

html, body {
	height:100%;
	width:100%;
}

body {
	margin:0px;
	padding:0px;
	background-image:url(../_images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#cacaca;
}

div#container {
	height:100%;
	padding:0px;
	margin:0px;
}

div#container div#container_home_flash {
	padding:20px 0 0 0;
	margin:0px;	
}

div#container_copyright_content {
	padding:10px;
}

div#container_copyright {
	margin-top:30px;
	padding-bottom:30px;
	width:100%;
}

.float_left {
	float:left;
}
.float_right {
	float:right;
}


#NewsVertical {
	width: 600px;
	height: 20px;
	display: block;
	overflow: hidden;
	position: absolute;
	left:348px;
	top:647px;
}
#TickerVertical {
	width: 600px;
	height: 30px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#TickerVertical li {
	display: block;
	/*width: 200px;*/
	height: 30px;
	line-height: 12px;
	color: #000;
	text-align: right;
	margin: 0;
	padding: 0;
}