@font-face {
	font-family: 'TechnivetBook';
	src: url('/fonts/lubalingraphstdbook.eot');
	src: local('ITC Lubalin Graph Std'), local('LubalinGraphStd-Book'), url('/fonts/lubalingraphstdbook.woff') format('woff'), url('/fonts/lubalingraphstdbook.ttf') format('truetype');
}

@font-face {
	font-family: 'TechnivetDemi';
	src: url('/fonts/lubalingraphstddemi.eot');
	src: local('ITC Lubalin Graph Std'), local('LubalinGraphStd-Demi'), url('fonts/lubalingraphstddemi.woff') format('woff'), url('/fonts/lubalingraphstddemi.ttf') format('truetype');
}

body {
	background: url('/images/background.png');
	background-repeat: repeat-x;
	margin: 0;
	font-family: Arial;
	line-height: 1.1em;
}

img {
	border: 0;
}

.icon {
	vertical-align: middle;
}

.global {
}

#header {
	position: relative;
	z-index: 100;
	width: 940px;
	height: 30px;
	background: url('/images/header-bg.png');
	background-repeat: repeat-x;
}

#header #loginBox {
	position: absolute;
	top: 8px;
	left: 10px;
	font-size: 12px;
	color: #888888;
}

#header #loginBox h1 {
	font-size: 12px;
	color: #888888;
	margin: 0;
}

#header #loginBox h1 a {
	color: #888888;
}

#header #contactBox {
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: 12px;
	color: #888888;
}

#header #contactBox a {
	color: #888888;
}

#banner {
	position: relative;
	z-index: 100;
	width: 940px;
	height: 40px;
	background: url('/images/banner-bg.png');
	background-repeat: repeat-x;
}

.areaIE {
	display: none;
}

#banner #topLogo {
	position: absolute;
	top: 5px;
	left: 20px;
	z-index: 100;
	-moz-box-shadow: 2px 2px 5px #333333;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 2px 2px 5px #333333;
	-webkit-border-radius: 10px;
}

#topPhoto {
	z-index: 1;
	position: relative;
	background: url('/images/topPhoto.jpg') no-repeat;
	height: 150px;
}

.container {
	width: 940px;
	background: #707173;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px 10px;
	-webkit-border-bottom-left-radius: 10px 10px;
}

.container h2 {
	font-family: "TechnivetDemi", Arial;
	font-size: 20px;
}

.container h2 small {
	font-size: 12px;
	color: #666666;
}

.container h2 a {
	text-decoration: none;
	color: #B30838;
}

.container strong {

}

#content {
	width: 840px;
	padding: 20px 30px;
	margin: 20px 0 20px 20px;
	font-size: 14px;
	color: #666666;
	background: #EEEEEE;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content a {
	color: #B30838;
}

#content strong {
	color: #B30838;
}

#content img.banner {
	margin-top: 20px;
}

#content ul {
	list-style-image: url('/images/small-bullet-red.png');
}

#content ul li {
	margin-bottom: 10px;
}

#content ul.lvl2 {
	margin: 10px 0;
	list-style-image: url('/images/small-bullet-gray.png');
	padding-left: 20px;
}

#content ul.lvl3 {
	margin: 10px 0;
	padding-left: 20px;
}

#content ul.lvl2 span, #content ul.lvl3 span {
	color: #B30838;
}

ul {
	padding-left: 17px;
}

ul#depts li {
	line-height: 1.4em;
	margin-bottom: 15px;
}

ul#depts a {
	color: #666;
}

ul#depts strong a {
	text-decoration: none;
	color: #B30838;
}

table {
	font-size: 9px;
}

table tr.top td {
	vertical-align: top;
	text-align: center;
}

table tr td.center {
	text-align: center;
}

#map {
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: white;
	padding: 20px 0;
	display: none;
}

#contactTB tr td:first-child {
	vertical-align: top;
	padding: 10px 20px 0 0;
	font-size: 12px;
}

#contactTB input[type=text] {
	margin-bottom: 5px;
	height: 18px;
	width: 240px;
	border: 1px solid #8b0629;
	font-size: 16px;
	font-weight: bold;
	color: #8b0629;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	vertical-align: middle;
}

#contactTB textarea {
	margin-bottom: 5px;
	height: 100px;
	width: 240px;
	border: 1px solid #8b0629;
	font-size: 16px;
	font-weight: bold;
	color: #8b0629;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	vertical-align: middle;
}

#contactTB input[type=submit] {
	margin: 10px 50px 0 50px;
	height: 30px;
	width: 120px;
	border: 1px solid #8b0629;
	background: #8b0629;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	vertical-align: middle;
	cursor: pointer;
}

.notification {
	color: #ffffff;
	background: #8b0629;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content .vetoPhoto {
	float: right;
}

.photo {
	-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	max-width: 125px;
}

#vetoMore h5 {
	font-family: "TechnivetDemi", Arial;
	font-size: 16px;
	margin: 0 0 20px 0px;
	line-height: 1.2em;
}

