/*	-------------------------------------------------------------
	Vignerons de Bages et de Saint-Jean Lasseille
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Structure du site
	Nom fichier:	structure.css
	Version:		1.0
	Date:			04/03/2008
	-------------------------------------------------------------	*/


/*	-------------------------------------------------------------
	General
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


body {
	background-color: #918476;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4842;
	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: 954px; 
}


#colgauche {display:block; float:left; width:175px; text-align:center}
#colcentre1 {display:block; float:right; width:624px; text-align:left;}
#colcentre2 {display:block; float:right; position:relative; right:5px; width:618px; text-align:left; border:#C2BDB7 1px solid; text-align:center; margin-top:5px;}
#coldroite {display:block; float:right; width:149px; text-align:center}


#accune {
	display:block;
	background-image:url(../images/ttu-accueil1.gif);
	background-position:top;
	background-repeat:repeat-y;
	width: 624px; 
}
#acccoeur {display:block; float:left; border:#BEB9B2 1px solid; background-color:#CCC0C3; width:433px; margin-top:5px;}
#coeurphoto {display:block; width:155px; position:relative; float:left; left:3px;}
#coeurtexte {display:block; width:265px; position:relative; float:left; left:10px;}




#shopcol1 {display:block; width:607px; margin:auto; margin-top:10px; margin-bottom:15px; min-height:700px; height:auto !important; height:700px;}




/*	-------------------------------------------------------------
	Navigation
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#menublock {display:block; margin:auto; background-color:#000; width:100%}


#menu {
	display:block;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 730px;
	height:22px;
}


#menu a:hover, #menu a.select { background-position: 0 -22px; }
.mn0, .mn1, .mn2, .mn3, .mn4, .mn5, .mn6 {
	display: block;
	position:relative;
	top:0px;
	float: left;
	height: 22px;
}


.mn0 { background: url(../images/mn0.gif) no-repeat; width: 58px; left:0px; }
.mn1 { background: url(../images/mn1.gif) no-repeat; width: 105px; left:0px; }
.mn2 { background: url(../images/mn2.gif) no-repeat; width: 132px; left:0px; }
.mn3 { background: url(../images/mn3.gif) no-repeat; width: 89px; left:0px; }
.mn4 { background: url(../images/mn4.gif) no-repeat; width: 113px; left:0px; }
.mn5 { background: url(../images/mn5.gif) no-repeat; width: 207px; left:0px; }
.mn6 { background: url(../images/mn6.gif) no-repeat; width: 136px; left:0px; }




/*	-------------------------------------------------------------
	Positionnement
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#blockcartes {position:absolute; bottom:19px; right:0px;}




/*	-------------------------------------------------------------
	Autres classes
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


.adresse {color:#DEDAD6; font-size:12px;}
#mentions {color:#B8AFA3; font-size:10px; display:block; margin-top:5px;}






.Bold
{
	font-weight: bold;
}


.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}


.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}
