/********** HTML **********/
body {
	margin: 0;
	padding: 0;
	background-color: #53813A;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size:11px;
}

img {
	border: none;
}
/********** TYPOGRAPHY **********/

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 5px;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/********** COMMON **********/
#header {
	width: 950px;
	height: 211px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/header.jpg) 0 0 no-repeat;
}
#mainContainer {
	width: 950px;
	min-height: 296px;
	height: auto !important;
	height: 296px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/background.gif) 35px top repeat-y;
	overflow: auto;
}
#footer {
	width: 950px;
	height: 6px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/footer.gif) 35px top no-repeat;
}
#newsContainer {
	float: left;
	width: 180px;
	min-height: 173px;
	height: auto !important;
	height: 173px;
	margin-left: 43px;
	display: inline;
	background: url(../images/news_background.gif) 0 0 no-repeat;
	padding-left: 10px;
	padding-right: 10px;
}
#textContainer {
	float: left;
	margin-left: 20px;
	display: inline;
	width: 631px;
	padding-bottom: 15px;
}
#flashContainer {
	width: 366px;
	height: 173px;
	position: relative;
	margin-left: 370px;
}
/* Bouttons */
#news-btn {
	position: absolute;
	margin-top: 150px;
	margin-left: 363px;
	z-index: 999;
}
#supra-btn {
	position: absolute;
	margin-left: 454px;
	margin-top: 167px;
	z-index: 999;
}
#show-btn {
	position: absolute;
	margin-left: 569px;
	margin-top: 175px;
	z-index: 999;
}
#randw-btn {
	position: absolute;
	margin-left: 668px;
	margin-top: 172px;
	z-index: 999;
}
#index-btn {
	position: absolute;
	margin-left: 727px;
	margin-top: 167px;
	z-index: 999;
}
#sales-btn {
	position: absolute;
	margin-left: 786px;
	margin-top: 159px;
	z-index: 999;
}
#embryos-btn {
	position: absolute;
	margin-left: 848px;
	margin-top: 140px;
	z-index: 999;
}
#home, #contact, #english {
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
}
#home a, #contact a, #english a {
	color: #FFF;
	text-decoration:none;
}
#home a:hover, #contact a:hover, #english a:hover {
	color: #EEE;
	text-decoration:underline;
}
#home {
	position: absolute;
	margin-left: 854px;
	margin-top: 21px;
	background-image:url(../images/home.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 23px;
}
#contact {
	position: absolute;
	margin-left: 854px;
	margin-top: 41px;
	background-image:url(../images/contact.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 23px;
}
#english {
	position: absolute;
	margin-left: 854px;
	margin-top: 61px;
	padding-left: 23px;
}

.bordure {
	border: 4px solid #335B8F;	
}