/* Bruno Boumrah CSS 2007*/
/*************************/

/* PROPRIETE GLOBAL */
/********************/
h1, h2, h3, address, p, ul, li, blockquote, #logo {
	display: block;
	margin: 0px;
}
html, body {
	margin: 0px;
	height: auto;
	width: 100%;
	font: 100%/100% Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0px;
}
/* ENVELLOPE */
/*************/
div#site {
	width: 955px;
	padding: 0px;
	margin: 0px auto;
}
div#header {
	width: 229px;
	padding-top: 15px;
	text-align: right;
	float: left;
}
#site #menu {
	padding: 15px 0px 10px;
	margin: 0px 0px;
	height: 25px;
	width: auto;
	color: #FFFFFF;
}
#site #menu img {
	display: block;
}
#site #menu li {
	margin: 6px 0px;
	padding: 2px 15px;
	height: auto;
	font-size: 17px;
	line-height: 19px;
	font-weight: normal;
	background: url(images/fd-btn.gif) no-repeat;
}
#footer {
	margin: 0px auto;
	font-size: 0.8em;
	text-align: center;
	clear: both;
	padding: 0px;
	background: url(images/footer.jpg) repeat-x center top;
	height: 80px;
}
#tt {
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px;
	height: 85px;
	font-size: 10px;
	color: #FFFFFF;
	margin: 40px auto 0px;
	width: 400px;
	clear: both;
}
#logo {
	display: block;
	width: 192px;
	margin-bottom: 75px;
}
#actualite {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	background: #252525;
	margin-right: 45px;
}
#actu {
	height: auto;
	margin-top: 10px;
	margin-left: 0px;
	width: 395px;
}
#fond1 {
	background: url(images/accueil.jpg) no-repeat;
	padding: 70px 0px 0px 0px;
	margin: 0px;
	position: static;
	width: 955px;
}
#fond2 {
	background: url(images/laboratoire.jpg) no-repeat;
}
#fond3 {
	padding-top: 270px;
	height: 300px;
}
body#background {
	background: #5D6266 url(images/labo-top.jpg) repeat-x;
}
/* CLASS FONCTIONNELLE */
/***********************/
.float_left, .float_leftMargin {
	float: left;
}
.float_right, .float_rightMargin {
	float: right;
}
.float_leftMargin {
	margin-right: 10px;
}
.float_rightMargin {
	margin-left: 10px;
}
.bold {
	font-weight: bold;
}
.block {
	display: block;
}
.clear {
	clear: both;
}
.lettrine {
	font-size: 1.6em;
}
.align_center {
	text-align: center;
}
.accroche {
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	color: #645D4A;
	line-height: 1.2;
	position:absolute;
	left:573px;
	top:0px;
	width:318px;
	height:27px;
	z-index:1;
}
.border {
	border: 1px solid #553D39;
}
.colonne{
	height: auto;
	float: left;
	padding: 0px 30px 0px 0px;
	width: 24%;
	margin: 0px 0px 0px;
	text-align: justify;
}
div.principale{
	line-height: 1.3em;
	padding: 0px 5px;
	font-size: 0.8em;
	background: #D6E5EA url(images/laboratoire-principale.jpg) no-repeat left top;
	margin: 0px 0px 0px 0px;
	float: left;
	width: 716px;
	position: relative;
}
a.savoir-plus {
	text-align: left;
	color: #D41B00;
	background: url(images/puce-info.jpg) no-repeat left center;
}
.justify {
	text-align: justify;
}
.majuscules {
	text-transform: uppercase;
}
/* BALISES */
/***********/
ul {
	font-size: 1em;
	padding: 0px;
	margin: 0px 0px;
	font-weight: normal;
	line-height: 1.1;
}
li {
	list-style:none;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	padding: 3px 0px 3px 18px;
	background: url(images/puce.gif) no-repeat left 3px;
}
h1 {
	padding-bottom: 3px;
	font: bold 1em/1em Verdana, Arial, Helvetica, sans-serif;
	padding-top: 3px;
	color: #666666;
	text-transform: uppercase;
}
h2 {
	font-size: 2em;
	padding: 8px 0px;
	font-style: normal;
	color: #627575;
	font-weight: normal;
}
h3 {
	font-size: 1.1em;
	padding: 5px 0px 5px 0px;
	background: url(images/h3.gif) no-repeat left center;
	color: #3F3F3F;
	font-weight: bolder;
	text-transform: uppercase;
}
img {
	border-style: none;
}
small {
	font-size: 0.8em;
}
blockquote {
	width: 90%;
	margin: 0px 0px 0px 15px;
}
p {
	margin: 0px;
	padding: 5px 0px;
	border-style: none;
}
address {
	font-style: normal;
	padding: 5px 0px;
	margin: 0px;
}
/* MISE EN FORME DE FORMULAIRE */
/*******************************/
label {
	font-size: 1em;
	text-align: left;
	float: left;
	width: 90px;
	line-height: 1.4em;
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 0px 0px;
	display: block;
	color: #333333;
}
form {
	margin: 0px 0px 0px 00px;
	width: 530px;
	padding: 0px;
	display: block;
	float: left;
}
textarea, input, select, #go{
	border: 1px solid #4E3B3F;
}
textarea {
	height: 70px;
	overflow: auto;
}
input, textarea, select {
	margin-top: 2px;
	margin-bottom: 5px;
	color: #000000;
	width: 300px;
	display: block;
}
input, textarea, select, #go {
	margin-left: 100px;
}
#go {
	color: #000000;
	width: 120px;
	height: 22px;
	background: #BBB39C url(images/btn.png) repeat-x;
	display: block;
	padding: 0px;
	text-align: center;
	font-size: 0.9em;
	cursor: pointer;
	margin: 5px 0px 10px 100px;
}
/* LIEN */
a {
	text-decoration: none;
	color: #B2373C;
	font-weight: bold;
}
a:hover {
	color: #000000;
}
#tt a{
	color: #FFFFFF;
}
#tt a:hover{
	color: #F5CB05;
}
#go:hover {
	font-size: 0.9em;
	background: #FFFFFF;
}
#site #menu a {
	color: #FFFFFF;
	background: url(images/menu-blanc.jpg) left center;
	display: block;
	font-weight: normal;
}
#site #menu a:hover {
	color: #EFBF05;
	background: url(images/menu-noir.jpg) no-repeat left center;
}
#footer a {
	color: #AD2A2F;
	margin: 0px 10px;
	font-weight: normal;
}
#footer a:hover {
	text-decoration: underline;
}
/* FIN LIEN ******************************************/
.presentation {
	width: 260px;
	text-align: justify;
	height: 420px;
	margin: 0px 0px 0px 680px;
	padding: 50px 0px 0px;
}
#centre-accueil{
	width: 342px;
	padding: 0px 0px 120px 308px;
	text-align: center;
	float: left;
}
.dental {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}
#titre {
	color: #FFFFFF;
	font-size: 1.9em;
}
#menu a#actif {
	background: url(images/marque.jpg) no-repeat left center;
	color: #EFBF05;
}
#types {
	margin-left: 400px;
	float: right;
}
.clear-right {
	clear: right;
}
#background-accueil {
	background: #606E71 url(images/fond-accueil.jpg) repeat-x;
}
#upper-labo {
	padding-top: 35px;
	margin-left: 400px;
}
.diaporama {
	margin-top: 100px;
}
.diaporama img {
	border: 1px solid #FFFFFF;
	cursor: pointer;
}
.titre {
	font-size: 1.8em;
	position: absolute;
	left: 11px;
	top: 181px;
}
#cadre {
	border: 1px solid #FFFFFF;
	margin-top: 100px;
	margin-left: 10px;
	margin-bottom: 20px;
}
#fond-h {
}
#droite {
	background: #D6E5EA;
}
#droite-contact {
	background: #F5F5F5;
}
#gauche {
	background: #435F6B;
}
table {
	border-style: none;
	border-width: 0px;
}
#max, #pro, #metallo, #nobel, #distal, #didactiques, #procera {
	display: none;
}
.diaporama p {
	text-align: justify;
}
#fond4 {
	background: #F5F5F5 url(images/principale-contact.jpg) no-repeat;
	padding-top: 100px;
	height: 500px;
	padding-right: 50px;

	width: 660.px;
	width: 671px;
}
#background #site #fond4 address {
	font-size: 1.1em;
	line-height: 1.2;
}
#background #site #fond4 #plan {
	border: 1px solid #457B7D;
	clear: right;
	margin-top: 30px;
}
#center {
	width: 955px;
}
#clear {
	background: url(images/clear.gif) repeat-y;
}
#fiche {
	margin-top: 10px;
	margin-left: 20px;
}
