/* Feuille de styles du site Doraflex © 2007 Axeinformatique.fr */

body {
	background: #FFFFFF url(../images/bg_body.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #666666;
}


/* mr propre */
.clearer {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
}

/* Conteneurs */
#header {
	width:950px;
	height:185px;
	position:relative;
	margin: 0px;
	padding: 0px;
	background: url(../images/bg_header.jpg) no-repeat;
}

#container {
	width:950px;
	position:relative;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

#flashcontent {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 550px;
	width: 720px;
	background: url(../images/bg_flash.jpg) no-repeat;
	position: relative;
}

/* Boutons au survol */
#btn1, #btn2, #btn3, #btn4, #btn5 {
	position:absolute;
	left:40px;
	top: 145px;
	width:185px;
	height:30px;
	margin: 0px;
	padding: 0px;
	text-indent: -4500px;
}
#btn2 {
	left:279px;
	width:125px;
}
#btn3 {
	left:455px;
	width:104px;
}
#btn4 {
	left:609px;
	width:162px;
}
#btn5 {
	left:819px;
	width:91px;
}

#btn1 span, #btn2 span, #btn3 span, #btn4 span, #btn5 span {
	display:block;
	width:185px;
	height:30px;
	margin: 0px;
	padding: 0px;
}
#btn1 a, #btn2 a, #btn3 a, #btn4 a, #btn5 a {
	width:185px;
	height:30px;
	display: block;
	background: url(../images/bg_btn1.jpg) no-repeat left 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#btn2 a {
	background: url(../images/bg_btn2.jpg) no-repeat left 0px;
	width:125px;
}
#btn3 a {
	background: url(../images/bg_btn3.jpg) no-repeat left 0px;
	width:104px;
}
#btn4 a {
	background: url(../images/bg_btn4.jpg) no-repeat left 0px;
	width:162px;
}
#btn5 a {
	background: url(../images/bg_btn5.jpg) no-repeat left 0px;
	width:91px;
}
#btn1 a:hover {
	background: url(../images/bg_btn1.jpg) no-repeat left -30px;
}
#btn1 span {
	background: url(../images/bg_btn1.jpg) no-repeat left -60px;
}
#btn2 a:hover {
	background: url(../images/bg_btn2.jpg) no-repeat left -30px;
}
#btn2 span {
	background: url(../images/bg_btn2.jpg) no-repeat left -60px;
}
#btn3 a:hover {
	background: url(../images/bg_btn3.jpg) no-repeat left -30px;
}
#btn3 span {
	background: url(../images/bg_btn3.jpg) no-repeat left -60px;
}
#btn4 a:hover {
	background: url(../images/bg_btn4.jpg) no-repeat left -30px;
}
#btn4 span {
	background: url(../images/bg_btn4.jpg) no-repeat left -60px;
}
#btn5 a:hover {
	background: url(../images/bg_btn5.jpg) no-repeat left -30px;
}
#btn5 span {
	background: url(../images/bg_btn5.jpg) no-repeat left -60px;
}

 /* Titrage */
 #header h1 {
	width: 430px;
	height: 85px;
	position: absolute;
	top: 50px;
	left: 480px;
	z-index: 20;
	text-indent: -3000px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
 }

/* copyright */
#copyright {
	position:relative;
	margin: 0px auto 15px;
	width: 950px;
	font-size: 0.75em;
	text-align: center;
	color: #333333;
	padding-top:5px;
}
#copyright p {
}
#copyright a:link, #copyright a:visited {
	color: #333333;
	text-decoration: none;
}
#copyright a:hover, #copyright a:active {
	color: #666666;
	text-decoration: underline;
}
