@charset "utf-8";

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; }
/* =========================================================================================== */
/* GENERAL CLASSES */
/* =========================================================================================== */
@font-face {
	font-family: 'yellowtailregular';
	src: url('yellowtail-regular-webfont.eot');
	src: url('yellowtail-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('yellowtail-regular-webfont.woff') format('woff'),
	url('yellowtail-regular-webfont.svg#yellowtailregular') format('svg'),
	url('yellowtail-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'dosisregular';
	src: url('dosis-regular-webfont.eot');
	src: url('dosis-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('dosis-regular-webfont.woff') format('woff'),
	url('dosis-regular-webfont.svg#dosisregular') format('svg'),
	url('dosis-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'dosisbold';
	src: url('dosis-bold-webfont.eot');
	src: url('dosis-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('dosis-bold-webfont.svg#dosisbold') format('svg'),
	url('dosis-bold-webfont.woff') format('woff'),
	url('dosis-bold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
html {
	overflow-x: hidden;
}
body {
	background: #ffffff url(../images/bg.png) center 448px repeat-y;
	font: normal 18px/25px 'dosisregular', Arial, sans-serif;
	color: #555;
}
h1 {
	font: bold 32px/37px Arial, sans-serif;
	color: #555;
	margin: 0 0 15px 0;
}
h2 {
	font: bold 38px/40px 'yellowtailregular', Arial, sans-serif;
	color: #2c6485;
	margin: 0 0 15px 0;
}
h3 {
	font: bold 27px/30px 'yellowtailregular', Arial, sans-serif;
	color: #2c6485;
	margin: 0 0 15px 0;
}
h4 {

}
h5 {
	font: bold 20px/22px 'dosisbold', Arial, sans-serif;
	color: #555;
	margin: 0 0 6px 0;
}
h6 {

}
p {
	margin: 0 0 18px 0;
}
hr {
	background-color: #c4dde2;
	border: none;
	height: 1px;
	margin: 0 0 30px 0;
}
a {
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	color: #555;
	text-decoration: none;
}
a:hover {
	color: #ccc;
}
a img {
	border: none;
}
ul, ol {
	padding: 0 0 0 15px;
	margin: 0 0 18px 0;
}
li {
	margin: 0 0 6px 0;
}
sup {
	font-size: 0.7em;
	line-height: 0.7em;
	margin-left: 2px;
}
div {
	position: relative;
}
::-moz-selection {
	background: #ccc;
	color: #000;
	text-shadow: none;
}
::selection {
	background: #ccc;
	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;
}
.top_td td {
	vertical-align: top;
}
.bottom_td td {
	vertical-align: bottom;
}
.for_print, .for_mobi {
	display: none;
}
/* =========================================================================================== */
/* FONT STYLES */
/* =========================================================================================== */
.bold {
	font-weight: bold !important;
}
.normal {
	font-weight: normal !important;
}
.italic {
	font-style: italic !important;
}
.text_uppercase {
	text-transform: uppercase;
}
.text_right {
	text-align: right;
}
.text_center {
	text-align: center;
}
.center p {
	text-align: center;
}
.text_justify {
	text-align: justify;
}
.fs11 {
	font-size: 11px;
	line-height: 14px;
}
/* =========================================================================================== */
/* FRAME SITE */
/* =========================================================================================== */
.wrapper {
	width: 980px;
	margin: 0 auto;
}
.width_480 {
	width: 480px;
}
.width_100p {
	width: 100%;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.margB_0 {
	margin-bottom: 0;
}
.margB_3 {
	margin-bottom: 3px;
}
.margB_8 {
	margin-bottom: 8px;
}
.margB_30 {
	margin-bottom: 30px;
}
.margB_45 {
	margin-bottom: 45px;
}
.margR_0 {
	margin-right: 0px !important;
}

/* =========================================================================================== */
/* HEADER */
/* =========================================================================================== */
#btn_top {
	display: none;
	width: 160px;
	height: 17px;
	padding: 12px 9px 10px 9px;
	position: fixed;
	bottom: 160px;
	right: -1px;
	font: bold 15px/18px 'dosisbold', Arial, sans-serif;
	color: #fff;
	background: #2c6485;
	z-index: 99;
	text-align: center;
}
#full_header {
	width: 100%;
	height: 448px;
	background: url(../images/bg_header.jpg) center top no-repeat;
}
#header {
	width: 980px;
	height: 124px;
	margin: 0 auto;
}
#logo {
	width: 290px;
	height: 102px;
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 99;
}
#small_menu {
	width: 210px;
	height: 25px;
	position: absolute;
	top: 12px;
	right: 0;
	text-align: right;
	z-index: 91;
}
#small_menu a {
	font: bold 12px/13px Arial, sans-serif;
	color: #537986;
}
.separator {
	color: #aaa;
	padding: 0 4px;
}
#logo_maya {
	width: 329px;
	height: 168px;
	position: absolute;
	top: -150px;
	right: -10px;
	background: url(../images/maya.png) 0 0 no-repeat;
	z-index: 9999;
}
#menu {
	width: 690px;
	height: 38px;
	position: absolute;
	top: 44px;
	right: 0;
	z-index: 99;
}
#menu_left {
	width: 32px;
	height: 38px;
	display: block;
	float: right;
	background: url(../images/menu_left.png) 0 0 no-repeat;
}
#menu_right {
	width: 107px;
	height: 38px;
	display: block;
	float: right;
	background: url(../images/menu_right.png) 0 0 no-repeat;
}
#btns_wrapper {
	background: url(../images/menu_bg.png) 0 0 repeat-x;
	float: right;
}
.menu_separator {
	width: 4px;
	height: 38px;
	display: block;
	float: right;
	background: url(../images/menu_separator.png) 0 0 no-repeat;
}
.menu_link {
	height: 38px;
	display: block;
	float: right;
	padding: 0 12px;
	font: normal 16px/37px Arial, sans-serif;
	color: #fff;
}
.menu_link:hover {
	color: #ccc;
}
/* =========================================================================================== */
/* BANNER */
/* =========================================================================================== */
#banner {
	width: 1260px;
	height: 324px;
	margin: 0 auto;
}
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT ===================================*/
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
/** THEME ===================================*/
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/loading.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* =========================================================================================== */
/* MENU */
/* =========================================================================================== */
.menu_wrapper {
	background: #ccc;
	margin-bottom: 20px;
}
.menu_wrapper a {
	font: normal 13px/16px Arial, sans-serif;
	color: #fff;
	text-align: center;
	display: block;
	float: left;
	height: 30px;
	padding: 24px 8px 0 8px;
	margin: 0 8px 0 0;
	background: #999;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.menu_wrapper a:hover {
	color: #000 !important;
	background: #ccc;
}
.menu_wrapper a.pageON {
	color: #fff !important;
	background: #03C;
}
/* =========================================================================================== */
/* CONTENT */
/* =========================================================================================== */
.home {
	padding-left: 36px;
	background: url(../images/home.png) 0 -2px no-repeat;
}
.phone {
	padding-left: 36px;
	background: url(../images/phone.png) 0 -2px no-repeat;
}
.mail {
	padding-left: 36px;
	background: url(../images/mail.png) 0 0 no-repeat;
}
.mail a {
	color: #555;
}
.titre_nouvelle {
	font: bold 18px/25px 'dosisbold', Arial, sans-serif;
}
/* =========================================================================================== */
/* SITES DE VACHES */
/* =========================================================================================== */
#embryos_wrapper {
	background:url(../images/blue_bar.png) 0 0 no-repeat !important;
}
.tbl_embryos th {
	color: #fff;
	background: none !important;
}
.tbl_embryos td {
	vertical-align: middle;
	padding: 8px 0 4px 0;
	font: normal 16px/21px 'dosisregular', Arial, sans-serif;
}
.tbl_embryos td .tbl_embryo_pic {
	border: solid #555 1px;
	width: 350px !important;
	height: auto !important;
}
.tbl_embryos tr {
	background-color: #f3f3f3;
	height: 38px;
}
.cows_big_name {
	font: normal 18px/24px 'dosisbold', Arial, sans-serif;
	text-align: center;
	margin-bottom: 4px;
}
.enveloppe_moitie {
	width: 47%;
	float: left;
	font: normal 16px/21px 'dosisregular', Arial, sans-serif;
	margin: 0 6% 30px 0;
}
.half_page_pic {
	border: solid #555 1px;
	width: 100% !important;
	height: auto !important;
}

/* =========================================================================================== */
/* FOOTER */
/* =========================================================================================== */

