/*-----------------------------------------------------------------------------
  [CSS - c_default.css]

  Feuille de style des couleurs et backgrounds

    typography.css
    forms.css
    ezrss.css
    ezevent.css
    wa_feed.css
    ezfeedback.css
    wa_gallery.css
    ezgroup.css
    wa_help.css
    wa_job.css
    eznewsletter.css
    wa_search.css
    wa_shop.css
    ezuser.css
    content.css
    layout.css
    common.css
    datepicker.css
    ezmultiupload.css
    Autres

-----------------------------------------------------------------------------*/

/*[typography.css] ------------------------------------------------------*/
/*-----------------------------------------------------------------------------
  [CSS - Typography]

  Default font colors
  ANDRH

typographie
mauve : #914a72;
mauve-clair: #8c4977
mauve-foncé: #533364;
mauve-sombre: #553e50;
mauve-gris-clair-tres leger:#ececec;

-----------------------------------------------------------------------------*/

body {
    color:#444;
}

a, a:hover {
    color:#203561;
}

/* Heading */

h2, h2 a, h2 a:hover {
    color:#7F7650;
}

h1, h2.title, #sidebar h2 {
    color:#203561;
}

    h1 a, h2.title a, #sidebar h2 a {
        background:url(../images/plus.png) top right no-repeat;
        color:#203561;
    }

    h1 a:hover, h2.title a:hover, #sidebar h2 a:hover {
        background-position:bottom right;
        color:#203561;
    }

#sidebar h2.underline {
    border-bottom:2px solid #A59A6D;
}

h3, h3 a {
    color:#914A72;
}

h4, h4 a {
    color:#aeadab;
}

h5, h5 a {
    color:#203561;
}

cite {
    color:#203561;
}

.more {
    color:#A59A6D;
}

.more:hover {
    color: #203561;
}

/*---------------------------------------------------------------------------
        [1.2 Verdana] -- */

    /* Balies */
label,
button,
blockquote,
h1, h2, h3, h4, h5,

    /* Classes génériques */
.top,
.date,
.infos,
.button,
a.parent

    /* Boutons */
.arrow,
.arrow-cancel,
.input_search,
.select-box,
.buttonbox span,
.buttonbox input,

    /* Liste de fichiers */
.list_files li a,

    /* Paragraphes Contenu */
.content p.p2,
.content p.p3,
.content p.p4,

    /* Sidebar */
#sidebar_login input,

    /* ezforum */
.new-topic,
#forums-left,
.cgu-left span,
#full-forum_cgu .sommaire,
.layout-forums .name .title,

    /* ezuser */
#settings,
#my-space,
#contact-us,
#user-welcome,
a.shop-history,
.sticky-contacts,
#user-preferences,
.deploy .promotion,
#full-my_profil .label,
#customConfirmBox .title,
#user-shop-history tr .number,
#user-contacts .user-listfriend span.label,

    /* wa_gallery */
#add-album,

    /* ezevent */
#full-event .event_date,

    /* ezsurvey */
#full-survey #intro p,
#sidebar .list_old_survey,
#full-survey .questions .nbr

    /* Enfin les propriétés CSS o_0 */
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:normal;
}

/*---------------------------------------------------------------------------
[1.3 Exeption au géorgia] -- */

    /* sidebar */
#sidebar .date,
#sidebar_surveys h3,
#sidebar_login .button,

    /* ezuser */
.editing fieldset label,
#user-order-history button.file span,

    /* ezcomment */
.nb_items,
.comments .date,
.comments .new-comment h2,

    /* ezforum */
.layout-forums .infos,
#full-topic h1 .reply-icon,
#full-topic .new-reply fieldset h2,

    /* ezrss */
.popin_rss p,

    /* sitemap */
#full-sitemap h3

    /* Les propriétés */
{
    font-family:Verdana, Helvetica, sans-serif;
}


h1, h2.title, #sidebar h2, a.parent {
	border:none;
	color:#914A72;
}

h1 a, h2.title a, #sidebar h2 a {
	background: none;
	color:#914a72;
}

h1 a:hover , h2.title a:hover, #sidebar h2 a:hover {
	background: none;
}

h2, h2 a {
	color: #533364;
}

h2, h2 a, h2 a:hover, a, a:hover {
	color: #533364;
}

h2.title a:hover {
	color: #914A72;
	text-decoration: underline;
}

/*[forms.css] -----------------------------------------------------------*/
/*-----------------------------------------------------------------------------
  [CSS - forms.css]

  Feuille de style des élèments de formulaire

  1. Générique
  2. Recherche
  3. Selectbox
  4. Boutons
    4.1 Général
    4.2 Arrows
    4.3 Files
    4.4 Radio
    4.5 Delete & move

-----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------
  [1. Générique]
*/

a.form-link:hover {
    color:#5D4F35;
}

legend,
label {
    color:#533364;
}

.required,
.error {
    color:red;
}

input,
textarea {
    border:1px solid #C6C6C6;
    color:#553E50;
}

textarea,
input[type=text],
input[type=password] {
    background:#FFF url(../images/bg_input.png) 0 0 repeat-x;
}

/*---------------------------------------------------------------------------
  [2. Recherche]
*/

/* Bouton rechercher */
.button_search,
.button_top_search {
    background:#7B6E57 url(../images/button_search.png) 0 0 no-repeat;
}
.button_search:hover,
.button_top_search:hover {
    background:#7B6E57 url(../images/button_search.png) 0 -26px no-repeat;
}
.button_search {
    background-position:-28px 0;
}
.button_search:hover {
    background-position:-28px 0;
}

/* Champ de recherche */

input.input_search,
input.input_searching {
    border:1px solid #A4A4A4;
    border-right:0;
}
input.top_search {
	background:#FFF url(../images/bg_input.png) repeat-x scroll 0 0;
	color:#553E50;
}

/*---------------------------------------------------------------------------
  [3. Selectbox]
*/

.select-box {
    background:#FFF;
}

.select-box.forms {
    /*background: #fff url(../images/bg_input.png) repeat-x;*/
}

    .select-box a {
        background: transparent url(../images/select_box_arrow.png) no-repeat scroll right top;
    }

    .select-box a:hover {
        background-position:right bottom;
    }

    .select-box a,
    .select-box span,
    .select-box.forms a,
    .select-box.forms span  {
        color: #553E50;
    }


    .select-box-alt {
        background-color: #FFF;
    }

    .select-box-options {
        list-style: none;
        background: #FFF;
    }

        .select-box-options .disabled {
            color: gray;
        }

        .select-box-options .selected,
        .select-box-options .selected span {
            background-color: #8C4977;
            color: #FFF;
        }

            .select-box-options li span {
                color:#553E50;
            }

/*---------------------------------------------------------------------------
  [4. Boutons]
*/

/*---------------------------------------------------------------------------
        [4.1 Général] -- */

