body, h1, h2, h3, h4, h5, h6, form, ul, img, p, a, fieldset, button{
	border:0;
	margin:0;
	padding:0;
	outline:none;
}

body{
	background:url('../images/fond-page-index.gif') #444 repeat-x;
	color:#4c4c4c;
	font: normal 12px Verdana, Helvetica, sans-serif;
}



/*____________________________________________________________________*/
/*_________________________________=GENERAL_____________________________*/
/*____________________________________________________________________*/

*html img, *html a, *html p, *html input, *html textarea, *html select{
	position:relative;
	z-index:15;
}

a{text-decoration:none;}

.spacer{clear:both;font-size:0px;height:0px;line-height:0px;}

/*____________________________________________________________________*/
/*_______________________________=CONTENEUR___________________________*/
/*____________________________________________________________________*/


#conteneur{  
	background:url('../images/fond-index.png') no-repeat;
	height:632px;
	margin:0 auto;
	padding:0 32px;
	width:872px;	
}
*html #conteneur{
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='http://www.brioude-action.com/images/fond-index.png');
}

/*____________________________________________________________________*/
/*_________________________________=HAUT______________________________*/
/*____________________________________________________________________*/


#presentation{
	float:left;
	height:197px;
	padding:175px 0 0 30px;
	width:433px;
}

#anim-carte{
	float:right;
	height:372px;
	width:409px;
	
}

#presentation h1{
	color:#63b82a;
	font-size:21px;
	font-weight:normal;
}
#presentation h2{
	color:#f47316;
	font-size:16px;
	font-weight:normal;
	padding:7px 0 0 5px;
}
#presentation p{
	background:url('../images/fond-presentation.png') no-repeat;
	color:#4c4c4c;
	line-height:16px;
	margin:25px 0 0 25px;
	padding:13px 15px;
	text-align:justify;
	width:367px;
}
*html #presentation p{
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='http://www.brioude-action.com/images/fond-presentation.png');
}

/*____________________________________________________________________*/
/*_________________________________=CENTRE___________________________*/
/*____________________________________________________________________*/

#zone-entrer{
	background:url('../images/fleche-index.png') no-repeat;
	height:46px;
	margin:-20px 0 0 0;
	padding:30px 0 0 641px;
	width:283px;
}
*html #zone-entrer{
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='http://www.brioude-action.com/images/fleche-index.png');
}

#zone-entrer a{
	background:url('../images/btn-entrer.png') no-repeat;
	display:block;
	height:17px;
	text-indent:-9999px;
	width:229px;
}
*html #zone-entrer a{
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='http://www.brioude-action.com/images/btn-entrer.png');
}

/*____________________________________________________________________*/
/*_______________________________=DIAPORAMA___________________________*/
/*____________________________________________________________________*/

#zone-diaporama{
	background:url('../images/fond-diapo-index.gif') repeat-x;
	height:147px;
	margin:-20px 0 0 0;
	overflow:hidden;
	padding:9px 0 60px 0;
}
#zone-diaporama img{
	border:2px #fff solid;
}

#zone-diaporama ul{
	height:144px;
	overflow:hidden;
}

#zone-diaporama li{
	float:left;
	margin:0 4px;
}



.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    height: 147px;
    list-style: none;
    margin:0 4px;
    width: 190px;
}

.jcarousel-clip-horizontal {
   height: 147px;
   margin:0 auto;
   text-align:center;
   width: 790px;
}

.jcarousel-prev{
  	background:url('../images/diapo-prev.png')  no-repeat;
  	cursor: pointer;
	height:35px;
	left: 7px;
   	position:absolute;
   	top: 53px; 	
  	width:29px;
}
.jcarousel-prev-disabled{
	background:url('../images/diapo-prev-dis.png')  no-repeat;
  	cursor: auto;
}

.jcarousel-next{
	background:url('../images/diapo-next.png') no-repeat;
	cursor: pointer;
	height:35px;
   	position:absolute;
   	right: 7px;
   	top: 53px;	
  	width:29px;
}

.jcarousel-next-disabled{
	background:url('../images/diapo-next-dis.png')  no-repeat;
  	cursor: auto;
}







/*____________________________________________________________________*/
/*_________________________________=BAS_____________________________*/
/*____________________________________________________________________*/



#bas{
	background:url('../images/fond-bas.png') no-repeat;
	clear:both;
	color:#fff;
	font-size:11px;
	height:53px;
	margin:0 auto;
	padding:10px 0 0 0;
	text-align:center;
	width:699px;
}
*html #bas{
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='http://www.brioude-action.com/images/fond-bas.png');
}


#bas a{
	color:#139e18;	
}


#bas a:hover,#bas a:focus{
	color:#fff;
}




