/* FEUILLES DE STYLES ADDITIVES */
/*##############################################################################################################*/
@import url("reset.css");

/* STYLES GENERAUX */
/*##############################################################################################################*/
body{
	background-image:url(../img/bg_body.png);
	background-repeat:repeat-x;
	background-position:top left;
	text-align:center;
	background-color:#ebebeb;
}

#container_header, #container_subheader, #container_selections, #container_footer{
	position:relative;
	width:100%;
	height:auto;
	text-align:center;
}

/* HEADER */
/*##############################################################################################################*/
#header{
	position:relative;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	height:107px;
}

/* LOGO ----------------------------------- */
#logo{
	position:absolute;
	top:0px;
	left:-4px;
}

#logo img{
	border:0px;
}

/* en_bref ----------------------------------- */
#baseline{
	position:absolute;
	top:37px;
	left:260px;
	width:700px;
	font-size:1.8em;
	color:#FFF;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* MENU HAUT ----------------------------------- */
#menu_haut{
	position:absolute;
	right:0px;
	top:7px;
}

#menu_haut ul li{
	display:inline;
	list-style-type:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.1em;
	padding-left:15px;
	height:20px;
	position:relative;
	float:left;
}

#menu_haut ul li.aide{
	padding-left:0px;
}

#menu_haut ul li.twitter a{
	background-image:url(../img/icone_twitter.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:25px;
}

#menu_haut ul li.rss a{
	background-image:url(../img/icone_rss.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:25px;
}

#menu_haut ul li.panier a{
	background-image:url(../img/icone_panier.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:22px;
}

#menu_haut ul li.aide a{
	width:13px;
	display:block;
	margin-left:0px;
	padding-left:7px;
}

#menu_haut ul li.aide img{
	border:0px;
}

#menu_haut ul li a{
	text-decoration:none;
	color:#fff;
	height:20px;
	line-height:2em;
	display:block;
}

#menu_haut ul li.twitter a, #menu_haut ul li.rss a{
	color:#e9fc11;
}

#menu_haut ul li a:hover{
	text-decoration:underline;
}

/* MENU HEADER ----------------------------------- */
#menu_header{
	position:absolute;
	right:0px;
	bottom:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.1em;
	height:28px;
	bottom:9px;
	right:-10px;
}

#menu_header ul li{
	display:inline;
	list-style-type:none;
	height:28px;
	position:relative;
	float:left;
}

#menu_header ul li a{
	display:block;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	height:28px;
	line-height:2em;
}

#menu_header ul li a:hover{
	background-image:url(../img/bg_li_menu_header.png);
	background-repeat:no-repeat;
	background-position:top center;
	text-decoration:none;
}

/* SUBHEADER */
/*##############################################################################################################*/
#container_subheader{
	background-image:url(../img/bg_subheader.png);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#fbfbfb;
	z-index:1;
}

#subheader{
	position:relative;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	height:232px;
}

/* GROSSE LOUPE ----------------------------------- */
#loupe{
	width:315px;
	height:213px;
	background-image:url(../img/grosse_loupe.png);
	background-position:top left;
	background-repeat:no-repeat;
	position:absolute;
	top:8px;
	left:-60px;
}

/* ACCROCHE ----------------------------------- */
#accroche h1{
	font-size:2em;
	color:#000;
	font-style:italic;
	font-weight:normal;
	position:absolute;
	top:15px;
	left:260px;
	line-height:1.3em;
	width:700px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#accroche .surligne{
	/*background-color:#f8c5f8;
	padding-left:3px;
	padding-right:3px;
	height:15px;
	padding-top:0px;*/
	text-transform: capitalize;
}

/* BLOC TWITTER ----------------------------------- */
#twitter{
	width:227px;
	height:100px;
	background-image:url(../img/bg_twitter.png);
	background-position:top left;
	background-repeat:no-repeat;
	position:absolute;
	top:10px;
	right:10px;
}

#twitter #fermer_twitter{
	position:absolute;
	right:7px;
	top:6px;
	width:13px;
	height:13px;
}

#twitter #fermer_twitter a{
	display:block;
	width:13px;
	height:13px;
	background-image:url(../img/bg_fermer_twitter.png);
	background-repeat:no-repeat;
	background-position:top left;
	text-decoration:none;
}

#twitter #fermer_twitter a:hover{
	background-position:bottom left;
	text-decoration:none;
}

