/* CSS Document */

body{
	background-color:#001f54;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:0px;
	padding-top:0px;
}

#site{
	position:absolute;
	width:860px;
	height:561px;
	background:url(image_css/accueil_final_light.jpg) top no-repeat;
	left:50%;
	margin-left:-430px;
}

#intro{
	position:absolute;
	width:500px;
	height:80px;
	left:349px;
	top:166px;
}

#acces_direct{
	position:absolute;
	width:300px;
	height:200px;
	top:280px;
	left:480px;
	line-height:18px;
}

#lien_bas{
	position:absolute;
	width:860px;
	top:561px;
	left:50%;
	margin-left:-430px;
	text-align:center;
}

#lien_bas1{
	position:absolute;
	width:860px;
	top:561px;
	left:50%;
	margin-left:-430px;
	text-align:center;
}

#europe2008{
	position:absolute;
	width:500px;
	height:80px;
	left:20px;
	top:400px;
}

#regiostars2009{
	position:absolute;
	width:700px;
	height:100px;
	left:20px;
	top:450px;
}

#posmenu1{
	position:absolute;
	top:176px;
	left:0px;
}

#lien_europe{
	position:absolute;
	left:583px;
	top:48px;
	width:63px;
	height:39px;
}

#lien_pref{
	position:absolute;
	left:646px;
	top:46px;
	width:51px;
	height:36px;
}

#lien_region{
	position:absolute;
	left:716px;
	top:42px;
	width:75px;
	height:43px;
}

#lien_departement{
	position:absolute;
	left:802px;
	top:44px;
	width:48px;
	height:45px;
}


/* STYLE */


/*taille du texte*/
#lien_bas, #lien_bas a{
	font-size:9px;
}

#lien_bas1, #lien_bas1 a{
	font-size:9px;
}

#posmenu1, #posmenu1 a{
	font-size:10px;
}

#intro {
	font-size:11px;
}


#acces_direct {
	font-size:10px;
}

#europe2008 a{
	font-size:12px;
}

#regiostars2009 a{
	font-size:12px;
}

/*blanc*/
#intro a, #acces_direct, #europe2008, #europe2008 a, #regiostars2009, #regiostars2009 a, #acces_direct a{
	color:#ffffff;
}

/*bleuclair*/
#lien_bas, #lien_bas a{
	color:#94bbff;
}

/*blanc*/
#lien_bas1, #lien_bas1 a{
	color:#ffffff;
}

/*blanc*/
#intro {
	color:#ffffff;
}


/*bleutresclair*/
#intro a:hover{
	color:#d2e2ff;
}

/*bleu foncé*/
#acces_direct a:hover{
	color:#0d3f96;
}

/*bleu ue2008*/
#europe2008 a:hover{
	color:#D1E1FF;
}

/*bleu ue2008*/
#regiostars2009 a:hover{
	color:#D1E1FF;
}


/* en gras */
#intro a, #acces_direct, #europe2008, #europe2008 a, #regiostars2009, #regiostars2009 a, #acces_directa, #posmenu1, #posmenu1 a{
	font-weight:bold;
}


/* sans soulignement */
#intro a, #acces_direct a, #europe2008 a, #regiostars2009 a, #lien_bas a:hover{
	text-decoration:none;
}

/* mettre en majuscule */
#acces_direct, #acces_direct a{
	text-transform:uppercase;
}

