/*------------------------------------------------------*
  *-----------------------------------     CSS HOME     ----*
  *------------------------------------------------------*/


#menu_home{
	float:left;
	margin-top: 180px;
	width: 100%;

	}
	
body#home {
	padding: 0;
	text-align:center;
	border:0;
	margin: 0;
	font-family: helvetica;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../images/deco/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #697F8D;
}


/*------------------------------------------------------*
  *-----------------------------------     CSS DECO     ----*
  *------------------------------------------------------*/
  
body {
	text-align:center;
	border:0;
	margin: 0;
	font-family: helvetica;
	font-size: 11px;
	color: #3C5361;
	background-image: url(../images/deco/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #2A414F;
}


#global{
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}





#haut{
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	width: 900px;
	height: 252px;
	text-align: center;
	background-color: #7088A0;
	background-image: url(../images/deco/bgtab.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	

#menu{
	float:left;
	width: 900px;
	height: 30px;
	background-image: url(../images/deco/menu.gif);
	background-repeat: repeat-x;
	}
		
	

	
#centre{
	float:left;
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	padding-top: 25px;
	width: 850px;
	padding-left: 45px;
	padding-bottom: 30px;
	text-align: justify;
	line-height:18px;
	}
	

		

#bas{
	clear:both;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	padding-top: 8px;
	height: 25px;
	width:100%;
	left:0px;
	text-align: center;
	background-image: url(../images/deco/bas.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}

#bas a {
color: #3C5361;
text-decoration:none;
}

#bas a:hover {
text-decoration:underline;} 
 /*------------------------------------------------------*
  *-----------------------------------     CSS TEXT     ----*
  *------------------------------------------------------*/

h1
{
	color:#3C5361;
	font-family: helvetica;
	font-size: 16px;
	font-weight:bold;
	text-transform: uppercase;
}



.highlight
{
	color:#3C5361;
	font-family: helvetica;
	font-size: 11px;
	font-weight: bold;
}

.highlight2
{
	color:#FFFFFF;
	font-family: helvetica;
	font-size: 11px;
	font-weight: bold;
	background-color: #687E8C;
}

.pied
{
	color:#3C5361;
	font-family: helvetica;
	font-size: 11px;
	font-weight: bold;
}


li {
	list-style-image: url(../images/deco/puce.gif);
}

 /*------------------------------------------------------*
  *-----------------------------------     CSS MENU     ----*
  *------------------------------------------------------*/
  
  
body#presentation a#presentation, body#super a#super, body#viticole a#viticole, body#maintenance a#maintenance, body#toulouse_agen a#toulouse_agen, body#contact a#contact{
	color:#3C5361;
	background-image: url(../images/deco/on.gif);
	background-repeat: no-repeat;
   }
     
a.menu{
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	text-decoration: none;
	display:block;
	height: 30px;
	width:148px;
	font-family: helvetica;
	font-size: 10px;
	color:#FFFFFF;
	padding-top: 5px;
	background-image: url(../images/deco/off.gif);
	background-repeat: no-repeat;
	font-weight: bolder;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	}
	

a.menu:hover{
	color:#3C5361;
	background-image: url(../images/deco/roll.gif);
	
}


.preload {display:none;}

 /*------------------------------------------------------*
  *-----------------------------------     CSS LIEN     ----*
  *------------------------------------------------------*/


a.lien{
	font-family: helvetica;
	font-size: 11px;
	text-decoration:underline;
	color: #3C5361;
	}
	
a.lien:hover{
	text-decoration:none;
	background-color: #3C5361;
	color: #FFFFFF;
}


a.menu2
{
	color:#FFFFFF;
	text-decoration:none;
	font-family: helvetica;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
}
a.menu2:hover{
	text-decoration:underline;

}


/*------------------------------------------------------*
  *-----------------------------------     CSS TABLE    ----*
  *------------------------------------------------------*/
  
td.tableau{
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	padding: 10px;
	font-family: helvetica;
	font-size: 11px;
	color: #3C5361;
	font-weight: 500;
	line-height: 18px;
	text-align: justify;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #3C5361;

	}

th{
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	padding-top:4px;
	padding-left:15px;
	text-align: left;
	color:#3C5361;
	font-family: helvetica;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #3C5361;
	background-color: #FFFFFF;
	}
