body 
{
	background-color:#6699FF;
	font-family: Georgia, Serif;
	font-size: 90%;	
	margin: 0;
	padding: 0;
	text-align:center;
}

#conteneur{
	width:780px;
	margin: 0 auto;
}

#site{
	clear:both;
}

#conteneur_top{
	width: 100%;
}


/*#pub {
	margin-top:10px;
	float:right;
}*/

/*#logo {
	margin:0;
	padding:0;
}*/

#header {
	padding-top:2px;
	padding-bottom:2px;
	background:#FFFF99;
	display:none;
}

#footer {
	padding:5px;
	background:white;
	border-style:solid;
	border-width:1px;
	font-size:75%;
	text-align:center;
	margin:5px auto;
	/*_margin-right:-22px; /*Pour l'alignement sous ie6*/
}

#centre { /*ne contient que le coeur du contenu, sans les menus*/
	overflow:auto; /* On affiche les ascenseurs */
	text-align:left;
	background:white;
	
	/* Pour éviter que le texte à l'intérieur du corps ne dépasse sur la bordure */
	padding-right : 10px; 
	padding-left  : 10px;
	padding-bottom:  10px; 
	padding-top   :  0px;
	
	border-width: 2px;
	border-style:solid;

	
}

#centre table {
	text-align:center;
}




#loginbox {
	border-style:solid;
	border-width:1px;
	border-color:black;
	padding:2px;
	margin:3px;
}

.imgedit {
	margin:0 3px;
	vertical-align:middle;
}

/* STYLES DES MENUS */
#menu_haut {
	text-align:center;
	background:white;
	padding:10px;
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:solid;
	border-width:1px;
	/*_margin-right:-22px; /*Pour l'alignement sous ie6*/
}

.element_menu_haut 
{
	font-size:14px;
	font-weight:bold;
}

.element_menu_haut_perso 
{
	font-size:14px;
	font-weight:bold;
	float:left;
}


.element_menu_haut a, .element_menu_haut_perso a
{
	color:black;
	padding-left:7px;
	padding-right:7px;
	padding-top:3px;
	padding-bottom:3px;
}
.element_menu_haut a:hover, .element_menu_haut_perso a:hover
{
	background-color:#99FFFF;
}

.separateur {
	clear:both;
}

#sous_menu_edit{
	position:absolute;
	text-align:left;
	background:white;
	padding:5px;
	display:none;
	_width:17em;
}

/* FIN STYLES DES MENUS*/

#aide li {
	font-weight:bold;
	text-indent:2em;
}

#aide div {
	display:none;
	margin-bottom:0.5em;
	background-color:#F0F0F0;
	padding:2px;
}

/* STYLES DES LIENS */
a {
   	text-decoration: none;  	 
}

a:hover {
   text-decoration:underline;
}
a:visited {
	/*color:#0000FF;*/
}

a img {
	 border:  none ;
}
/* FIN DE STYLE DES LIENS */

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:150%;
	color:#0B0446;
	/*background-color:transparent;*/
	text-align:center;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	font-size:120%;
	color:#0B0446;
	text-align:left;
}

