/* CSS Document */
/**** BLOC RECHERCHE ****/
#recherche{
	background:url(../images/fond-recherche.gif) no-repeat;
	width:698px;
	height:173px;
	position:relative;
	padding-bottom:20px;
}

#navRecherche{
	position:absolute;
	top:25px;
	left:1px;
}

#navRecherche img{
	padding-right:1px;
}

#block1, #block2, #block3{
	padding:30px 0 0 40px;
	width:450px;
	position:absolute;
	top:20px;
	left:0;
}

#block2, #block3{
	display:none;
}

.item{
	float:left;
	background:url(../images/rechercher-fleche.gif) no-repeat;
	width:190px;
	padding-left:30px;
	padding-bottom:5px;
}

.item a, .item a:visited{
	color:#000000;
}

.item a:hover{
	color:#27A22D;
}

.comment{
	color:#f9b200;
}

/**** BLOC DEVENIR ADHERENT ****/
#leftIndex{
	float:left;
	width:305px;
}

.devenirAdherent{
	background:url(../images/devenir-apprenti-fond.gif) repeat-y;
	width:283px;
	margin-bottom:20px
}

.titreDA{
	background:url(../images/devenir-apprenti-top.gif) no-repeat;
	width:273px;
	height:22px;
	padding:3px 0px 0px 10px;
	text-transform:uppercase;
	font-size:1.2em;
	font-style:normal;
	
}

.devenirAdherent p{
	text-align:justify;
	padding:10px 10px 0 10px;
	line-height:16px;
}

.devenirAdherent p img{
	border:1px solid #f9b200;
}

/**** BLOC ACTUALITES ****/
#rightIndex{
	float:left;
}

.Actus{
	background:url(../images/fond_actus.gif) repeat-y;
	margin-bottom:20px;
	min-height:289px;
	position:relative;
}

.titreActus{
	background:url(../images/actualites_top.gif) no-repeat;
	width:383px;
	height:22px;
	padding:3px 0px 0px 10px;
	text-transform:uppercase;
	font-size:1.2em;
	font-style:normal;
}

h1.titreActus{
	margin-right:0px;
}

.Actus p{
	text-align:justify;
	padding:10px 10px 0 10px;
	line-height:16px;
}