button, .button {
    background:#914A72;
    color:#FFF;
}
button:hover, .button:hover {
    background-color:#533364;
    color:#FFF;
}

/*---------------------------------------------------------------------------
        [4.2 Arrows] -- */

/* Box */
.rect {
    background-image:url(../images/rect_a.png);
    color:#FFF;
}

.arrow {
    background:url(../images/arrow_span.png) top right no-repeat;
    color:#FFF;
}

.arrow-cancel  {
    background:url(../images/arrow_span_cancel.png) top left no-repeat;
    color:#FFF;
}

.arrow_inverse {
    background:url(../images/arrow_span_inverse.png) top left no-repeat;
    color:#FFF;
}

.buttonbox {
    background:url(../images/buttonbox.png) top right no-repeat;
    color:#FFF;
}

.arrow-cancel:hover,
.arrow_inverse:hover {
    background-position:left bottom;
}

    /* span */
    .rect span,
    .arrow span,
    .arrow input {
        background:url(../images/arrow_span.png) no-repeat top left;
        color: #FFF;
    }

    .arrow-cancel span {
        background:url(../images/arrow_span_cancel.png) no-repeat top right;
		color: #FFF;
    }

    .arrow_inverse span {
        background:url(../images/arrow_span_inverse.png) no-repeat top right;
        color: #FFF;
    }

    .buttonbox span,
    .buttonbox input {
        background:url(../images/buttonbox.png) no-repeat top left;
        color: #FFF;
    }

    /* span:hover */
    .rect:hover span,
    .arrow:hover span,
    .arrow:hover input,
    .buttonbox:hover span,
    .buttonbox:hover input {
        background-position:left bottom;
    }

	.buttonbox:hover {
		background:url(../images/buttonbox.png) no-repeat bottom right;
	}

    .arrow-cancel:hover span,
    .arrow_inverse:hover span {
        background-position:right bottom;
    }

/* Boutton arrondi */
div.arrow,
div.arrow:hover,
a.arrow {
    background:transparent url(../images/button_span.png) no-repeat right top;
    background-position: right top;
}

div.arrow input,
div.arrow input:hover,
div.arrow:hover input,
a.arrow span,
a.arrow:hover span,
a.arrow span:hover {
    background: transparent url(../images/button.png) no-repeat 0 0;
    color: #FFF;
}

a.arrow span:hover {
	text-decoration: underline;
}

.clear-more,
.clear-more:hover,
.button,
.button:hover {
    background:none;
}

.clear-more a {
	background:transparent url(../images/button_span.png) no-repeat right bottom;
    color: #FFF;
}

.clear-more a span {
	background:transparent url(../images/button.png) no-repeat left bottom;
}

.button a:hover,
.clear-more a:hover {
    color: #FFF;
}

.button a {
    background:transparent url(../images/button_span.png) no-repeat right top;
}
.button a span {
    background:transparent url(../images/button.png) no-repeat left top;
}

.more:hover,
div.arrow input:hover {
	color: #FFF;
}

/*---------------------------------------------------------------------------
        [4.3 Files] -- */

button.file {
    background:none;
}
    button.file span {
        background-color:#5D4F35;
    }
    button.file:hover span {
        background-color:#203561;
    }

/*---------------------------------------------------------------------------
        [4.4 Radio & checkbox] -- */

.radioButton {
    background: transparent url('../images/radiobutton.png') no-repeat top left;
}

.uncheckedRadio {
    background-position:bottom left;
}

/*---------------------------------------------------------------------------
        [4.5 Delete & move] -- */

.button-move,
.button-delete {
    background:transparent url(../images/ico_contacts.png) no-repeat scroll -20px 0;
}

.button-delete:hover {
    background-position:-20px -15px;
}

.button-move {
    background-position:0 0;
}

.button-move:hover {
    background-position:0 -15px;
}

/*[ezrss.css] ---------------------------------------------------------*/
/*-----------------------------------------------------------------------------
  [CSS - ezrss.css]

  Feuille de style de la popin rss

  1. Popin
  2. Icone

-----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------
  [1. Popin]
*/

#popin .popin_rss_icon {
    background:url(../images/popin_rss_icon.png) 17px center no-repeat;
}

.popin_rss h2 {
    background-color:#DDD28E;
    color:#6A5234;
}

#popin.popin_rss p {
    color:#444;
}

.popin_rss .rss-feeds .public-rss {
    background:url(../images/feed_icon.png) 0 0 no-repeat;
}
.popin_rss .rss-feeds .yahoo {
    background: url(../images/logo_yahoo.png) no-repeat left;
}
.popin_rss .rss-feeds .netvibes {
    background: url(../images/logo_netvibes.png) no-repeat left;
}
.popin_rss .rss-feeds .googlec {
    background: url(../images/logo_google.png) no-repeat left;
}

/*---------------------------------------------------------------------------
  [2. Icone]
*/

.rss_icon,
#nav #rss_feeds a {
    background:url(../images/feed_icon.png) 0 0 no-repeat;
    height:22px;
}
.rss_icon:hover,
#nav #rss_feeds a:hover {
    background-position:0 -22px;
}

.rss_icon {
    display:block;
}

/*[ezevent.css] ---------------------------------------------------------*/
/*-----------------------------------------------------------------------------
  [CSS - ezevent.css]

  Feuille de style des évènements

  1. Générique
  2. Calendrier
  3. Liste des évènements
    3.1 Général
    3.2 Vue embed
    3.3 Vue sidebar
    3.4 Vue past_event
  4. View full event
  5. Sidebar
    5.1 Mes évènements
    5.2 Évènements de mes groupes
    5.3 Évènements de groupe

-----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------
  [1. Générique]
*/

#full-event .label,
#event-content .label {
    color:#533364;
}

.today {
	color:#553E50;
}

    .currentdate {
		color:#914A72;
    }

/*---------------------------------------------------------------------------
  [2. Calendrier]
*/

#calendar {
    background:#ECECEC url(../images/agenda.png) no-repeat center top;
}
    .ezEventCalendar {
        color:#000;
    }
        .ezEventCalendar .nav {
			color: #FFF;
            background-color:#533364;
        }
            .ezEventCalendar .left-nav, .ezEventCalendar .right-nav {
                background:url(../images/left-nav.png) 0 0 no-repeat;
            }
            .ezEventCalendar .right-nav {
                background:url(../images/right-nav.png) 0 0 no-repeat;
            }
        .ezEventCalendar table {
            background:#FFF;
        }

            .ezEventCalendar td.event {
                background-color:#914A72;
                color:#FFF
            }
            .ezEventCalendar td.dayName {
				background-color: #E4E4E6;
				color:#553E50;
            }
            .ezEventCalendar td.empty {
                color:#C5C5C5;
            }
            .ezEventCalendar td.current {
                background-color:#533364;
                color:#FFF;
            }

/*---------------------------------------------------------------------------
  [3. Liste des évènements]
*/

