/*-------------------------------------------------------------------ERREURS / REDIRECTION----*/
body.redirection
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    text-align: center;
    background: #333333;
    /*color: #666666;*/
    color: #373737;
    
}
.global-redirection a
{
	/*color: #666666;*/
    color: #86257e;
    text-decoration: none;
}
.global-redirection a:hover
{
    /*color: #666666;*/
    color: #86257e;
    text-decoration: underline;
}

.global-redirection
{
    width: 825px;
    margin: 80px auto;
    text-align: left;
    background: url(../../../Images/Candidat/Design/bandeau_neutre.jpg) no-repeat top left #FFFFFF;
    padding: 220px 80px 20px 80px;
    position: relative;
}
.global-redirection h1 a
{
    width: 400px;
    height: 100px;
    position: absolute;
    top: 15px;
    right: 60px;
    text-indent: -9999px;
    z-index: 1000;
}
body.redirection h2
{
	color:#afafaf;
    /*color: #666666; */
    /*font-size: 1.5em;*/
    font-size:16px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
    margin: 10px 0;
    background:none;
    padding:0;
}
/* ---------------------------------------------------------------- HR ----*/
.global-redirection hr
{
    border-bottom: solid 1px #cccccc; 
    width: 100%;
    height: 1px;
    border: 0;
    background: none;
    clear: both;
    display: block;
    background:#cccccc;
}

