@charset "utf-8";

html, body {
	background: #08446d;
	color: #B3E1FF;
}
body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
}


#main-wrap {
	background: transparent url(footer.png) repeat-x left bottom;
}
#main {
	background: #1188db;
	border: 9px solid #063757;
	margin: 18px auto 0;
	width: 950px;
}

#header {
	background: transparent url(header.jpg) repeat-x top center;
	position: relative;
	height: 120px;
}
	#logo {
		background: transparent url(logo.png) no-repeat;
		position: absolute;
		top: 10px;
		left: 42px;
		margin: 0;
		padding: 0;
		width: 116px;
		height: 103px;
	}
	#logo span {
		display: none;
	}
	#slogan {
		background: #08446d url(slogan.png) repeat-y;
		color: white;
		font: bold italic 1.8em/1.778em "Times New Roman", Times, serif;
		margin: 0;
		padding: 0 25px 0 0;
		text-align: right;
	}

#content-wrap {
	background: #1188db url(content-wrap.png) repeat-y;
	overflow: hidden;
	position: relative;
}
	#sidebar {
		float: left;
		padding: 40px 0;
		width: 200px;
	}
	#content {
		float: right;
		padding: 40px;
		margin: 0 0 10px 0;
		width: 670px;
	}


#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a, #menu strong, #menu span {
	display: block;
	height: 40px;
	line-height: 40px;
}

#menu a, #menu strong {
	color: white;
	font: bold 1.4em/40px Arial, sans-serif;
	text-decoration: none;
}
#menu a {
	background: #0c65a4 url(menu.png) repeat-y;
}

#menu span {
	background: url(puce.png) no-repeat 12px center;
	padding-left: 40px;
}

#menu a:hover, #menu a:focus {
	background: #063757;
}
#menu a span {
	cursor: pointer;
}



img {
	border: 0;
}
a {
	color: #b3e1ff;
}
a:hover {
	color: white;
}


#adresse {
	background: #08446d;
	color: white;
	margin: 0;
	padding-top: 1.5em;
	text-align: center;
}
#adresse .fn, #adresse .sp {
	margin-right: 3em;
}
#adresse .adr {
	margin-left: 3em;
}
#adresse abbr {
	border: none;
}

#copyright {
	background: #08446d;
	color: white;
	margin: 0;
	padding: 1.5em 0 6em;
	text-align: center;
}
#copyright a {
	color: white;
}
#copyright a:hover {
	background: white;
	color: #08446d;
}


.admin_widget {
	position: absolute;
	right: 0;
	top: 0;
}

#site_diapo-sidebar {
	background: #59abe6 url(diapo.png) repeat-y;
	margin-top: 40px;
	padding: 20px 0 10px;
	text-align: center;
}
#site_diapo-sidebar h2 {
	color: white;
	margin: 0;
}
#diapo-images {
	height: 135px;
	margin: 20px auto 0;
	position: relative;
	width: 180px;
}
	#diapo-images img {
		border: 1px solid #9fcff1;
		display: block;
		left: 0;
		position: absolute;
		top: 0;
	}