/*---------------------------------------------------------------------------
        [3.1 Général] -- */

/* Evenements */

.events .event {
	border:none;
}

.events li:hover .event,
.events .event:hover,
.events .event.ie6over {
    /*background:#ECECEC;*/
    border:none;
}

    .events .town {
        color:#533364;
    }

/*---------------------------------------------------------------------------
        [3.2 Vue embed] -- */

.embed .events .date {
	color:#aaa;
}

.embed .events h2 {
	color:#914A72;
}

/*---------------------------------------------------------------------------
        [3.3 Vue sidebar] -- */

#sidebar .events a,
#sidebar .events a:hover {
    color:#A59A6D;
}

#sidebar .events .date {
    color:#616161
}

/*---------------------------------------------------------------------------
        [3.4 Vue past_event] -- */

.events .past_event .date {
	color:#8C4977;

}

/*---------------------------------------------------------------------------
  [4. Popin event]
*/

#event-content .event_description h1 {
	color:#533364;
}

/*---------------------------------------------------------------------------
  [5. View full event]
*/

#full-event h1 {
    color:#533364;
}

#full-event .importevent {
    border:1px solid #533364;
}

    #full-event .importevent span {
        color:#533364;
    }

/*---------------------------------------------------------------------------
  [6. Sidebar]
*/

/*---------------------------------------------------------------------------
        [6.1 Mes évènements] -- */

#my-events {
    background: #FFF url(../images/bg_myevents.png) bottom repeat-x;
}

#sidebar #my-events h2 {
    background:#203561 url(../images/calendar_icon.png) 10px center no-repeat;
    color:#FFF;
}

#my-events li a {
    color:#444;
}

    #my-events .date {
        color:#203561;
    }

#my-events .seemore {
    background:url(../images/seemore-bg.png) repeat-x;
}
    #my-events .seemore .up{
        background:url(../images/arrow-up.png) no-repeat center;
    }
    #my-events .seemore .down{
        background:url(../images/arrow-down.png) no-repeat center;
    }

/*---------------------------------------------------------------------------
        [6.2 Évènements de mes groupes] -- */


#my-groups-events .date {
    color:#203561;
}

#my-groups-events a {
    color:#444;
}

#my-groups-events .group a{
    color:#914A72;
}



/*[wa_feed.css] ---------------------------------------------------------*/
/*-----------------------------------------------------------------------------
  [CSS - wa_feed.css]

  Feuille de style du fil des anciens

-----------------------------------------------------------------------------*/

.feed_type, .feed_type:hover {
    color:#FFF;
}


/*[ezfeedback.css] ----------------------------------------------------*/
/*-----------------------------------------------------------------------------
  [CSS - ezfeedback.css]

  Feuille de style du formulaire de contact

  1. Formulaire
  2. Sidebar

-----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------
  [1. Formulaire]
*/

.contact_form {
	background-color:#ECECEC;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
    .contact_form fieldset {
            background-color: #E6E6E6;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
    }

		.contact_form label {
			color:#914A72;
			font-size:14px;
		}

/*---------------------------------------------------------------------------
  [2.Sidebar]
*/

.ico_phone {
    background:url(../images/ico_phone.png) 0 0 no-repeat;
}

#sidebar-googlemap-addr {
	border:1px solid #C8BB86;
}

address.addr-sidebar {
    background:#A4A4A4 url(../images/address.png) no-repeat 6px center;
    color: #FFF;
}



/*[wa_gallery.css] ------------------------------------------------------*/
/*-----------------------------------------------------------------------------
  [CSS - wa_gallery.css]

  Feuille de style de la gallerie photo

  1. Générique
    1.1 Cadre photo
    1.2 Liste d'albums
    1.3 Autres
  2. Photos
  3. Tous les albums
  4. Manage
  5. Popin ajout d'album
    5.1 Nouvel album
    5.2 Ajout photos
  6. Sidebar
    6.1 Les albums
    6.2 Informations album
    6.3 Album photos
    6.4 Dernière photo
  7. Homepage

-----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------
  [1. Générique]
*/

/*---------------------------------------------------------------------------
        [1.1 Cadre photo] -- */

#picture-infos p {
	color:#203561;
}

#picture-content #prev a,
#picture-content #prev a:hover,
#picture-content #next a,
#picture-content #next a:hover {
    background: url(../images/arrow_pagination_photos.png) 0 0px no-repeat;
}

#picture-content #prev a {
    background-position:0 -38px;
}

#picture-content #next a {
    background-position:-32px -38px;
}

#picture-content #next a:hover {
    background-position:-32px 0;
}

/*---------------------------------------------------------------------------
        [1.2 Liste d'albums] -- */

.albums dt .date {
    background-color:#914A72;
    color:#FFF;
}

.albums dd h3 a {
    color:#7F7650;
}

.albums li h3 {
    color:#203561;
}

/*---------------------------------------------------------------------------
        [1.3 Autres] -- */

.empty-album {
    background: url(../images/empty-album.gif) no-repeat;
}


/*---------------------------------------------------------------------------
  [2. Tous les albums]
*/

#alune-albums .albums {
    background-color:#203561;
}

    #alune-albums h3 a {
        color:#FFF;
    }

    #alune-albums a img {
        border:1px solid #FFF;
    }

#albums-category h2 a {
    background-color:#914A72;
    color:#FFF;
}

#albums-category h2 a:hover {
    background-color:#A79A72;
    color:#FFF;
    text-decoration: none;
}

/*---------------------------------------------------------------------------
  [3. Manage]
*/

#manage-photos .button-delete {
    background:url(../images/delete.png) center center no-repeat;
}

#manage-photos .button-delete:hover {
    background-color:#E3E2DD;
}

#manage-photos .edit input {
	color: #7F7650;
}

#manage-photos .edit textarea {
	color: #203561;
}

/*---------------------------------------------------------------------------
  [4. Popin ajout d'album]
*/

.popin_photo_form_icon {
    background:url(../images/popin_photo_form_icon.png) 17px center no-repeat;
}

#multiuploadProgress h2 {
    color:#847745;
}

#multiuploadProgressBar,
#multiuploadProgress p {
    color:#2E4D86;
}

#multiuploadProgressBarOutline {
    background:#FFF;
}

/*---------------------------------------------------------------------------
  [5. Sidebar]
*/

/*---------------------------------------------------------------------------
        [5.1 Les albums] -- */

#all-albums {
    background:#FAF8E8;
    color:#914A72;
}

    #all-albums dt {
        background:url(../images/bullet.png) 0 center no-repeat;
    }

        #all-albums dt a {
            color:#203561;
        }

        #all-albums dt a:hover {
            background-color:#203561;
            color:#FFF;
        }

    #all-albums dd a {
        color:#914A72;
    }

    #all-albums dd a:hover {
        background-color:#914A72;
		color: #FFF;
    }

