@charset "utf-8";

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot#iefix') format('embedded-opentype'),
         url('BebasNeue-webfont.woff') format('woff'),
         url('BebasNeue-webfont.ttf') format('truetype'),
         url('BebasNeue-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, hr, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin:0;padding:0;border:0;font-size:100%; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:'';content: none; }
table { border-collapse:collapse;border-spacing:0; }
/* ===================================== */
/* CHECKBOX - RADIO ==================== */
/* ===================================== */
.has-js .label_check, .has-js .label_radio { padding-left: 27px; }
.has-js .label_radio { background: url(../images/radio_off.png) no-repeat; }
.has-js .label_check { background: url(../images/check_off.png) no-repeat; }
.has-js label.c_on { background: url(../images/check_on.png) no-repeat; }
.has-js label.r_on { background: url(../images/radio_on.png) no-repeat; }
.has-js .label_check input, .has-js .label_radio input  { position:absolute;left:-9999px; }
/* ===================================== */
/* GENERAL CLASSES ===================== */
/* ===================================== */
body {
	background: #ffffff;
	font: 13px/16px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	
}
h1 {
	font: 22px/26px 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	margin: 0 0 15px 0;
}
h2 {
	font: 22px/26px 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	margin: 0 0 15px 0;
}
h3 {

}
h4 {

}
h5 {
	font-size:15px;
	padding-bottom:6px;

}
h6 {
	text-align:center;

}
p {
	margin: 0 0 15px 0;
}
hr {
	background-color: #e1e1e1;
	color: #e1e1e1;
	border: none;
	height: 1px;
	margin: 0 0 0 0;
}
a {
	color: #333;
	text-decoration: none;
}
a:link {
	color: #333;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #333;
}
a img {
	border: none;
}
ul, ol {
	padding: 0 0 0 15px;
	margin: 0 0 15px 0;
}
li {
	margin: 0 0 5px 0;
}
sup {
	font-size: 0.7em;
	line-height: 0.7em;
	margin-left: 2px;
}
div {
	position: relative;
}
textarea {
	font-family: Arial, sans-serif;
}
::-moz-selection { 
	background: #61b3ad; 
	color: #000; 
	text-shadow: none; 
}
::selection { 
	background: #61b3ad; 
	color: #000; 
	text-shadow: none; 
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
  float: none !important;
}
.ligne {
	background-color: #753F1A;
	height: 1px;
	margin: 10px 0 25px 0;
	width: 100%;
	clear: both;
}
.lien_invisible {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.photo {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #999;
	-webkit-box-shadow: 0 2px 3px #e9e9e9;
	-moz-box-shadow: 0 2px 3px #e9e9e9;
	box-shadow: 0 2px 3px #e9e9e9;
}
.top_td td {
	vertical-align: top;
}
.bottom_td td {
	vertical-align: bottom;
}
label.error {
	display: block;
	color: #F00;
	font-size: 10px;
}
/* SITE ELEMENTS ======================= */
.fb_icon {
	position:absolute;
	top:98px;
	left:624px;
	display:block;
	width:36px;
	height:36px;
	background:url(../images/logo_fb.png) no-repeat;
}
.twitter_icon {
	position:absolute;
	top:98px;
	left:580px;
	display:block;
	width:36px;
	height:36px;
	background:url(../images/logo_twitter.png) no-repeat;
}


.txt_vert {
	color:#105853;
}
.txt_22 {
	font-size:22px;
}
.txt_bebas {
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
}
.news_box, .news_box_details  {
	padding: 0 0 0 20px;
	margin: 16px 0 16px 0;
	background: url(../images/news_bullet.jpg) no-repeat;
}
.news_box img{
	max-height:76px;
	max-height:76px;
	float:left;
	margin: 0 10px 0 0;
}
.news_box_date {
	font-size:11px;
	font-weight:bold;
}
.news_box_readmore{
	background:url(../images/read_more.png) center left no-repeat;
	padding: 0 0 0 12px;
	color:#105853 !important;
	font-size:11px;
	text-align:right;
}

#wrapper_top {
	width:980px;
	margin:0 auto;
	z-index:40;
}
#banner {
	width:980px;
	margin:0 auto;
	z-index:45;
}
#photo {
	width:319px;
	height:183px;
	float:left;
	z-index:50;
}
#photo img{
	max-height:183px;
	max-width:319px;
}
#logo {
	width:661px;
	height:146px;
	float:left;
	background:url(../images/logo.jpg) no-repeat;
	z-index:50;
}
#menu {
	width:640px;
	height:37px;
	float:left;
	z-index:50;
	margin: 0 0 0 21px;
}
#menu a{
	height:26px;
	padding:11px 0 0 0;
	float:left;
	font-size:22px;
	color:#7d7d7d;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:center;
}
.menu_home{
	width: 74px;	
}
.menu_news{
	width: 76px;
}
.menu_cow_families{
	width: 135px;
}
.menu_embryos{
	width: 96px;
}
.menu_about{
	width: 103px;
}
.menu_contact{
	width: 117px;
}

