/* déclarations génériques */
body, div, form, input, h1, h2, h3, h4, h5, span, ul, li {
	margin: 0px;
	padding: 0px;
}
h2, h3, h4, h5 {
	margin: 5px 0px 3px 0px;
}
img {
	border: 0;
}

body {
	background-color: #073A87;
	text-align: left;
	line-height: normal;
	background-image: url(../img/pixelfond.jpg);
	background-repeat: repeat-x;
}

/* --------- retour accueil ------------ */
#logo {
	position: absolute;
}
/* #logo img {
	width: 400px;
	height: 100px;
} */

/* --------------- fresque ------------ */
#sousglobal {
	background-image: url(../img/fond_site.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#global {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #034CB0;
	background-image: url(../img/pixelfond_contenu.gif);
	background-repeat: repeat-y;
}

/* --------------- bandeau + drapeaux ------------ */
#bandeau {
	height: 154px;
	background-image: url(../img/bandeau_fr.jpg);
	background-repeat: no-repeat;
}
#bandeau_en {
	height: 154px;
	background-image: url(../img/bandeau_en.jpg);
	background-repeat: no-repeat;
}

#drapeaux {
	margin-left: 765px;
	padding-top: 108px;
}

/* --------------- zone de contenu ------------ */
#contenu {
	background-image: url(../img/fond_contenu.jpg);
	background-repeat: no-repeat;
	min-height: 466px;
	_height: 466px;
}


/* ------------------------------------------------------------ */
/* -------------------- menu deroulant ------------------------ */
/* ------------------------------------------------------------ */
#blocmenu {
	height: 78px;
}
body.int #blocmenu {
	height: 58px;
}

/* lvl1 */
#menu {
	list-style: none;
	padding-left: 25px;
	width: 930px;
}

#menu li {
	float: left;
	display: block;
	background-image: url(../img/sep_menu.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-left: 0px;
}
#menu ul li {
	background-image: none;
	margin-bottom: 0px;
}
#menu li a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-right: 21px;
}

#menu li.last {
	background-image: none;
}
#menu li.last a, #menu li.last a:hover {
	padding-right: 0px;
}

#menu li a:hover,
#menu li a.select:hover,
#menu li a.select{	
	color: #ACD7EC;
}

/* lvl2 */
#menu ul {
	position: absolute;
	list-style: none;
	width: 160px;
	margin: 0;
	visibility: hidden;
	z-index: 2;
	margin-left: 10px;
}
#menu li.last ul {
	width: 140px !important;
}

#menu ul li {
	display: block;
	float: left;
	background: none;
	padding: 0 0 0 0;
	border: 0px;
	height: auto;
}

#menu ul li a {
	display: block;
	float: none;
	text-transform: none;
	text-align: left !important;
	font-size: 11px;
	width: 135px !important;
	padding-left: 17px !important;
	padding-right: 8px !important;
	line-height: 14px;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
	background-color: #ACD7EC;
	color: #0569A5;
	margin-bottom: 1px;
	background-image: url(../img/fleche_menu.gif);
	background-repeat: no-repeat;
	background-position: 8px 7px;
}

#menu ul li a:hover,
#menu ul li a.select:hover,
#menu ul li a.select {
	background-image: url(../img/fleche_menu_over.gif) !important;
	background-repeat: no-repeat !important;
	background-position: 8px 7px !important;
	background: #F9B700;
	color: #ffffff;
}
#menu li.last ul li a {
	width: 115px !important;
}

/* lvl3 */
#menu ul ul {
	display: none;
}


/* ------------------------------------------------ */
/* -------------- contenu accueil ----------------- */
/* ------------------------------------------------ */
#homecontent {
	margin-left: 46px;
}

/* ----------- bloc bulletin --------------- */
#blocbulletin {
	float: left;
	background-image: url(../img/fond_bulletin.jpg);
	background-repeat: no-repeat;
	width: 237px;
	height: 176px;
	margin-bottom: 20px;
}

#blocbulletin div.txt {
	margin-top: 10px;
	padding-left: 16px;
	padding-right: 16px;
	color: #ffffff;
}

/* ----------- bloc image ------------- */
#blocillus {
	float: left;
	width: 320px;
	margin-bottom: 20px;
}

/* -------- bloc actualites ------------- */
#blocactualites {
	float: left;
	background-image: url(../img/fond_actu.jpg);
	background-repeat: no-repeat;
	width: 350px;
	height: 176px;
	margin-bottom: 20px;
}
#blocactualites div.txt {
	padding-left: 2px;
	padding-right: 16px;
	color: #ffffff;
}

