html, body {
	margin: 0;
}
html {
	background: #FFE6F1;
}
body {
	behavior: url(csshover.htc);
	width: 760px;
	margin-top: 10px;
	font: 13px 'Gill Sans MT', Verdana, sans-serif;
	color: #333;
}
div#cadre {
	position: absolute;
	left: 50%;
	width: 760px;
	margin-left: -380px;
}
div#entete {
	width: 760px;
	height: 80px;
	background: white url(imglogo.jpg) 0 -3px no-repeat;
	margin-bottom: 15px;
	border: 1px solid #FFBFDC;
}
div#entete form select {
	margin: 20px 0 0 520px;
	font: 10px verdana, arial, sans-serif;
	color: antiquewhite;
	background: #FF3399;
}
div#entete form select option {
	border-bottom: 1px dotted white;
}
a, a:link, a:active {
	text-decoration: none;
	color: #FFE6F1;
}
li {
	width: 100px;
	text-align: center;
}
ul#nav {
	width: 760px;
	height: 20px;
	margin: 22px 0 0;
	padding: 0;
	font: 10px verdana;
	background: #FF3399;
}
ul#nav li {
	position: relative;
	float: left;
	height: 17px;
	margin: 0;
	padding-top: 3px;
	list-style: none;
}
ul#nav li ul#smenu {
	position: absolute;
	top: 20px; left: -100px;
	width: 756px;
	height: 20px;
	margin: -2px 0 0;
	padding: 0 0 0 4px;
	display: none;
	background: #FF99CC;
}
ul#nav li ul#smenu li {
	height: 17px;
	padding: 3px 0 0;
}
ul#nav li:hover {
	background: #FF99CC;
}
ul#nav li a:hover {
	font-weight: 900;	
	color: #FF3399;
}
ul#nav li:hover ul#smenu {
	display: block;
}
div#mainbody {
	clear: both;
	width: 760px;
	height: 450px;
	margin: 0;
	border: 1px solid #FFBFDC;
}
div#visage, div#introduction {
	margin: 0;
	padding: 0;
	float: left;
}
div#visage {
	width: 298px;
	height: 448px;
	border-right: 1px solid #FFBFDC;
	background: white url(imgpeau.jpg) no-repeat;
}
div#introduction {
	width: 425px;
	height: 448px;
	margin-left: 3px;
	padding: 0 15px;
	border-left: 1px solid #FFBFDC;
	background: white url(imgfdfeuilles.gif) 0 50% no-repeat;
}
div#introduction img {
	margin-left: -25px;
}
div#introduction p {
	margin: 0;
	padding: 0;
}
div#introduction p.titre1, div#introduction p.titre2 {
	margin-bottom: 10px;
}
div#introduction p.parag1 {
	margin-bottom: 20px;
}
.titregras {
	font: bold 15px verdana, sans-serif;
	color: #FF99CC;
}
div#footpg {
	clear: left;
	width: 760px;
	height: 54px;
	margin: 2px 0 10px 0;
	background: white;
	border: 1px solid #FFBFDC;
}
div#footpg div {
	float: left;
	width: 238px;
	margin: 2px 0 0;
	padding: 5px 0 0 10px;
	font: 10px verdana;
}
/*--------------------------------------
Règles particulières Produit1
----------------------------------------*/
div.detailprod {
	clear: left;
	width: 760px;
	height: 290px;
	margin-top: 5px;
	font-size: 12px;
	background: #FDDBEB;
}
div.illusprod, div.vertuprod, div.compoprod, div.utilprod {
	float: left;
}
div.illusprod {
	position: relative;
	width: 255px;
	height:300px;
	margin-right: 2px;
}
div.illusprod p {
	padding-left: 5px;
}
div.illusprod form {
	position: absolute;
	top: 85%;
	left: 50%;
}
div.vertuprod, div.compoprod {
	width: 230px;
	height:200px;
	margin-top: 0;
	padding-left: 10px;
	padding-right: 10px;
	background: #FDDBEB url(imgfdvertu.gif) no-repeat 21px;
}
div.vertuprod p, div.compoprod p {
	margin: 0 0 10px;
}
div.vertuprod {
	margin-right: 2px;
	border-left: none;
}
div.utilprod {
	width: 480px;
	height:80px;
	margin-top: 2px;
	padding: 0 10px;
	background: url(imgfdutil.gif) no-repeat #FDDBEB;
}
div.illusprod h4 {
	margin: 0;
	padding-left: 5px;
	font: 900 11px verdana;
	color: #FF3399;
}
div.illusprod img, div.illusprod2 img {
	display: block;
	border: none;
	margin: auto auto;
}
span.vcu {
	font: 10px verdana;
	color: #000;
}
div.illusprod p.prix {
	margin-top: 2px;
}
div.separer {
	clear: left;
	width: 760px;
	height: 10px;
	background: #FFE6F1 url(imgfdfeuilles.gif) center top no-repeat;
}
/*--------------------------------------
Règles particulières page Produit2
----------------------------------------*/
div.detailprod2 {
	width: 760px;
	height: 150px;
	background: #FDDBEB;
}
div.illusprod2 {
	position: relative;
	width: 260px;
	height: 150px;
	margin: 0;
}
div.illusprod2 form {
	position: absolute;
	top: 85%;
	left: 50%;
}
div.illusprod2 img.haut {
	padding-left: 80px;
}
div.illusprod2 h4 {
	margin: 0;
	padding-left: 5px;
	font: 900 10px verdana;
	color: #FF3399;
}
div.illusprod2 p {
	margin: 2px 0 0 2px;
	padding-left: 5px;
}
div.vertuprod2 {
	width: 480px;
	height: 85px;
	padding: 15px 10px 0;
	background: url(imgfdutil.gif) 0 center no-repeat #FDDBEB;
}
div.vertuprod2 {
	width: 480px;
	height: 135px;
	padding: 15px 10px 0;
	background: url(imgfdutil1.gif) center no-repeat #FDDBEB;
}
div.illusprod2, div.vertuprod2 {
	margin: 0;
	float: left;
}
div.fondinverse {
	background: url(imgfdutil.gif) 0 center no-repeat #FDDBEB;
}
	
