/* css Zen Garden default style v1.01 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */


/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */

#bienvenue {
	width:255px;
	float: left;
	margin-top: 5px;
	margin-left:5px;
	}

#bhead{
	height: 20px;
	background-image: url(../images/index/actuheadsmall.gif);
	padding-left:25px;

	}
#bcorp{
	background-image: url(../images/index/actucorpsmall.gif);
	padding: 1px 0;


	}
	
#bbcorp{
	width: 240px;
	padding-left:10px;

}
#bend{
	background-image: url(../images/index/actufootsmall.gif);
	height: 20px;
	margin-top: -1px;
	}

#news {
	width:255px;
	margin-top: 10px;
	float: left;	
}

#nhead{
	background-image: url(../images/index/actuheadsmall.gif);
	height: 20px;
	padding-left:25px;
	}
#nnhead{
	float:left;
	padding-top:3px;
	}
#ncorp{
	padding: 1px 0;
	background-image: url(../images/index/actucorpsmall.gif);
	}
#nfoot{
	background-image: url(../images/index/actufootsmall.gif);
	height: 20px;
	margin-top: -5px;
}
#actu{
	width:490px;
	float: left;
	margin-top: 5px;
	margin-left: 7px;
	}
	

#ahead{
	height:72px;
	background-image: url(../images/index/bienvenueredlarge.gif);
	
	}

#acorp{
	background-image: url(../images/index/bienvcorplarge.gif);
	padding: 1px 0;
	
	
	}
#aactu{
	width: 450px;
	padding-left:10px;
}	
	
#afoot{
	background-image: url(../images/index/bienvendlarge.gif);
	height: 23px;
	margin-bottom:5px;
	}



