/* CSS Document */

#colonne_droite{
	float:left;
	width:760px;
	/*min-height:676px;*/
	background:url(../images/colonne_droite/fd_rechercher.png) repeat-y 0px top;
}

/********************** RECHERCHE **************************/

#recherche{
	/*background:url(../images/colonne_droite/fd_rechercher_0.png) repeat-y 1px top;*/
	padding:6px 10px 0px 4px;
	width:750px;
	height:112px;
}

#FormRechercher{
	margin:0px;
	padding:0px;
	height:90px !important;
	/*background:url(../images/colonne_droite/fd_module_recherche.gif) repeat-x left bottom;*/
	background:url(../images/colonne_droite/background-moteur-de-recherche.png) repeat-x left bottom;
}

#quoi{
	background:url(../images/colonne_droite/quoi.gif) no-repeat 27px 14px;
	float:left;
	width:144px;
	height:58px;
}

#ou{
	background:url(../images/colonne_droite/ou.gif) no-repeat 18px 14px;
	float:left;
	width:89px;
	height:58px;
}

#eQuoi{
	width:180px;
	font-size:11px;
	color:#545454;
}

#eOu{
	width:180px;
	font-size:11px;
	color:#545454;
}
/*
#localiser{
	display:block;
	width:128px !important;
	height:26px;
	background:url(../images/btn_fleche/localiser.png) left top;
	border:none;
}

#localiser:hover
{
    background:url(../images/btn_fleche/localiser_on.png) left top;
}
*/
/**************************** MENU PAGER *****************************************/

.content_menu_pager ul
{
    list-style:none;
    margin:0px;
    padding:0px;
}

.content_menu_pager ul li
{
    float:left;
   /* width:18px;*/
    text-align:center;
    display:inline;
    float:left;
}

.content_menu_pager ul li a
{
    font-size:12px;
    color:#a9a7a5;
    /*margin-left:2px;
    margin-right:2px;*/
    text-decoration:none;
    cursor:pointer;
    margin-left:3px;
}

.content_menu_pager ul li a:hover
{
    font-weight:bold;
    color:#389ae9;
    font-size:12px;
    text-decoration:underline;
}

.menu_pager_actif
{
    font-weight:bold;
    color:#389ae9 !important;
    font-size:14px;
    text-decoration:underline;
    background:none;
    border:none;
}

/*.pageDynamique, .lien_pager
{
    float:left;
    text-align:center;
}

.content_menu_pager ul .lien_pager
{
    background:none;
    width:18px;
    font-size:12px;
    color:#a9a7a5;
    border:none;
    padding:0px;
    font-family:Arial, Helvetica, sans-serif;
    margin-left:2px;
    margin-top:10px;
    *//*margin-right:2px;*/
    /*text-decoration:none;
    float:left;
}

.content_menu_pager ul .lien_pager:hover
{
    font-weight:bold;
    color:#389ae9;
    font-size:14px;
    text-decoration:underline;
}*/

.fleche_precedent
{
    margin-top:10px;
    display:block;
    width:20px;
    height:20px;
    border:0;
    background:url(../images/commun/fleche_precedent.png) no-repeat left bottom ;
}

.fleche_precedent:hover
{
    background:url(../images/commun/fleche_precedent_on.png) no-repeat left bottom ;
}


.PagerTooltip_fleche_precedent
{    
    display:block;
    width:20px;
    height:20px;
    border:0;
    background:url(../images/commun/fleche_precedent.png) no-repeat left bottom ;
}

.PagerTooltip_fleche_precedent:hover
{
    background:url(../images/commun/fleche_precedent_on.png) no-repeat left bottom ;
}



.fleche_suivant
{
    margin-top:10px;
    /*margin-top:-2px;*/
    display:block;
    width:20px;
    height:20px;
    border:0;
    /*background:url(../images/commun/fleche_suivant.png) no-repeat 0 0 ;*/
    background:url(../images/commun/fleche_suivant.png) no-repeat right bottom ;
}

.fleche_suivant:hover
{
    background:url(../images/commun/fleche_suivant_on.png) no-repeat right bottom ;
}

.PagerTooltip_fleche_suivant
{    
    display:block;
    width:20px;
    height:20px;
    border:0;
    background:url(../images/commun/fleche_suivant.png) no-repeat right bottom ;
    margin-top:-2px;
}

.PagerTooltip_fleche_suivant:hover
{
    background:url(../images/commun/fleche_suivant_on.png) no-repeat right bottom ;
}

