body
{
	background: url("./images/fond_header.jpg") repeat-x fixed;
	background-color: #000000;	
	text-align: center;
	margin-top:30px;
}



#fond_deco
{
	position: relative;
	background: url('./images/fond_deco.jpg') no-repeat;
	width: 373px;
	height: 558px;
	left: -200px;
	top: 150px;
	z-index: 1;
}

#header
{
	position: absolute;
	background: #000000;
	width: 1200px;
	height: 150px;
	z-index: 2;
}

#mep_contenu
{
	width: 1200px;
	margin: auto;
	text-align: left;
}

#cadre_contenu
{
	position: absolute;
	width: 1200px;
	min-height: 550px;
	top: 220px;
	z-index: 3;
}


.cadre_page
{
	width: 930px;	
	overflow: auto;
	border: 2px #000000 dotted;
	padding: 5px;
}


.text_10b
{
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #000000;
	FONT-WEIGHT: bold;
}

.text_12b
{
	font-family: Verdana, Arial;
	font-size: 12pt;
	color: #000000;
	FONT-WEIGHT: bold;
}

.text_14b_r
{
	font-family: Verdana, Arial;
	font-size: 14pt;
	color: #FF0000;
	FONT-WEIGHT: bold;
}

.lien_10b
{
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #000000;
	FONT-WEIGHT: bold;
	text-decoration: none;
}
.lien_10b:hover
{
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #000000;
	FONT-WEIGHT: bold;
	text-decoration: underline;
}



.form_1
{
	background: #CCCCCC;
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #000000;
	FONT-WEIGHT: bold;
	border: 1px #000000 solid;
}