* {
	margin:0;
	padding:0;
}
body {
	background:#fff url(../images/book/book_fond-html.gif) no-repeat center 0px;
	margin:0 auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666666;
}
img {
	border:0;
}
#container {
	margin:0 auto;
	text-align:left;
}

#logo{
	margin:0 0 0 5%;
}

#centre_recherche{
	margin:30px auto 80px !important;
	/*margin:25px auto 80px !important!;*/
	/*margin:27px auto 80px;*/
	text-align:left;
	padding-left:70px;
	width:452px;
	height:522px; 
	background:transparent url(../images/book/book_fond_recherche.gif) no-repeat top center;
}


#moteur_recherche{
	margin:40px 0 0 0px;
	width:212px;
	float:left;	
}
#moteur_recherche h1{
	margin:0 0 30px 0;
	padding:0px;
	width:198px;
	height:40px;
	background:#fff url(../images/book/book_titre_moniteur.gif) no-repeat top left;
	text-indent:-9000px;
}
#moteur_recherche p{
	padding-left:2px;
}

#resultat_recherche{
	margin:40px 0 0 20px;
	width:180px;
	float:left;	
}
#resultat_recherche h1{
	margin:0 0 30px 0;
	padding:0px;
	width:171px;
	height:40px;
	background:#fff url(../images/book/book_resultat_recherche.gif) no-repeat top left;
	text-indent:-9000px;
}
#resultat_recherche p{
	margin-top:0px;
	margin-bottom:9px;
}
.resultat_recherche_nb{
	color:#c1a50c;
	font-size:13px;
}
.resultat_recherche_item{
	clear:both;
	margin:1px 0;
	float:left;
}
.resultat_recherche_item a{
	color:#b5b5b5;
	text-decoration:none;
}
.resultat_recherche_item img{
	margin-right:5px;
	display:block;
}
.resultat_recherche_item-nom{
	color:#c1a50c;
	line-height:10px;
}
.resultat_recherche_item a:hover span{	
	text-decoration:none;
}
#resultat_recherche_pagination{
	clear:both;
	margin:15px auto;
	float:left;
	width:150px;
	text-align:center;
	font-size:11px;
	color:#b5b5b5;
}
#resultat_recherche_pagination a{
	color:#b5b5b5;
	text-decoration:none;
}
#resultat_recherche_pagination a:hover, 
#resultat_recherche_pagination  a.pagination_on{
	color:#c1a50c;
	text-decoration:underline;
}



.antifloat{
	clear:both;
	height:1px;
}
/* FORM */
/*Forms defaults - change as needed*/
.niceform p{
	display:block;
	margin-bottom:5px;
}
input, select {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#333333;
}

label {
	display:block;
	float:left;
	cursor:pointer;
	padding-left:2px;
	font-size:12px;
}
label span{
	padding:0 7px 0 5px;
}
label.chosen {color:#c1a50c;}
label.chosen span {color:#b5b5b5;}

span.label{
	float:left;
	clear:left;
	padding-left:2px;
	height:27px;
	width:70px;
	font-size:12px;
}
span.label2{
	display:block;
	float:left;
	padding-left:2px;
	height:30px;
	width:25px;
	font-size:12px;
}



/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
}

/*Radio buttons*/
.radioArea, .radioAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:1px;
	height:14px;
	font-size:0;
	cursor:pointer;
	display:none;
}
.radioArea {background:url(../images/niceforms/radio.gif) no-repeat left top;}
.radioAreaChecked {background:url(../images/niceforms/radio.gif) no-repeat left bottom;}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	width:0px;
	height:0px;
	font-size:0;
	padding:0;
	margin:0;
	cursor:pointer;
	display:none;
}
.checkboxArea {background:url(../images/niceforms/checkbox.gif) no-repeat left top;}
.checkboxAreaChecked {background:url(../images/niceforms/checkbox.gif) no-repeat left bottom;}
.focused {border:1px dotted #ddd;}

/*Text inputs*/
.textinput, .textinputHovered {
	height:16px;
	background:url(../images/niceforms/input_bg.gif) repeat-x left top;
	border:none;
	padding:1px 0 0 4px;
	vertical-align:middle;
	color: #c1a50c;
	font-size: 10px;
}
.new_input_text {	
	background:transparent url(../images/niceforms/input_bg.gif) repeat-x scroll left top;
	border:medium none;
	color:#C1A50C;
	font-size:10px;
	height:16px;
	padding:1px 0pt 0pt 4px;
	vertical-align:middle; 
	width:120px;
}
/*	background-color: #e4e4e4;
	width: 155px; //170
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 3px;
	height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #c1a50c;
	text-decoration: none;
	text-align: left;*/
}
.textinputHovered {background-position:left bottom;}
/*.textinputHovered {
	background-color: #e4e4e4;
	width: 155px; //170
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 3px;
	height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #c1a50c;
	text-decoration: none;
	text-align: left;
}*/

.new_select {
	background-color:#E4E4E4;
	border-style:none;
	border-width:0px;
	color:#C1A50C;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	height:20px;
	margin:0px;
	padding:3px;
	text-align:left;
	text-decoration:none;
	width:124px;
}
.select_book{ 
	background-color: #e4e4e4;
	width: 170px;
	color: #c1a50c;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 3px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #c1a50c;
	text-decoration: none;
	text-align: left;
}


.inputCorner {
	padding-bottom:0;
	vertical-align:middle;
}