#add-album {
    background:url(../images/gallery-contact.gif) 0 0 no-repeat;
    color:#914A72;
}

.all-albums-link,
.all-albums-link:hover {
    color: #857757;
}

/*---------------------------------------------------------------------------
        [6.2 Informations album] -- */

#album-infos .content,
#album-infos .numbers {
    color:#914A72;
}

#album-infos h3 {
	color:#7F7650;
}

#album-infos .dates {
    color:#203561;
}

/*---------------------------------------------------------------------------
        [6.3 Dernière photo] -- */

#sidebar-album-embed img {
	border:1px solid #FFF;
}

/*---------------------------------------------------------------------------
  [7. Homepage]
*/

#carousel_next,
#carousel_previous {
    background:url(../images/pagination-homepage-album.png) 0 0 no-repeat;
}
#carousel_previous:hover {
    background-position:0 -15px;
}
#carousel_next {
    background-position:-15px 0;
}
#carousel_next:hover {
    background-position:-15px -15px;
}


/*[ezgroup.css] ---------------------------------------------------------*/
/*-----------------------------------------------------------------------------
  [CSS - ezgroup.css]

  Feuille de style des groupes

  1. Générique
  2. Page des groupes
  3. Page d'un groupe
    3.1 Membres
    3.2 Albums
    3.3 Mur
  4. Sidebar
  5. Proposition de groupe

-----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------
  [1. Générique]
*/




/*---------------------------------------------------------------------------
  [2. Page des groupes]
*/

#full-groups h2.underline {
    border-bottom:2px solid #914A72;
	text-decoration: none;
}


#groups_focus {
    color:#FFF;
}

    #groups_focus li{
        background:#203561;
    }

    #groups_focus a {
        color:#FFF;
    }

    #groups_focus img {
        border:1px solid #FFF;
    }

    #groups_focus a.discover {
        color: #FFF;
    }

    #groups_focus a.discover:hover {
        color: #914A72;
    }

/*---------------------------------------------------------------------------
  [3. Page d'un groupe]
*/

.link-all,
.link-all:hover {
    background:none;
    color: #857757;
}

.link-all:hover {
	text-decoration: underline;
}

/*---------------------------------------------------------------------------
  [3.1 Membres]
*/

#full-group #group-members-bg {
    background: none;
}

#members-previous {
	background:transparent url(../images/navigator_prev.png) no-repeat scroll center center;
}

#members-next {
	background:transparent url(../images/navigator_next.png) no-repeat scroll center center;
}
/*---------------------------------------------------------------------------
  [3.2 Album]
*/

#group-albums h3 a, #group-albums li.no-album {
    color: #FFF;
}

#group-albums ul {
    background: #203561;
}

/*---------------------------------------------------------------------------
  [3.3 Mur]
*/

#wall-message-form {
    background:#D7D5D6 url(../images/bg_form_message.png) repeat-x 0 0;
}

    #wall-message-form button.button-post {
        background: url(../images/bg_message_button.png) 0 0;
        border:1px solid #C6C6C6;
    }

#wall-messages span.date {
    color: #A59A6D;
}


/*---------------------------------------------------------------------------
  [4. Sidebar]
*/

#sidebar-group-owners {
    background:#203561;
}

    #sidebar #sidebar-group-owners h2{
        color: #914A72;
    }

    #sidebar-group-owners li a, #sidebar-group-owners li {
        color: #FFF;
    }

#sidebar-other_groups li a,
#sidebar-groups_activity li a,
#sidebar-last_events li a,
#sidebar-last_forum li a,
#sidebar-other_jobs_from_location li a,
#sidebar-other_jobs_from_company li a {
    color: #444;
}

#sidebar-groups-albums div#sidebar-album-embed {
    background: #203561;
}

    #sidebar-groups-albums div#sidebar-album-embed a{
        color: #FFF;
    }

/*---------------------------------------------------------------------------
  [5. Proposition de groupe]
*/

div.enable_proposition a span.bg{
    background: url(../images/button_add_group.png) 0 0 no-repeat;
}

div.enable_proposition a {
    background: #203561;
    color: #914A72;
}

div.enable_proposition a span.link{
    color: #FFF;
}

/*[wa_help.css] ---------------------------------------------------------*/
/*-----------------------------------------------------------------------------
  [CSS - wa_help.css]

  Feuille de style de la page d'aide

-----------------------------------------------------------------------------*/

#full-help h2 {
    color:#203561;
}

#full-help .list_help_article .deploy {
    list-style-image:url('../images/puce-triangle-deploy.png');
}

    #full-help .list_help_article .question {
        color:#7F7650;
    }

    #full-help .list_help_article .question:hover {
        color:#203561;
    }

    #full-help .list_help_article .response {
        color:#444;
    }

/*[wa_job.css] ---------------------------------------------------------*/
/*-----------------------------------------------------------------------------
  [CSS - wa_job.css]

  Feuille de style des offres d'emplois

  1. Générique
  2. Offres d'emplois
  3. Offre d'emploi
  4. Sidebar
  5. Proposer une offre
  6. Proposer une entreprise
-----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------
  [1. Générique]
*/

.company-form-link, #full-job_form h2, .company-form-link:hover {
    color:#914A72;
}

/*---------------------------------------------------------------------------
  [2. Offres d'emplois]
*/

table#job td {
    color:#444;
}

table#job th {
    color:#914A72;
}

table#job td.date {
    color:#5D4F35;
}

/*---------------------------------------------------------------------------
  [3. Offre d'emploi]
*/

#job-resume li {
    color: #203561;
}

#job-resume, .search-form-job {
    background-color: #EEE7DD;
}

/*---------------------------------------------------------------------------
  [4. Sidebar]
*/

#sidebar #list_job li {
    color:#914A72;
}

    #sidebar #list_job li span,
    #sidebar #list_group li a{
        color:#444;
    }

    #sidebar ul#list_job li a {
        color:#914A72;
    }

.sidebar-job li a, #job-resume, p.career-focus-company, .search-form-job {
    color:#84817D;
}

#sidebar-jobs_focus a.title {
    color: #914A72;
}

/*---------------------------------------------------------------------------
  [5. Proposer une offre]
*/

#full-job_form h2 {
    line-height: 22px;
    border-bottom:1px solid #914A72;
}

/*---------------------------------------------------------------------------
  [6. Proposer une entreprise]
*/

#add-logo.hover {
    background: #203561;
}

.popin_company_form_icon {
    background:url(../images/popin_company_form_icon.png) 5px center no-repeat;
}

#form-company {
   background:url(../images/bg-form-popin-company.jpg) 0 0 repeat-x;
}

    #form-company label,
    #popin.company_form label {
        color:#857757;
    }

/*[eznewsletter.css] --------------------------------------------------*/
/*-----------------------------------------------------------------------------
  [CSS - eznewsletter.css]

  Feuille de style de la newsletter

-----------------------------------------------------------------------------*/

