body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: justify;	
	background-color: #F7F7F7;
	padding-top: 20px;	
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

p {
	margin: 0 0 10px 0;
}

#tabglobal {
	width: 995px;
	font-size: 1em;
	background-color: #003366;
}

#global {	
	position: relative;
}

#top {
	position: absolute;
	left: 0;
	top: 0;
	width: 995px;
	height: 216px;	
	background-image: url(../images/bg_top.gif);
	background-repeat: no-repeat;
}

#menutop {
	position: absolute;
	right: 15px;	
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;	
	padding-top: 7px;	
}

#menutop a {	
	color: #FFFFFF;
	text-decoration: none;
}

#menutop a:hover {	
	text-decoration: underline;
}

#menutop a.selected {
	text-decoration: underline;
}	

  /***************/
 /*** ONGLETS ***/
/***************/

#onglets {
	position: absolute;
	left: 322px;
	top: 149px;
	width: 673px;
	height: 29px;
	background-image: url(../images/bg_onglets.gif);
	background-repeat: no-repeat;	
}

#onglets ul {	
	list-style-type: none;
	width: 100%; /* précision pour Opera */
}

.menu a {
	font-size: 0.9em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	height: 29px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ADADAD;	
}

.menu a:hover {	
	/*background: #ccc;
	border: 1px solid gray;*/
}

.menu a:active {
	/*background: gray;
	border: 1px solid gray; 
	color: #fff;*/
}

.menu li {
	float: left;	
}

li.lihome a {
	width: 132px;	
}

li.lihome a:hover {
	background-image: url(../images/bg_onglets_RO.gif);
	background-repeat: no-repeat;
	background-position: 49px 21px;
}

li.lidoc a {
	width: 123px;
}

li.lidoc a:hover {
	background-image: url(../images/bg_onglets2_RO.gif);
	background-repeat: no-repeat;
	background-position: 24px 21px;
}

li.lidocselected a {
	width: 123px;
	background-image: url(../images/bg_onglets2_RO.gif);
	background-repeat: no-repeat;
	background-position: 24px 21px;
}

li.litrain a {
	width: 182px;
}

li.litrain a:hover {
	background-image: url(../images/bg_onglets3_RO.gif);
	background-repeat: no-repeat;
	background-position: 31px 21px;
}

li.litrainselected a {
	width: 182px;
	background-image: url(../images/bg_onglets3_RO.gif);
	background-repeat: no-repeat;
	background-position: 31px 21px;
}

li.licontri a {
	width: 132px;
}

li.licontri a:hover {
	background-image: url(../images/bg_onglets4_RO.gif);
	background-repeat: no-repeat;
	background-position: 19px 21px;
}

li.licontriselected a {
	width: 132px;
	background-image: url(../images/bg_onglets4_RO.gif);
	background-repeat: no-repeat;
	background-position: 19px 21px;
}

li.lilinks a {
	width: 90px;
}

li.lilinks a:hover {
	background-image: url(../images/bg_onglets_RO.gif);
	background-repeat: no-repeat;
	background-position: 28px 21px;
}

li.lilinksselected a {
	width: 90px;
	background-image: url(../images/bg_onglets_RO.gif);
	background-repeat: no-repeat;
	background-position: 28px 21px;
}


  /**************/
 /*** CENTRE ***/
/**************/

#sousnav {
	position: absolute;
	left: 310px;
	top: 196px;
	width: 606px;
	height: 20px;
	font-size: 0.85em;
	padding-top: 2px;
	padding-left: 55px;
}

#sousnav .soustitre {
	color: #fff;
	font-size: 1.08em;
	font-weight: bold;	
	letter-spacing: 0.07em;
}

  /**************/
 /*** GAUCHE ***/
/**************/

#blocgauche {
	position: absolute;
	left: 0;	
	width: 255px;
	margin-top: 16px;	
}

#blocgauche li {
	margin-top: 5px;	
	background-image: url(../images/tiret_bleu.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.menugauche a {
	display: block;
	height: 24px;
	width: 255px;
	text-decoration: none;
	color: #B0B0B0;
	text-indent: 25px;
	background-image:url(p1/puce0.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
	 
.menugauche a:hover {
	color: #1A1A1A;
	background-image:url(../images/puce_etoile.gif);
	background-position: 7px 4px;
	background-repeat: no-repeat;
}

.menugauche a.selected {
	font-weight: bold;
	color: #1A1A1A;
	background-image:url(../images/puce_etoile.gif);
	background-position: 7px 4px;
	background-repeat: no-repeat;
}

  /**************/
 /*** LATEST ***/
/**************/

#bloclatest {
	float: left;
	/*position: absolute;
	left: 25px;
	top: 15px;	*/
	padding-top: 15px;
	padding-left: 25px;
	width: 230px;	
	padding-right: 8px;
	line-height: 11px;	
	font-size: 0.8em;	
}

#bloclatest p.more a {
	color: #E41B5B;
	text-decoration: none;
	float: right;
	background-image: url(../images/puce_moreinfo.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	margin-top: -8px;	
}

#bloclatest p.more a:hover {	
	text-decoration: underline;	
}

#bloclatest p.inter {	
	height: 8px;
}

  /***************/
 /*** CONTENU ***/
/***************/

#contenu {
	position: absolute;
	left: 0;
	top: 216px;
	width: 995px;
	background-color: #fff;
}

#centre {
	margin-left: 280px;
	padding: 15px;
	font-size: 0.85em;	
}

#centre a {
	color: #7095DC;
	text-decoration: none;
}

#centre a:hover {
	color: #0860A8;
	text-decoration: underline;
}

#credits {
	display:block;
	height: 1200px;
}