.menu_home:hover, .on_home{
	background:url(../images/bg_menu.jpg) 0 0 no-repeat; color:#FFF !important;
}
.menu_news:hover, .on_news{
	background:url(../images/bg_menu.jpg) -80px 0 no-repeat; color:#FFF !important;
}
.menu_cow_families:hover, .on_cow_families{
	background:url(../images/bg_menu.jpg) -162px 0  no-repeat; color:#FFF !important;
}
.menu_embryos:hover, .on_embryos{
	background:url(../images/bg_menu.jpg ) -303px 0  no-repeat; color:#FFF !important;
}
.menu_about:hover, .on_about{
	background:url(../images/bg_menu.jpg) -405px 0  no-repeat; color:#FFF !important;
}
.menu_contact:hover, .on_contact{
	background:url(../images/bg_menu.jpg) -514px 0  no-repeat; color:#FFF !important;
}
.menu_mail:hover{
	color:#7d7d7d !important;
}
#menu a:hover{
	color:#FFFFFF;
	text-decoration: none;
}
#wrapper {
	width:100%;
	margin:0 auto;
	z-index:10;
	background:url(../images/background.jpg); 
}
#wrapper_centre {
	width:980px;
	margin:0 auto;
	z-index:15;
}
#wrapper_copy {
	width:100%;
	height:35px;
	font-size:13px;
	color:#FFFFFF;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	background:#105853;	
	z-index:5;
}
#copy {
	padding: 10px 0 0 355px;
	width:625px;
	margin:0 auto;
	z-index:5;
	font-size:15px;
}

#wrapper_footer {
	width:980px;
	font-size:22px;
	color:#7d7d7d;
	margin:20px auto 0 auto;
	z-index:5;
}
#footer_contact {
	padding: 5px 0 0 355px;
	width:108px;
	margin:0 auto;
	font-size:22px;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	float:left;
	z-index:5;
}
#footer {
	width:478px;
	font-size:13px;
	font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
	float:left;
	z-index:5;
}

#index_news {
	background:url(../images/bg_boxnews.png) no-repeat;
	width:281px;
	padding:19px;
	margin: 0 19px 0 0;
	float:left;
	z-index:15;
	min-height: 700px;
	height: auto !important;
	height: 700px;
}
#index_news_cow {
	position:absolute;
	bottom:-166px;
	left: 0px;
	display:block;
	z-index:25;
}
#index_content {
	background:#FFF;
	width:610px;
	border: 1px solid #d4d4d4;
	float:left;
	padding:19px 15px;
	z-index:15;
}
#content {
	background:#FFF;
	width:950px;
	border: 1px solid #d4d4d4;
	float:left;
	padding:19px 15px;
	z-index:15;
	margin-bottom:20px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}
.boite_verte {
	background:#105853 url(../images/btn_cowfam.jpg) top right no-repeat;; 
	height: 27px;
	padding-top:8px;
	text-align:center; 
	color:#FFF !important; 
	font-weight:bold; 
	font-size:15px;
	display:block;
	margin-top:12px;
	}
.boite_verte:hover {
	color:#FFF;
	text-decoration:none;
	}
