/* Bruno Boumrah CSS 2006*/
/*************************/


/* ENVELLOPE */
html, body {
	margin: 0px;
	height: auto;
	width: 100%;
	font: 100%/100% Arial, Helvetica, sans-serif;
	background: #FFFFFF url(images/fond_body.jpg) repeat-x;
	color: #225474;
	padding: 0px;
}
#site {
	width: 955px;
	height: auto;
	margin: 0px auto;
}
#site #menu {
	height: auto;
	font-size: 16px;
	background: url(images/fond_menu.jpg) no-repeat;
	text-align: center;
	padding-top: 19px;
	padding-bottom: 22px;
}
#site #header {
	height: 224px;
	background: url(images/fond_header.jpg) no-repeat right top;
}

#site #menu ul {
	list-style: none;
	display: block;
	margin: 0px;
	float: left;
	padding: 0px;
	width: 180px;
}
#site #menu li {
	display: block;
	margin: 5px 0px;
	width: auto;
	height: auto;
	padding-top: 7px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font: bold 13px/15px Geneva, Arial, Helvetica, sans-serif;
	padding-left: 35px;
}
#site #menu a {
	font-weight: bold;
	color: #FFFFFF;
}
#site #menu a:hover {
	color: #000000;
}
#footer {
	clear: both;
	height: 150px;
	color: #000000;
	background: #FFFFFF url(images/fond_footer.jpg) no-repeat;
	font-size: 0.7em;
	text-align: center;
	font-weight: bold;
	padding: 10px 10px 5px;
}
#tt {
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px;
	height: 85px;
	font-size: 10px;
	color: #FFFFFF;
	margin: 30px auto 0px;
	width: 400px;
}
#plan {
	text-align: center;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top: 105px;
}
#logo {
	display: block;
	text-align: center;
	padding-top: 21px;
	width: 147px;
	margin-left: 412px;
}
#actualite {
	background:url(images/fond_pgactu.jpg) no-repeat;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
}
#flash {
	width: 727px;
	height: 229px;
	float: left;
	z-index: 0;
}
/* CLASS FONCTIONNELLE */

.float_left, .float_leftPadding {
	float: left;
}
.float_right, .float_rightPadding {
	float: right;
}
.float_leftPadding {
	padding: 10px;
}
.float_rightPadding {
	Padding: 10px;
}
.Actif {
	color: #F6DD00;
}
.Bold {
	font-weight: bold;
}
.Block {
	display: block;
}
.Clear {
	clear: both;
}
.Inline {
	display: inline;
}
.Lettrine {
	font-size: 1.3em;
}
.Accroche {
	padding-right: 25px;
	padding-left: 25px;
}
.Align_center {
	text-align: center;
}
.Cat {
	height: auto;
	width: 29%;
	float: left;
	padding: 15px;
	background: url(images/img_cat.gif) no-repeat center bottom;
}
.miniature {
	height: auto;
	width: 33%;
	float: left;
	padding-top: 1px;
	margin-left: 20px;
}
.miniature img {
	border: 2px solid #008322;
	margin: 3px;
	cursor: pointer;
}
.Justify {
	text-align: justify;
}
label {
	font-size: 1em;
	text-align: left;
	float: left;
	width: 100px;
	color: #666666;
	line-height: 1.4em;
	margin: 0px 10px 0px 0px;
	padding: 5px 0px 0px 30px;
}
/* BALISES */
ul {
	display: block;
	font-size: 1.2em;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px;
	height: auto;
	font-weight: bold;
}
h1 {
	display: block;
	padding-top: 5px;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
	color: #0C608F;
	padding-bottom: 5px;
	margin: 0px;
}
h2 {
	display: block;
	font-size: 1.3em;
	margin: 0px;
	padding: 5px 0px;
	color: #1C98BE;
}
h3 {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	display: block;
	line-height: 20px;
	color: #666666;
	font-size: 18px;
}
img {
	border-style: none;
}
li {
	list-style:none;
	background: url(images/puce.gif) no-repeat left 3px;
	padding-left: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
	display: block;
}
hr {
	background: #9777A9;
	color: #B295CD;
	border-top: 1px solid #8675A2;
}
form {
	margin: 0px;
}
textarea, input, #go{
	border: 1px solid #AED9E9;
}
textarea {
	width: 260px;
	height: 70px;
	overflow: auto;
	margin-top: 2px;
	margin-bottom: 2px;
}
input {
	margin-top: 2px;
	margin-bottom: 2px;
	color: #000000;
}
#go {
	color: #FFFFFF;
	width: 120px;
	height: auto;
	background: #094675;
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 140px;
}
p {
	margin: 0px;
	padding: 4px 0px;
	display: block;
}
address {
	display: block;
	text-align: left;
	padding-bottom: 5px;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	height: auto;
	padding-left: 20px;
}
/* LIEN */
a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #000000;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a {
	color: #214C77;
}
#tt a{
	color: #1697BF;
}
#tt a:hover{
	color: #000000;
}
address a {
	color: #FFBF71;
}
address a:hover {
	color: #000000;
}


