/* ##############################
# Thème : Mairie Arbent
# Version : 1.0
# Auteur : M. Sébastien (shawomx)
#
# CMS : Wlite
# Version : 1.0 (Mairie Arbent)
# Auteur : M. Sébastien (shawomx)
#
# Fichier : themes/mairiearbent/style.css
# Changelog
#  27/02/2008 :
# - Création
############################## */

/* ###########################
# Structure
###########################  */

.header {
	background-image:url('images/header.jpg');
	width:1040px;
	height:319px;
	background-repeat:no-repeat;
}
.footer {
	background-image:url('images/footer.jpg');
	width:1040px;
	height:71px;
	background-repeat:no-repeat;
}


/* ###########################
# Blocs
###########################  */

.blocGaucheTitre {
	background-image:url('images/blocGaucheTitre.jpg');
	width:230px;
	height:35px;
	font-family:Tahoma; 
	font-size:14px; 
	font-variant:small-caps;
	font-weight:bold;
	color:#ffffff;
}
.blocGaucheContenu {
	background-image:url('images/blocGaucheContenu.jpg');
	width:230px;
	font-family:Tahoma; 
	font-size:11px;
}
.blocGaucheBas{
	background-image:url('images/blocGaucheBas.jpg');
	width:230px;
	height:34px;
}
.blocDroiteTitre {
	background-image:url('images/blocDroiteTitre.jpg');
	width:230px;
	height:35px;
	font-family:Tahoma; 
	font-size:14px; 
	font-variant:small-caps;
	font-weight:bold;
	color:#ffffff;
}
.blocDroiteContenu {
	background-image:url('images/blocDroiteContenu.jpg');
	width:230px;
	font-family:Tahoma; 
	font-size:11px;
}
.blocDroiteBas{
	background-image:url('images/blocDroiteBas.jpg');
	width:230px;
	height:34px;
}

.bloc a:link, .bloc a:visited {
	font-family:Tahoma;
	font-size:11px;
	color:#4169E1;
	text-decoration:none;
}
.bloc a:hover, .bloc a:active { color:#32CD32; }


/* ###########################
# Modules
###########################  */

.module {
	font-family:Tahoma; 
	font-size:11px;
}

.moduleGrandTitre {
	background-image:url('images/moduleGrandTitre.jpg');
	width:1042px;
	height:18px;
}
.moduleGrandContenu {
	background-image:url('images/moduleGrandContenu.jpg');
	width:1042px;
}
.moduleGrandBas{
	background-image:url('images/moduleGrandBas.jpg');
	width:1042px;
	height:21px;
}

.moduleMoyenGaucheTitre {
	background-image:url('images/moduleMoyenGaucheTitre.jpg');
	width:812px;
	height:18px;
}
.moduleMoyenGaucheContenu {
	background-image:url('images/moduleMoyenGaucheContenu.jpg');
	width:812px;
}
.moduleMoyenGaucheBas{
	background-image:url('images/moduleMoyenGaucheBas.jpg');
	width:812px;
	height:21px;
}

.moduleMoyenDroiteTitre {
	background-image:url('images/moduleMoyenDroiteTitre.jpg');
	width:812px;
	height:18px;
}
.moduleMoyenDroiteContenu {
	background-image:url('images/moduleMoyenDroiteContenu.jpg');
	width:812px;
}
.moduleMoyenDroiteBas{
	background-image:url('images/moduleMoyenDroiteBas.jpg');
	width:812px;
	height:21px;
}

.modulePetitTitre {
	background-image:url('images/modulePetitTitre.jpg');
	width:582px;
	height:18px;
}
.modulePetitContenu {
	background-image:url('images/modulePetitContenu.jpg');
	width:582px;
}
.modulePetitBas{
	background-image:url('images/modulePetitBas.jpg');
	width:582px;
	height:21px;
}