/* FORM ELEMENTS ======================= */
textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	width: 260px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 4px;
	-webkit-box-shadow: inset 0 4px 12px #e9e9e9;
	-moz-box-shadow: inset 0 4px 12px #e9e9e9;
	box-shadow: inset 0 4px 12px #e9e9e9;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
select {
	width: 270px;
}
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border-color: #999999;
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
	-webkit-box-shadow: inset 0 1px 1px #e9e9e9, 0 0 6px #c0c0c0;
	-moz-box-shadow: inset 0 1px 1px #e9e9e9, 0 0 6px #c0c0c0;
	box-shadow: inset 0 1px 1px #e9e9e9, 0 0 6px #c0c0c0;
}
.button {
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	*line-height: 20px;
	color: #666666;
	text-align: center;
	text-shadow: 0 1px 1px #cccccc;
	vertical-align: middle;
	cursor: pointer;
	background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.button:hover {
	color: #cccccc;
	text-decoration: none;
}
/* RÉSEAUX SOCIAUX ===================== */
.socials {
	display: block;
	width: 37px;
	height: 36px;
}
.facebook { background: url(../images/socials.png) 0 0 no-repeat; }
.twitter { background: url(../images/socials.png) -39px 0 no-repeat; }
.linkedin { background: url(../images/socials.png) -78px 0 no-repeat; }
.vimeo { background: url(../images/socials.png) -117px 0 no-repeat; }
.youtube { background: url(../images/socials.png) -156px 0 no-repeat; }
.rss { background: url(../images/socials.png) -195px 0 no-repeat; }
.google { background: url(../images/socials.png) -234px 0 no-repeat; }
.blog { background: url(../images/socials.png) -273px 0 no-repeat; }
.mail { background: url(../images/socials.png) -312px 0 no-repeat; }
.facebook:hover { background: url(../images/socials.png) 0 -38px no-repeat; }
.twitter:hover { background: url(../images/socials.png) -39px -38px no-repeat; }
.linkedin:hover { background: url(../images/socials.png) -78px -38px no-repeat; }
.vimeo:hover { background: url(../images/socials.png) -117px -38px no-repeat; }
.youtube:hover { background: url(../images/socials.png) -156px -38px no-repeat; }
.rss:hover { background: url(../images/socials.png) -195px -38px no-repeat; }
.google:hover { background: url(../images/socials.png) -234px -38px no-repeat; }
.blog:hover { background: url(../images/socials.png) -273px -38px no-repeat; }
.mail:hover { background: url(../images/socials.png) -312px -38px no-repeat; }
.socials_small {
	display: block;
	width: 23px;
	height: 23px;
}
.facebookS { background: url(../images/socials_small.png) 0 0 no-repeat; }
.twitterS { background: url(../images/socials_small.png) -25px 0 no-repeat; }
.linkedinS { background: url(../images/socials_small.png) -50px 0 no-repeat; }
.vimeoS { background: url(../images/socials_small.png) -75px 0 no-repeat; }
.youtubeS { background: url(../images/socials_small.png) -100px 0 no-repeat; }
.rssS { background: url(../images/socials_small.png) -125px 0 no-repeat; }
.googleS { background: url(../images/socials_small.png) -150px 0 no-repeat; }
.blogS { background: url(../images/socials_small.png) -175px 0 no-repeat; }
.mailS { background: url(../images/socials_small.png) -200px 0 no-repeat; }
.facebookS:hover { background: url(../images/socials_small.png) 0 -25px no-repeat; }
.twitterS:hover { background: url(../images/socials_small.png) -25px -25px no-repeat; }
.linkedinS:hover { background: url(../images/socials_small.png) -50px -25px no-repeat; }
.vimeoS:hover { background: url(../images/socials_small.png) -75px -25px no-repeat; }
.youtubeS:hover { background: url(../images/socials_small.png) -100px -25px no-repeat; }
.rssS:hover { background: url(../images/socials_small.png) -125px -25px no-repeat; }
.googleS:hover { background: url(../images/socials_small.png) -150px -25px no-repeat; }
.blogS:hover { background: url(../images/socials_small.png) -175px -25px no-repeat; }
.mailS:hover { background: url(../images/socials_small.png) -200px -25px no-repeat; }
/* ===================================== */
/* CUSTOM SITE ========================= */
/* ===================================== */

#submenu_cow_families {
	left: 150px;
	display: none;
	width: 135px;
	position: absolute;
	top: 22px;
	padding-top:20px;
	z-index: 300000;
	margin:0 0 0 0;
	font-size:16px;
	/*background:url(../images/bg_menu.jpg) -162px 0  no-repeat; 
	color:#FFF !important;*/

}
#submenu_cow_families a:link, #submenu_cow_families a:visited {
	display:block;
	padding: 12px 12px 0 12px;
	color: #FFF;
	width: 111px;
	text-align: left;
	background: #000;
	font-size:16px;
	z-index: 300000;
	min-height: 25px;
	height: auto !important;
	height: 25px;
	margin:0
}
#submenu_cow_families a:link:hover, #submenu_cow_families a:visited:hover{
	text-decoration: none;
	color: #c3c3c3;
	z-index: 300000;
	background: #000;
	display:block;
	padding: 12px 12px 0 12px;
	min-height: 25px;
	height: auto !important;
	height: 25px;
	margin:0
}
/* ================================ NIVO-SLIDER =============================== */
/*  jQuery Nivo Slider v3.0.1 - http://nivo.dev7studios.com
 * Copyright 2012, Dev7studios - Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php */
