/* Menus index */
#menus {
	position:relative;
	overflow:hidden;
}

#menus ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type:none;
}
#menus li {
	white-space: nowrap;
	margin-right:20px;
	padding-left:5px;
	font-size:90%;
}
#menus li#menu_produits,li#menu_services,li#menu_societe {
	height:210px;
	color:#800000;
	padding:10px;
	font-size:120%;
}

#menus ul.sub_menu {
	margin-top:20px;
	z-index:100;
}
#menus ul.sub_menu li:hover {
	background-color:#e0e0e0;
}

#menu_produits {
	float:left;
	margin-left:50px;
	width:220px;
}
.m_produit {
	background: transparent url(../images/fond_menu_produits2.png) no-repeat scroll 0 0 !important;
	background: transparent url(../images/fond_menu_produits2.gif) no-repeat scroll 0 0;
}
.m_produit_hover {
	background: transparent url(../images/fond_menu_produits3.png) no-repeat scroll 0 0 !important;
	background: transparent url(../images/fond_menu_produits3.gif) no-repeat scroll 0 0;
}
#menu_produits a {
	font-weight:bold;
	display:block;
	color:#800000;
}
#menu_services {
	float:left;
	margin-left:20px;
	width:247px;
}
.m_services {
	background: transparent url(../images/fond_menu_services2.png) no-repeat scroll 0 0 !important;
	background: transparent url(../images/fond_menu_services2.gif) no-repeat scroll 0 0;
}
.m_services_hover {
	background: transparent url(../images/fond_menu_services3.png) no-repeat scroll 0 0 !important;
	background: transparent url(../images/fond_menu_services3.gif) no-repeat scroll 0 0;
}
#menu_services a {
	color:#542708;
	display:block;
	font-weight:bold;
}
#menu_societe {
	float:left;
	margin-left:20px;
	width:214px;
}
.m_societe {
	background: transparent url(../images/fond_menu_societe2.png) no-repeat scroll 0 0 !important;
	background: transparent url(../images/fond_menu_societe2.gif) no-repeat scroll 0 0;
}
.m_societe_hover {
	background: transparent url(../images/fond_menu_societe3.png) no-repeat scroll 0 0 !important;
	background: transparent url(../images/fond_menu_societe3.gif) no-repeat scroll 0 0;
}
#menu_societe a {
	color:#2d45d5;
	display:block;
	font-weight:bold;
}

/* Contenu index */
.index #body {
	margin-top:1em;
}

/* Edito */
#edito {
	float:left;
	width:30%;
	margin-left:12%;
}
#edito h2 {
	font-size:80%;
	margin-bottom:0.2em;
	text-align:right;
}
#edito p {
	font-size:80%;
	margin-bottom:0.2em;
}
#edito p.auteur {
	text-align:right;
	font-style:italic;
}
#edito div#photo {
	float:left;
	width:68px;
	overflow:hidden;
}
div#photo img {
	margin:2px;
}
#edito_body {
	background: transparent url(../images/deg_vertical.png) repeat-x 0 top !important;
	background: transparent url(../images/blank.gif) repeat 0 top;
	overflow:hidden;
	margin-left:70px;
	padding-left:5px;
	padding-top:5px;
	padding-right:5px;
}
/* Nouvelles */
#nouvelles {
	float:left;
	width:15%;
	margin-left:10%;
	border-left:2px solid #800000;
	background: transparent url(../images/deg_vertical.png) repeat-x 0 top !important;
	background: transparent url(../images/blank.gif) repeat 0 top;
}

.news {
	margin:0.5em;
}
.news img {
	float:left;
}
.news_body {
	overflow:hidden;
}
.news h2 {
	font-size:80%;
}
.news p {
	font-size:80%;
}

