/* 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:355px;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	}

#bhead{
	height: 72px;
	background-image: url(../images/index/bienvenuered.gif);

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

	}
	
#bbcorp{
	width: 335px;
	padding-left:10px;
	
	
}
#bend{
	background-image: url(../images/index/bienvend.gif) ;
	height: 20px;
	margin-top: -1px;
	

	}

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

#nhead{
	background-image: url(../images/index/newshead.gif);
	height: 20px;
	padding-left:30px;
	
	}
#nnhead{
	float:left;
	padding-top:3px;
	
}
#ncorp{
		padding: 1px 0;

	background-image: url(../images/index/bienvcorp.gif);
	}
#nfoot{
	background-image: url(../images/index/bienvend.gif) ;
	height: 20px;
	margin-top: -15px;
}
#actu{
	width:390px;
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	}
	

#ahead{
	height:20px;
	background-image: url(../images/index/actuhead.gif);
	padding-left:30px;

	}
#aahead{
	float:left;
	padding-top:3px;
}
#acorp{
	background-image: url(../images/index/actucorp.gif);
	padding-top: 1px;
	padding-left:10px;
	
	}
#aactu{
	background-color: #FFFFFF;
	width: 363px;
	margin-top: 10px;
}	
	
#afoot{
	background-image: url(../images/index/actufoot.gif);
	height: 23px;
	margin-top: -15px;
	margin-bottom:5px;
	}



