/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}


/* BALISES HTML */
body {
	background-color: #fff;
	font-size: 0.72em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	
	margin-top: 0px;
	margin-bottom: 0px;
	
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;

}

a img {
	border: none;
}

h1 {

	height: 21px;
	
	padding-left: 17px;
	margin-bottom: 9px;
	
	background-image: url(images/bg_titre.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

h2 {
	color: #759DFC;
	font-size: 11px;
	font-weight: bold;

}






/* CONTENEUR GLOBAL */

#conteneur {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 985px;
	
	background-color: #fff;
	
	background-image: url(images/bg_conteneur.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	
}








/* BANDEAU */
#bandeau {
	position: relative;
	width: 985px;
	height: 127px;
	
	background-image: url(images/bandeau.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	
	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: 100px;
	
	margin-top: 0px;
	
	background-image: url(images/suite_bandeau.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	
	z-index: 1;
}
#finbandeau {
	position: relative;
	
	height: 92px;
	
	background-image: url(images/fin_bandeau.jpg);
	background-repeat: no-repeat;
	background-position: 617px 0px;
	
	z-index: 2;
}


/* CONTENU */

#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: -142px;
	
	z-index: 60;

}
#barre_menu {
	float: left;
	
	width: 260px; /* 238 */
	
}

/* Menu */

#menu {

	width: 205px;
	
	margin-left: 22px; /* 15 */ 
	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; /*  15 */ 
	
	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: 715px;
	height: 400px;
	
	
}
/* hack pour le min-height sous IE : donner une hauteur mini au contenu */
html>body #contenu {
	height: auto;
	min-height: 400px;
}



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


/* EDITO */
#edito {
	width: 340px;
	
	
	font-size: 11px;
	
	z-index: 60;
	
}

.bordure {
	background-image: url(images/bordure.gif);
	background-repeat: repeat-y;
	
	padding-left: 17px;
}
.texteedito {
	color: #636A76;

}
.suite {
	margin-bottom: 5px;
}
.suite a {
	color: #EA8213;
	
	text-decoration: none;	
	
	background-image: url(images/picto_suite.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	
	padding-left: 12px;

}
.suite a:hover {
	text-decoration: underline;	

}


/* ACTUS */
#actu {
	width: 357px;
	
	margin-top: 10px;
		
	font-size: 11px;
	
	z-index: 60;
}
.dateactu {
	color: #838890;
	font-size: 11px;

}

/* Carte */
#carte {
	position: absolute;
	left: 632px;
	top: 12px;
	width: 318px;
	height: 325px;
	
	z-index: 60;
}

/* Logo partenaires */
#partenaires {
	position: absolute;
	left: 795px;
	bottom: 80px;
	width: 125px;
	height: 66px;
	
	background-image: url(images/logo_partenaires.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	
	z-index: 70;
}

#extranet {
	position: absolute;
	left: 751px;
	bottom: 55px;
	width: 180px;
	height: 12px;
	
	
}
#extranet a {
	font-size: 11px;
	color: #727686;
	text-decoration: none;
}
#extranet a:hover {
	text-decoration: underline;
}

/* Divers */
.gras {
	font-weight: bold;
}
.right {
	text-align: right;