@charset "utf-8";

html, body {
	margin: 0px; height: 100%;
	background-color: #dfe8f5;
}

#header {
	width: 900px; height: 200px;
	background-image: url(../../img/jeunes/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#nav {
	background-image: url(../../img/jeunes/bg_menu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px; height: 21px;
	color: white; padding-left: 25px; font-size: 11px;
}

#nav a {
	color: white;
}

#menu {
	background-color: #cee4fa;
	font-size: 9px; padding-left: 20px; padding-top: 20px; padding-bottom: 20px;
	height: 21px;
}

#menu a:hover {
	text-decoration: none;
}

.blocsousmenu {
	margin-bottom: 10px;
	color:#01669A;
}

.sousmenu {
	display: block; font-size: 11px; color:#01669A;
	margin-left: 20px;
}

.sousmenubold {
	display: block; font-size: 11px; color:#01669A; font-weight: bold;
	margin-left: 20px;
}

.sousmenu:hover {
	text-decoration: none; font-weight:bold;
}

.menuPetit {
	display: block; width: 169px; height: 21px; font-size: 14px;
	color: white; margin-bottom: 7px; padding: 3px 0px 0px 20px;
	background-image: url(../../img/jeunes/nav_btn_petit.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	position: relative;	
}

.menuGrand {
	display: block; width: 169px; height: 38px; font-size: 14px;
	color: white; margin-bottom: 7px; padding: 3px 0px 0px 20px;
	background-image: url(../../img/jeunes/nav_btn_grand.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	position: relative;	
}

.menuPetit_over {
	display: block; width: 169px; height: 21px; font-size: 14px;
	color: white; margin-bottom: 7px; padding: 3px 0px 0px 20px;
	background-image: url(../../img/jeunes/nav_btn_petit_ove.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	position: relative;	
}

.menuGrand_over {
	display: block; width: 169px; height: 38px; font-size: 14px;
	color: white; margin-bottom: 7px; padding: 3px 0px 0px 20px;
	background-image: url(../../img/jeunes/nav_btn_grand_over.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	position: relative;	
}

.ecran_actu {
	width: 139px; height: 94px;
	background-image: url(../../img/jeunes/ecran_actu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.ecran_actu p {
	padding: 0px 10px 0px 14px; margin: 0px 0px 6px 0px;
	color: white; font-size: 11px;
}

.ecran_actu a {
	padding: 0px 10px 0px 14px;
	color: white; font-size: 11px;
}

h1 {
	color: #55b423;
	font-size: 17px; font-weight:bold;
	margin: 25px 0px 7px 25px;
}

.liste {
	font-size: 12px; display: block;
	padding-left: 0px; color:#5b5b5b;
}

.liste b {
	color: #0099cc; font-size: 14px;
}

.flechemenu {
	position: absolute;
	top: 7px; left: 8px;
}

#contenu_suite p {
	margin: 0px 0px 10px 25px;
	font-size: 12px; color:#5b5b5b;
	line-height: 18px;
}

#contenu_suite td {
	color:#5b5b5b;
}

#contenu_suite a {
	color:#0099cc;
}

#contenu_suite h2 {
	margin: 0px 0px 0px 25px;
	color: #0099cc;
	font-size: 12px; font-weight: bold;
}



#contenu_suite table {
	margin: 0px 0px 10px 25px;
	font-size: 12px;
}

