/* CSS utilisee dans la page d'accueil */

body {
	background-image: url(../images_nav/bg_home_v2.jpg);
	background-repeat: repeat-x;
	background-color: #5B8DB0;
/*background-color: #868B92;*/
}

.liAccueilbg {
	background-image: url(../images_nav/bg_rubriques_acc_noir.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding : 0px 0px 0px 130px; /*130*/
	width: 645px;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	background-color: #000000;
}
/*

.bgHome {
	margin: 0px auto;
	 background-image: url(../images_nav/bg_home.gif);
	background-position: center;
	background-repeat: repeat-y;
}
.bgHomeBottom {
	background-image: url(../images_nav/bg_home_bas.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 35px;
}
*/

.homeLogo {
	background-color: #FFFFFF;
	text-align: left;
	width: 820px;
	left: 0px;
	white-space: nowrap;
	background-image: url(../images_nav/logo_accueil.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 24px;
}

.homeDrapeaux {
	padding-right: 10px;
	padding-top: 4px;
	float:right;
	white-space: nowrap;
	font-size: 10px;
	color: #FFFFFF;
}


#home {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bgTexte {
	color: #999999;
	background-color: #000000;
	text-align: left;
}


#texteHome {
		padding: 30px 50px 40px 150px;
}




#texteHome a:link {
	color: #CCCCCC;
	text-decoration: none;

	
}
#texteHome a:visited {
	color: #CCCCCC;
	text-decoration: none;

}

#texteHome a:hover {
	color: #3F81E1;
	text-decoration: underline;

}

.logo_unesco {
	text-align:right;
}