body {
	padding: 0;
	border:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
	margin: 0;
	background-image: url(../images/deco/fond_bleu_bois.jpg);
	background-repeat: repeat-y;
}

#global{
	background-repeat: no-repeat;
	background-position: left middle;
	background-image: url(../images/deco/fond_bleu.gif);
}
#haut{
	width: 100%;
	}

#haut2{
	width: 100%;
	position: relative;
	}
	
#menu{
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	width: 204px;
	top: 165px;
	left: 0px;
	position: absolute;
	margin-bottom: 20px;

	}
#titre{
	height: 60px;
	width: 576px;
	}	

#centre{
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	padding-left: 20px;
	width: 700px;
	text-align: justify;
	line-height:18px;
	left: 230px;
	float: none;
	position: absolute;
	}

#bas{
	color: #003399;
	background-image: url(../images/deco/bas.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 270px;
	right:0px;
	}
	
.table_menu
{
	background-color: #FEE6BC;
}

.bord_petit_plan {
	border: 0;
}
.bord_img {
	border: 1px dotted #666666;
}

td.cell_blanche{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	line-height: 17px;
	font-weight: 500;
	margin:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	}
	
.champs_texte {
	border: 1px dotted #666666;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}

select {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	background-color: #D1D1D1;
	font-size: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 245px;
}

flashcontent {
	width: 200px;
	position: absolute;
	padding-top: 20px;
}

.bouton_envoyer{
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	text-decoration: none;
	display: inline;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#003399;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: transparent;
	border: none;
}

bouton_envoyer:hover{
	color:#FF0000;
}
