body {
    text-align:center;
	background-color:#ffffff;
/*    margin: 10px;*/
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	min-width: 480px;
	color:  #483D8B;
}

h1 {
	font-size: 270%;
	font-weight:bold;
	}
h2 {
	font-size: 250%;
	font-weight: normal;
	}
h3 {
	font-size: 200%;
	font-weight: normal;
	}
h4 {
	font-size: 150%;
	font-weight: normal;
	}
h5 {
	font-size: 125%;
	font-weight: normal;
	}
h6 {
	font-size: 100%;
	font-weight: bold;
	}


#entete {
background-color: #ffffff;
background-position:top;
width: 640px;
}


#menu {
width: 640px;
}


#wrapper {
	background-color: #ffFFFF;
	position:relative;
	padding-top: 10px;
	text-align: center;
	width:600px;
	z-index:11;
}



#gauche {
	position:relative;
	top:30px;
	background-color:#CCFF66;
	float:left;
	width:120px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:120px; /* actual value */
	margin:0 0 -10px 0;
	padding:0px;
	background:#E1F7E6;
	z-index:100;
}


#droite {
	position:relative;
	top:30px;
	background-color:#CCFF66;	
	float:right;
	width:120px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:120px; /* actual value */
	margin:0 0 -10px 0;
	padding:0px;
	background:#E1F7E6;
	z-index:100;
}

#centre {
	text-align:center;
	background-color:#ffffff;
	z-index:14;
}

.ligne {
	text-align:center;
	width: 300px;
	border-top-style:solid;
	border-top-width:thin;
	z-index:400;
	border-color:#483D8B;
}

#nouvelle {
	text-align:center;
	width: 400px;
	line-height: 45px;
	border-bottom:solid thin;
	border-top:solid thin;
	z-index:400;
	border-color:#483D8B;
}

#bas {
    clear: both;
	width:600px;
}