#twitter .tweet {
	padding:12px;
	padding-top:10px;
	padding-right:12px;
	font-family: Georgia, serif;
	font-size: 1.1em;
	line-height:1.4em;
	color: #6f6f6f;
}

#twitter .tweet a{
	text-decoration:none;
	color: #000;
}

#twitter .tweet a:hover{
	text-decoration:underline;
	color: #000;
}

#twitter .tweet_avatar, #twitter .tweet_time, #twitter .tweet_join{
	display:none;
}

/* MOTEUR RECHERCHE ----------------------------------- */
#moteur_recherche{
	position:relative;
	top:100px;
	height:auto;
	left:260px;
	width:701px;
	/width:710px;
}

#moteur_recherche #recherche label{
	display:none;
}

#moteur_recherche #recherche input.champ_recherche{
	background:transparent none repeat scroll 0 0;
	border:0 none;
	/*les 3 lignes suivantes, c'ets pour éviter les bordures forcées sur Chrome et FF au clic */
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	width:431px;
	height:45px;
	background-image:url(../img/bg_moteur_recherche.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:15px;
	padding-right:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#666;
	line-height:3.2em;
}

#moteur_recherche #aide_recherche{
	position:relative;
	width:701px;
	/width:710px;
	color:#808080;
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:5px;
}

#moteur_recherche #aide_recherche p a{
	color:#808080;
	text-decoration:underline;
}

#moteur_recherche #aide_recherche p a:hover{
	text-decoration:underline;
	color:#333;
}

#moteur_recherche #aide_recherche #exemple{
	float:left;
	width:461px;
	text-align:right;
}

#moteur_recherche #aide_recherche #exemple .mot_cle{
	font-style:italic;
}

#moteur_recherche #aide_recherche #aide{
	float:right;
	text-align:right;
	width:240px;
}

#moteur_recherche #aide_recherche #aide p{

}

#moteur_recherche #criteres_recherche{
	position:relative;
	width:461px;
	top:15px;
	text-align:left;
	clear:both;
	margin-left:-15px;
}

#moteur_recherche #criteres_recherche input.radio{
	margin-right:5px;
	margin-left:15px;
	float:left;
}

#moteur_recherche #criteres_recherche label{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#000;
}

#balance_recherche{
	position:absolute;
	right:0px;
	top:-132px;
}

#balance_recherche label {
	display:none;
}

#balance_recherche input.submit_recherche{
	background:transparent none repeat scroll 0 0;
	border:0 none;
	/*les 3 lignes suivantes, c'ets pour éviter les bordures forcées sur Chrome et FF au clic */
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	width:234px;
	cursor:pointer;
	height:45px;
	background-image:url(../img/bg_btn_moteur_recherche.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#666;
	font-weight:bold;
	margin-left:3px;
	line-height:3em;
	text-shadow: #eee 1px 1px 1px;
}

#moteur_recherche #balance_recherche input.submit_recherche:hover{
	color:#333;
}


#recherche_avancee{
	position:relative;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	/*background-color:#fbfbfb;*/
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
}

#recherche_avancee #btn_deroulant{
	float:left;
	width:184px;
	height:32px;
	bottom:-50px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:1.2em;
	line-height:2.5em;
	font-weight:bold;
	z-index:90;
	margin-left:30px;
	/margin-left:-62px;
}

#recherche_avancee #btn_deroulant a{
	position:absolute;
	bottom:0px;
	background-image:url(../img/bg_btn_recherche_avancee.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:164px;
	text-align:left;
	height:32px;
	display:block;
	padding-left:20px;
	color:#666;
	text-shadow: #eee 1px 1px 1px;
	text-decoration:none;
}

#recherche_avancee #btn_deroulant a:hover{
	color:#333;
}

#recherche_avancee #recherche_precision{
	float:right;
	width:700px;
	text-align:left;
	height:auto;
	clear:both;
	padding-bottom:60px;
	margin-top:-60px;
	/margin-top:-30px;
}

#recherche_avancee #recherche_precision input.checkbox{
	float:left;
	margin-right:5px;
	line-height:1.5em;
	padding-top:5px;
}

#recherche_avancee #recherche_precision label.chbx{
	float:left;
	margin-right:5px;
}

#recherche_avancee #recherche_precision p.titre_rech_avancee{
	width:100%;
	position:relative;
	top:42px;
	padding-bottom:30px;
	font-weight:bold;
	height:18px;
	margin-bottom:7px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-style:italic;
	color:#666;
}

