/******************************************************************************************************************************BALISES GENERALES******************************************************************************************************************************/body{	background-color:#FFFFFF;	/*font-family:Arial, Helvetica, sans-serif;*/}h1{	color:#000000;	/*font-size:14px;	font-weight:bold;	padding:10px;*/}p{	/*font-size:12px;	padding:10px;*/}/******************************************************************************************************************************BALISES PRINCIPAL******************************************************************************************************************************/#principal{	width:880px;	height:1000px;		position:absolute;	top:0%;	left:50%;	margin-left:-440px;	margin-top:0px;		background-image:url(../Images/degrade.gif);	background-repeat:repeat-y;		border:#FFF solid 0px;}/******************************************************************************************************************************BALISES ENCART******************************************************************************************************************************/#encartPrincipal{	width:850px;	height:1000px;	margin:auto;	/*background-color:#FFF;*/	background-image:url(../Images/Toile.png);}/******************************************************************************************************************************BALISES Secondaires******************************************************************************************************************************/#secondaire{	width:810px;	height:1100px;		position:absolute;	top:0%;	left:50%;	margin-left:-405px;	margin-top:0px;		background-image:url(../Images/degrade2.gif);	background-repeat:repeat-y;		border:#FFF solid 0px;}/******************************************************************************************************************************BALISES ENCART secondaire******************************************************************************************************************************/#encartSecondaire{	width:780px;	height:1100px;	margin:auto;	/*background-color:#FFF;*/	background-image:url(../Images/Toile.png);}/******************************************************************************************************************************BALISES Secondaires feedback******************************************************************************************************************************/#secondaireFeedback{	width:810px;	height:1120px;		position:absolute;	top:0%;	left:50%;	margin-left:-405px;	margin-top:0px;		background-image:url(../Images/degrade2.gif);	background-repeat:repeat-y;		border:#FFF solid 0px;}/******************************************************************************************************************************BALISES ENCART secondaire feedback******************************************************************************************************************************/#encartSecondaireFeedback{	width:780px;	height:1120px;	margin:auto;	/*background-color:#FFF;*/	background-image:url(../Images/Toile.png);}