/*Selects*/
.selectArea {
	float:left;
	width:85px;
	height:17px;
	background:url(../images/niceforms/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:17px;
	float:left;
	background:url(../images/niceforms/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:16px;
	height:17px;
	float:right;
	background:url(../images/niceforms/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:85px;
	height:17px;
	margin-left:-183px;
	position:absolute;
	outline:none;
}
.selectArea .right i {display:none;}
.selectArea .center {
	width:85px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #c1a50c;
	font-size: 10px;
	padding-top:2px;
	overflow:hidden;
	white-space:nowrap;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-2px;
	margin-left:3px;
	background:#E4E4E4;
	padding:2px;
	font-size:10px;
	font-weight:normal;
	z-index:20;
	text-align:left;
}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color: #c1a50c;
	font-size: 10px;
	text-decoration:none;
	display:block;
	padding:1px 4px;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	position:absolute;
	margin-top:35px; /*margin-top:78px;*/
	margin-left:-40px;
	width:132px;
	height:19px;
	font-size:11px;
	font-weight:normal;
	color:#FFF;
	padding-top:1px;
	padding-left:15px;
	background:#fff url(../images/book/book_fond-lancer_recherche.gif) no-repeat top left;
	cursor:pointer;
	border:none;
}

.new_button {
	position:absolute;
	margin-top:35px; /*margin-top:78px;*/
	margin-left:-40px;
	width:132px;
	height:19px;
	font-size:11px;
	font-weight:normal;
	color:#FFF;
	padding-top:1px;
	padding-left:15px;
	background:#fff url(../images/book/book_fond-lancer_recherche.gif) no-repeat top left;
	cursor:pointer;
	border:none;
}


.buttonSubmitHovered {}
.buttonImg {vertical-align:bottom;display:none;}


.input_lancer_recherche{
	border:none;
	width:132px;
	height:19px;
	padding-top:2px;
	padding-left:15px;
	font-size:11px;
	font-weight:normal;
	color:#FFF;
	cursor:pointer;
}


/*  book_V2 */
#centre_fiche{
	position:relative;
	margin:-6px auto 0 !important;
	margin:-6px auto 0 !important!;
	margin:-6px auto 0;
	width:306px;
	text-align:left;
	padding-top:37px;
	padding-left:135px;
	padding-right:60px;
	padding-bottom:15px;
	background:transparent url(../images/book/book_fond_fiche.gif) no-repeat top center;
	font-weight:normal;
	font-size:11px;
	line-height:13px;
}


#centre_recherche_fiche{
	position:relative;
	margin:-8px auto 0 !important;
	margin:-11px auto 0 !important!;
	margin:-11px auto 0;
	width:271px;
	text-align:left;
	padding-top:0px;
	padding-left:100px;
	padding-right:60px;
	padding-bottom:0px;
	background:transparent url(../images/book/book_fond_fiche_centre.gif) top center;
	font-weight:normal;
	font-size:11px;
	line-height:13px;
/*color:#FFF;*/	
}


#centre_fiche_nav{
	position:absolute; 
	margin-top:-10px; 
	left:463px;
}
a.offre_esf 
{
	background :transparent url(../images/divers/cadre_esf.gif) 6px 8px no-repeat;
	/*border:1px solid #fab;*/
	padding-left:10px;
	padding-top:10px;
	width:135px; 
	height:214px;
	display:block;

}

a.offre_esf_en 
{
	background :transparent url(../images/divers/cadre_esf_en.gif) 6px 8px no-repeat;
	/*border:1px solid #fab;*/
	padding-left:10px;
	padding-top:10px;
	width:135px; 
	height:214px;
	display:block;

}

a.nav_suivant,a.nav_precedent, a.nav_accueil{
	display:block;
	width:15px;
	height:17px !important;
	height:15px !important!;
	height:15px;
	padding-top:2px !important;
	padding-top:4px !important!;
	padding-top:4px;
	padding-left:5px;
	text-indent:-9000px;
}
a.nav_suivant{ background:#C1A50C url(../images/book/book_fiche_fdsuivant.gif) no-repeat top right;	margin:0 0 1px 0;}
a.nav_precedent{ background:#C1A50C url(../images/book/book_fiche_fdprecedent.gif) no-repeat top right; margin:0 0 8px 0;}
a.nav_accueil{ background:#C1A50C url(../images/book/book_fiche_fdaccueil.gif) no-repeat top right; }

a.nav_suivant:hover, a.nav_precedent:hover, a.nav_accueil:hover{
	display:block;
	width:70px;
	height:17px !important;
	height:15px !important!;
	height:15px;
	padding-top:2px !important;
	padding-top:4px !important!;
	padding-top:4px;
	padding-left:7px;
	text-indent:0px;
	color:#FFF;
	text-decoration:none;
}

#centre_fiche img{
	margin-right:20px;
}

#centre_fiche-bas{
	margin:-3px auto;
	width:366px;
	height:160px;
	padding-left:135px;
	background:transparent url(../images/book/book_fond_fiche-bas.gif) no-repeat bottom center;
	font-weight:normal;
	font-size:11px;
}

#centre_fiche .hr-categories, #centre_fiche-bas .hr-categories{
	margin:10px 0 0;
	padding:0;
}

#centre_fiche-bas a{ color:#b5b5b5; text-decoration:none; }
#centre_fiche-bas a:hover{ text-decoration:underline;}
#centre_fiche-bas a.reserver{
	position:absolute;
	margin-top:35px;
	margin-left:-30px;
	width:115px;
	height:19px;
	font-size:11px;
	font-weight:normal;
	color:#FFF;
	padding-top:2px;
	padding-left:20px;
	background:#fff url(../images/book/book_fond-lancer_recherche.gif) no-repeat top left;
}

/*  Footer */
#footer{
	margin-top:60px;
	text-align:center;
	clear:both;
}

#footer p.fotter_nav1 a{
	font-size:11px;
	font-weight:bold;
	color:#c1a50c;
	text-decoration:none;
}
#footer p.fotter_nav2 a{
	font-size:10px;
	font-weight:normal;
	color:#666666;
	text-decoration:none;

}

