/* Définition des styles globaux de la page */
body
{
	background-color: #d0deeb;
	background:url('fondgradient.png');
	font-family:  Arial, 'Comic Sans MS', Verdana, sans-serif;
	font-size: 14px;
	color: #000000;	
}

a
{
	color:#2f618f;
}

a:hover, a:visited
{
	color:#0e3b64;
}



.bloc_page
{
	margin-left: auto;
    margin-right: auto;
	width:850px;
}

img{
	margin:0px;
	padding:0px;	
}


.haut{
	top:0px;
	background:url('2014entete.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width:700px;
	height:54px;
	padding-top:50px;
	padding-left:105px;
	padding-right:0px;
	padding-bottom:0px;
	margin:0px;
}





/* L'en-tête et la news
.haut{
	position:relative;
	top:0px;
	padding:0px;
	margin:0px;
	width:749px;
}
.hautligneun{
	position:relative;
	top:0px;
	left:0px;
	height:61px;
	padding:0px;
	margin:0px;
}

.hautlignedeux{
	position:relative;
	top:0px;
	left:0px;
	height:136px;
	padding:0px;
	margin:0px;
}
.hautcolun{
	display:inline-block;
	position:absolute;
	left:0px;
	width:85px
}
.hautcoldeux{
	display:inline-block;
	position:absolute;
	left:85px;
	width:578px
}
.hautcoltrois{
	display:inline-block;
	position:absolute;
	left:663px;
	width:85px
}
#imgnews{
	display:float;
}*/