#credits ul {
	margin: 3px;
	padding: 5px;	
	list-style-position: inside;
	list-style-image: url(../images/puce_etoile2.gif);
	line-height: 15px;
}

  /***************/
 /*** TABLEAU ***/
/***************/

#centre table {
	font-size: 1em;
	margin-bottom: 15px;
	border-top: 2px solid #CEDBF3;
	border-right: 2px solid #CEDBF3;
	border-left: 2px solid #CEDBF3;
	border-bottom: 1px solid #CEDBF3;
}

#centre th {	
	text-align: left;
	background-color: #CEDBF3;
	padding: 7px;
}

#centre th span.titre {	
font-size:1.3em;
display:block;
padding:0 0 6px 0;
margin:0;
}

#centre th.btdownload {
	background-image: url(../images/bt_download.gif);
	background-repeat: no-repeat;
	background-position: right bottom;	
}

#centre td.btdownload {
	background-image: url(../images/bt_download.gif);
	background-repeat: no-repeat;
	background-position: right bottom;	
}

#centre td {
	padding: 5px;	
}

#centre td.tiret {
	background-image: url(../images/bg_td_tiret.gif);
	background-repeat: repeat-x;
	background-position: bottom;	
}

#centre td.tiret2 {
	border-top:3px solid #CEDBF3;
	background-image: url(../images/bg_td_tiret.gif);
	background-repeat: repeat-x;
	background-position: bottom;	
}

#centre td.puce {
	background-image: url(../images/bg_td_tiret.gif);
	background-repeat: no-repeat;
	background-position: top left;	
}

#centre .grasbleu{
font-weight:bold;
color:#0860A8;
}

#centre .continent{
	display:block;
	height:20px;
	width:200px;
	background-image: url(../images/puce_etoile.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;	
	color:#0860A8;
	font-weight:bold;
	font-size:10pt;
	padding-left:15px;
}

#centre .titre_conf{
	background-image: url(../images/fleche_bleu.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;	
	padding-left:15px;
	border-top:3px solid #E6EDFB;
	font-weight:bold;
	}
	
#centre ul.sitemap{
		
}
	
#centre li.rubrique{
 font-weight:bold;
 font-size:9pt;
 padding:2px 0 2px 10px;
 color:#7095DC;
 border-bottom:1px solid #CDDAF1;
 background-image:url(../images/puce_etoile2.gif);
 background-repeat:no-repeat;
 background-position:0px 6px;
}

#centre li.srubrique{
 font-weight:normal;
 padding-left:10px;
 border-top:1px solid #CBD6EB;
}

.download a {
	margin: 0;
	padding: 0;
	margin-top: -15px;
	display: block;
	width: 63px;
	height: 15px;	
	float: right;
}

.download_conf a {
	background-image: url(../images/bt_download_titre.gif);
	background-repeat: no-repeat;
	background-position: 0 0;	
	margin: 0;
	padding: 0;
	margin-top: -15px;
	display: block;
	width: 70px;
	height: 23px;	
	float: right;
}

.logopdf {
	float: left;
	padding-right: 10px;
	padding-top: 5px;
}

.titrepdf {
	line-height: 30px;
}

#centre td.type {
	background-color: #E6EDFB;
	font-weight:normal;
}

#centre tr.alter {
	background-color: #F8F8FA;
}

#centre li#list {
	list-style-type: none;
	margin-top: 10px;
	margin-left: 5px;
	padding-left: 12px;
	background-image: url(../images/puce_etoile2.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}

  /************/
 /*** NEWS ***/
/************/

.date {
	padding-bottom: 15px;
}

.titre {
	font-size: 1.1em;
	font-weight: bold;
}

  /************/
 /*** FORM ***/
/************/

#tab_form input.texte, textarea.texte {
	background-color: #F7F7F7;	
	font-size: 1em;
	border: 0;
	/*height: 16px;*/
	width: 250px;
	padding: 2px;
	border: 1px solid #B0C0DF;
}

#tab_form textarea.texte {
	width: 250px;	
	font-size: 1.1em;
}

#tab_form input.bt {
	background-color: #F7F7F7;
	color: #ADADAD;
	font-size: 0.9em;
	font-weight: bold;
	border: 1px solid #B0C0DF;
	height: 25px;
	width: 100px;
	padding-bottom: 2px;
	margin-bottom: 20px;
}

#tab_form td {
	height: 35px;
}

.rouge{
	color:#E41B5B;
	font-weight:bold;
}

select.pays{
	background-color: #F7F7F7;	
	font-size: 1em;
	border: 0;
	/*height: 16px;*/
	width: 255px;
	padding: 2px;
	border: 1px solid #B0C0DF;
}

  /*************/
 /*** LOGOS ***/
/*************/

/*#logos {
	position: absolute;
	left: 0;
	top: 540px;
	width: 995px;
	height: 40px;	
}

#logos ul {
	list-style-type: none;
	width: 100%;
}

.logos li {
	float: left;
}

.logos a {
	width: 99px;
	height: 40px;
	display: block;
	text-align: center;	
	background-repeat: no-repeat;
	background-position: center center;
}*/

  /*****************/
 /*** PRO HARMO ***/
/*****************/

#pro-harmo {
	position: absolute;
	
	height: 525px;
	width: 960px;
	left: 15px;
	top: 30px;	
	border-bottom: 1px solid #66667E;
}

#barre {
	display: block;
	height: 25px;
	width: 960px;
	background-image: url(../pro-harmo/images/barre.gif);
	background-repeat: no-repeat;
}

#barre img {
	float: right;
	margin-right: 5px;
	margin-top: 4px;
}
