body {
    text-align:center;
	background-color:#ffffff;
/*	background-image: url(../image/background2.jpg);*/
	background:url(../image/background2.jpg);

/*    margin: 10px;*/
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	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:800px;
	z-index:11;
}

#souscentre {
	background-color: #ffffFF;
	position:relative;
	text-align: center;
	width:800px;
	z-index:11;
}



#gauche {
	position:relative;
	top:10px;
/*	border-style:solid;
	border-width:thin;*/
	background-color:#ffffff;
	float:left;
	width:250px;  /* for IE5/WIN */
	height:300px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:250px; /* actual value */
/*	margin:0 0 -10px 10px;*/
	padding:0px;
	z-index:100;
}


#droite {
	position: relative;
	top:10px;
/*	border-style:solid;
	border-width:thin;*/
	background-color:#ffffff;
	float:right;
	width:250px;  /* for IE5/WIN */
	height:300px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:250px; /* actual value */
/*	margin:0 10px -10px 0;*/
	padding:0px;
	z-index:100;
}

#milieu {
/*	position: static;*/
	top:10px;
/*	border-style:solid;
	border-width:thin;*/
	background-color:#ffffff;
	float: right;
	width:250px;  /* for IE5/WIN */
	height:300px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:250px; /* actual value */
/*	margin:0 10px -10px 0;*/
	padding:0px;
	z-index:100;
}


#centre {
	text-align:center;
	background-color:#ffffff;
	z-index:14;
}

#centre1 {
	text-align: justify;
	background-color:#ffffff;
	z-index:14;
	margin: 10px 30px 10px 30px;
}


#centre2 {
/*	text-align: center;*/
	background-color:#ffffff;
	z-index:14;
	margin: 10px 30px 10px 200px;
}

.ligne {
	text-align:center;
	width: 300px;
	border-top-style:solid;
	border-top-width:thin;
	z-index:400;
	border-color:#483D8B;
}

.ligne1 {
	text-align:center;
	width: 0px;
	border-top-style: solid;
	border-top-width: thick;
	z-index:400;
	background-color:#FFF;
	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:800px;
	background-color:#FFF;
}

.blanc {
	color:#ffffff;
}

a.button {
    background: transparent url('../image/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
/*    float: left;*/
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../image/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

ul.liste li {
	padding-left: 5px;
	padding-bottom: 4px;
	margin-left: 20px;
	list-style:  disc;
	text-align:left;
}


.tableau1 {
	vertical-align:top;
	margin: 0 0 0 10px;
	
}


ul.liste1 li {
	padding-left: -10px;
	padding-bottom: 4px;
	margin-left: -10px;
	list-style: circle;
	text-align:left;
}

.plus {
	font-style: oblique;
	font-size:large;
}


