body{
	margin: 0;
	font: 0.8em Georgia, "Times New Roman", Times, serif;
}

.entete {
	width: 100%;
	height: 80px;
	
}

.logo {
	width: 100%;
	height: 28px;
	
	position: relative;
	top: 30px;
	background-color: black;
	
	text-align: right;
}

.logo img {
	padding-right: 25px;
}



a:link, a:visited {
	color: inherit;
	text-decoration: none;
}

a img {
	border: none;
}

#menu,
#menuProtege {
	display: block;
	width: auto;
	float: left;
	font-family: georgia;
	color: darkgray;
	margin-left: 25px;
	font-size: 0.95em;
}



.menu {
	position: absolute;
	width: 101px;
	top: 160px;
	border-bottom:  solid 1px darkgray;
}

#menuProtege .menu {
	top: 287px;
}



.menuItem .inactif {
	font-weight: normal;
	color: black;
}

.menuItem {
	
	width: 99px;
	min-height: 19px;
	
	background-color: white;
	margin-right: -1px;
	
	float: left;
	text-indent: 5px;
	
	padding-top: 1px;
	
	border: solid 1px darkgray;
	border-bottom: none;

	}
	
#IE6 .menu{
	border-bottom:  solid 1px darkgray;
	overflow: hidden;
}
	

.menuItem:first-child {
	border-bottom: none;
	margin-top: 0px;
}


.menuItem:hover {
	background-color: whitesmoke;
}

.menu .actif, .menuItem .actif,  .menuItem .actif:hover {
	background-color: black;
	color: white;
	border: solid 1px black;
}

.menu .last, .menuItem .last {
	background-color: #cc9933;
	color: white;
	border: solid 1px #cc9933;
}

.actif a, .last a {
	color: white;
	text-decoration: none;
}

.inactif a {
	color: #999;
	text-decoration: none;
}

.contenu {
	display: block;
	position: relative;
	width: 420px;
	min-height: 400px;
	border: solid 1px #999;
	float: left;
	padding: 10px;
	background-color: white;
}

#IE6 .contenu{
	height:400px;
	overflow: visible;
}


.descgroupe{
	width: 100%;
	float: left;
}

.lignepage {
	margin: 0px;
	float: left;
	text-align: center;
	margin-bottom:  5px;
}

.lignepage a {	
	color: #cc9933;
}

.nouveau {
	position:absolute;
	margin-top: 0px;
	float:float;
}

.colonnepage {	
	
}
.colonnepage a {	
	color: #cc9933;
	line-height: 1.8em;
}

.separation {
	display: block;
	width: 100%;
	border-bottom: dotted 1px #999;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
}
#diaporama {
	display: block;
	width: 100%;
}

.popup{
	margin: 5px;
}

#IE7 .popup {
	margin: 0px;
}

.contenu a:hover, .contenu a:active {
	color:#999;
}

.pied {
	width: 100%;
	float: left;
	font-size: 0.8em;
	margin-top: 20px;
}

.innovations,
.croquis{
	position: absolute;
	top: 160px;
	left: 140px;
	width: 398px;
	height: 430px;
	z-index: -10;
	text-align: center;
}




hr {
	width: 90%;
	height: 0px;
	border-style: none;
}

.news {
	background-color: red;
}

h1, .news h1{
	color: #000;
	font-size: 1em;
}

h2, h3,h4,h5,h6 {
	color: #000;
	font-size: 1em;
}



p {
	color: #999;
	line-height: 1.3em;
}


h1 + p,  h1 + h2, h2 + p ,h3 + p ,h4 + p ,h5 + p ,h6 + p ,h1 + h3,h1 + h4,h1 + h5,h1 + h6{
	margin-top: -5px;
}
