@charset "utf-8";
body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #666666;
}
#conteneur {
	position:absolute;
	left: 50%;
	width: 900px;
	margin-left: -450px; /* moitié de la largeur */
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 10px;
}
a {
	text-decoration:none;
}
img {
	border:none;
}
#header {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bandeau.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#logo {
	float:left;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	position:absolute;
	left: 50%;
	top: 100px;
	width: 800px;
	margin-left: -210px; /* moitié de la largeur */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index:999;
}
#menu dl {
	float: left;
	width: 94px;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #E70027;
	color: #FFFFFF;
	border: none;
	margin: 1px;
	vertical-align: middle;
	line-height: 20px;
}
#menu dd {
	display: none;
	border: none;
}
#menu li {
	text-align: center;
	color: #FFFFFF;
	background: #E70027;
	margin-top:1px;
	line-height: 20px;
	z-index:999;
}
#menu li a, #menu dt a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background: #FF9900;
}
#visuel {
	padding: 0px;
	width: 180px;
	float: left;
	clear: left;
	position: relative;
	margin: 0px;
}
#corps {
	background-color: #DEDFE0;
	margin-left: 230px;
	position: relative;
	padding: 30px;
	padding-top: 15px;
	padding-bottom:15px;
	min-height: 382px;
	width: 600px;
	z-index:0;
}
#corps li {
	display : list-item;
	list-style-image : url(../img/puce.gif);
	list-style-position: outside;
}
#corps li2 {
	display : list-item;
	list-style-image : url(../img/puce1.gif);
	list-style-position: outside;
}
#footer {
	font-size:12px;
	clear:both;
	color:#999999;
	width: 590px;
	margin-left: 190px;
	text-align: center;
}
.spacer {
	clear: both;
}
.Style1 {
	color: #FF9900;
	font-size: 16px;
	font-weight: bold;
}
h1 {
	color: #FF9900;
	font-size: 18px;
	font-weight: bold;
	padding-bottom:20px;
}
.soustitre {
	color: #FF9900;
	font-size: 18px;
	font-weight: bold;
	padding-bottom:20px;
}
.formulaire_spip fieldset {
	border:none;
}
.formulaire_spip legend {
	display:inline;
}
#quisommes {
	padding:10px;
}
-->
/* CSS Document */

.serviceimg {
	float:left;
	width:180px;
}
.servicetxt {
	width:300px;
	float:left;
	list-style: inside circle;
	margin-left:40px;
}
#menunew {
	float:right;
	width:672px;
/*	padding-top:115px;*/
padding-top:25px; 
	padding-left:28px;
}
#nav, #nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	z-index:999;
}
#nav a {
	display:block;
	padding:0px 5px;
	margin:1px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background-color:#E70027;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
}
#nav a:hover {
	background-color:#FF9900;
	color: #FFFFFF;
}
#nav li {
	float:left;
	position:relative;
	width:94px;
}
#nav ul {
	position:absolute;
	display:none;
	width:12em;
	top:1.5em;
	margin-top:1px;
}
#nav li ul a {
	width:12em;
	height:auto;
	float:left;
}
#nav ul ul {
	top:auto;
}
#nav li ul ul {
	left:12em;
	margin:0px 0 0 10px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display:block;
}
