a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

div#container{text-align:left}
div#extra{background:#FF8539}
div#footer{background: #333}
div#footer p{margin:0;padding:2px}

div#container{
	width:766px;
	margin:0 auto;
	background-image: url(../images/new_fond_main.gif);
}
div#header{
	height:153px;
	background-image: url(../images/header.gif);
}

div#main{
	width:720px;
	margin:0 auto;
}

div#content{
	float:right;
	width:500px;
	padding:0 0 0 10px;
}
div#navigation{
	float:left;
	width:200px;
	margin:0px;
	padding:10px 5px 10px 5px;
}
div#footer{
	clear:both;
	width:100%;
	background-image: url(../images/fond_footer.gif);
	text-align: center;
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	padding: 5px 0 0 0;
}

div#footer a {
	color:#FFFFFF;
}
/* DEBUT DU MENU 1 (Présentation | Vos questions | Notre catalogue| Où acheter | Newsletter | Contacts) */

#nav1 {
	height:30px;
	background-image: url(../images/new_fond_menu_top2.gif);
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 80px;
	padding-right: 80px;
}
#nav1 li { float:left; margin:0; padding:0; line-height:normal; text-indent:0; }
#nav1 li a { display:block; height:22px; text-indent:-10000px;}
#nav1 ul { height:22px; margin:0; padding:0; list-style:none; padding:0 0 0 0px; }

#nav1 li a.active, #nav1 li a:hover { background-position:0 -22px; }

#nav1_menu_1{ width: 86px; background-image:url(../images/accueil.gif);}
#nav1_menu_2{ width: 86px; background-image:url(../images/enjeux.gif);}
#nav1_menu_3{ width: 86px; background-image:url(../images/societe.gif);}
#nav1_menu_4{ width: 73px; background-image:url(../images/produit.gif);}
#nav1_menu_5{ width: 102px; background-image:url(../images/informations.gif);}
#nav1_menu_6{ width: 95px; background-image:url(../images/distribution.gif);}
#nav1_menu_7{ width: 77px; background-image:url(../images/contact.gif);}

/* FIN DU MENU 1 */
body,td,th,input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/fond.gif);
	background-repeat: repeat-x;
}
h1{
	color: #000000;
	font-size: 14px;
	border-bottom: thin solid #000000;
	margin-top: 0px;
	margin-bottom: 3px;
}

h1 a.info{color: #000000;}

u{
	margin-top: 0px;
	margin-bottom: 3px;
}
h2{
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 3px;
}
.imgleft{
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
	float:left;
}
.imgright{
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
    float:right;
}
.habillagetableau {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #666666;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
.lien_actif{
	font-weight:bold;
}
.Style6 {font-size: 16px;
	font-weight: bold;
	color: #5B789D;
}
/* glossaire */
a.info {
	position: relative;
	text-decoration: none;
	color:#3366FF;
	border-bottom: 1px #3366FF dotted;
}
a.info span {
	display: none;
}
a.info:hover {
	background: none; /* correction d'un bug IE */
	z-index: 500;
}
a.info:hover span {
	text-decoration:none;
	display: inline;
	position: absolute;
	top: 2em;
	left: 1em;
	background-color:#FFCC99;
	text-align: left;
	color: black;
	padding: 5px;
	width:300px;
}
