body, td, p, input, select, button, span, div, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color:#424143;
	font-size:11px;
	text-align:center;
}

p, div
{
	text-align:justify;
}
body 
{
	margin-top:0px;
	background-color:#FFFFFF ;
}

input
{
	text-align:left;
}

.champ,input,textarea {
	width:200px;
	border:1px solid #666666;
	color:#666666;
	overflow:auto;
	background:#FFFFFF;
	font-size:11px;
	background:url(images/form.png);
	background-position:right top;
}

.inputForm
{
	
}

.champ_err{
	border:2px solid red;
	margin:1px;
}

A:link {
	COLOR: #424143;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

A:active {
	COLOR: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
} 

A:visited {
	COLOR: #424143;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

A:hover {
	COLOR: #0099CC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}



#div_structure
{
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
	width:900px;
	height:550px;
	text-align:left;
	background-color:#FFFFFF ;
	
}

html>body #div_structure {
  height: auto;
  min-height:550px;
} 

#pied_page
{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:22px;
	background-color:#FFFFFF;	
}

.div_menu_haut
{
	display:inline;
	margin-right:15px;
	font-weight:bold;
}

#menu_gauche
{
	float:left;
	width:191px;
	text-align:left;
}

#contenu_droit
{
	float:left;
	width:700px;
	text-align:left;
	overflow:hidden;
}

#contenu_droit2
{
	float:left;
	width:620px;
	text-align:left;
	overflow:hidden;
}

#contenu_droit_petit
{
	float:left;
	width:450px;
	text-align:left;
	overflow:hidden;
}

#contenu_droit_petit2
{
	float:left;
	width:420px;
	text-align:left;
	padding-right:0px;
	margin-right:0px;
	overflow:hidden;
}

#contenu_droit_petit_suite
{
	float:left;
	width:230px;
	text-align:right;
	padding-left:10px;
	padding-top:10px;
	overflow:hidden;
}

.bordure_bas
{
	border-bottom:1px solid #046264;
	padding:5px;
}

.couleur_princ
{
	color:#298D2B;
}

h1
{
	font-weight:bold;
	font-size:13px;
	color:#298D2B;
}

.titre
{
	font-weight:bold;
	font-size:11px;
	color:#298D2B;
}

.vertBlanc td
{
	color:#FFFFFF;
	background-color:#298D2B;
}

.blancVert td
{
	color:#424143;
	background-color:#FFFFFF;
}