#vetoMore h4 {
	font-family: "TechnivetDemi", Arial;
	font-size: 20px;
	margin: 0 0 20px 0px;
	line-height: 1.2em;
}

#vetoMore h3 {
	font-family: "TechnivetDemi", Arial;
	font-size: 12px;
	margin: 40px 0 20px 0px;
	line-height: 1.2em;
}

#vetoCol1 {
	width: 520px;
	margin-top: 40px;
}

#vetoCol1 h4 {
	font-size: 18px;
}

#vetoCol1 ul {
	margin:0;
	padding: 0 0 0 17px;
	list-style-image: url('/images/small-bullet-gray.png');
}

#vetoMore {
	background: url('/images/veto-bg.png') repeat-x;
	padding: 15px;
	color: white;
	margin-top: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px 10px;
	-webkit-border-bottom-left-radius: 10px 10px;
}

#vetoMoreCol0 {
	width: 520px;
	padding-right: 10px;
}

#vetoMoreCol0 ul {
	margin: 0 0 0 10px;
	padding: 0 0 0 17px;
}

#vetoMoreCol0 ul li {
	margin-bottom: 15px;
}

#vetoMoreCol0 ul li ul {
	margin-top: 15px;
}

#vetoMoreCol0 ul li ul li {
	margin: 0 0 0 0;
}

#vetoMoreCol1 {
	width: 240px;
	padding-right: 10px;
}

#vetoMoreCol1 ul {
	margin:0;
	padding: 0 0 0 17px;
	list-style-image: url('/images/small-bullet-gray.png');
}

#vetoMoreCol1 ul li {
	margin-bottom: 15px;
}

#vetoMoreCol2 {
	width: 240px;
	padding-right: 10px;
}

#vetoMoreCol2 ul {
	margin:0;
	padding: 0 0 0 17px;
	list-style-image: url('/images/small-bullet-gray.png');
}

#vetoMoreCol2 ul li {
	margin-bottom: 15px;
}



#footer {
	width: 940px;
	height: 15px;
	padding: 8px 0;
	font-size: 11px;
	text-align: center;
	background: #8b0629;
	color: white;
	margin: 0px 0 20px 0;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px 10px;
	-webkit-border-bottom-left-radius: 10px 10px;
}

#footer a {
	color: white;
}



/* topPhoto */
div.rotator { z-index: 0;position: relative; height: 130px; width: 920px; padding: 10px; background: #fff; }
div.r1 { background: url('/images/topVache.jpg') no-repeat 0 0; }
div.r2 { background: url('/images/topMouton.jpg') no-repeat 0 0; }
div.r3 { background: url('/images/topPoule.jpg') no-repeat 0 0; }
div.r4 { background: url('/images/topCochon.jpg') no-repeat 0 0; }
div.r5 { background: url('/images/topCheval.jpg') no-repeat 0 0; }
div.r6 { background: url('/images/topPoisson.jpg') no-repeat 0 0; }
div.r7 { background: url('/images/topFood.jpg') no-repeat 0 0; }
div.r8 { background: url('/images/topTest.jpg') no-repeat 0 0; }
div.r9 { background: url('/images/topInsemination.jpg') no-repeat 0 0; }
div.rotator p {
	position: absolute;
	top: 90px;
	left: -5px;
	height: 80px;
	font-family: "TechnivetDemi", Arial;
	font-weight: bold;
	font-size: 36px;
	color: #FFFFFF;
	padding: 10px 0 0 55px;
	margin: 0;
}

div.rotator p a {
	color: #FFFFFF;
	text-decoration: none;
}

div.navigation { position: absolute; bottom: 7px; right: 2px; }
div.navigation div.current, div.navigation a { width: 10px; height: 10px; margin: 0 5px 0 0; float: left; overflow: hidden; text-decoration: none; }
div.navigation a:hover { text-decoration: none; }
div.navigation div.current { background: #B30838; }
div.navigation a { display: block; background: #FFFFFF; opacity: 0.7; } 
div.navigation a:hover { opacity: 1; }

#content .vetoPhoto {
	float: right;
}

table#quotes {
	width: 620px;
	margin: 20px;
}

table#quotes td {
	padding: 30px 0;
}

table#quotes .quotePhoto {
	max-width: 120px;
	width: auto !important;
	width: 120px;
	text-align: center;
}

table#quotes .quoteText {
	font-size: 13px;
	padding: 10px 0 10px 20px;
}

table#quotes .quoteSignature {
	display: block;
	width: 480px;
	text-align: right;
}

#rightQuoteBox {
	width: 220px;
	margin-top: 0px;
	margin-left: 30px;
}

#rightQuoteBox h4 {
	font-family: "TechnivetDemi", Arial;
	font-size: 18px;
	margin: 60px 0 5px 0;
	padding: 0 0 10px 0;
	background: url('/images/separator-small-gray.png') no-repeat;
	background-position: bottom;
}

#quoteBox {
	background: url('/images/quoteBox-bg.png') no-repeat 160px 0px;
	padding: 28px 20px 0 0;
}

#quotebox small {
	font-size: 10px;
}

.separator {
	width: 840px;
	margin: 0 0 10px 0;
}