#container {
	height: 600px;
	background: url('images/estivin/bg_home.jpg') no-repeat top left;
}

#header {
	height: 100px;
}

#page {
	height: 484px;
}


/*** ACTUALITES ***/

#actus {
	width: 190px;
	_width: 216px;
	height: 110px;
	float: left;
	padding: 86px 0px 0px 26px;
	color: white;
	font-size: 9px;
	line-height: 10px;
	text-aligne: justify;
}

a.actuTitre, 
span.actuTitre {
	color:white;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	background: url('images/estivin/puceActus.gif') no-repeat 0px 4px;
	line-height: 16px;
}

a.actuTitre:hover {
	text-decoration: underline;
}


/*** CONTENU ***/

#contenu {
	width: 450px;
	_width: 520px;
	height: 110px;
	float: left;
	padding: 96px 0px 0px 70px;
	color: white;
}

#contenu .bloc {
	font-size: 10px;
}

/*** ENCART ***/

#encart {
	width: 170px;
	_width: 490px;
	height: 130px;
	float: left;
	padding: 60px 0px 0px 320px;
}

#encart img{
	/*width: 170px;*/
	margin: 0 5px 5px 0;
	padding: 0px;
	float:left;
}

#encart p {
	color: white;
	text-align: justify;
	font-size: 10px;
	line-height: 11px;
}

#encart  p a {
	text-align: right;
	color: #a71c95;
	text-decoration: none; 
	font-style: italic;
	display: block;
}
#encart  p a:hover {
	text-decoration: underline; 
}


/*** PICTOS ***/

#pictos {
	float: right;
	width : 67px;
	_width : 113px;
	padding: 30px 43px 0px 0px;
	_padding: 30px 46px 0px 0px;
}

.picto_home {
	clear:both;
	float: left;
	width: 67px;
	height: 67px;
	margin-bottom: 7px;
}