.nivoSlider {
	position: relative;
	width: 532px;
	height: auto;
	/*overflow: hidden;*/
	background: #fff url(../images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}
.nivoSlider a {
	border: 0;
	display: block;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	/*overflow: hidden;*/
}
.nivo-box img { 
	display: block;
}
/* (Next & Prev) */
.nivo-directionNav {
	position: relative;
	z-index: 94;
}
.nivo-directionNav a {
	position: absolute;
	top: 175px;
	cursor: pointer;
	z-index: 989898;
	display: block;
	width: 30px;
	height: 60px;
	text-indent: -9999px;
	border: 0;
}
a.nivo-prevNav {
	background: url(../images/arrows.png)  no-repeat; /*-302px -140px*/
	left: 0px;
}
a.nivo-nextNav {
	background: url(../images/arrows.png)  no-repeat top right;
	right: 0px;
}
/* (1,2,3...) */
.nivo-controlNav {
	text-align: right;
	text-indent: 30px;
	z-index: 5689;
	margin-right: 15px;
	margin-top: 290px;
}
.nivo-controlNav a {
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url(../images/arrows.png)no-repeat; /*-302px -23px */
	text-indent: 50px;
	border: 0;
	margin: 0 2px;
	z-index: 956;
	cursor: pointer;
	overflow: hidden;
}
.nivo-controlNav a.active {
	background-position: -302px -1px;
}
/* Caption styles */
.nivo-caption {
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	position:absolute;
	left:0px;
	bottom:-56px;
	color:#FFFFFF;
	width:100%;
	z-index:8;
	padding:0;
	/*overflow: hidden;*/
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background:url(../images/bg_carroussel.jpg);
	
	
}
.nivo-caption p {
	padding:22px 20px 18px 20px;
	margin:0;
    font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	color: #FFFFFF !important;
	font-size: 22px;
	text-align: left;
	z-index: 1000;

}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* THUMBS =================================== */
.nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
/* code pour sites vaches ============== */
/* ===================================== */
.tbl_embryons td {
    vertical-align:top;
	padding: 12px 0;
}
.tbl_embryons tr th {
    background-color: white;
	padding: 6px 0;
}
.tbl_meres_filles p {
    text-align: center;
}
.tbl_meres_filles img {
    width: 190px;
	border:solid #105853 3px;
}
.enveloppe_moitie {
    width: 420px;
	float: left;
	margin: 0 25px 30px 25px;
}
.enveloppe_moitie h5{
	text-align:center
}
.enveloppe_petit {
    width: 200px;
	float: left;
	margin: 0 32px 0 0;
}