/* CSS Document */
html,body
	{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow:hidden;
	}
.conteneur1
	{
	width: 100%;
	height: 100%
	}
.entete
	{
	height: 100px;
	}
.conteneur2
	{
	vertical-align: top;
	height: 100%;
	padding-left: 0px;
	}
	
p {
	font-size: 12px;}

.inter
	{
	position: absolute;
	height: 100%;
	}
.contenu{
	position: absolute;
	text-align: left;
	width: 990px;
	height: 100%;
	overflow: auto;
	vertical-align: top;
	padding-right: 20px;
	padding-left: 20px;
	background-image:url(../images/actualite/helene.jpg);
	background-repeat:no-repeat;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 28px;
	font-style: normal;
	color: #666699;
}


#texte-actu{ /* selecteur pour le texte de news de la page actu*/
	position:absolute;
	width:250px;
	line-height:18px;
	top:50px;
	left:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	height: 353px;
}