/* FIN LIEN ******************************************/

#actu {
	height: auto;
	width: 29%;
	padding: 10px 20px;
}
.principale{
	height: auto;
	padding: 5px 30px 0px;
	font-size: 0.7em;
	color: #000000;
	line-height: 14px;
}
.principale .bloc {
	height: auto;
	text-align: left;
	float: left;
	padding: 10px 20px;
	width: 28%;
}
.strong_maj {
	font-weight: bold;
	text-transform: uppercase;
	color: #3D2700;
}
.info {
	text-align: right;
	font-weight: bold;
	border-bottom: 2px dotted #666666;
	font-size: 0.9em;
	color: #999999;
}
.Animation {
	float: right;
	margin-top: 34px;
	margin-right: 150px;
}
.Actualites {
	float: right;
	margin-top: 35px;
	margin-right: 150px;
}
.principale img {
	margin-right: 5px;
	margin-left: 5px;
}
#plan a {
	color: #333333;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 12px;
}
#plan a:hover {
	text-decoration: underline;
}
.Noborder {
	border-style: none;
}
.bordure {
	border: 1px solid #FFA439;
}
small {
	font-size: 0.8em;
}
.Bloc_index {
	height: auto;
	text-align: left;
	padding: 10px;
	width: 96%;
	background: url(images/fond_presentation.jpg) no-repeat;
}
#visuel {
	width: 39%;
}
#photo img {
	cursor: pointer;
}
.Nomargin {
	margin: 0px;
}
#site #menu img {
	margin-right: 66px;
	margin-left: 70px;
}
.Fond1 {
	background: url(images/dentition.jpg) no-repeat;
}
.Fond2 {
	background: url(images/fabrication.jpg) no-repeat;
}
.Fond3 {
	background: url(images/protection.jpg) no-repeat;
}
.Italiqueorange {
	font-style: italic;
	color: #FD8900;
}
.Color {
	color: #FD8900;
}
#Seconde_page {
	background: url(images/fond_seconde_page.gif) no-repeat;
	padding: 10px;
	width: auto;
}

.Pointer {
	cursor: pointer;
}
.UpperCase {
	text-transform: uppercase;
}
em strong {
	font-style: normal;
	font-weight: bold;
	font-size: 1.3em;
	color: #990000;
}
#plan img {
	vertical-align: middle;
}
.Savoir-plus {
	text-align: right;
	float: right;
	color: #214C77;
	font-weight: bold;
}
.Img-align {
	vertical-align: text-bottom;
}
.info_index {
	margin-left: 145px;
	display: block;
	margin-top: 20px;
}
.hauteur_index {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}



		/* ---------------------- Référencement ------------------------------- */
		
.h1  {
	display: block;
	padding-top: 5px;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
	color: #0C608F;
	padding-bottom: 5px;
	margin: 0px;
}

.neutre {
	font-weight: normal;
	color:#000;
	text-decoration:none;
}

.gras {
	font-weight: bold;
}

.strong {
	font-style: normal;
	font-weight: bold;
	font-size: 1.3em;
	color: #990000;
}

.noir {
	color: #000;
}

.h2 {
	display: block;
	font-size: 1.3em;
	margin: 0px;
	padding: 5px 0px;
	color: #1C98BE;
}




















