﻿/* CSS layout */
.style1 {
	color: #F1F3EB;
}
.style2 {
	text-align: justify;
	font-size: 17px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.style3 {
	font-size: 18px;
	color: #EFEFEF;
}
.style7 {
	font-size: 13px;
	color: #FF0000;
}
.style8 {
	font-weight: normal;
	padding-left: 300px;
	font-size: 24px;
	color: #000000;
	margin-top: 66px;
}
.style10 {
	padding-left: 70px;
	font-size: 18px;
	padding-top: 15px;
}
.style11 {
	padding-left: 112px;
}
.style12 {
	padding-left: 105px;
}
.style13 {
	padding-left: 103px;
}
.style14 {
	padding-left: 105px;
}
.style15 {
	padding-left: 113px;
	font-size: 20px;
}
.style16 {
	padding-left: 108px;
}
.style17 {
	padding-left: 90px;
}
.style18 {
	padding-left: 82px;
}
.style19 {
	padding-left: 72px;
}
.style20 {
	padding-left: 65px;
}
.style21 {
	padding-left: 61px;
}
.style22 {
	padding-left: 54px;
}
.style23 {
	padding-left: 52px;
}
.style24 {
	padding-left: 52px;
}
.style25 {
	padding-left: 52px;
}
.style27 {
	padding-left: 97px;
}
.style29 {
	color: #800000;
	padding-top: 5px;
}
.style32 {
	text-decoration: underline;
}
.style34 {
	text-align: left;
}

.style35 {
	text-align: justify;
	padding-right: 45px;
	padding-left: 20px;
}
.style36 {
	margin-left: 20px;
	margin-right: 8px;
}
.style37 {
	text-align: left;
	margin-right: 32px;
	margin-top: 15px;
}
.style38 {
	padding: 3px;
	border: 1px solid #000000;
	color: #800000;
}
.style39 {
	text-align: right;
}
.style40 {
	text-align: left;
	margin-left: 300px;
}
.style42 {
	text-align: left;
	padding-left: 60px;
	padding-top: 15px;
}
.style43 {
	padding-left: 10px;
	line-height: 37px;
	font-size: 17px;
}

body {
	text-align: center;
	margin-top: 0px;
	color: #000000;
	background-image: url('images/image_fond_page.jpg');
	font-size: 17px;
}
a {
	color: #003399;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
a:visited {
	color: #5959FF;
	text-decoration: none;
}
a:hover {
	color: #999999;
}

#conteneur_global { /* contenu global autres que produits et élevage */
	width: 1070px;
	height: 869px;
	background-image: url('images/image_fond_accueil.jpg');
	margin-right: auto;
	margin-left: auto;
}
#conteneur_global_produits {
	width: 1070px;
	height: 869px;
	background-image: url('images/image_fond_produits.jpg');
	margin-right: auto;
	margin-left: auto;
}
#conteneur_global_elevage {
	width: 1070px;
    height: 869px;
	background-image: url('images/image_fond_elevage.jpg');
	margin-right: auto;
	margin-left: auto;
}

#conteneur_2 {
	/* sommaire gauche + contenu */
	width: 1070px;
	height: 585px;
	float: left;
}

#banniere {
	float: left;
	width: 1070px;
	height: 160px;
}
#sommaire {
	/* sommaire gauche */

	float: left;
	width: 195px;
	height: 600px;
	text-align: left;
}
#sommaire_2 {
	/* sommaires produits et élevage */
	float: left;
	width: 250px;
	height: 600px;
	color: #800000;
	text-align: left;
	line-height: 35px;
}
#contenu{
	/* contenu autres que produits et élevage */
	float: left;
	width: 875px;
	height: 600px;
	text-align: center;
}

#contenu_2{
	/* contenu produits et élevage */
	float: left;
	width: 625px;
	height: 595px;
}
#bas {
	/* bandeau bas de page */
	clear: left;
	width: 1070px;
	text-align: center;
}
.auto-style1 {
	text-align: justify;
	line-height: 28px;
}
.auto-style2 {
	text-align: justify;
}


