/*	-------------------------------------------------------------
	CHATEAU VALMY - webcams
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Structure du site
	Nom fichier:	structure.css
	Version:		1.0
	Date:			29/07/2007
	-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	General
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	background-color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
	padding-top: 29px;
	padding-bottom: 20px;
	margin:0px;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

/*	-------------------------------------------------------------
	Mise en page
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#container {
	display:block;
	background-image:url(../images/ttu-fond.gif);
	background-position:top;
	background-repeat:repeat-y;
	text-align: left;
	visibility: visible;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 960px;
}

#containerbas {
	display:block;
	border-top:#000 solid 1px; 
	background-color:#919E95;
	text-align: center;
	visibility: visible;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 960px;
	height:27px;
}

#containeradresse {
	display:block;
	color: #FFFFFF;
	text-align: center;
	visibility: visible;
	margin-right: auto;
	margin-left: auto;
	margin-top:8px;
	margin-bottom:10px;
	position: relative;
	width: 960px;
}

#blockvignette {display:block; width:932px; margin-left:14px; background-image: url(../images/ttu2-gauche.jpg); background-repeat:repeat-y; background-position:top;}
#blockrefresh {display:block; width:932px; margin-left:14px; border-bottom:#B1BCB5 solid 2px; background-image: url(../images/ttu1-gauche.jpg); background-repeat:repeat-y; background-position:top; padding-bottom:4px; padding-top:4px;}
#blockpresent1 {float:left; display:block; width:120px; margin-top:27px;}
#blockpresent2 {float:left; display:block; width:660px; margin-left:13px; margin-top:27px;}


#siteweb {display:block; width:151px; height:20px; background-image:url(../images/ttu-siteweb.gif); background-position:top; background-repeat:no-repeat; text-align:right}



/*	-------------------------------------------------------------
	Positionnement
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	



/*	-------------------------------------------------------------
	Autres classes
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#vr {
	position: relative;
	top: 0px;
	left: 0px;
	width: 773px;
	height: 240px;
	overflow: hidden;
}

#image {
	position: relative;
	top: 0px;
	left: 0px;
	width: 1472px;
	height: 240px;
	overflow: hidden;
}



