@charset "UTF-8";
/* CSS Document */



/*-------------------\
|        BODY        |
\-------------------*/

body {		margin: 0;
		padding: 0;
		border: 0;
		background: #D0D1C3;
		overflow: auto;
		text-align: center;
		font-family: "Verdana";
		font-size: 10px;
		font-weight: normal;
		color: #000000; }

h1 {		font-family: "Monotype Corsiva", "Comic Sans MS", "System", "Arial";
		text-align: center;
		font-size: 50px;
		font-weight: bold;
		color: #AE1B27;
		padding: 0;
		margin: 0; }

p {		font-family: "Arial";  
		text-align: center;
		font-size: 15px;
		font-weight: normal;
		margin: 0; }

.pa {		/*background: url("/menu/Psoirees.png") bottom center no-repeat;*/
		overflow: hidden;
		width: 770px;
		padding: 5px 0;
		text-decoration: underline;
		white-space: nowrap;
		cursor: pointer; }

.u {		text-decoration: underline; }


/*----------------------\
|        DIV-ALL        |
\----------------------*/

#DivHead {	background: url("/menu/soireesH.jpg") -10px bottom repeat-x;
		width: 950px;
		height: 100px;
		margin-left: auto;
		margin-right: auto; }

#DivLeft {	background: url("/menu/soireesG.jpg") top left repeat-y;
		width: 950px;
		margin-left: auto;
		margin-right: auto; }

#DivRight {	background: url("/menu/soireesD.jpg") top right repeat-y;
		width: 950px;
		margin-left: auto;
		margin-right: auto; }

#DivMainHD {	width: 830px;
		height: 120px;
		margin-left: auto;
		margin-right: auto; }

#DivMain {	width: 790px;
		overflow-y: auto;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 15px;
		margin-left: auto;
		margin-right: auto; }

#DivBottom {	background: url("/menu/soireesB.jpg") no-repeat;
		width: 830px;
		height: 80px;
		margin-left: auto;
		margin-right: auto; }


