/* CSS Document */

/* Structure page */
html, body {
	height: 100%;
	margin: 0;

}

div#global {
	/*min-height: 100%;*/
	width: 970px;
	padding: 0;
	margin: 0px auto;
	position:relative;
	background-image:url(../_img/fdGlobal.jpg);
	background-repeat:repeat-y;
}

div#header {
	height:170px;
	padding:0;
	margin: 0;
	background-image:url(../_img/fdBanniere.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

div#mainbar {
	height:40px;
	padding: 0px;
	margin: 0;
	background-color:#FFFF66;
	background-image: url(../_img/fdMenu.jpg);
	text-align: left;
	text-indent: 30px;
	color:#116CBD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	line-height:40px;
}

div#contenu {
	background-image: url(../_img/htContenu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow:auto;
	padding:15px 40px 0px 40px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

div#footer {
	/*position: absolute;*/
	width:970px;
	height: 60px;
	/*bottom: 0px;*/
	padding:5px;
	background-image:url(../_img/fdFooter.jpg);
	background-repeat:no-repeat;
	text-align:center;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height:22px;
}

/* Structure menus */

div#mainbar ul {
	margin:0;
	padding:0;
	line-height:40px;
}

div#mainbar li {
	display:inline;
	padding:10px 20px;
	background-image: url(../_img/ulSeparateur.jpg);
	background-repeat: no-repeat;
	background-position: right;
	line-height:40px;
}

div#mainbar li a:link, div#mainbar li a:visited {
	color:#116CBD;
	text-decoration:none;
}

div#mainbar li a:hover {
	color:#000000;
	text-decoration:underline;
}

ul#models li {
	margin:10px;
}

/* Polices */

h1 {
	font-size:26px;
	color:#0065C6;
}

h2 {
	font-size:20px;
	color:#000000;
}

h3 {
	font-size:16px;
	color:#0065C6;
	padding:15px 0 0 0;
}

a:link, a:visited {
	color:#0065C6;
}

div#contenu a:hover {
	background-color: #FFDC00;
}

#fil a {
	color:#0065C6;
	text-decoration:none;
}

div#footer a {
	color:#FFFFFF;
	text-decoration:none;
}

.mentions {
	color:#666666;
	font-size:12px;
}

/* Fiches produit */

div#floatR {
	float:right;
	width: 350;
	padding:0 0 20px 0;
	text-align:center;
}

div#diaporama {
	float:left;
	width:410px;
	padding:0 0 20px 0;
	margin-right:20px;
	text-align:center;
}

/* Formulaires */
div#label1, div#label2 {
	margin: 10px 0px;
	font-weight:bold;
}
div#label1 {
	width:100%;
}
div#label2 {
	width:50%;
	float:left;
}
div#label1 input[type=text] {
	width:845px;
}
div#label2 input {
	width:400px;
}
div#label1 textarea {
	width:845px;
}
.red {
	color:#993300;
	font-weight:bold;
}

.input {
	background-color:#E6E6E6;
}