body {
	margin: 0;
	padding: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	background: #222222;
}
#global {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left; /* on rétablit l'alignement normal du texte */
	background:white top left repeat-y;
	height:auto !important;
}
#logo {
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	position:relative;
	top:0;
	height:164px;
	background: url(../images/header.jpg) top center no-repeat;
}
#logoen {
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	position:relative;
	top:0;
	height:164px;
	background: url(../images/header-en.jpg) top center no-repeat;
}


/*menu*/
#contenu2{
	padding-top: 0;
	width: 800px;
	height: 150px;
	margin-top: 0;

}

.menu{
	width: 140px;
	padding-left: 15px;
	margin-top: 50px;
	height: 20px;
	font-family: "Trebuchet MS";

}
	

.menu a{
	color: white;
	text-decoration: none;
	font-size: 12px;
	padding: 3px;
}


.menu a:link, .menu a:visited {
	float: left;
	line-height: 10px;
	margin: 0;
	text-decoration: none;
	color: #5D5D5D;
}
	
.menu a.current, .menu a:visited.current, .menu a:hover {
	color: #5D5D5D;
	border-left: solid 10px  #5D5D5D;
	
}
	
.menu a:hover { 
	color: #5D5D5D; 

}


.style1{
	font-family: "Trebuchet MS";
	color: #614C5D;
	padding: 5px 0px 0px 0px;
	font-size: 12px;
	background: url(../images/fondbrebis.png) top left no-repeat;
}

#barre1{
width: 40px;
border-bottom: 15px solid #614C5D;
}


.style2{
	font-family: "Trebuchet MS";
	color: #9EB62E;
	padding: 0px 0px 5px 0px;
	font-size: 12px; 
	background: url(../images/fondchevre.png) top left no-repeat;
}

#barre2{
	width: 42px;
	border-bottom: 15px solid #9EB62E;
}

.style3 {
 	padding: 3px; 
	background: #fff;
	color: #614C5D;
	border-bottom: 1px dotted #614C5D;
}




.style3 a:link, .style3 a:visited {
	overflow:hidden;
	display: block;
	font-family: "Trebuchet MS";
	text-decoration: none;
	color: #614C5D;
	font-size: 11px; 
	background: #fff;
	padding: 2px;
	height: 50px;
}

/*
.style3 a.current, .style3 a:visited.current, .style3 a:hover {	
	overflow:inherit;
	display: block;
	background: #AFA5AF;
	padding: 3px;

}
*/

.style3 a:hover { 
	overflow:hidden;
	display: block;
	background: #AFA5AF;
	color: #614C5D;
	font-size: 11px; 
	padding: 2px;
	height: 50px;
}



.style4 {
 	padding: 3px; 
	background: #fff;
	color: #9EB62E;
}


.style4 a:link, .style4 a:visited {
	overflow:hidden;
	display: block;
	font-family: "Trebuchet MS";
	text-decoration: none;
	color: #9EB62E;
	font-size: 11px; 
	background: #fff;
	padding: 2px;
	height: 50px;
}

/*
.style4 a.current, .style4 a:visited.current, .style4 a:hover {
	overflow:hidden;
	display: block;
	background:#CCE57D;
	padding: 3px;
}
*/

.style4 a:hover { 
	overflow:hidden;
	display: block;
	background: #CCE57D;
	color: #9EB62E;
	font-size: 11px; 
	padding: 2px;
	height: 50px;
}

/*fin menu*/

#contenu {
	padding: 20px 20px 20px 20px;
	margin-top: 50px;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #3B4042;
}
#fromage {
	padding: 0px 20px 20px 20px;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #3B4042;
}
h1 {
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	font-size: 24px;
	color: #333333;
}

#footer {
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	position:relative;
	bottom:0;
	height:42px;
	background: #222222 url(../images/footer.jpg) bottom center no-repeat;
}
h2 {
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	font-size: 24px;
	color: #37BBD7;
}
.bleu {
	color: #37BBD7;
}
.bleulien {
	color: #37BBD7;
	text-decoration:none;
}
a:link.petit,a:visited.petit,a:hover.petit{
	font-size:9px;
	text-decoration:none;
	color:#999999;
}
.petit{
	font-size:9px;
	text-decoration:none;
	color:#999999;
}
.cadre {
	padding: 4px;
	border: 1px solid #333333;
	margin-left: 20px;
}
.image {
	padding: 4px;
	border: 1px solid #333333;
	margin-right: 20px;
}
.brebis {
	background: url(../images/brebis.jpg) top center no-repeat;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	margin-left: 20px;
	padding-left:20px;
}
.chevre {
	background: url(../images/chevre.jpg) top center no-repeat;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	line-height: 20px;
	color:#666666;
	margin-left: 20px;
	padding-left:20px;
}
.medaille {
	background: url(../images/medaille-2009.jpg) top right no-repeat;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	line-height: 20px;
	color:#666666;
	margin-left: 20px;
	padding-left:20px;
}
.texte{
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #333333;
	font-weight:normal;
}
a:link.menu,a:visited.menu{
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #333333;
	text-decoration:none;
}
a:hover.menu{
	text-decoration:underline;
}
a:link.fro,a:visited.fro{
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #333333;
	text-decoration:none;
}
a:hover.fro{
	text-decoration:underline;
}
.tabbrebis{
	background-color:#604E5E;
	color:#FFFFFF;
	font-weight:bold
}
.tabchevre{
	background-color:#A6BF2D;
	color:#FFFFFF;
	font-weight:bold
}
select{
	font-size : 10px;
}
input{
	font-size : 11px;
}