.newsletters h2 a{
    color:#A59A6D;
}

#sidebar .newsletterslist .date {
    color:#616161;
}

#sidebar .newsletterslist a,
#sidebar .newsletterslist a:hover {
    color:#A59A6D;
}

#list_newsletter li {
    color:#914A72;
}

    #list_newsletter li span {
        color:#444;
    }

    #list_newsletter li a {
        color:#914A72;
    }


/*[wa_search.css] -------------------------------------------------------*/
/*-----------------------------------------------------------------------------
  [CSS - wa_search.css]

  Feuille de style de la recherche

-----------------------------------------------------------------------------*/

#search-feedback h1{
    color: #533364;
}


.search-photos li a{
    color: #914A72;
}

.search-other li a, .search-other li a:hover {
    color: #914A72;
}

/*[wa_shop.css] --------------------------------------------------------*/
/*-----------------------------------------------------------------------------
  [CSS - wa_shop.css]

  Feuille de style de la boutique

  1. Générique
  2. Sidebar
  3. Basket
    3.1 Menu
    3.2 Liste des produits
  4. Confirmation de la commande

-----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------
  [1. Générique]
*/

.framed_price {
    background-color:#A9AAAA;
    color:#FFF;
}

#full-shop .even,
#full-basket .even {
    background-color:#F7F2E4;
}

#full-shop .odd,
#full-basket .odd {
    background-color:#FCFCF8;
}


/*---------------------------------------------------------------------------
  [2. Sidebar]
*/

.shop-history {
    background:#DCD5C4 url(../images/23x23/ico_shop_history.png) 4px 4px no-repeat;
}

.ico_cart {
    background:url(../images/ico-cart.png) right center no-repeat;
}

#sidebar .shopimage {
    background:url(../images/shopimage.png) no-repeat;
}

/*---------------------------------------------------------------------------
  [3. Basket]
*/

/*---------------------------------------------------------------------------
        [3.1 Menu] -- */

#full-basket .part-shop li {
    color:#DED7BD;
}
#full-basket .part-shop .selected {
    color:#56513E;
}

/*---------------------------------------------------------------------------
        [3.2 Liste des produits] -- */


.product_list thead th {
    color:#203561;
}

.product_list tfoot .total {
    background-color:#A9AAAA;
    color:#FFF;
}

     .even .quantity,
    .product_list .even .deleteProduct {
        background-color:#EFE8D2;
    }

    .product_list .odd .quantity,
    .product_list .odd .deleteProduct {
        background-color:#F5F1E7;
    }

        .product_list .product h2 {
            color:#A59A6D;
        }

        .product_list .quantity input {
            color:#914A72;
        }

            .inc-dec-qty a {
                background-color:#CCC;
                color:#FFF;
            }

            .inc-dec-qty a:hover {
                background-color:#203561;
                color:#FFF;
            }

        .product_list .button-delete:hover {
            background-color:transparent;
        }


/*---------------------------------------------------------------------------
  [4. Confirmation de la commande]
*/

#online-payment {
    background:#EFE8D2;
}

/*[ezuser.css] --------------------------------------------------------*/
/*-----------------------------------------------------------------------------
  [CSS - ezuser]

  Feuille de style pour l'extension ezuser

  1. Générique
      1.1 Images annonymes
  2. Annuaire
      2.1 Filtre de recherche
      2.2 Tri
      2.3 Menu Alphabet
      2.4 Liste des utilisateurs
  3. Menu gauche
  4. Vue du profil
  5. Contacts épinglés
  6. Préférences
  7. Mes achats
  8. Mes évènements
  9. Sidebar
  10. Login
  11. Mot de passe oublié
-----------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
  [1. Générique]
*/

#full-ezuser h2 {
    background:url(../images/h_icons.png) 0 0 no-repeat;
    color:#444;
}

#full-ezuser #user-preferences h2 {
    background-position:0 -33px;
}

#user-profile h3 {
    color:#533364;
}

#user-profile ul span.date {
	color:#914A72;
}

#user-purchases,
#user-orderhistory,
#user-preferences,
#user-events,
#user-profile .value a {
    background-color:#ECE8DC;
    color:#857757;
}

#full-bookmarks, #full-contacts, #full-my_profil, #full-ezuser, #full-view_user, #full-member_history, #full-preferences, #full-my_parts {
	background-color: #ECECEC;
}

#full-my_profil .label {
    color: #914A72;
}

#full-my_profil .date {
    color:#444;
}

#user-welcome {
    background:url(../images/bg_welcome.png) 0 0 repeat-x;
    color:#FFF;
}

/*-----------------------------------------------------------------------------
  [1.1 Images annonymes]
*/

.anonymous_image,
.full_user,
.full_user_gray,
.medium_user,
.medium_user_gray,
.tiny_user,
.tiny_user_gray,
.small_user,
.small_user_gray {
	border:1px solid #FFF;
}

/*.anonymous_image.full_user {
    background:url(../images/anonymous/anonymous-full_user.png) 0 0 repeat-x;
}

.anonymous_image.medium_user {
    background:url(../images/anonymous/anonymous-medium_user.png) 0 0 repeat-x;
}

.anonymous_image.tiny_user {
    background:url(../images/anonymous/anonymous-tiny_user.png) 0 0 repeat-x;
}

.anonymous_image.small_user {
    background:url(../images/anonymous/anonymous-small_user.png) 0 0 repeat-x;
}*/

/*-----------------------------------------------------------------------------
  [2. Annuaire]
*/

/*-----------------------------------------------------------------------------
  [2.1 Filtre de recherche]
*/

.views a {
    background: url(../images/ico_views.png) 0px 0px no-repeat;
}

	.views a.text-view:hover,
	.views .current a.text-view {
	    background-position:-22px 0px;
	}

	.views a.poster-view {
	    background-position:0px -21px;
	}

	.views a.reload {
	    background-position:0px -42px;
	}

	.views a.poster-view:hover,
	.views .current a.poster-view {
		background-position:-22px -21px;
	}

/*-----------------------------------------------------------------------------
  [2.2 Tri]
*/

#profiles-order li,
#profiles-order li:hover {
	background:#533364;
	color:#FFF;
}

	#profiles-order li  a {
		color: white;
	}

.profiles dt a,
.profiles dt a.asc {
    background: url(../images/arrow-desc.png) no-repeat right;
}

.profiles dt a.desc {
    background: url(../images/arrow-asc.png) no-repeat right;
}

/*-----------------------------------------------------------------------------
  [2.3 Menu Alphabet]
*/

#menu-alphabet {
    background:#914A72;
}

	#menu-alphabet a {
	    color:#FFF;
	}

/*-----------------------------------------------------------------------------
  [2.4 Liste des utilisateurs]
*/

.profiles, .profiles .uncollapsed, .profiles .uncollapsed:hover {
    background:#e6e6e6 url(../images/bg_directory.png) 0 -148px repeat-x;
}

