/*	-------------------------------------------------------------
	Nom du client
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Structure du site
	Nom fichier:	structure.css
	Version:		1.0
	Date:			29/07/2007
	-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	General
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	background-color: #624226;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #492407;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 20px;
	margin:0px;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #492407;
}

/*	-------------------------------------------------------------
	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: 947px;
}

#hautpage {
	display:block;
	background-image:url(../images/ttu-haut.jpg);
	background-position:top;
	background-repeat:repeat-y;
	width:947px;
	min-height:164px;
	height:auto !important;
	height:164px;
}




/*	-------------------------------------------------------------
	Positionnement
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#poslogo {position:absolute; top:32px; left:374px}
#posrecherche {position:absolute; top:6px; left:753px}
#posnavhaut {position:absolute; top:143px; left:0px}
#poscarre {position:absolute; top:171px; left:0px; width:199px; height:196px; background-color:#EFD8A5; filter: alpha(opacity=60); -moz-opacity: 0.6; -khtml-opacity: 0.6; opacity: 0.6;}
#posligne {position:absolute; top:171px; left:203px; width:5px; height:198px; background-color:#EDAF2A;}
#posbigtt {position:absolute; top:276px; left:4px}
#posvisuelbas {position:absolute; bottom:7px; left:0px}

#postrans1 {position:absolute; top:172px; left:0px; width:28px; height:452px; background-color:#c78e15; filter: alpha(opacity=60); -moz-opacity: 0.6; -khtml-opacity: 0.6; opacity: 0.6;}
#postrans2 {position:absolute; top:172px; left:32px; width:5px; height:452px; background-color:#c78e15;}
#posacctt {position:absolute; top:182px; left:78px}

#posagenda {position:absolute; top:354px; left:608px;}
#posagendatxt {position:absolute; top:365px; left:650px;}
#posflashmail {position:absolute; top:405px; left:608px;}
#posflashmailtxt {position:absolute; top:413px; left:650px;}

/*	-------------------------------------------------------------
	Autres classes
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.opacite { filter: alpha(opacity=60);     -moz-opacity: 0.6;     -khtml-opacity: 0.6;     opacity: 0.6; }

