@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: 'CharisSILRegular';
	src: url('CharisSILR-webfont.eot');
	src: url('CharisSILR-webfont.eot?#iefix') format('embedded-opentype'),
	url('CharisSILR-webfont.woff') format('woff'),
	url('CharisSILR-webfont.svg#CharisSILRegular') format('svg'),
	url('CharisSILR-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'plainblacknormal';
	src: url('Plain_Black-webfont.eot');
	src: url('Plain_Black-webfont.eot?#iefix') format('embedded-opentype'),
	url('Plain_Black-webfont.woff') format('woff'),
	url('Plain_Black-webfont.svg#plainblacknormal') format('svg'),
	url('Plain_Black-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
html {
	overflow-x: hidden;
}
body {
	background: #ffffff url(../images/bg_header.jpg) center 106px no-repeat;
	font: normal 15px/20px "Times New Roman", Times, serif;
	color: #222;
}
h1 {

}
h2 {
	font: normal 24px/46px "CharisSILRegular", Times, serif;
	color: #02958c;
	text-align: center;
	font-style: italic;
	display: block;
	padding-bottom: 22px;
	background: url(../images/bg_titles.png) center 8px no-repeat;
}
h2 span {
	font: normal 45px/46px "plainblacknormal", Times, serif !important;
	color: #007e76 !important;
	vertical-align: middle !important;
}
h3 {
	font: bold 30px/33px "CharisSILRegular", Times, serif;
	color: #02958c;
	margin-bottom: 15px;
	text-align: center;
	font-style: italic;
}
h4 {

}
h5 {

}
h6 {

}
p {
	margin: 0 0 18px 0;
}
hr {
	background-color: none;
	border: dashed thin #6d8fb9;
	height: 0;
	margin: 0 0 20px 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;
}
.black {
	color: #000 !important;
}
/* =========================================================================================== */
/* FRAME SITE */
/* =========================================================================================== */
.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 */
/* =========================================================================================== */
.wrapper {
	width: 984px;
	margin: 0 auto;
	z-index: 3;
}
#btn_top {
	display: none;
	width: 160px;
	height: 17px;
	padding: 12px 9px 10px 9px;
	position: fixed;
	bottom: 220px;
	right: -1px;
	font: bold 17px/18px 'CharisSILRegular', Arial, sans-serif;
	color: #fff;
	background: #007e76;
	z-index: 99;
	text-align: center;
	-webkit-box-shadow: -1px 1px 5px 0px rgba(50, 50, 50, 0.79);
	-moz-box-shadow:    -1px 1px 5px 0px rgba(50, 50, 50, 0.79);
	box-shadow:         -1px 1px 5px 0px rgba(50, 50, 50, 0.79);
}
#green_bar {
	width: 100%;
	height: 107px;
	position: absolute;
	top: 0;
	left: 0;
	background: #133d38;
	z-index: 1;
}
#btn_switch_lang {
	font: bold 15px/35px 'CharisSILRegular', Arial, sans-serif;
	color: #fff;
}
#header {
	width: 100%;
	height: 294px;
}
#logo_top {
	width: 272px;
	height: 55px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -136px;
	background: url(../images/top_logo.png) 0 0 no-repeat;
	z-index: 9;
}
/* ******************************************** */
#small_menu {
	width: 200px;
	padding-top: 7px;
	height: 44px;
	float: right;
	z-index: 5;
}
#small_menu a {
	float: right;
	margin-left: 15px;
}
#menu {
	width: 954px;
	height: 319px;
	padding: 20px 15px 0 15px;
	border-top: solid 4px #007e76;
	background: url(../images/bg_menu.png) 0 0 no-repeat;
	clear: both;
	z-index: 6;
}
#menu a {
	display: block;
	height: 48px;
	font: bold 14px/30px 'CharisSILRegular', Arial, sans-serif;
	color: #000;
}
.menuL {
	float: left;
	margin-right: 15px;
}
.menuR {
	float: right;
	margin-left: 35px;
}
#menu a:hover, #menu a.menuON {
	color: #007e76 !important;
}
#menu a.pageON {
	color: #007e76 !important;
}
.letterine {
	font: normal 28px/20px 'plainblacknormal', Arial, sans-serif;
	vertical-align: middle;
}
/* SUB MENUS ============================================================================== */
#submenu_A, #submenu_B {
	display: none;
	width: 125px;
	position: absolute;
	top: 62px;
	left: 265px;
	background: #fff;
	border-top: solid 1px #acaeaa;
	border-left: solid 1px #acaeaa;
	border-right: solid 1px #acaeaa;
	z-index: 300;
}
#submenu_B {
	width: 195px;
	left: 590px;
}
#submenu_A a, #submenu_B a {
	font: bold 15px/15px "Times New Roman", Times, serif;
	color: #000;
	text-align: center;
	height: auto !important;
	padding: 7px 0 8px 0;
	border-bottom: solid 1px #acaeaa;
	display: block;
}
#submenu_A a:hover, #submenu_A a.menuON, #submenu_B a:hover, #submenu_B a.menuON {
	color: #007e76 !important;
}
.sub_arrow {
	width: 15px;
	height: 8px;
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -7px;
	background: url(../images/arrow_menu.png) 0 0 no-repeat;
	z-index: 300;
}
/* =========================================================================================== */
/* CONTENT */
/* =========================================================================================== */
.wrapper_content {
	width: 924px;
	padding: 30px;
	margin: 0 auto;
	border-top: solid 4px #007e76;
	background: #fff;
	z-index: 3;
}
.width_430 {
	width: 430px;
	z-index: 4;
}
.titre_nouvelle {
	font: normal 20px/25px "CharisSILRegular", Times, serif;
	color: #02958c;
	text-align: center;
	font-style: italic;
}
/* =========================================================================================== */
/* SITES DE VACHES */
/* =========================================================================================== */
#embryos_wrapper {

}
.tbl_embryos {
	border-top: solid 3px #bbc4be;
}
.tbl_embryos th {
	color: #000;
	background: #fff;
}
.tbl_embryos td {
	vertical-align: middle;
	padding: 4px 0 0 0;
}
.tbl_embryos td .tbl_embryo_pic {
	border: solid #555 1px;
	width: 350px !important;
	height: auto !important;
}
.tbl_embryos tr {
	background-color: #bbc4be;
	height: 34px;
}
.cows_big_name {
	font: normal 18px/26px "CharisSILRegular", Times, serif;
	color: #02958c;
	text-align: center;
}
.enveloppe_moitie {
	width: 47%;
	float: left;
	margin: 0 6% 30px 0;
}
.half_page_pic {
	border:solid 2px #ccc;
	display: block;
	margin-bottom: 8px;
	width: 100% !important;
	height: auto !important;
}
/* =========================================================================================== */
/* FOOTER */
/* =========================================================================================== */
#full_footer_top {
	width: 984px;
	height: 90px;
	margin: 0 auto;
	background: url(../images/top_logo_footer.jpg) center 15px no-repeat;
}
#full_footer {
	width: 100%;
	height: 136px;
	background: url(../images/bg_footer.jpg) center 0 no-repeat;
}
#full_footer2 {
	width: 984px;
	height: 136px;
	background: url(../images/bg_footer.jpg) center 0 no-repeat;
}
#full_footer_bottom {
	width: 984px;
	height: 70px;
	margin: 0 auto;
	background: url(../images/bottom_logo_footer.jpg) center top no-repeat;
}
.text_footer_white_left, .text_footer_white_right {
	font: bold 17px/20px "Times New Roman", Times, serif;
	color: #fff;
	width: 390px;
	position: absolute;
	top: 50px;
}
.text_footer_white_left {
	text-align: right;
	left: 0;
}
.text_footer_white_right {
	text-align: left;
	right: 0;
}

.text_footer_white_right a {
	color: #fff;
}
.text_footer_white_left span, .text_footer_white_right span {
	font: normal 14px/20px "Times New Roman", Times, serif;
}

.text_footer_rights, .text_footer_signature {
	font: normal 13px/15px "Times New Roman", Times, serif;
	color: #777;
	width: 390px;
	text-align: right;
	position: absolute;
	top: 150px;
}
.text_footer_rights {
	text-align: right;
	left: 0;
}
.text_footer_signature {
	text-align: left;
	right: 0;
}
.text_footer_signature a {
	color: #777;
}