/*--------------------------------------
Règles particulières page Produit3
----------------------------------------*/
div#corpsprod3 {
	width: 760px;
	height: 300;
	margin: 0;
	color: #333;
	background: yellow;
}
div#illusprod3 {
	width: 260px;
	height: 200;
}
div#txtprod3 {
	width: 450px;
	height: 200;
}
div#illusprod3, div#txtprod3 {
	float: left;
}
div#illusprod3 p {
	width: 260px;
	height: 20px;
	margin: 0;
	padding: 0;
}
/*--------------------------------------
Règles particulières page Contact
----------------------------------------*/
div#corpsctc {
	width: 760px;
	height: 410px;
	margin: 0;
	padding: 0;
	font: 11px verdana;
	border: 1px solid #FFBFDC;
	background: #FCF0F5;
	clear: left;
}
div#corpsctc form {
	float: left;
	margin-top: 10px;
}
div#corpsctc p {
	float: left;
	width: 260px;
	height: 250px;
	margin: 0;
	padding: 160px 10px 0;
	color: white;
	background: white url(imgdesert.jpg) no-repeat 100% 0;
}
div#corpsctc form div.row {
	width: 470px;
	padding-left: 10px;
	float: left;
	margin-bottom: 5px;
}
div#corpsctc form div.row span.colun, div#corpsctc form div.row span.coldeux {
	display: block;
	float: left;
	width: 160px;
	margin: 0;
	vertical-align: bottom;
}
input, select {
	font: 11px verdana, sans-serif;
}
input:focus, select:focus, textarea:focus {
	background: #EABFFF;
}
div#corpsctc form div.row span textarea {
	width: 350px;
}
div#corpsctc form div.row span select {
	width: 250px;
}
span.requis {
	color: #FF3399;
}
div.un {
	background: white;
}