/*
design.css
---------

Par J.B
Fichier créé le 2/07/2007
*/

/* Design du body*/
body
{
	width: 800px;
	margin: auto; /* centrer page */
	margin-top: 5px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur */
	margin-bottom: 20px;
	background-color: #e8f0f4;
}



/* Design de l'en-tête*/
#en_tete
{
	width: 800px; /*dim de la banière*/
	height: 174px;
	background-image: url("images/banniere.png");
	background-repeat: no-repeat;
	margin: auto;
	margin-bottom: 20px;
}

#en_tete_index
{
	width: 800px; /*dim de la banière*/
	height: 174px;
	background-image: url("images/banniere.png");
	background-repeat: no-repeat;
	margin: auto;
	margin-bottom: 10px;
}

#moteur_recherche
{
	font-size: 1px;
	color: #e8f0f4;
	width: 800px;
	margin-bottom: 8px;
	
}

/* Design du menu*/
#menu
{
	float: left; /* place le menu à gauche*/
	width: 240px; /*Largeur du menu*/
		
	/* Texte*/
	font-family: Arial, "Trebuchet MS", Georgia, serif;
	font-size: 14px;
	/*test de menu fixe*/
	/*position: absolute; /* idem menu1 */
	/*top: 20px; /* Le haut du menu est à 20 pixels du haut de l'écran (pour ne pas recouvrir la zone du haut) */ 
	/*left: 0; /* idem menu1 */
	/*width: 10%; /* largeur du menu */
	/*height: 100%; /* hauteur du menu (toute la page) */
	/*border-right: solid black 1px} /* bordure droite de la zone fixe */
}

/* Design des elements du menu*/
.element_menu
{
   background-color: #f4f9fd;
   border: 1px solid black;
   padding: 0px;
   margin: 0px;
   margin-bottom: 10px; /* Pour éviter que les éléments du menu ne soient trop collés */
}

.element_menu h3 /* Tous les titres de menus */
{    
   /*color: #6495ed;*//* couleur bleue*/
   color: #4faa1f;/* couleur verte*/
   text-align: center;
   
}


.element_menu ul /* Toutes les listes à puces se trouvant dans un menu */
{
   list-style-image: url("../images/.png"); /* On change l'apparence des puces */
   padding: 0px; /* Tous les côtés ont une marge intérieure de 0 pixels */
   padding-left: 20px; /* on modifie la marge de gauche */
   margin: 0px; /* Idem pour margin*/
   margin-bottom: 5px; 
}

#sommaire ul
{
	/*list-style-type: circle;*/
	list-style-image: url("../images/puce.png");
}
#sommaire h3
{
	width: 220px;
	height: 35px;
	background-image: url("images/sommaire.png");
	font-size: 20px;
    color: #dc3e27;/* couleur rouge*/
    text-align: center;
}
#sommaire
{
	font-family: Arial, "Trebuchet MS", Georgia, serif;
	font-size: 16px;
    color: #dc3e27;/* couleur rouge*/
}
#commune h3
{
	width: 241px;
	height: 47px;
    background-image: url("images/commune.png"); 
	background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */
}
#administration h3
{
	width: 241px;
	height: 41px;
    background-image: url("images/administration.png"); 
	background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */
}
#intercommunalite h3
{
	width: 241px;
	height: 50px;
    background-image: url("images/intercommunalite.png"); 
	background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */
}
#services h3
{
	width: 241px;
	height: 42px;
    background-image: url("images/services.png"); 
	background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */
}
#infos_utiles h3
{
	width: 241px;
	height: 44px;
    background-image: url("images/infos_utiles.png"); 
	background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */
}

/* Design du corps du texte*/
#corps, news
{
	float: right;
	width: 525px; 
	/*margin-left: 260px;*/
	border: 1px solid black;
	margin-bottom: 20px;
	padding: 10px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   	background-color: #f4f9fd; /* Une couleur de fond pour le corps */
	
	/* Texte*/
	font-family: Arial, "Trebuchet MS", Georgia, serif;
	text-align: left;
	text-align: justify;
	font-size: 12px; /* taille de la police */
	color: black;
}


/* Design du pied de page*/
#pied_de_page
{
	float: right;
	width: 505px;
	border: 1px solid black;
	background-color: #f4f9fd;
	
	/* Texte*/
	/*text-align: center;*/
	color: black;
	font-family: Arial, "Trebuchet MS", Georgia, serif;
	font-size: 12px;
	padding: 20px;
}
	
h2
{
	text-align: center;
	/*color: #6495ed; /* bleu clair*/
	color: #092952; /*bleu foncé tiré du logo nogent le phaye*/
	font-family: Arial, "Trebuchet MS", Georgia, serif;
}

	
	
p
{
	text-align: justify;
	color: black;
	text-indent: 30px;
}


table
{
    border-collapse: collapse; /* Les bordures du tableau seront collées */
   	display: block;
	margin-left: auto;
	margin-right: auto;
}
td, th
{
   border: 1px solid black;
   padding: 3px;
   padding-left: 20px;
   padding-right: 20px;
}

img
{
	border:none;
	padding-top: 5px;
	padding-bottom: 5px;
}

a
{
	text-decoration: none;
	color: #6495ed;
}

a.rien:hover
{
	background-color: #f4f9fd;
}
a.rien:focus
{
	background-color: #f4f9fd;
}

a:hover
{
	background-color: #CFE1EB;
	/*text-decoration: underline;*/
}

a:focus /* Quand le visiteur sélectionne le lien */
{
   background-color: #CFE1EB;
}

.clignotant
{
	text-decoration: blink;
}

.lien_noir
{
	text-decoration: none;
	color: black;
}

.orange
{
	background-color: #ff9d33;
	font-weight: bold;
}

.invisible
{
	margin-left: 30px;
    border-color: #f4f9fd;
	border-style: hidden;
}

.centrer
{
	display: block;
	text-align: center;
}

.align_droite
{
	text-align: right;
}

.indenter_zero
{
	display: block;
	padding-left: 0px;
}

.indenter
{
	display: block;
	padding-left: 30px;
}

.indenter_50
{
	padding-left: 50px;
}

.indenter_100
{
	padding-left: 100px;
}

.indenter_150
{
	padding-left: 150px;
}
.indenter_160
{
	display: block;
	padding-left: 160px;
}

.indenter_250
{
	padding-left: 250px;
}

.image_seule
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.image_droite
{
	float: right;
	margin-left: 5px;
}
.image_inter
{
	float: right;
	position: relative;
	bottom: 10px;
	right: 29px;
	overflow: hidden;
}
.titre_para
{
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, "Trebuchet MS", Georgia, serif;
	background-color:#ff9d33; /*#4faa1f vert des menus; #6495ed bleu origine*/
	color: #ffffff;
	background-image: url("../images/fdr.gif"); 
    background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */
}

.titre_para_long
{
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, "Trebuchet MS", Georgia, serif;
	background-color: #ff9d33;
	color: #ffffff;
}

.mini_titre
{
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, "Trebuchet MS", Georgia, serif;
}
	
.souligne
{
	text-decoration: underline;
}

.important
{
	font-size: 18px;
	color: red;
}

.sans_puce
{
	list-style-type: none;
}

.logo
{
	text-align: center;
}

