/* DECOUPAGE PRINCIPAL DE LA PAGE */
body {
	padding:0px;
	margin:0px;
	background-color:#6573b0;
	background-image:url(../imgs/filet.gif);
	background-repeat:repeat-x;
}
td {
	font-family:arial,helvetica;
	font-size:12px;
}
img {
	border: 0;
}
a {
	color:#8881be;
	text-decoration:none;
}
a:hover{
	color:#979797;
	text-decoration:underline;
}

.top{
	background-image:url(../imgs/fondtop.gif);
	background-repeat:no-repeat;
}

.menu{
	background-image:url(../imgs/fondmenu.gif);
	background-repeat:no-repeat;
}

.contenu{
	background-image:url(../imgs/fondcontenu.gif);
	background-repeat:no-repeat;
}

.page{
	background-color:#fff;
}

.pied{
	font-size:10px;
	color:#fff;
}

.pied a{
	color:#fff;
}

.pied a:hover{
	color:#fff;
}

.ombreG{
	background-image:url(../imgs/ombreG.gif);
	background-repeat:repeat-y;
}

.ombreD{
	background-image:url(../imgs/ombreD.gif);
	background-repeat:repeat-y;
}





/* SOUS-MENU : NAVIGATION DANS LA RUBRIQUE */
.filetNavSousRub{
	background-color:#d6d6d6;
	height:1px;
}

.navSousRub{
	height:28px;
	color:#989898;
	font-weight:bold;
	font-face:arial,helvetica;
}

.navSousRub a{
	color:#8a81c0;
	text-decoration:none;
}

.navSousRub a:hover{
	color:#8a81c0;
	text-decoration:underline;
}





/* LISTE DEROULANTE DE NAVIGATION */
select{
	font-family:arial,helvetica;
	font-size:11px;
	font-weight:plain;
}



/* CONTENU : STYLES COMMUNS PARTIE DROITE */
.tableauVille{
	border:2px #a6a39c solid;
}

.tableauVille td{
	text-align:right;
}

.tableauVille td.selection{
	color:#fff;
	background-color:#b0aad8;
}

.tableauVille td.lien{
	background-color:#e3e0d7;
}

.tableauVille td.lien a{
	color:#33029a;
	text-decoration:none;
}

.tableauVille td.lien a:hover{
	color:#33029a;
	background-color:#e3e0d7;
	text-decoration:underline;
}

.colGauche{
	font-size:13px;
	color:#7b7b7b;
}

.colGauche .titreParagraphe{
	font-size:14px;
	color:#8880bb;
	font-weight:bold;
}
.colGauche a{
	color:#000;
	font-size:12px;
}





/* CONTENU : STYLES COMMUNS PARTIE DROITE */
#titre{
	color:#330099;
	font-face:arial,helvetica;
	font-size:22px;
	font-weight:bold;
}

#titreVille{
	color:#330099;
	font-face:arial,helvetica;
	font-size:16px;
	font-weight:bold;
}

#filetTitre{
	padding:0px;
	margin:0px;
	width:531px;
	height:4px;
	background-color:#e3e0d7;
	padding:0px;
	margin:0px;
}

#backTop{
	width:514px;
	text-align:right;
}

.main a{
	color:#31009a;
	text-decoration:none;
}

.main a:hover{
	color:#31009a;
	text-decoration:underline;
}

.main .titreParagraphe{
	font-size:12px;
	color:#8880bb;
	font-weight:bold;
}

.main li{
	list-style-image: url("../imgs/puce.gif");
}

#titreTableau{
	font-size:12px;
	color:#2f4376;
	font-weight:bold;
	text-align:center;
}

/* INDICES DEFINITIONS */
.tableauIndices{
	border:1px #dcdcdc solid;
	font-weight:bold;
	font-size:x-small;
}

.tableauIndices td{
	text-align:center;
}

.tableauIndices .titre{
	background-color:#dcdcdc;
	padding:3px;
}

.tableauIndices .cellsBD{
	border-bottom:1px #b6b6b6 dashed;
	border-right:1px #b6b6b6 dashed;
}

.tableauIndices .cellsB{
	border-bottom:1px #b6b6b6 dashed;
}

.tableauIndices .cellsD{
	border-right:1px #b6b6b6 dashed;
}

.tableauIndices .surligne{
	background-color:#cffffc;
}

.introHome{
	font-size:11px;
}
/* justification texte city information */
.justif{
	text-align:justify;
}
/* Thickbox presentation */
.thickbox div {
	text-align: right;
	vertical-align: top;
	font-size: 0.8em;
	color: #7B7B7B;
}
.thickbox div img {
	margin: 2px;
}
a.thickbox:hover{
	text-decoration: none;
}
a.thickbox:hover div {
	color: black;
}
#TB_Caption {
	color: #7B7B7B;
}
#TB_secondLine {
	padding-top: 1em;
}
#TB_secondLine a {
	padding: 3px;
	border: 1px solid #666666;
}
#TB_secondLine a:hover {
	text-decoration: none;
	background-color: #666666;
	color: #ffffff ! important;
}