@charset "utf-8";
/* CSS Document */
/**************************************************/
/* Couleurs */
/**************************************************/
.bleu {
	color: #0066FF;
}
.rouge {
	color:#FF0000
}
.jaune {
	color: #FFFF00;
}
/**************************************************/
/* Polices */
/**************************************************/
.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.times_new_roman {
	font-family: "Times New Roman", Times, serif;
}
/**************************************************/
/* Tailles */
/**************************************************/
.taille_36 {
	font-size: 36px;
}
.taille_24 {
	font-size: 24px;
}
.taille_18 {
	font-size: 18px;
}
.taille_16 {
	font-size:16px;
}
.taille_14 {
	font-size:14px;
}
/**************************************************/
/* Styles pour les pages archives */
/**************************************************/
.Styleannonceannee {
	color: #FF0000;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
}
.Styleannonceannee_date {
	color: #006633;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
}
.Stylemail {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 9mm;
	color:#993333;
}
.Stylecarte {
	color: #009966;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
}
.Stylenomvillecarte {
	color: #009966;
	font-family: "Times New Roman", Times, serif;
	font-style:oblique;
	font-size: 12mm;
}
.Style_annee_ville_affiche {
	font-size: 9mm;
	font-weight: bold;
	color: #000099;
}
.Stylelien {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color:#3333FF
}
/**************************************************/
/* Lien image */
/**************************************************/
a img {
	border:none;
}
/**************************************************/
/* Tableaux */
/**************************************************/
table {
	text-align:center;
	vertical-align:middle;
	width:100%;
}
/**************************************************/
/* Alignement texte */
/**************************************************/
.centre {
	text-align:center;
}
.align_droite {
	text-align:right;
}
/***********************************************************/
/* class pour ouvir les liens dansune nouvelle fenetre*/
/***********************************************************/
.lien_ext {
	font-style:normal;
}
/***********************************************************/
/* corps standard des pages*/
/***********************************************************/
body {
	width:1000px;
	margin:auto;
	margin-top:30px;
	text-align:center;
}
/***********************************************************/
/* flottant droite*/
/***********************************************************/
#flot_droite {
	float:right;
	vertical-align:middle;
	margin:auto;
}
/***********************************************************/
/* entete de page*/
/***********************************************************/
#entete_page {
	width:100%;
	text-align:center;
	vertical-align:middle;
	height:auto;
	margin-bottom:30px;
}
#entete_page table {
	vertical-align:middle;
	text-align:center;
	padding:10px;
	width:100%;
}
#entete_page td {
	vertical-align:middle;
	text-align:center;
}
/***********************************************************/
/* td porte accueil*/
/***********************************************************/
.td_porte_accueil {
	width:126px;
	vertical-align:middle;
}
/***********************************************************/
/* td carte dordogne + oie */
/***********************************************************/
.td_dordogne {
	width:153px;
	vertical-align:middle;
}
/***********************************************************/
/* td vide pour écartement entre carte et autre colonne */
/***********************************************************/
.td_vide {
	width:50px;
	vertical-align:middle;
}
/***********************************************************/
/* td 50% */
/***********************************************************/
.td_50_pour_cent {
	width:50%;
	vertical-align:middle;
}
/***********************************************************/
/* td voir sur la carte */
/***********************************************************/
.td_voir_carte {
	width:200px;
}
/***********************************************************/
/* corps des pages*/
/***********************************************************/
#corps_page {
	text-align:center;
	vertical-align:middle;
	margin:auto;
	width:100%;
	margin-top:30px;
}
