/* Feuille de style spécifique pour la page d'accueil */
/* Ici, il s'agit spécifiquement des modifications dues au modèle */

/* Modifications des images de fond pour la page d'accueil */
#header {background: url(/global/images/2008/bgHeader-homepage.jpg) no-repeat;}
#mainContent {background: none;}
#editContent {background: url(/global/images/2008/bgPage-homepage.jpg) no-repeat;}
#contentColA, #contentColB {background: url(/global/images/2008/bgAltContent.png) repeat-y top left;}
#altContent-homepage {background: url(/global/images/2008/bgAltContent-homepage.png) repeat-y top left;}
/* Modification des éléments intérieurs */
#homepage #mainContent {
	margin: 455px 0 0 0;
	}
#homepage #editContent {
	width: 470px;
	min-height: 300px;
	float: left;
	padding: 0px 25px 15px 25px;
}
/* = NAVIGATION */
#retourAccueil {
	height: 10px;
	}

#retourAccueil a {
	display: none;
	}
	
/* = ALT CONTENT, sidebar de droite */

#homepage #altContent-homepage { /* positionnement sur le haut de page */
	margin: 0px;
	padding: 0 0 15px 6px;
	float: right;
}

#homepage #altContent-homepage h2 {
	width: 259px;
	height: 70px;
	text-indent: -1500em;
	background: url(/global/images/2008/titGalerieNumerique.gif) no-repeat top left;
}

#homepage #altContent-homepage .module1,
#homepage #altContent-homepage .module2,
#homepage #altContent-homepage .module3 {
	margin: 10px 0;
}

#homepage #altContent-homepage .module1 h3 a,
#homepage #altContent-homepage .module2 h3 a,
#homepage #altContent-homepage .module3 h3 a {
	padding-left: 45px;
	margin: 0 0 10px 0;
	color: #7a7a7a;
	font-size: 123.1%;
	text-decoration: none;
	font-weight: normal;	
	display: block;
}
#homepage #altContent-homepage .module1 h3 {
	width: 212px;
	background: url(/global/images/2008/bgH3ModuleA.gif) no-repeat center left;
}

#homepage #altContent-homepage .module2 h3 {
	width: 212px;
	background: url(/global/images/2008/bgH3ModuleB.gif) no-repeat center left;	
}

#homepage #altContent-homepage .module3 h3 {
	width: 212px;
	background: url(/global/images/2008/bgH3ModuleC.gif) no-repeat center left;
}

#homepage #altContent-homepage .module1 p,
#homepage #altContent-homepage .module2 p,
#homepage #altContent-homepage .module3 p {
	width: 239px;
	padding: 5px 10px;
	color: #505050;
	font-size: 85%;
}

/* Le contenu central (deux colonnes) */

#ColA {width:228px;margin: 0 5px 0 0; float: left;}
#ColB {width: 215px;margin: 0 0 0 5px; float: right;}

#contentColA,
#contentColB {
	padding: 10px;
	float: left;
	}

/* Formatage du contenu libre des colonnes A et B de la page d'accueil */

#ColA h2, #ColA h3, #ColA h4, #ColA h5,
#ColB h2, #ColB h3, #ColB h4, #ColB h5 {
	color: #d7b40b!important;
	margin:4px 0;
	display: block;
}

#ColA h2,
#ColB h2 {
	font-size: 108%;
	color: #d7b40b!important;
	margin:4px 0;
}

#ColA p, #ColB p {
	color: #fff;
	font-size: 85%;
}

#ColA p a.link { /* Style spécifique pour la page d'accueil, liens dans la colonne 1 du contenu principal */
	/*background-image: none ;*/
	/*padding: 4px 1px;*/
	color: #fff;
	text-decoration: none;
	}
#ColB p a.link {
	color: #fff;
	text-decoration: none;
	}
/* Les actualités sur la page d'accueil */
#editContent h3 {
	font-size: 123.1%; /* 16px */
	margin: 0;
	}

#listeActus,
#listeActus h3 {
	font-size: 93%;
	padding: 0;
	margin:4px 0;
}

#listeActus h3 {
	font-weight: bold;
}

/* Le footer, position spécifique sur la page d'accueil */

#footer p {
	color: #fff; 
	padding: 0 !important; 
	text-align: right; 
	margin-right: 290px;
	}