/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}

a:hover {
	text-decoration:none;
}

button {
	color:#333333;
}
button:hover {
	color:#FF0000;
}

#officiel{
	font-size:10px;
	text-align:left;
	font-weight:bold;
}

#liens_recherche {
	font-size:14px;
}
#liens_recherche a {
	text-decoration:none;
	color:#FFFF99;
}
#liens_recherche a:hover {
	text-decoration:underline;
	color:#FFFF00;
}

#titre h1{
	color:red;
}


#sous_menu hr {
	border-width:0px;
	height:2px;
	margin:auto;
	color:#777777;
	background-color:#777777;
	margin-top:10px;
	margin-bottom:10px;
}

#sous_menu {
	font-size:12px;
}

#sous_menu #top_news {
	text-align:left;
}

#sous_menu #menu_perso {
	text-align:left;
}

#sous_menu h3 {
	font-size:14px;
}

#sous_menu div.Elu {
	border:double 3px #999999;
	width:120px;
	margin:auto;
}
#sous_menu div.Elu .nom_prenom {
	font-weight:bold;
}
#sous_menu div.Elu img, #sous_menu img.Elu {
	border:solid #000000 0px;
	background-color:#FFFFFF;
	padding:0px;
	display:block;
	margin:auto;
	margin-top:4px;
	width:100px;

}
#sous_menu div.Elu .date_naissance, #sous_menu div.Elu .profession {
	display:none;
}

#contenu_contenu {
	text-align:left;
}

#contenu_contenu h1 {
	text-align:center;
	font-size:24px;
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#contenu_contenu h2 {
	text-align:left;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#contenu_contenu p {
	margin-top:10px;
	margin-bottom:20px;
}
#contenu_contenu ul {
	margin:10px;
	margin-left:20px;
}

#contenu_contenu hr {
	border-width:0px;
	height:2px;
	margin:auto;
	color:#777777;
	background-color:#777777;
	margin-top:10px;
	margin-bottom:10px;
}

#bouton_back {
	cursor:pointer;
	color:#0066FF;
	text-decoration:underline;
}

#bouton_back:hover {
	color:#FF6600;
	text-decoration:none;
}

#pied #copyright {
	font-size:10px;
	color:#FFFF99;
}

img.ajaxloader {
	width:16px;	
	height:16px;
}

div.info, div.erreur {
	background-color:#FFFFFF;
	padding:10px;
	margin:10px;
	border:solid #000000 4px;
	font-weight:bold;
}
div.info {
	color:#00FF00;
	border-color:#00FF00;
}
div.erreur {
	color:#FF0000;
	border-color:#FF0000;
}

#liste_structures ul, #liste_structures li {
	margin:0px;
	padding:0px;
}
#liste_structures ul {
	margin-top:10px;
	border-top:dotted 2px #999999;
	padding-top:10px;
}
#liste_structures li {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:dotted 2px #999999;
	list-style-type:none;
}
#liste_structures button {
	font-weight:bold;
}

div.Structure {
	text-align:left;
	border:solid red 0px;
	padding-left:10px;
	padding-right:10px;
}
.entete_gestion  {
	border: solid #333333 1px;
	background-color:#CCCCCC;
	padding:5px;
	margin-bottom:10px;
	text-align:left;
	font-size:12px;
}
#contenu_contenu button {
	font-size:12px;
}
#contenu_contenu .entete_gestion button {
	font-size:10px;
	font-weight:bold;
}
#gere_redacteur
{
	font-size:12px;
}
#gere_redacteur button
{
	font-size:10px;
	font-weight:bold;
}

#plan_du_site a:visited {
	text-decoration:line-through;
}

#top_news {
	font-weight:bold;
}
#top_news ul {
	margin-left:-8px;
	margin-right:-8px;
	font-size:10px;
}
#top_news li {
	padding-bottom:2px;
	border-bottom:dotted #777777 0px;
	list-style-position:inside;
}
.displayDiv:hover {
	color:#FF0000;
}

.data_hasard {
	text-align:center;
	font-size:10px;
}
/* data table */
table.data {
	font-size:12px;
	border:solid 1px black;
	background-color:#4062c5;
	padding:2px;
	margin-top:5px;
	margin-bottom:5px;
	margin:auto;
}
.data tr {
	background-color:#FFFFBB;
}
.data tr.trlink:hover {
	background-color:#FFFF44;
	cursor:pointer;
}
.data tr.trh	{
	background-color:#FFFF99;
	cursor:default;
}

table.data button {
	font-size:10px !important;
}
.data td , .data th {
	border-top:solid 1px black;
	border-bottom:solid 0px black;
	text-align:center;
	border-left:dotted 1px #777777;
	padding:3px;
}

.data th a {
	text-decoration:none;
}
.data th a:hover {
	text-decoration:underline;
	color:#FF0000;
}
.data td.libelle {
	text-align:right;
	width:300px;
}
.data td.montant {
	font-weight:bold;
	width:100px;
}
.data td.actions {
	width:150px;
}



#Sommaire ul {
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
	padding-bottom:10px;
	border:1px dashed #999999;
}

#Sommaire ul li {
	margin:0px;
	padding:0px;
	border:solid red 0px;
	padding-bottom:0px;
	margin-bottom:0px;
	font-size:10px;
	list-style-type:square;
	padding-left:10px;
	padding-right:20px;
	margin-left:60px;
}
#Sommaire ul li a {
	border:solid green 0px;
	text-decoration:none;
	margin:0px;
	padding:0px;
	display:block;
}
#Sommaire ul li:hover{
	background-color:#66CC66;
}
#Sommaire ul li a:hover{
	color:#000000!important;
}


#liste_structures_redacteurs h3 {
	border:solid red 0px;
	font-size:14px;
	margin:0px;
	font-weight:normal;
}
#liste_structures_redacteurs hr {
	margin:0px;
}
#liste_structures_redacteurs li {
	list-style-type:none;
	border:dashed #999999 1px;
	padding:2px;
	margin-bottom:8px;
}



#conteneur_creation_galerie {
	padding:0px;
	margin:10px;
	background-color:#FF9999;
	border:solid black 1px;
}
#conteneur_creation_galerie h3 .displayDiv {
	border:solid red 0px;
	display:block;
	padding:10px;
}
#conteneur_creation_galerie h3 .displayDiv:hover {
	background-color:#FFCC99;
}
#galeries_photos conteneur_creation_galerie {
	border:solid black 1px;
	background-color:#FFCC66;
}

#galeries_photos ul {
	list-style-type:none;
	margin:10px;
	padding:0px;
}
#galeries_photos li{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#galeries_photos li a {
	padding:5px;
	background-color:#FFFF99;
	margin-top:10px;
	border:solid black 1px;
	display:block;
	text-decoration:none;
}

#galeries_photos li a:hover {
	background-color:#FFCCCC;
}

#galeries_photos h3 {
	color:#333333;
}
#galeries_photos p {
	font-style:italic;
	color:#999999;
}

#galerie_photos {
	padding:10px;
	margin:10px;
	background-color:#FFCC99;
	border:solid black 1px;
}

div#menu_elu {

}
div#menu_elu ul{
	margin-left:5px;
	font-size:10px;
}