/* début de la définition des styles des éléments composant la structure de la page d'accueil */
html,body {
	margin: 0px;
	height: 100%;
	width: 100%;
}

div#content {
	height:100%;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0 30px 0;
}
/* fin de la définition des styles des éléments composant la structure de la page d'accueil */

/* début de la définition des styles composant l'élément "content" */
div#content h1 {
	font-family: arial;
	color: #006699;
	font-size: 22px;
	font-weight: normal;
}
div#content h2 {
	font-family: arial;
	color: #006699;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 30px;
}
div#aide-emploi {
	position: relative;
	float: left;
	width: 360px;
	margin-left: 20px;
	padding: 5px;
	padding-left: 25px;
	padding-top: 25px;
}
div#aide-emploi h4 {
	color: red;
	font-size: 12px;
}
div#aide-emploi-col1 {
	position: relative;
	float: left;
	width: 180px;
}
div#aide-emploi-col2 {
	position: relative;
	float: left;
	width: 180px;
}
div#logo {
	float: left;
	width: 420px;
	text-align: center;
}
div#titre {
	float:left;
	width: 480px;
	text-align: center;
}
div#titre h1{
	font-size: 24px;
	margin: 0px;
}
div#titre h2{
	font-size: 20px;
	margin: 5px;
}
div#recherche-contenu {
	margin-left: auto;
	margin-right: auto;
	width: 790px;
	padding: 0px;
}
div#recherche-emploi {
	position: relative;
	float: left;
	width: 640px;
}
div#zone-emploi {
	padding: 5px;
	font-size: 18px;
	width: 280px;
	float: left;
}
div#zone-lieu {
	padding: 5px;
	font-size: 18px;
	width: 220px;
	float: left;
}
div#zone-validation {
	padding: 5px;
	width: 110px;
	float: left;
}
.libelle-recherche{
	color: #ff0084;
	font-size:14pt;
	font-weight: normal;
	margin: 0px;
}
.aide-recherche{
	font-size:11px;
	margin: 0px;
	color: #999999;
}
div#recherche-avancee {
	position: relative;
	float: left;
	padding: 0px;
	width:150px;
	padding-top: 10px;
	font-size:10px;
}
div#recherche-avancee a{
	color: #006699;
	text-decoration: underline;
}
div#recherche-avancee a:hover{
	color: #00aaff;
	text-decoration: underline;
}
.xoxo
{
	list-style-type: none;
	margin: 0px;
	padding: 5px;
}
.exemples {
	color: black;
	font-weight: bold;
	margin: 0px;
}
div#exemple-recherche {
	width: 790px;
	margin-left:auto;
	margin-right:auto;
}
#exemple-recherche h4{
	font-weight: bold;
	font-size: 10pt;
	padding-top: 15px;
	margin: 0;
}
.exemple-recherche {
	float:left;
	width:30%;
	margin-left:3%;
	text-align:left;
	margin-top:15px;
	line-height: 1.5em;
}
.exemple-recherche a{
	color: #006699;
}
.exemple-recherche a:hover{
	color: #ff0084;
}
.exemple-recherche-lieu {
	float:left;
	width:21%;
	margin-left:3%;
	text-align:left;
	margin-top:15px;
	line-height: 1.5em;
}
.exemple-recherche-lieu a{
	color: #006699;
}
.exemple-recherche-lieu a:hover{
	color: #ff0084;
}
div#exemple-recherche-titres {

}
#exemple-recherche-titres h3 {
	display: block;
	float: left;
	width: 180px;
	height: 20px;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	padding-top: 7px;
	margin: 0;
	color: #006699;
	border-bottom: solid 1px #66CCFF;
}
#exemple-recherche-titres h3 a{
	color: #006699;
	text-decoration: underline;
}
#exemple-recherche-titres h3 a:hover{
	color: #FF0084;
	text-decoration: underline;
}
#exemple-recherche-titres .titre-selected{
	border-top: solid 1px #66CCFF;
	border-left: solid 1px #66CCFF;
	border-right: solid 1px #66CCFF;
	border-bottom: none;
}
#exemple-recherche-titres .titre-selected a{
	color: #000000;
	text-decoration: none;
}
#exemple-recherche-titres .titre-selected a:hover{
	color: #FF0084;
	text-decoration: underline;
}
#exemple-recherche-titres .titre-espace {
	float: left;
	height: 20px;
	width: 10px;
	padding-top: 7px;
	border-bottom: solid 1px #66CCFF;
}
div#exemple-contenu .contenu-selected{
	color: #006699;
}
div#exemple-contenu .contenu-unselected{
	display: none;
}
div#exemple-recherche-col1{
	margin:10px;
}

div#exemple-recherche-col2{
	margin:10px;
}

div#exemple-recherche-col3{
	margin:10px;
}

div#exemple-recherche-lieu-col1{

}

div#exemple-recherche-lieu-col2{

}

div#exemple-recherche-lieu-col3{

}

div#exemple-recherche-lieu-col4{

}

div#titre-type-localite{
	display: block;
	float: left;
	width:100%;
}
/* fin de la définition des styles composant l'élément "content" */

/* début de la définition des styles composant l'élément "footer" */
div#footer {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: center;
}
/* fin de la définition des styles composant l'élément "footer" */