.profiles .uncollapsed, .profiles .uncollapsed:hover {
    background-position:0 0;
}

	.profiles dd a {
		color:#444;
	}

	.profiles li:hover, .profiles li:hover dd a {
	    background:#533364;
		color: #FFF;
	}

	.profiles.poster li:hover {
		background:none;
	}

		.profiles a.star {
			background:transparent url(../images/adherent.png) no-repeat 0 0;
		}

		.profiles a.epingler {
		    background:transparent url(../images/pin.png) 0 0 no-repeat;
		}

		.profiles a.epingler:hover {
		    background-position:0 -10px;
		}

		.profiles .uncollapsed a.epingler  {
		    background:transparent url(../images/pin_15x15.png) 0 0 no-repeat;
		}

		.profiles .deploy .close {
		    background:transparent url(../images/popin_close.png) right 0 no-repeat;
		}
		.profiles .deploy .close:hover {
		    background-position:right -10px;
		}

		.profiles .deploy .promotion {
		    color:#203561;
		}

		.profiles .uncollapsed .deploy p {
			color: #533364;
		}

		.profiles .uncollapsed .deploy a.close {
			color: #914A72;
		}
			.profiles .deploy p span {
				color:#914A72;
			}


/*-----------------------------------------------------------------------------
  [3. Menu Gauche]
*/

    #user-menu #edit-photo {
        color:#553E50;
    }

    #user-menu #edit-photo:hover,
    #user-menu #edit-photo.hover {
        background-color:#c6becb;
        color:#914A72;
    }

    #settings li {
        background:#F7F2E4;
    }

    #settings li:hover, #settings li:hover a, #settings a:hover, #settings .selected, #settings .selected a {
        background-color:#914A72;
        color:#FFF;
    }

        #settings  a {
            border:1px solid #F7F2E4;
            color:#716F6D;
        }

        #settings a:hover, #settings .selected a {
            border:1px solid #FFF;
        }

        #settings  a {
            background:url(../images/icon_ezuser.png) 0 0 no-repeat;
        }

        #settings-contacts a {
            background-position:0 -20px;
        }

        #settings-preferences a {
            background-position:0 -40px;
        }

        #settings-profile a {
            background-position:0 -60px;
        }

        #settings-purchases a {
            background-position:0 -80px;
        }

        #settings-events a {
            background-position:0 -100px;
        }

/*-----------------------------------------------------------------------------
  [4. Vue du profil]
*/

#user-profile .empty, #user-profile .not-filled {
    color:#444;
}

#user-profile .label {
	color:#914A72;
}

.button-datepicker {
	background:url(../images/button_calendar.png) 0 0 no-repeat;
}

.editing fieldset {
    background:#c6becb;
}
.editing fieldset label {
    color:#914A72;;
}

.js #full-my_profil .editable:hover,
.js #full-my_profil .editable-ie6over,
#full-my_profil .editing {
    background:#c6becb;
}

.button-edit-ok  {
    background:url(../images/ico_edit.png) 0 0 no-repeat;
}

span.close-form {
    background:url(../images/popin_close.png) 0 0 no-repeat;
}

span.close-form:hover {
    background-position:0 -10px;
}

.editable .actions .edit{
    background:url(../images/ico_edit.png) top right no-repeat;
}

.button-edit-ok:hover {
    background:url(../images/ico_edit.png) 0 -12px no-repeat;
}

.editing .save {
    background-position:-11px 0;
}

.editing .save:hover {
    background-position:-11px -12px;
}

#user-profile .select-box a {
	background-position: right -2px;
}
#user-profile .select-box:hover a {
	background-position: right -24px;
}

#user-profile .editable:hover span.value {
	color: #FFF;
}

/*-----------------------------------------------------------------------------
  [5. Contacts épinglés]
*/

#user-contacts {
	background-color: none;
}

#user-contacts h2 {
    background-position:0 -66px;
}

#user-listfriends .user-contact {
    background-color: #dadada;
}

	.user-contact .informations li {
		color:#533364;
	}

	#user-listfriends .user-contact .informations span {
		color: #914A72;
	}

#user-listfriends  .user-contact.moving {
    background-color:#dadada;
}

    #user-listfriends .user-contact h3{
        color:#533364;
    }

.sticky-contacts {
    background:#DCD5C4 url(../images/23x23/ico_sticky.png) no-repeat;
}

/*-----------------------------------------------------------------------------
  [6. Préférences]
*/

#user-preferences div {
    color:#444;
}

#user-preferences select {
    color:#857757;
}

#user-preferences div.checked, #user-preferences div.unchecked {
    background-position:center right;
    background-repeat:no-repeat;
}

#user-preferences div.arrow:hover {
	background-color:#ECE8DC;
}

#user-preferences div.select-box:hover {
	background-color:#FFF;
}

#user-preferences div.checked {
    background-image:url(../images/checkbox_on.png);
}

#user-preferences div.unchecked {
    background-image:url(../images/checkbox_off.png);
}

/*-----------------------------------------------------------------------------
  [7. Mes achats]
*/

    #full-ezuser #user-purchases h2 {
		background-position:0 -132px;
    }

    #user-purchases tr.even {
        background:#f8f2e4;
    }

    #user-purchases tr.even:hover, #user-purchases tr.odd:hover {
        background:#313131;
    }

    #user-purchases th {
        color:#203561;
    }

    #user-purchases td.grey, #user-purchases td.grey a {
        color:#444;
    }

    #user-purchases tr:hover td.grey, #user-purchases tr:hover td.grey a {
        color:#fff;
    }

    #user-purchases tr .date {
        color:#A59A6D;
    }

    #user-purchases tr .linkmore a {
        color:#914A72;
    }

    #order .product .content p {
        color:#444;
    }

    #order .even {
        background-color:#F7F2E4;
    }

/*-----------------------------------------------------------------------------
  [8. Mes évènements]
*/

	#full-ezuser #user-events h2 {
	    background-position:0 -99px;
	}

	#user-events .events li:hover .event {
		border:1px solid #A4A4A4;
	}

	#user-events .event h2 {
		color: #203561;
	}

/*-----------------------------------------------------------------------------
  [9. Sidebar]
*/

#user-welcome .edit, #user-welcome .logout {
    color:#FFF;
}
#user-welcome .logout {
    background:#914A72;
}

#sidebar_login, #sidebar_userlinks {
    color: #FFF;
}

.userlinks-top {
	background:transparent url(../images/bg_userlinks.png) no-repeat scroll 0 top;
	height: 11px;
}

.userlinks {
	background:#533364;
}


#sidebar_login input.connect {
	background:#FFFFFF url(../images/button_connect.png) no-repeat scroll 0 0;
}

#sidebar_login a.forgot-password, a.forgot-password {
	color: #553E50;
}


/*-----------------------------------------------------------------------------
  [10 Login]
*/

