/* --------------------------------------------------------
    Home page stylesheet
    Site: Gestion AF
    Created by: Stéphanie Léveillé - stephanie.leveille@leonarddg.com
    Filename: home.css
   -------------------------------------------------------- */

#accueilPage #header { 	background: url(../images/bandeauxAcc.jpg) no-repeat; }

#mainContent {
	background: url(../images/backContent.gif) no-repeat;
	height: 313px;
	overflow: hidden;
	width: 747px;
}

#mainContent ul { list-style: none; }
#mainContent ul li { 
	display: inline;
	float: left;
	width: 246px;
}

#header {
	height: 183px;
	position: relative;
	width: 747px;
}

/* ----------- Menu <<<-----------------*/
#menuSec {
	left: 120px;
	list-style: none;
	position: absolute;
	top: 162px;
	width: 268px;
}

h1 a {
	left: 16px;
	top: 45px;
}

/* ----------- titres <<<-----------------*/
h2 { 
	height: 33px;
	margin: 20px 0 0;
	padding: 0 0 10px;
	text-indent:  -2000px; 
	width: 246px;
}

h2#tAttente { background: url(../images/tMiseAttenteHome.gif) center top no-repeat; }
h2#tEvenements { background: url(../images/tGestionEvenementsHome.gif) center top no-repeat; }
h2#tPlacement { background: url(../images/tPlacementMediaHome.gif) center top no-repeat; }

#mainContent ul li p { text-align: center; }
#mainContent ul li p.plus { margin: 0 20px 0 0; text-align: right; }
#mainContent ul li p.plus a {
	background: url(../images/fleche.gif) right center no-repeat;
	color: #8c332d;
	display: block;
	font-size: 1.1em;
	padding: 0 25px 0 0;
	text-align: right !important;
	text-decoration: none;
}
