html, body {
margin: 0px;
padding: 0px;
height: 100% /* que si on veut un site avec une gestion 100% de hauteur de DIV */
}
body {
	height: 100%; /* que si on veut un site avec une gestion 100% de hauteur de DIV */
	background-color: #2d8a00;
	background-attachment: scroll;
	background-image: url(../images/fond.png);
	background-repeat: repeat-x;
	background-position: left top;
}
/* Gestion bug ie */
br
{
	letter-spacing : 0px;
}
h2{
	color:#683B15;
	margin-bottom:0px;
}
h3{
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	margin-top:0px;
}
img{
	border:none;
}

*html .texte_fond{  /*visible que sous internet explorer
	/* Attention pas de ../ avant images/ */
	background-repeat:repeat-y;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/texte_fond_repeat.png', sizingMethod='scale');
	height:300px;
}

*>.texte_fond{  /* fonctionnera pas pour ie6*/
	background-repeat:repeat-y;
	background-image:url(../images/texte_fond_repeat.png);
	min-height:300px;
	overflow:hidden;
}
.both {
	clear:both
}
.top-login {
	background-attachment: scroll;
	background-image: url(../images/fond-login.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 174px;
	width: 300px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}

.top-logo-emmental-de-savoie {
	position: absolute;
	z-index: 30;
	left: 181px;
	top: 6px;
}
.home-fond {
	background-attachment: scroll;
	background-image: url(../images/home-fond.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 405px;
}
.home-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
}
.home-text-deguster {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding-top: 3px;
}

.top-photo {
	background-attachment: scroll;
	background-image: url(../images/fond-photo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 174px;
	width: 202px;
	top: 0px;
	right: 0px;
	z-index: 20;
}


.corp {
	width: 719px;
}



/*Permet de positionner une image dans une div contenant du texte comme pour COLL ETT DIEU.com */
.floatimage {
   float : left;
   margin : 5px 10 0px 0px;  
   display : inline;
 /*C'est la dernière valeur qui indique 0px de marge à gauche */
}
.accessibilite {
	display:none;
	/*permet de faire des titre quand les styles sont desactivé*/
}
.menu-lien {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	line-height: 14px;
	letter-spacing: 1px;
}
.menu-lien a {
	color: #fff;
	text-decoration: none;
}
.menu-lien a:hover {
	color: #7CC401;
	text-decoration: none;
}
.menu-posi {
	position: absolute;
	top: 12px;
	z-index: 10;
}
.home-img-lien {
	position: absolute;
	z-index: 20;
	left: 0px;
	top: 240px;
}

.home-der-min {
	position: absolute;
	height: 73px;
	width: 314px;
	top: 325px;
	right: 10px;
	text-align: left;
}
.actu-titre {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	padding-bottom: 5px;
	line-height: 12px;
}
.actu-texte {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #5B2E0D;
	line-height: 12px;
	padding-bottom: 5px;
}
.actu-lien a {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
}
.actu-lien a:hover {
	color: #5A2F0D;
	text-decoration: none;
	font-size: 11px;
}
.form-login {
	position: absolute;
	width: 128px;
	left: 11px;
	top: 58px;
	text-align: left;
}
.form-login .champ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5A2F0D;
	width: 126px;
	margin-bottom: 6px;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #FFF;
}
.form-btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A0E300;
	text-transform: uppercase;
	position: absolute;
	width: 30px;
	top: 30px;
	right: 0px;
	background-color: #5D310E;
	border: 1px solid #5D310E;
	height: 20px;
}
.mentions-droite{
	width: 280px;
	float: right;
}
.mentions-droite-zone-text{
	margin-right: 0px;
	margin-left: 30px;
	padding-bottom: 20px;
}
.mentions-ligne-droite {
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2d8a00;
}

.mentions-titre{
	font-weight: bold;
	text-transform: uppercase;
	color: #5a2f0e;
	font-size: 16px;
}
.mentions-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2d8a00;
	text-decoration: none;
}
.mentions-ligne{
	padding-bottom: 15px;
}




/* CODE MENU */

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
a:hover{
	color: #FFFFFF;
}

a.btn {
	color: #FFFFFF;	
}
a.btn:hover{
	color:#B0145D;
}
a.btn2, a.btn3 , a.btn4{
	color: #FFFFFF;	
}
a.btn2:hover, a.btn3:hover, a.btn4:hover{
	color:#5A2F0E;
}

.menu {
	background-repeat: repeat-x;
	width: 720px;
	height: 48px;
	padding-top: 0px;
	padding-left: 0px;
	position: relative;
	top: 0px;
	background-position: center;
	z-index: 20;
	left: 0px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	text-decoration:none;
	line-height:normal;
	letter-spacing:normal;
}



ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-weight: bold;
	color: #FFFFFF;
}
li {
	width: 120px;
	height:48px;
	padding-top: 8px;
	float: left;
	position: relative;
	font-weight: bold;
	font-size:11px;
	color: #FFFFFF;
	vertical-align:text-bottom;
	background-repeat:no-repeat;
	/*cursor:hand;*/
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
li.exept{
	background-image: url(../images/inter_05.gif);
	width: 120px;
	height: 48px !important;
	height: 56px;/*hack IE*/
	background-color:#2C8A00;
}

li.btn{
	height: 45px !important;
	height: 56px;/*hack IE*/
}
li.btn2{
	background-image: url(../images/btn_vert_petit.gif);
	color: #5A2F0E;
	height: 22px !important;
	height: 30px;/*hack IE*/
	-moz-opacity:0.5;
	filter: Alpha(Opacity=90);
}
li.btn3{
	background-image: url(../images/btn_vert_grand.gif);
	color: #5A2F0E;
	height: 36px !important;
	height: 44px;/*hack IE*/
	filter: Alpha(Opacity=90);
	-moz-opacity:0.5;
}/*
li.btn3:hover{
	filter: Alpha(Opacity=100);
	-moz-opacity:1;
}
li.btn2:hover{
	filter: Alpha(Opacity=100);
	-moz-opacity:1;
}
*/
li.btn4 {
	background-image: url(../images/btn_vert_tresgrand.gif);
	color: #5A2F0E;
	height: 55px !important;
	height: 44px;/*hack IE*/
	filter: Alpha(Opacity=90);
	-moz-opacity:0.5;
}


li ul {
    display: none;
	position: absolute;
}
li, ul {
	top: 0px;
	left: 0px;
}
li:hover ul, li.over ul{
	top: 40px;
	left: 0;
	display: block;
}
li.exept2 {
	height: 53px;
}

.lien-menu {
	font-weight: bold;
	color: #FFFFFF;
}
.lien-menu a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
a.lien-menu:hover{
	font-weight: bold;
	color: #7EC401;
}p {
	margin: 0px;
	padding: 0px;
}