.loginform {
    background-color:#ECECEC;
}

	.loginform a {
	    color:#914A72;
	}

	.loginform label, #sidebar_login label {
		color:#914A72;;
	}

input.connect {
    color:#FFF;
}

input.connect:hover {
    color: #5D4F35;
}

/*-----------------------------------------------------------------------------
  [11. Mot de passe oublié]
*/

#lost-password {
    background: #ECECEC;
}

	#lost-password fieldset {
	    background: #ECECEC;
	}
/*[content.css] --------------------------------------------------------*/
/*-----------------------------------------------------------------------------
  [CSS - content.css]

  Feuille de style du contenu

  1. Lien
  2. Puces
  3. Tableaux
  4. Paragraphes
  5. Quotes
-----------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------
  [1. Lien]
*/

.content a:hover,
a.underline:hover {
	color: #444;
}

/*-----------------------------------------------------------------------------
  [2. Puces]
*/

.content ul,
.content ul li {
    color:#a59a6d;
    list-style-image:url('../images/bullet.png');
}

.content ul.l1,
.content ul.l1 li {
    color:#203561;
}

.content ul li, .content ol li {
	color:#553E50;
}

/*-----------------------------------------------------------------------------
  [3. Tableaux]
*/
/*
.content table {
    background-color:#cdc8cc;
}

    .content table tr:nth-child(even) {
        background-color:#F8F4F5;
    }

        .content table tr:nth-child(odd) td:nth-child(even) {
            background-color:#dbdbdb;
        }

        .content table tr:nth-child(even) td:nth-child(even) {
            background-color:#fff;
        }

	.content table tr th {
		background-color: #533364;
		color: #fff;
	}
*/
/*-----------------------------------------------------------------------------
  [4. Paragraphes]
*/

.content p.p1 {
    color:#553E50;
}

.content p.p2 {
    color:#553E50;
}

.content p.p3 {
    color:#FFF;
    background-color:#914a72;
}

.content p.p4 {
    color:#FFF;
    background-color:#914a72;
}

/*-----------------------------------------------------------------------------
  [5. Quotes]
*/

blockquote {
	background-color:#ECECEC;
	color:#553E50;
}

    .quote .openQuote,
    .quote .closeQuote {
        background:url('../images/quotation.png') no-repeat 0 top;
    }

    .quote .closeQuote {
        background-position:right bottom;
    }

.content .important {
    background: #EDE9DE;
}

.content h3 {
	color:#533364;
}

.content h4 {
	color:#914A72;
}

.content h5 {
	color:#533364;
}

.content h6 {
	color:#914A72;
}

/*[layout.css] --------------------------------------------------------*/
/*-----------------------------------------------------------------------------
  [CSS - layout.css]

  Feuille de style du layout

  1. Header
    1.1 Bandeau supérieur
    1.2 Nav
    1.3 Subnav
  2. Breadcrumb
  3. Content
  4. Sidebar
  5. Footer

-----------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
  [1. Header]
*/

/*---------------------------------------------------------------------------
        [1.1 Bandeau supérieur] -- */

#adherer {
    background:url(../images/adherer.png) left top no-repeat;
}

#adherer:hover {
    background-position:bottom left;
}

/*---------------------------------------------------------------------------
        [1.3 Subnav] -- */

.subnav a {
    border-left:1px solid #7F7650;
    color:#7F7650;
}

.subnav a:hover,
.subnav .selected a {
    color:#914A72;
}

/*-----------------------------------------------------------------------------
  [2. Breadcrumb]
*/

.breadcrumb {
    background:#DCD5C4;
    color:#84817D;
}

    .breadcrumb a {
        color:#84817D;
    }

    .breadcrumb span {
        color:#5D4F35;
    }

/*-----------------------------------------------------------------------------
  [3. Content]
*/

body {
	background: none;
	color:#553E50;
}

/*-----------------------------------------------------------------------------
  [4. Sidebar]
*/

/* Module local group */

.local_group {
	background:transparent url(../images/local_group.png) no-repeat scroll 0 0;
}

/* Module rss */

.sidebar-rss {
	background:transparent url(../images/module_rss.png) no-repeat scroll 0 0;
}

#my-space {
    background:url(../images/sidebar_my-space.png) no-repeat left;
    color:#914A72;
}

#contact-us {
    background:url(../images/sidebar_contact-us.png) no-repeat left;
    color:#914A72;
}

/*---------------------------------------------------------------------------
  [4. Module categories]
*/

#sidebar .list-categories {
	color:#914A72;
}

	#sidebar .list-categories li a {
		color:#914A72;
	}

	#sidebar .list-categories li a:hover , #sidebar .list-categories li a.selected{
		background-color: #914A72;
		color: #FFF;
	}


/*-----------------------------------------------------------------------------
  [5. Footer]
*/

#footer {
	background: none;
}

	#footer #links, #footer-block  {
		background: none;
		color:#533364;
	}


	#footer #links a {
		color:#533364;
	}

	#footer #links .anchor a {
		background:transparent url(../images/arrow_up.png) no-repeat scroll 0 6px;
		color: #914A72;
	}

#footer-notices {
    color:#817654;
}


/*[common.css] -------------------------------------------------------*/
/*-----------------------------------------------------------------------------
  [CSS - common.css]

  Feuille de style générique

  1. Popin
  2. Boite de login
  3. Boite de confirmation
  4. Pagination
  5. Tooltip
  6. Liste de fichiers
  7. Catégories
  8. Framed date
  9. Scrollbar
  10. Autres classes
    10.1 author
    10.2 lien top
    10.3 lien retour
    10.4 loader
    10.5 tips
    10.6 nb_items
  11. Module libre
-----------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
  [1. Popin]
*/

#popin {
    background: url(../images/bg-popin-title.png) repeat-x scroll 0 0;
}

    #popin h1 {
        color: #914A72;
    }

    #popin p {
        color: #A59A6D;
    }

        #popin p span {
            color: #203561;
        }

    #popin .field {
       background: #F7F7EB;
    }

    #popin form,
    #popin .form {
        background: url(../images/bg-popin-form.png) repeat-x scroll 0 0;
    }

        #popin button:hover,
        #popin .button:hover {
            background: #203561;
        }

#sbox-window #sbox-btn-close {
    background:url(../images/popin_close.png) center top no-repeat;
}

#sbox-btn-close:hover {
    background-position:center -10px;
}

/*-----------------------------------------------------------------------------
  [2. Boite de login]
*/

.loginform {
    background-color:#ECECEC;
}

.loginform.simple,
.loginform fieldset {
    background: #ECECEC;
}

/*-----------------------------------------------------------------------------
  [3. Boite de confirmation]
*/

#customConfirmOverlay{
    background-color:#000;
}