/* -------- bloc coup de projecteur ------------- */
#blocprojecteur {
	float: left;
	margin-bottom: 20px;
	background-image: url(../img/fond_projecteur.jpg);
	background-repeat: no-repeat;
	width: 537px;
	height: 133px;
}
#blocprojecteur div.txt {
	margin-top: 10px;
	padding-left: 16px;
	padding-right: 16px;
	color: #ffffff;
}

/* ------ bloc du moteur de recherche ------------- */
#blocrecherche {
	float: left;
	padding-left: 20px;
}

#moteur {
	background-image: url(../img/fond_rechercher.gif);
	background-repeat: no-repeat;
	width: 236px;
	height: 25px;
	color: #ffffff;
	font-size: 11px;
}
#moteur label {
	float: left;
	width: 83px;
	display: block;
	text-align: center;
	padding-top: 5px;
}
input.formrech {
	float: left;
	width: 105px;
	padding-left: 4px;
	margin-top: 4px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.ok {
	width: 15px;
	height: 20px;
}

/* --------------- bloc info gmes ------------------ */
#blocgmes {
	margin-top: 20px;
	color: #ffffff;
	font-size: 10px;
	width: 175px;
	height: 63px;
	background-image: url(../img/image_mercator.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 125px;
	padding-top: 25px;
	color: #CDDBEF;
}

/* -------------------------------------------------- */
/* -------------- contenu interieur ----------------- */
/* -------------------------------------------------- */
#content {
}

/* ---- colonne de gauche, sous menu (niveau 2 et 3) ---- */
#gauche {
	float: left;
	padding-left: 45px;
	width: 170px;
	padding-right: 1px;
}
#sousmenu {
	background-image: url(../img/bas_menu.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 13px;
	margin-top: 26px;
}

/* --------------- lvl 2 -------------- */
#sousmenu ul {
	list-style: none;
	width: 170px;
	border-top: 1px solid #77B1E0;
	background-image: url(../img/fond_menu.gif);
	background-repeat: repeat-y;
	padding-top: 20px;
	min-height: 170px;
	_height: 170px;
}
#sousmenu li {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 10px;
}
#sousmenu ul li {
	background-image: none;
	margin-bottom: 0px;
}
#sousmenu li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	background-image: url(../img/fleche_smenu.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 10px;
}
#sousmenu li a:hover, #sousmenu li a.select, #sousmenu li a.select:hover {
	color: #F9B700;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	background-image: url(../img/fleche_smenu_over.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}

/* --------------- lvl 3 -------------- */
#sousmenu ul ul {
	list-style: none;
	width: 130px;
	border-top: 0px;
	background-image: none;
	padding-top: 5px;
	min-height: 20px;
	_height: 20px;
	margin-left: 10px;
}
#sousmenu li li {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
}
#sousmenu li li a {
	display: block;
}

/* ---- colonne de droite, navigation et corps de texte ---- */
#droite {
	float: left;
	width: 733px;
}
#navigation {
	background-image: url(../img/fond_navigation.png);
	background-repeat: no-repeat;
	width: 733px;
	height: 25px;
	margin-bottom: 1px;
}
#navigation ul {
	list-style: none;
	padding-top: 6px;
}
#navigation li {
	display: inline;
	color: #ffffff;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 10px;
}
#navigation ul li {
	background-image: none;
	margin-bottom: 0px;
	padding-left: 8px;
	padding-right: 3px;
}
#navigation li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
}
#navigation li a:hover {
	color: #F9B700;
	text-decoration: none;
	font-size: 10px;
}

#corps {
	background-color: #ffffff;
	padding-left: 43px;
	width: 650px;
	padding-right: 40px;
	padding-top: 20px;
	min-height: 180px;
	_height: 180px;
	line-height: 17px;
	padding-bottom: 5px;
}

h1,h1.titrepage {
	color: #E59A49;
	font-size: 16px;
	background-image: url(../img/fleche-titre.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	font-weight: normal;
	padding-left: 14px;
	padding-bottom: 20px;
}

/* -- bouton retour haut de page -- */
#hdp {
	text-align: right;
	background-color: #ffffff;
}

#blocmoteur {
	margin-top: 5px;
	margin-bottom: 20px;
}

/* -------------------------------------------- */
/* -------------- bas de page ----------------- */
/* -------------------------------------------- */
#bdp {
	margin-left: 80px;
}
body.int #bdp li.orealys {
	display: none;
}

body.int #bdp {
	margin-left: 195px;
	height: 30px;
}