@CHARSET "UTF-8";
* {
	margin: 0;
	padding: 0;
	border:0 none;
}
html{
	width: 100%;
}
body{
	background: white;
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-size:14px;
} 
h1 { font-size: 150%; }
h2 { font-size: 130%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 80%; }
p {line-height:1.5em;}
h1,h2,h3,h4,h5, h6 {
	margin: 0.5em 0 0.2em 0;
	font-weight: bold;
	text-decoration:underline;
}
h1{color:orange;}
h2{color:gray;text-decoration:none;}
ul { list-style: none; }
ul li { 
	list-style: none;
	/*margin: 0.2em 0 0.8em 0;
	line-height: 0.9em;*/
}
ol li{}
a {
	text-decoration: none;
}
a:link { }
a:visited { }
a:hover {
 }
a:focus { }
a[hreflang]:after { }
a img { border:none;}
.strong{font-weight:bold;}
.bigstrong{font-weight:bold;font-size:16px;}
/*##########################Les autres pages#########################*/
#page {
	background:transparent url(../img/body.png) repeat-y scroll left top;
	margin:0 auto;
	position:relative;
	width:1024px;
	/*border: 1px solid gray;*/
}
#content{
	width: auto;
	height: auto 0;
}
#principal {
	margin:0px 40px 0 40px!important;
	margin:0px 40px 0 40px;
	padding:10px 5px 5px 5px;
	font-size:100%;
	width:920px;
}
#menu{
	background:transparent url(../img/menu.png) no-repeat;
	width:1024px;
	height:39px;
	}
/*#### Entete #####*/
#entete{
	/*background: #A6E036;*/
}
#entete .top{
	background:transparent url(../img/header.png) no-repeat;
	width:1024px;
	height:160px;
	margin: 0;
	padding: 0;
}
#entete #prelude{
	color: #ccc;
	float: right;
	margin-right:15px;
	margin-top:0px;
}
#entete #prelude a{
	color: #666;
	font-size: 11px;
	font-style: italic;
}
#entete #prelude a:hover{
	color: black;
	font-style: italic;
}
/*************************** Footer ***********************/

#footer {
	background:transparent url(../img/footer.png) no-repeat scroll left bottom;
	height:68px;
	padding:0 0 0 0;
	width:1024px;
}
#footer p {
	font-size:10px;
	color:black;
	margin:0px auto 0;
	padding:10px 0px 0px 0;
	text-align:center;
	width:900px;
}
#footer a {
	color:#696969;
}
#footer a:hover {
}
#footer {
clear:both;
}
/*################################# menu #####################################*/
#menu #nav{width:660px;margin :0 0 0 17px;padding-top:5px;}
/* ################ communs ####################*/
#principal ul li{
	margin: 0.2em 20px 0.4em 20px;
	line-height: 1.5em;
	list-style-image:url('../img/bullet_blue.png');
}
.bio{
	color: #c15f5c;
}
/*page bioelectricité*/
#principal ul.listImg li{list-style-image:none;margin: 0;line-height: 1.5em;}
table.tb_margin tr td{padding:5px;}
.hidden{visibility:hidden;}