#customConfirmBox{
    background:url(../images/background-popin-confirm.png) bottom repeat-x;
}

    #customConfirmBox .title{
        color:#FFF;
        background-color:#a51c1c;
    }

        #customConfirmBox .title .icon-confirm{
            background:url(../images/icon-popin-confirm.png) no-repeat;
        }

    #customCloseButton{
        background:url(../images/confirmbox_close.png) no-repeat top center;
    }

    #customCloseButton:hover {
        background:url(../images/confirmbox_close.png) no-repeat bottom center;
    }

/*-----------------------------------------------------------------------------
  [4. Pagination]
*/

/* Simple */
.navigator {
    background:none;
}
.simple a {
	background:transparent url(../images/navigator_prev.png) no-repeat scroll left center;
	color:#914A72;
}

.simple .next a {
    background:url(../images/navigator_next.png) center right no-repeat;
}

/* Google */
.google li {
    border:1px solid #914A72;
}
    .google .prev, .google .next {
        background: none;
    }

    .google .selected {
		color: #914A72;
    }

	.google .prev a {
		background:transparent url(../images/navigator_prev.png) no-repeat scroll center left;
	}

	.google .next a {
		background:transparent url(../images/navigator_next.png) no-repeat scroll center right;
	}

/*-----------------------------------------------------------------------------
  [5. Tooltip]
*/

.tool-tip {
    background:#FFF url(../images/bg-tooltip.png) 0 0 repeat-x;
    border:1px solid #C6C6C6;
}

    .tip-title {
		color:#553E50;
    }

    .tip-text {
       color:#553E50;
    }

        .tip-text .stats {
            color:#553E50;
        }

        .tip-text .author,
        .tip-text .informations {
            color:#553E50;
        }

        .tip-text span {
            color:#553E50;
        }

/*-----------------------------------------------------------------------------
  [6. Liste de fichiers]
*/

.list_files h3{
	color:#914A72;;
}

.list_files li {
    color:#553E50;
}

/*-----------------------------------------------------------------------------
  [7. Catégories]
*/

    .event_type,
    .news .news_categories, #full-news_article .news_categories {
        color:#8c4977;
    }

    .event_type:hover,
    .news .news_categories:hover, #full-news_article .news_categories:hover {
        background-color: #8c4977;
        color: #FFF;
    }

/*-----------------------------------------------------------------------------
  [8. Framed date]
*/

.section .framed_date {
	background:transparent url(../images/bg_framed_date.png) repeat-x 0 0;
	border: none;
}

	.section .framed_date .day, .section .framed_date .month {
		color: #FFF;
	}

	.section .framed_date .year {
		color: #A491B4;
	}

/*-----------------------------------------------------------------------------
  [9. Scrollbar]
*/

.scrollbar {
    border:1px solid #C6C6C6;
}

    .scroll,
    .scroll-top,
    .scroll-bottom {
        background:url(../images/scroller.png) 0 0 no-repeat;
    }
    .scroll {
        background-position:top center;
        background-repeat:repeat-y;
    }
    .scroll-bottom {
        background-position:bottom right;
    }

/*-----------------------------------------------------------------------------
  [10. Autres classes]
*/

#loading {
	background: url('../images/loading.gif') no-repeat center center;
}

/*---------------------------------------------------------------------------
        [10.1 author] -- */

.author {
    color:#553E50;
}

/*---------------------------------------------------------------------------
        [10.2 lien top] -- */

.top {
    border-bottom:1px solid #7F7650;
    color:#7F7650;
}

    .top span {
        background:url(../images/top_anchor.png) no-repeat left center;
    }

/*---------------------------------------------------------------------------
        [10.3 lien retour] -- */

.back {
    border:1px solid #914A72;
    background:url(../images/navigator_prev.png) center left no-repeat;
    color:#233C6A;
}

/*---------------------------------------------------------------------------
        [10.5 tips] -- */

.tips {
    border:1px solid #914A72;
    color:#914A72;
    background: #fff url(../images/tips.png) no-repeat top right;
}

/*---------------------------------------------------------------------------
        [10.6 nb_items] -- */

.nb_items {
    color:#FFF;
    background:url(../images/bg_nb_comment.png) 0 center no-repeat;
}

    .nb_items span {
        background-color:#8C4977;
        color:#FFF;
    }





/*[datepicker.css] -------------------------------------------------------*/
/*-----------------------------------------------------------------------------
  [CSS - datepicker.css]

  Feuille de style du datepicker


-----------------------------------------------------------------------------*/

    .datepicker_window .days .titles,
    .datepicker_window .days .week .day,
    .datepicker_window .months .month ,
    .datepicker_window .years .year {
        color:#200030;
    }
    .datepicker_window .days .week .day:hover,
    .datepicker_window .months .month:hover,
    .datepicker_window .years .year:hover {
        background-color:#914A72;
    }

    .datepicker_window .days .week .selected,
    .datepicker_window .months .selected,
    .datepicker_window .years .selected {
        background-color:#200030;
        color: #FFF;
    }

    .datepicker_window .days .week .otherMonth {
        color: #8a6f81;
    }

    .datepicker_window .unavailable {
        color: #8a6f81 !important;
    }

/*[ezmultiupload.css] -------------------------------------------------------*/
/*-----------------------------------------------------------------------------
  [CSS - ezmultiupload.css]

  Feuille de style de ezmultiupload

-----------------------------------------------------------------------------*/

.content-view-ezmultiupload .thumbnail-class-name {
    background-color: #EFEFEF;
}

#multiuploadProgress {
    background:url(../images/upload_bg.png) 0 0 repeat-x;
}

.content-view-ezmultiupload #multiuploadProgress {
    background-color: #FFF8eb;
}

    .content-view-ezmultiupload #multiuploadProgressBar {
        background-color: #FC8C00;
    }

    .content-view-ezmultiupload #multiuploadProgress #multiuploadProgressMessage {
        color: #FF3366;
    }


/*-----------------------------------------------------------------------------
  [Autres]

  Feuille de style du reste

-----------------------------------------------------------------------------*/


.block label {
    color:#203561;
}

/* Est-ce général ou seulement pour wa_feed ?
a mettre en place uniquement pour les feeds
#sidebar .infos a, #sidebar .infos a:hover {
    color:#914A72;
}
*/
/* Est-ce général ou ça sert à rien ? */
.label {
    color:#914A72;
}


#join-and-share li a {
	color:#fff;
}

	#join-and-share li a span{
		color:#fff;
	}

    #gallery-block,
    #forums-block,
    #career-block,
    #groups-block {
        background:url(../images/join-and-share.png) 0 0 no-repeat;
    }

    #gallery-block:hover {
        background-position:-150px 0;
    }

    #groups-block {
        background-position:0 -124px;
    }
    #groups-block:hover {
        background-position:-150px -124px;
    }

    #career-block {
        background-position:0 -372px;
    }
    #career-block:hover {
        background-position:-150px -372px;
    }

    #forums-block {
        background-position:0 -248px;
    }
    #forums-block:hover {
        background-position:-150px -248px;
    }


