
.mandatory_red
{
    color: red;
}


body {
    background-image: url("/sites/images/accueil_background.png");
    background-repeat: no-repeat;
    background-position:center;
    font-family: verdana;
    font-size: 14px;
    color: #012e96;
    background-color: #01777b;
    }
    
html {
	 height: 100%;
	}

#page {  
    position:absolute;
    left: 50%;
    margin-left: -481px;
    padding:0px; 
    top:0px ;
    width:962px;
    top: 50%;
    height: 540px;
    margin-top: -238px; 
}

#panel {
	width:962px;
	height: 540px;
	}
	
img#img1, img#img2 {
	position:absolute;
	}
	
    
img#img2 {
    top:0; right: 0px;
    }       		
	
#content_panel {
    position:absolute;
	width: 962px;
	height: 188px;
    background-image: url("/sites/images/background_accueil_content.png");
    background-repeat: no-repeat;
    top:352px;
	}
	
#content {
    text-align: center;	
	}
	
h1 {
	margin: 0;
	padding: 0;
	}
	
	
#lien1 a {
	position: absolute;
	left: 130px;
	top:140px;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #0303ea;
	text-decoration: none;
	}	
	
#lien1 a:hover {
    color: #93117e;
    }
    
#lien2 a {
    position: absolute;
    right: 430px;
    top:100px;
    font-family: arial;
    font-size: 28px;
    font-weight: bold;
    color: #93117e;
    text-decoration: none;
    }   
    
#lien2 a:hover {
    color: #0303ea;
    }       				

	
