/*---------------------------------------------------*/
/*----------- le style général de la page -----------*/
/*---------------------------------------------------*/
body {
	background-image: url('images/bgnd1.png');	
    margin: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 75%;
	text-align:center;
	background-color:#ffffcc;
	color:#1200ff;
	}
/*---------------------------------------------------*/
/*------- le style global qui centre la page --------*/
/*---------------------------------------------------*/
.global {
	width: 760px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	}
/*---------------------------------------------------*/
/*------------ les divers style de bloc -------------*/
/*---------------------------------------------------*/
.blocbanner {
	background-image: url('images/banner.jpg');
	background-repeat: no-repeat;
	width:760px;
	height:140px;	
	}

.leblocmenu {
	background-image: url('images/ju.gif') ;
	background-repeat: repeat-x;
	background-color:#FFFF00;
	border: 1px solid #1200FF;
	margin-top:5px;
	width: 165px;
	height: 425px; 
	float:left;
	text-align:left;
	}

.lebloccontenu {
	background-image: url('./images/bgnd-news.png');
	background-repeat: repeat-x;
	background-color: #FFFFCC;
	border: 1px solid #1200FF;
	margin-top:5px;
	padding-left : 5px;
	width: 585px;
	min-height: 425px;
	float:right;
	text-align: justify;
	}

.lebloctitre {
	border-bottom: 1px solid #1200FF;
	background-color: #ffff88;
	height: 15px;
	}
.leblocbas{
	background-image: url('./images/bas.png');
	background-repeat: no-repeat;
	height : 40px;
	width :760px;
	float:left;
	margin-top:5px;
	padding-top: 5px;
	/*border: 1px solid #1200ff;*/
	text-align: right;
	}
/*---------------------------------------------------*/
/*------------ Et maintenant les textes -------------*/
/*---------------------------------------------------*/
.menu {
	font-size: 9pt;
	text-align: left;
/*	line-height: 18px;*/
	overflow: hidden;
	padding-left:0px;
	padding-right:0px;
	margin:1px;
	}
.datemaj{
	font-size: 8pt;
	margin-top:0px;
	PADDING-top:0px;
	text-align : center;
	clear : both;
}
.xiti{
	font-size: 8pt;
	margin-top:50px;
	text-align : center;
	clear : both;
}
.titre {
	font-size: 10pt;
	font-weight: bold;
	margin-left:10px;
	text-align:left;
	color:#1200ff;
	}
.news{	
	background-image: url('./images/bgnd-news.png');
	background-repeat: repeat-x;
	background-color: #ffffcc;	
}
.datenews{
	margin-left:5px;
}
.textecontenu {
	font-size: 8pt;
  	text-align: justify;
	line-height:12pt;
	overflow:auto;
	/*padding-left:5px;	
	padding-right:2px;*/
}
.textetableau{
	font-size: 7pt;
  	text-align: center;
	line-height: 10pt;
	overflow:auto;
	padding-left:5px;
	padding-right:2px;
}
.textephoto{
	font-size: 8pt;
  	text-align: center;
	line-height:12pt;
	overflow:auto;
	padding-left:5px;
	padding-right:2px;
}
.droite{
	text-align: right;
}
/*----------------------------------------------------*/
/*--- Style des liens  -------------------------------*/
/*----------------------------------------------------*/
h1{
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
	margin-left: 10px;
}
h2{	font-size: 9pt;
	text-align: left;
	font-weight: bold;
	margin-left: 8px;
}
p {
margin: 3px;
}
a:link{
    color : #1200FF ;
    text-decoration : underline ;
	}
a:visited{
    color : #1200FF ;
    text-decoration : underline ;
	}
a:active{
    color : #1200FF ;
    text-decoration : underline ;
	}
a:hover{
    color : #f00000 ;
    text-decoration : underline;
	}
a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}
.menu li
{
	text-align:left;
	color:#1200ff;
	list-style: none;
	padding: 0.25em;
	border-top: 1px dotted #FFFF33;
}

.menu li a { text-decoration: none; }