/* CSS Document */

body {
	background-color:#e1e9ee;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1a2071;
}

a:active, a:visited, a:link {
	color:#1a2071;
	text-decoration:underline;
}

a:hover{
	color:#60330a;
	text-decoration:underline;
}

h1,h2,h3 {
	margin:0;
	padding:0;
}

div#conteneur {
	position:relative;
	margin:0 auto;
	width:776px;
	height:575px;
	border-color:#0e1368;
	border-style:solid;
	border-width:1px;
}

ul#menu li {
	float:left;
}

ul#menu a {
	height:27px;
	text-indent:-10000px;
	overflow:hidden;
	display:block;
}

ul#menu a:hover {
	background-position:bottom left;
}

a#accueil {
	background:url(../img/btn_acc.gif) top left no-repeat;
	width:110px;
	padding:0 1px 0 0;
}

a#services {
	background:url(../img/btn_serv.gif) top left no-repeat;
	width:110px;
	padding:0 1px 0 0;
}

a#qui {
	background:url(../img/btn_qui.gif) top left no-repeat;
	width:110px;
	padding:0 1px 0 0;
}

a#expertise {
	background:url(../img/btn_exp.gif) top left no-repeat;
	width:110px;
	padding:0 1px 0 0;
}

a#publications {
	background:url(../img/btn_pub.gif) top left no-repeat;
	width:110px;
	padding:0 1px 0 0;
}

a#agenda {
	background:url(../img/btn_agen.gif) top left no-repeat;
	width:110px;
	padding:0 1px 0 0;
}

a#contacter {
	background:url(../img/btn_cont.gif) top left no-repeat;
	width:110px;
}