* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight:normal;
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: justify;	
	background-color: #F7F7F7;
}

p {
	margin: 0 0 10px 0;
}

#global {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 995px;
	height: 586px;
	margin-top: -293px; /* moitié de la hauteur */
	margin-left: -497px; /* moitié de la largeur */
	/*border: 1px solid #333;*/
	background-color: #fff;
	background-image: url(../images/bg_top_home.gif);
	background-repeat: no-repeat;
}

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

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

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

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

#onglets {
	position: absolute;
	left: 322px;
	top: 149px;
	width: 673px;
	height: 24px;
	background-image: url(../images/bg_onglets_home.gif);
	background-repeat: no-repeat;
	/*border: 1px solid #333;*/
}

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

.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: 48px 21px;
}

li.lihomeselected a {
	width: 132px;
	background-image: url(../images/bg_onglets_RO.gif);
	background-repeat: no-repeat;
	background-position: 48px 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.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.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.lilinks a {
	width: 90px;
}

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

.menu a {
	font-size: 0.9em;
	text-transform: uppercase;
	margin: 0;
	padding-top: 5px;	
	height: 24px;
	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;*/
}

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

#centre {
	position: absolute;
	left: 0;
	top: 174px;
	width: 995px;
	height: 356px;	
	background-image: url(../images/bg_centre_home.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#sousnav {
	position: absolute;
	left: 330px;
	top: 10px;
	width: 631px;
	height: 69px;	
	padding: 5px;
	font-size: 0.85em;
	line-height: 15px;
}

#latest {
	position: absolute;
	left: 0;
	top: 50px;
	width: 120px;	
	font-size: 0.95em;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 35px;
}

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

#bloclatest {
	position: absolute;
	left: 35px;
	top: 88px;
	width: 230px;
	height: 193px;	
	overflow: auto;	
	padding-right: 8px;
	line-height: 11px;	
	font-size: 0.90em;
	text-align:left;
}

#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: -4px;	
}

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

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

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

#contenu {
	position: absolute;
	left: 342px;
	top: 110px;
	width: 299px;
	height: 230px;
	font-size: 0.85em;
	font-weight:normal;
}

.titre {
	font-weight: bold;
}

#contenu2 {
	position: absolute;
	left: 672px;
	top: 110px;
	width: 299px;
	height: 230px;
	font-size: 0.85em;
font-weight:normal;
}

img.point {
	padding-right: 3px;
	margin-bottom: -3px;	
}

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

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

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

.logos li {
	float: left;
}

.logos a {
	width: 90px;
	height: 40px;
	display: block;
	text-align: center;	
	background-repeat: no-repeat;
	background-position: center center;
}
.texte{
	font-weight:normal;
}
