/**
	Elements are ordered by priority (lowest to highest : 
	element, element with class, element with id) and alphabetically 
	for the properties values (ex: font, margin, width).
**/

a:hover {
    color: #F8590F;
}

a.strong {
    border-color: #F8590F;
    color: #F8590F;
}

a.strong:hover {
    background: #F8590F;
    color: white;
}

/** Contact form ***********************************************************/

form.contact label {
    color: #F8590F;
}

/** Content ****************************************************************/

#content div.heading,
#content h3,
#content p.heading
{
    color: #FB9B6F;
}

#content div.heading strong,
#content h3 strong,
#content p.heading strong
{
    color: #F8590F;
}

#content h3 {
/*    background-image: url("/images/star_orange.png"); */
}

#content h5 {
    color: #FF8D1B;
}

#content h6 {
    color: #F8590F;
}

#content div.title_description {
    color: #F8590F;
}

/** Glossary ***************************************************************/

#glossary_index .current a {
    background: #FE9206;
    color: white;
}

/** Press ******************************************************************/

div.press_articles {
    border-color: #F8590F;
}

/** Recruitment ************************************************************/

#recruitment img {
    border: 1px solid #E29633;
}

#content #recruitment .offers {
	padding-left: 10px;
	width: 350px;
}

#content #recruitment .offers,
#content #recruitment .offers a
{
    color: white;
}

#recruitment .offer strong {
    color: #FFA93A;
}

#content #recruitment .offers a:hover {
    color: black;
}

#recruitment form h6 {
    border-top-color: #FDCAB2;
}