/*
* CSS - HOME.SCREEN LAYOUT
* 
* @version: 1.0
* @title: Soeurs de la Providence
* @langue: Toutes
* @year: 2008
* @author: CyberGénération - JF Morin
* @modif: CyberGénération - PG
* @comment: CyberGénération - PG : C'est pas top mais c'est mieu que c'était...
*
*/

/********* HEADER *********/
#header #banner{background: url(../../fr/images/header.jpg) no-repeat;}

#header #menu ul li a{background: url(../../fr/images/menu.jpg) no-repeat;}
#header #menu ul li.qui_nous_sommes a{ width: 73px; background-position: 0px 0px; }
#header #menu ul li.notre_vision a{ width: 76px; background-position: -73px 0px }
#header #menu ul li.notre_histoire a{ width: 88px; background-position: -149px 0px }
#header #menu ul li.centre_emilie_gamelin a{ width: 131px; background-position: -237px 0px }
#header #menu ul li.sp_dans_le_monde a{ width: 97px; background-position: -368px 0px }
#header #menu ul li.associes_et_amis a{ width: 91px; background-position: -465px 0px }
#header #menu ul li.liens a{ width: 73px; background-position: -556px 0px }

#header #menu ul li.qui_nous_sommes:hover > a,
#header #menu ul li.qui_nous_sommes ul :hover > a{ background-position: 0px -41px }
#header #menu ul li.notre_vision:hover > a,
#header #menu ul li.qui_nous_sommes ul :hover > a{ background-position: -73px -41px }
#header #menu ul li.notre_histoire:hover > a,
#header #menu ul li.qui_nous_sommes ul :hover > a{ background-position: -149px -41px }
#header #menu ul li.centre_emilie_gamelin:hover > a,
#header #menu ul li.qui_nous_sommes ul :hover > a{ background-position: -237px -41px }
#header #menu ul li.sp_dans_le_monde:hover > a,
#header #menu ul li.qui_nous_sommes ul :hover > a{ background-position: -368px -41px }
#header #menu ul li.associes_et_amis:hover > a,
#header #menu ul li.qui_nous_sommes ul :hover > a{ background-position: -465px -41px }
#header #menu ul li.liens:hover > a,
#header #menu ul li.qui_nous_sommes ul :hover > a{ background-position: -556px -41px }

/******** LEADERSHIP GENERAL **********/
#EquipeAdminGeneral ul {
	padding-left: 15px;
}

/*#EquipeAdminGeneral ul li {       PUCES DISQUES: ENLEVÉES CAR DANS IE6 ON VOIT 2 PUCES...ELLES SONT EN IMAGE DANS GLOBAL.SCREEN.CSS LIGNE 583...
	list-style-type: disc;
}*/

/******** NOTRE VISION : NOS VALEURS **********/
#vision_valeurs ul {
	padding-left: 15px;
}

/*#vision_valeurs ul li {
	list-style-type: disc;
}*/

/******** Listes Normales **********/
#vision_orientations ol, #centre_cause ol, #monde_devenir_sp ol, #associes_collaborateurs ol {
	padding-left: 18px;
}

#vision_orientations ul, #centre_cause ul, #monde_devenir_sp ul, #associes_collaborateurs ul {
	padding-left: 15px;
}

/*#vision_orientations ul li, #centre_cause ul li, #monde_devenir_sp ul li, #associes_collaborateurs ul li {
	list-style-type: disc;
}*/

#vision_orientations ol li, #centre_cause ol li, #monde_devenir_sp ol li, #associes_collaborateurs ol li {
	list-style-type: decimal;
	padding-bottom: 10px;
}

/********** ASSOCIÉS ET AMIS : COLLABORATEURS **********/
#associes_collaborateurs .collab_title {
	font-weight: bold;
}

#associes_collaborateurs .collab_desc {
	padding-left: 20px;
}

