@charset "utf-8";
/* CSS Document */
/*début de construction de la page*/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #eeeeee;
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #404041;
	font-size:12px;
}
.gabarit #container {
	 /*width: 780px;  paramétrage de la largeur à 20 pixels de moins que le plein écran (800 pixels) pour tenir compte de l'habillage du navigateur et éviter l'apparition d'un ascenseur horizontal */
	width:1016px;
	background: #eeeeee;
	margin: 0 auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
	padding:0 0 0 0;
}
.gabarit #banniere{
	margin: 0 0 0 0;
	padding: 0 0 0 0;  /* ce remplissage correspond à l'alignement à gauche des éléments des div qui apparaissent en dessous. Si, au lieu de texte, c'est une image qui est insérée dans l'élément #header, il est conseillé de supprimer le remplissage. */
	width:1016px;
	height:130px;
}

.gabarit #mainContent {
	position: relative;
	top:0px;
	background: #FFFFFF;
	margin: 0 0 0 25px; /* ne pas oublier que le remplissage est l'espace à l'intérieur du cadre de l'élément div, alors que la marge est l'espace à l'extérieur de celui-ci */
	width:983px;
	padding:0 0 0 0;
}
.gabarit #footer {
	padding: 0 0 0 0; /* ce remplissage correspond à l'alignement à gauche des éléments des div qui apparaissent au-dessus. */
	background:#eeeeee;
	width:100%;
	margin: 0 0 0 0;
	background-image:url(http://www.jesoutienslapprentissage.fr/img/pied_page.gif);
	background-repeat:no-repeat;

}
.gabarit #footer p {
	padding: 0 0 0 0; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */
	vertical-align:top;
	font-size:10px;
	
}
	
.position{
position:relative;/* c'est pour permettre le position absolute de date_limite */
}

.date_limite{
	position: absolute;
	top:98px;
	right:10px;
	color:#de550a;
	font-weight:bold;
	font-size:12px;
}

.rencontre{
	position: absolute;
	top:11px;
	right:214px;
	color:#black;
	font-size:11px;
	width: 295px;
	height: 51px;
}



/*///////////////////////////////////////////////////fin construction de la page/////////////////////////////////////////////*/


img{
	border:0;
	}

.echeance{
	color:#f4ae05;
}

.dl{
	font-size:12px;
	font-weight:bold;
	color:#002047;
}
	
#faq{
	font-size:24px;
	font-weight:bold;
	color:#590709;
	}
.sous-titre_faq{
	color:#b6060c;
	font-weight:normal;}
	
#apprentissage{
	font-size:24px;
	font-weight:bold;
	color:#f06a07;
	}
.sous-titre_apprentissage{
	color:#fea905;
	font-weight:normal;
}

#actu{
	font-size:24px;
	font-weight:bold;
	color:#3e4e04;
	
	}
.sous-titre_actu{
	font-size:12px;
	color:#769015;
	font-weight:bold;}
	
	.sous-titre_actu2{
	color:#769015;
	font-weight:normal;}
	
	#contact{
	font-size:24px;
	font-weight:bold;
	color:#197bac;
	
	}
.h2_faq{
font-size:12px;
font-weight:bold;
color:#590709;
}

.h2_actu{
font-size:12px;
font-weight:bold;
color:#3e4e04;
}

.h2_apprentissage{
font-size:12px;
font-weight:bold;
color:#f06a07;
}
.h3_apprentissage{
font-size:12px;
font-weight:bold;
color:#fdcc6d;
}

.decale{
padding-left:5px;

}
.fb{
font-size:14px;
font-weight:bold;
color:#2f0654;
}
.manuellement{
font-size:42px;
font-weight:bold;
color:#501638;

}

h1.manuellement{
font-size:21px;
font-weight:bold;
color:#be036f;
line-height:8px;
}

.automatiquement{
font-size:42px;
font-weight:bold;
color:#009edc;
line-height:24px;
}

h1.automatiquement{
font-size:21px;
font-weight:bold;
color:#002047;
line-height:14px;
}


ul li{
	list-style-type: none;
}


li.faq{

	list-style-position:inside;
	line-height: 30px; /*la hauteur de l'image ainsi le texte est centré par rapport au milieu de l'image*/
	padding-left:20px;
	background:url(http://www.jesoutienslapprentissage.fr/img/puce_verte.gif) no-repeat left center;
}
	
ul.faq{
	list-style-image:none;
}

li.apprentissage{

	list-style-position:inside;
	line-height: 30px; /*la hauteur de l'image ainsi le texte est centré par rapport au milieu de l'image*/
	padding-left:20px;
	background:url(http://www.jesoutienslapprentissage.fr/img/puce_jaune.jpg) no-repeat left center;
}
	
ul.apprentissage{
	list-style-image:none;
	
}
/*//////////////////////////////////////////Les liens///////////////////////////////////*/
a, a:visited
{ text-decoration:underline;
color: #404041;
}
	
a:hover
{ text-decoration:none;
}

a.faq, a.faq:visited:
{ text-decoration:none;
	color:#404041;
}

a.faq:hover
{ text-decoration:none;
	color:#3e4e04;
}

a.apprentissage, a.apprentissage:visited:
{ text-decoration:none;
	color:#404041;
}

a.apprentissage:hover
{ text-decoration:none;
	color:#f06a07;
}
a.non_souligne:visited, a.non_souligne{
	text-decoration:none;
}

a.non_souligne:hover{
	text-decoration:none;
}

a.retour{
	font-size:14px;
	color:#3e4e04;
	font-weight:bold;
	font-family:Helvetica, sans-serif;
	text-decoration:none;

}
a.retour span {
	color:#769015;
	text-decoration:none;

}
a.retour:hover, a.retour:hover span{
	color:#373636;
	text-decoration:none;
}
a.retour:hover img{
	}
a.menu_services_ligne, a.menu_services_ligne:visited{
	color:#666;
	text-decoration:underline;
	}
a.menu_services_ligne:hover{
	color:#f06a07;
		text-decoration:none;
	}