#recherche_avancee #recherche_precision p.critere{
	font-weight:bold;
	height:25px;
	line-height:25px;
	border-bottom:1px dashed #ccc;
	margin-bottom:8px;
	margin-top:10px;
	color:#323232;
}

#recherche_avancee #recherche_precision .gauche{
	float:left;
	width:48%;
}

#recherche_avancee #recherche_precision .gauche select {
    clear: both;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    margin-bottom: 12px;
    margin-top: 8px;
    padding: 3px;
    width: 250px;
}

#recherche_avancee #recherche_precision .droite{
	float:right;
	width:48%;
}

#recherche_avancee #recherche_precision .droite label{
	clear:both;
	width:100%;
}

#recherche_avancee #recherche_precision .droite select{
	clear:both;
	padding:3px;
	margin-top:8px;
	font-size:1em;
	margin-bottom:12px;
	width:250px;
	font-family:Arial, Helvetica, sans-serif;
}

/* SELECTIONS THEMATIQUES*/
/*##############################################################################################################*/
#container_selections{
	border-top:3px solid #dadada;
	background:none;
	background-color:#EBEBEB;
	border-bottom-color:none;
	z-index:10;
}

#dernieres_selections{
	position:relative;
	width:930px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-left:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	padding-bottom:30px;
	margin-top:25px;
}

#dernieres_selections p{
	/*padding-left:24px;
	background-image:url(../img/bg_titre_dernieres_selections.png);*/
	padding-left:20px;
	background-image:url(../img/picto_selection2.png);
	background-position:top left;
	background-repeat:no-repeat;
	line-height:1.4em;
}

#dernieres_selections ul{
	margin-top:10px;
	padding-top:7px;
	width:100%;
	margin-left:-20px;
}

#dernieres_selections ul li{
	float:left;
	list-style-type:none;
	margin-left:20px;
	width:270px;
	margin-bottom:15px;
	line-height:1.5em;
	background-image:url(../img/bg_li_selection.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:13px;
}

#dernieres_selections ul li a{
	display:block;
	color:#2085af;
	text-decoration:underline;
	font-weight:bold;
}

#dernieres_selections ul li a:hover{
	color:#056791;
}

#btn_toutes_selections{
	position:relative;
	width:100%;
	height:39px;
}

#btn_toutes_selections #btn{
	width:201px;
	height:39px;
	float:right;
	background-image:url(../img/bg_btn_toutes_selections.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:201px;
	height:39px;
}

#btn_toutes_selections #btn a{
	color:#333;
	padding-left:25px;
	display:block;
	line-height:3.5em;
	text-decoration:none;
}

#btn_toutes_selections #btn a:hover{
	color:#000;
	text-decoration:underline;
}

/* FOOTER */
/*##############################################################################################################*/
#footer{
	position:relative;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	height:85px;
	background-image:url(../img/bg_footer.png);
	background-repeat:repeat-x;
	background-position:top left;
}

#logo_auteurs{
	float:left;
	width:50%;
}

#logo_auteurs ul li{
	display:block;
	float:left;
	margin-right:10px;
	list-style-type:none;
	padding-top:15px;
}

#logo_auteurs ul li a{
	text-decoration:none;
	display:block;
}

#logo_auteurs ul li a img{
	border:0px;
}


#pages_secondaires{
	float:left;
	width:50%;
	text-align:right;
	margin-top:5px;
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
}

#pages_secondaires ul li{
	color:#2086ae;
	line-height:1.6em;
	height:21px;
	display:inline;
	list-style-type:none;
	margin-left:5px;
}

#pages_secondaires ul li.educameta{
	top:5px;
}

#pages_secondaires ul li.barre a{
	margin-right:5px;
}

#pages_secondaires ul li.educameta a{
	margin-right:10px;
}

#pages_secondaires ul li a{
	color:#2086ae;
	text-decoration:none;
}

#pages_secondaires ul li a:hover{
	color:#2086ae;
	text-decoration:underline;
}

#copyright{
	position:absolute;
	right:0px;
	bottom:30px;
}

#copyright p{
	font-size:1em;
	color:#808080;
	font-family:Arial, Helvetica, sans-serif;
}

#copyright p abbr{
	border-bottom:1px dotted #ccc;
	cursor:help;
}