* {
	padding: 0;
	margin: 0;
	border: 0;
}
body {
	background: #bdbdbd url(images/texture.png) repeat center top;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #254b9f;
}

#page {
	width: 992px;
	height: 682px;
	background: url(images/fond.png) no-repeat 0 130px;
	margin: 0 auto;
	position: relative;
}

#baseline {
	color: #92a5cf;
	font-size: 14px;
	line-height: 14px;
	font-style: italic;
	padding: 15px 20px;
	font-weight: normal;
	letter-spacing: 1px;
}

#menu, #ssmenu {
	position: absolute;
	width: 970px;
	height: 70px;
	overflow: hidden;
	top: 183px;
	left: 11px;
	font-size: 18px;
	z-index: 10;
}

#ssmenu {
	top: 245px;
	font-size: 14px;
	height: 56px;
	z-index: 100;
	overflow: hidden;
}

#menu li, #ssmenu li {
	list-style-type: none;
	display: inline;
	padding: 10px 0 40px 0;
	margin: 0 2px;
	line-height: 50px;
}

#menu a, #ssmenu a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 10px 40px 10px;
}

#menu a:hover {
	color: #ffaf23;
}

#ssmenu a:hover {
	color: #254b9f;
}

#menu li.selected {
	background: url(images/fond-menu.png) no-repeat;
}

#ssmenu li.selected {
	background: url(images/fond-ssmenu.png) no-repeat;
}

#menu li.selected a {
	background: url(images/coin-menu.png) no-repeat right top;
}

#ssmenu li.selected a {
	background: url(images/coin-ssmenu.png) no-repeat right top;
	color: #254b9f;
}

#menu li.selected a:hover {
	color: #fff;
	text-decoration: none;
}

#ssmenu li.selected a:hover {
	text-decoration: none;
}

#contenu {
	position: absolute;
	top: 286px;
	width: 970px;
	height: 345px;
	left: 11px;
	text-align: left;
}

#conteneur-actus {
	position: absolute;
	top: 15px;
	width: 970px;
	height: 315px;
	overflow: hidden;	
}

#contenu-actus {
	width: 9700px;
	height: 315px;
	overflow: hidden;
}

.actualite {
	height: 315px;
	width: 970px;
	overflow: hidden;
	float: left;
}

.actualite img {
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
	border: 0;
}

.scrollable {
	overflow: auto;
	height: 330px;
	margin-top: 15px;
}

h1, h2, h3, h4, p {
	margin: 10px 20px;
}

h1 {
	color: #ffaf23;
	font-size: 30px;
	line-height: 34px;
	font-weight: normal;
}

h2 {
	font-size: 24px;
	line-height: 28px;
	border-bottom: 1px dashed #92a5cf;
}

h3 {
	color: #ff8f00;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
}

h4 {
	color: #959595;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
}

p {
	line-height: 16px;
	text-align: justify;
}

ul {
	margin: 10px 20px 10px 40px;
	font-size: 14px;
	line-height: 18px;
	list-style-type: circle;
}

a {
	color: #254b9f;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #ffaf23;
	text-decoration: none;
}

.adroite {
	float: right;
}

#pied {
	position: absolute;
	width: 970px;
	top: 635px;
	left: 11px;	
}

#pied p {
	padding: 3px;
	color: #92a5cf;
	text-align: center;
	font-size: 11px;
	line-height: 12px;
	letter-spacing: 1px;
	margin: 0 10px;
}

#pied a {
	color: #ffaf23;
	font-weight: bold;
}


#diapos {
	position: absolute;
	top: 286px;
	right: 11px;
	z-index: 50;
}