/* CSS Document */
* {
	margin: 0;
	padding: 0;
}


body {
	
	margin-top: 0px;
	margin-bottom: 0px;
	
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #fff;


}

a img {
	border: none;
}

/* conteneur global */
#conteneur {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 985px;
	
	background-color: #fff;

}


/* Bandeau */

#bandeau {

	position: relative;
	width: 985px;
	height: 127px;
	
	background-image: url(images/bandeau.jpg) ;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	
	z-index: 10;
}
#logo {
	position: absolute;
	left: 0px;
	top: 14px;
	width: 152px;
	height: 153px;
	
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	
	z-index: 50;
}
/* Zone de recherhce */
#recherche {
	position: relative;
	left: 156px;
	top: 7px;
	width: 160px;
	height: 27px;
	
	background-image: url(images/fond_recherche.gif);
	background-repeat: no-repeat;
	
	text-align: center;
	
	padding-top: 3px;	
	
	z-index: 50;
	
	
}
#recherche input {
	width: 117px;
	height: 17px;
	
	border: 1px solid #6F6F6F;
	
	vertical-align: top;
}
#recherche img {
	margin-top: 1px;

}
#suitebandeau {
	position: relative;
	width: 985px;
	height: 101px;
	
	margin-top: 0px;
	
	background-image: url(images/page_suite_bandeau.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	
	z-index: 1;
}

#lien_accueil {
	position: absolute;
	left: 25px;
	top: 175px;
	width: 140px;
	height: 10px;
	
	z-index: 100;
}
#lien_accueil a {
	font-size: 11px;
	font-weight: bold;
	color: #6D7277;
	text-decoration: none;
}
#lien_accueil a:hover {
	text-decoration: underline;	
}

/* Contenu */
#block_contenu {
	position: relative;
	width: 985px;
	
	margin-top: -50px;
	
	z-index: 60;

}
#barre_menu {
	float: left;
	
	width: 260px; /* 238 */
	
}
/* Menu */
#menu {
	
	width: 205px;
	
	margin-left: 22px;
	margin-top: 25px;
	
	background-image: url(images/fond_menu_haut.gif);
	background-repeat: no-repeat;
	background-position: top;
	
	background-color: #81C319;
	
	z-index: 50;
}
#fond_menu {
	background-image: url(images/fond_menu_bas.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
	height: 48px;
	
	padding-bottom: 10px;
	padding-top: 15px;

}
/* hack pour le min-height sous IE : donner une hauteur mini au contenu */
html>body #fond_menu {
	height: auto;
	min-height: 48px;
}


#espace_jeune {
	width: 206px;
	height: 55px;
	margin-top: 15px;
	margin-left: 22px; /* 15 */
	
	z-index: 50;
}/* top: 319px; */

/* Menu publication */
#publication {
	width: 205px;
	
	
	margin-top: 30px;
	margin-left: 22px;
	
	z-index: 50;
}
#fondhaut_menupub {
	background-image: url(images/fond_menupubhaut.gif);
	background-repeat: no-repeat;
	background-position: top;
	
	padding-top: 15px;
	margin-top: 20px;
}
#fondbas_menupub {
	background-image: url(images/fond_menupubbas.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
	padding-bottom: 17px;
}

#menupub {
	
	list-style-type: none;
	
	border-left: 1px solid #D4DACB;
	border-right: 1px solid #D4DACB;
	
}

#menupub li {
	display:inline;
	
}

#menupub li a{
	text-decoration: none;
	color: #3487F1;
	font-size:12px;
	font-weight: bold;
	
	padding-left: 38px;
	
	margin-left: 7px;
	
	
	
	background-image: url(images/picto_pub.gif);
	background-position: 10px 0px;
	background-repeat: no-repeat;
}
ul#menupub li a:hover {
	
	/* background-image: url(images/picto_pub-over.gif); */
	color: #81C319;
	text-decoration: underline;
}


#menupub li span{
	display: block;
	
	border-bottom: 1px solid #EBEBEB;
	
	margin-top: 4px;
	margin-left: 7px;
	margin-right: 7px;
}


#contenu {
	float: left;
	width:650px;
	height: 300px;
	
	background-image: url(images/bordure.gif);
	background-repeat: repeat-y;
	
	padding-left: 30px;
	
	overflow-x: hidden;
}
/* hack pour le min-height sous IE : donner une hauteur mini au contenu */
html>body #contenu {
	height: auto;
	min-height: 300px;
}

/* Chemin */
#block_chemin {

	height: 3em;
	
	margin-left: 0px;
	margin-top: 20px;
}
.block_evenement {
	float: right;
	width: 205px;
	
	
	
	
	margin-left: 10px;
	
	background-image: url(images/fonf_evenement_haut.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #AED86B;
}

.fond_block_evenement {

	background-image: url(images/fonf_evenement_bas.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	
	padding: 5px;
	
	margin-top: -15px;
	
	
	
}

/*  Pied de page */
#footer {
	width: 985px;
	height: 40px;
	
	margin-top: 40px;
	
	background-image: url(images/bg_conteneur.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	
	clear: both;
}
#extranet {

	margin-right: 40px;
	
	text-align: right;
	

}



