/* CSS Document */
#head{
	width:980px;
	height:130px;
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
#logo{
	margin:2px 0 3px 10px;
	float:left;
}
#pub{
	margin:31px 10px 21px 0;
	float:right;
}
#chapo{
	width:980px;
	height:46px;
	margin:0 auto;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
#chapo_left{
	float:left;
	height:26px;
	font-size:18px;
	font-weight:bold;
	padding:10px 0 10px 10px;
	background-color:inherit;
	background-image:url(../images/corners-top-left.png);
	background-position:top left;
	background-repeat:no-repeat;
}
#chapo_right{
	float:right;
	width:2px;
	height:46px;
	background-color:inherit;
	background-image:url(../images/corners-top-right.png);
	background-position:top right;
	background-repeat:no-repeat;
}
#titre_gauche{
	float:right;
	width:14px;
	height:32px;
	background:url(../images/fond-titre-page-left.png) top left no-repeat;
	margin:7px 0 7px 0;
}
#titre{
	float:right;
	height:26px;
	margin:7px 0 7px 0;
	padding:6px 10px 0 10px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
#titre_droite{
	float:right;
	width:14px;
	height:32px;
	background:url(../images/fond-titre-page-right.png) top left no-repeat;
	margin:7px 30px 7px 0;	
}
