*{
	padding:0;
	margin:0;
	border:0
}

*html img, *html a, *html p, *html object, *html input, *html select, *html textarea{
	position:relative;
	z-index:15;
}
*html a{
	cursor:hand;
}

html{
	background:url('../images/fond.gif') center top repeat;
}

body{
	background:url('../images/fond-body.gif') top repeat-x;
	font: normal 13px "Trebuchet MS", Helvetica, sans-serif;
	color:#000;
}

#conteneur{
	margin:0px auto;
	width:978px;
	padding:0 15px 1px 15px;
	background:url('../images/fond-site.png') repeat-y;
}
*html #conteneur{
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.bahutiendupuy.com/images/fond-site.png');
}


/*____________________________________________________________________*/
/*_________________________________=BANDEAU_____________________________*/
/*____________________________________________________________________*/

#bandeau{
	height:150px;
	padding:5px 0;
	border-bottom:5px #000 solid;
}

.spacer{
	clear:both;font-size:0px;height:5px;line-height:0px;
}

a{
	color:#930223;
	text-decoration:none;
}

a:hover{
	color:#000;
}

#zone_numero{
	float:right;
	text-align:center;
	width:350px;
	font-size:25px;
	font-style:italic;
	padding:20px 0;
}

#zone_numero p{
	text-align:center;
}

#titre_journal{
	display:block;
	float:left;
}

/*____________________________________________________________________*/
/*_________________________________=CONTENU_____________________________*/
/*____________________________________________________________________*/


#gauche{
	float:left;
	width:220px;
	min-height:400px;
	height:auto;
	padding:2px 2px 5px 0;
	clear:both;
}

#gauche p{
	padding:5px 2px;
}

#gauche h1{
	font-size:16px;
	text-align:center;
	text-transform:uppercase;
	background:#000;
	color:#fff;
	padding:0 2px;
}


#centre{
	float:left;
	width:520px;
	min-height:400px;
	height:auto;
	padding:5px 2px;
	border-right:5px #cfcfcf solid;
	border-left:5px #cfcfcf solid;
}

#centre p{
	padding:5px 2px;
}

#centre h1{
	font-size:22px;
	font-style:italic;
	color:#9c9c9c;
	padding:0 2px 0 20px;
}

#droite{
	float:left;
	width:220px;
	min-height:400px;
	height:auto;
	padding:2px 0 5px 2px;
}

#droite p{
	padding:5px 2px;
}

#droite h1{
	font-size:16px;
	text-align:center;
	text-transform:uppercase;
	background:#8d0222;
	color:#fff;
	padding:0 2px;
}

*html #gauche,*html #centre,*html #droite{
	height:400px;
}

.spacer_actu{
	clear:both;font-size:0px;height:5px;line-height:0px;
	background:#e4e4e4;
	margin:5px 0;
}

ul {
	padding-left:15px;
	margin:5px 2px;
}

ul li{
}


/*____________________________________________________________________*/
/*_________________________________=BAS_____________________________*/
/*____________________________________________________________________*/

#bas{
	clear:both;
	margin:0px auto;
	height:48px;
	text-align:right;
	color:#fff;
	font-size:11px;
	width:968px;
	padding:1px 20px 0px 20px;
	background:url('../images/fond-bas.png') no-repeat;
}

#bas a{
	text-decoration:none;
}

#bas p{
	padding:0 0 10px 0;	
	float:left;
	font-size:12px;
}

#bas a.haut_page{
	float:right;
	margin:0 205px 0 0;
	color:#fff;
	padding:1px 15px 0 0px;
	display:block;
	background:url('../images/fleche-up.gif') top right no-repeat;

}
#bas a.haut_page:hover, #bas a.haut_page:focus{
	color:#c8c8c8;
}


#bas ul{list-style:none;clear:both;}
#bas ul li{display:inline;}
#bas ul li a{color:#fff;padding:0 10px}
#bas ul li a:hover,#bas ul li a:focus{color:#C3C3C3;}

*html #bas{
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='http://www.bahutiendupuy.com/images/fond-bas.png');
}

/*____________________________________________________________________*/
/*_______________________________=ACTUALITE___________________________*/
/*____________________________________________________________________*/

img{
	border:1px #707070 solid;
	padding:4px;
	background:#fff;
}
img.noborder{
	border:none;
	background:none;
}

.centrer{
	text-align:center;
}

.left{
	float:left;
	margin:0 5px 0 0;
}

#centre a[href$='.pdf'] { 
	background:url('../images/icon_pdf.gif') 1px 4px no-repeat;
	padding:6px 0 5px 20px;	
}
#centre a[href$='.xls'],#contenu a[href$='.xlsx'] { 
	background:url('../images/icon_xls.gif') 1px 4px no-repeat;
	padding:6px 0 5px 20px;	
}
#centre a[href$='.doc'],#contenu a[href$='.docx'] { 
	background:url('../images/icon_doc.gif') 1px 4px no-repeat;
	padding:6px 0 5px 20px;	
}
#centre a[href$='.ppt'],#contenu a[href$='.pps'],#contenu a[href$='.pptx'],#contenu a[href$='.ppsx'] { 
	background:url('../images/icon_pps.gif') 1px 4px no-repeat;
	padding:6px 0 5px 20px;	
}

.unephotoactu{
	float:left;
	font-size:10px;
	font-style:italic;
	margin:3px;
	text-align:center;
	width:120px;	
}

