@charset "utf-8";
/* CSS Document */

body {

	background-image: url(http://www.cote-garonne.com/images/css/body-background.gif);
	
	background-position: center;

	background-repeat: repeat-y;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 11px;

	color: #FFFFFF;

}

.header {

	background-image: url(http://www.cote-garonne.com/images/css/header-background.gif);
	
	background-position: top;
	
	background-repeat: no-repeat;

	height: 50px;

}

.background {

	background-image: url(http://www.cote-garonne.com/images/css/background.gif);

	background-repeat: repeat-y;

}

.footer, a.footer:link, a.footer:visited, a.footer:active {

	background-image: url(http://www.cote-garonne.com/images/css/footer-background.gif);
	
	background-position: bottom;
	
	background-repeat: no-repeat;

	height: 50px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 11px;

	color: #FFFFFF;

}

.copyright, a.copyright:link, a.copyright:visited, a.copyright:active {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 8px;

	font-weight: bold;

	color: #FFFFFF;

}

.menuheader {

	background-image: url(http://www.cote-garonne.com/images/css/menu-header-background.gif);
	
	background-position: bottom;
	
	background-repeat: no-repeat;

	height: 10px;

}

.menu, a.menu:link, a.menu:visited, a.menu:active{

	display: block;

	background-image: url(http://www.cote-garonne.com/images/css/menu-background.gif);

	background-repeat: repeat-y;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 13px;

	font-weight: bold;

	color: #FFFFFF;

	text-decoration: none;
	
	height: 30px;

}

.menufooter {

	background-image: url(http://www.cote-garonne.com/images/css/menu-footer-background.gif);
	
	background-position: top;
	
	background-repeat: no-repeat;

	height: 10px;

}

.contentheader {

	background-image: url(http://www.cote-garonne.com/images/css/content-header-background.gif);
	
	background-position: top;
	
	background-repeat: no-repeat;

	height: 40px;
	
	padding-bottom:inherit.
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 15px;

	font-weight: bold;

	color: #FFFFFF;

}

.content {

	background-image: url(http://www.cote-garonne.com/images/css/content-background.gif);

	background-repeat: repeat-y;

}

.contentfooter {
	
	background-position: bottom;
	
	background-image: url(http://www.cote-garonne.com/images/css/content-footer-background.gif);
	
	background-repeat: no-repeat;

	height: 15px;

}

a:link, a:visited, a:active{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 11px;

	color: #FFFFFF;

	text-decoration: none;

}
