body{
	background-color: #BCBCBC;
	width: 100%;
	height: 100%;
}
#show1 {						
	position: absolute;
	margin-top: 1px;
	margin-left: 5px;
	height: 100px;
	width: 100px;
}
#titreP {	
	position: absolute;
	background: url(../background/BG_02.JPG);
	margin-top: 1px;	
	margin-left: 105px;
	height: 42px;
	width: 1066px;
	text-align: center;
	font-family: "Verdana";
	font-size: 16px;
	font-weight: bolder;
	color: #8B4513;	
	border: groove Gray;
/*	padding-top: 10px; */
	z-index:3;
}
#RSS {						
	position: absolute;
	background-color: #CCCCCC;
	margin-top: 1px;
	margin-left: 1176px;
	height: 96px;
	width: 129px;
	padding-left: 3px;
	padding-top: 3px;
	text-align: center;
	font-family:Verdana;
	font-size:9px;
	color:black;
}
/*-------------------------------------------------Gestion des menus ----------------------------------------------------- */

#menu_01a{
	position: absolute;
	margin-top: 51px;	
	margin-left: 105px;
	width: 107px;
	height: 47px;
	background-color: #CCCCCC;
	text-align: center;
	padding-left: 2px;
	padding-top: 3px;
	z-index:2;
}
#menu_02a{
	position: absolute;
	margin-top: 51px;	
	margin-left: 212px;
	width: 107px;
	height: 47px;
	background-color: white;
	text-align: center;
	padding-left: 2px;
	padding-top: 3px;
	z-index:2;
}
#menu_03a{
	position: absolute;
	margin-top: 51px;	
	margin-left: 319px;
	width: 107px;
	height: 47px;
	background-color: #CCCCCC;
	text-align: center;
	padding-left: 2px;
	padding-top: 3px;
	z-index:2;
}
#menu_04a{
	position: absolute;
	margin-top: 51px;	
	margin-left: 426px;
	width: 107px;
	height: 47px;
	background-color: white;
	text-align: center;
	padding-left: 2px;
	padding-top: 3px;
	z-index:2;
}
#menu_05a{
	position: absolute;
	margin-top: 51px;	
	margin-left: 533px;
	width: 107px;
	height: 47px;
	background-color: #CCCCCC;
	text-align: center;
	padding-left: 2px;
	padding-top: 3px;
	z-index:2;
}
#menu_06a{
	position: absolute;
	margin-top: 51px;	
	margin-left: 640px;
	width: 107px;
	height: 47px;
	background-color: white;
	text-align: center;
	padding-left: 2px;
	padding-top: 3px;
	z-index:2;
}
#menu_07a{
	position: absolute;
	margin-top: 51px;	
	margin-left: 747px;
	width: 107px;
	height: 47px;
	background-color: #CCCCCC;
	text-align: center;
	padding-left: 2px;
	padding-top: 3px;
	z-index:2;
}
#menu_08a{
	position: absolute;
	margin-top: 51px;	
	margin-left: 854px;
	width: 107px;
	height: 47px;
	background-color: white;
	text-align: center;
	padding-left: 2px;
	padding-top: 3px;
	z-index:2;
}
#menu_09a{
	position: absolute;
	margin-top: 51px;	
	margin-left: 961px;
	width: 107px;
	height: 47px;
	background-color: #CCCCCC;
	text-align: center;
	padding-left: 2px;
	padding-top: 3px;
	z-index:2;
}
#menu_10a{
	position: absolute;
	margin-top: 51px;	
	margin-left: 1068px;
	width: 107px;
	height: 47px;
	background-color: white;
	text-align: center;
	padding-left: 2px;
	padding-top: 3px;
	z-index:2;
}


/*-------------------------------------------------Pages utiles ----------------------------------------------------- */

#accroche {
	position: absolute;
	background: url(../background/BG_01.JPG);
	/* background-color:#C0C0C0; */
	margin-left: 5px;
	margin-top: 102px;
	width:890px;
	height:200px; 
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	/*overflow: auto;*/
}
#partenaire {
	position: absolute;
	background: url(../background/BG_01.JPG);
	/* background-color:#C0C0C0; */
	margin-left: 900px;
	margin-top: 102px;
	width:400px;
	height:200px; 
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	/*overflow: auto;*/
}
#objets{
	position: absolute;
	background: url(../background/BG_02.JPG);
	/* background-color:#C0C0C0; */
	margin-left: 5px;
	margin-top: 306px;
	width:1300px;
	/* height:11000px; */
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 4px;
	font-family: "Verdana";
	font-size: 14px;
	text-align:justify;
	/*overflow: auto;*/
}

/*------------------------------------------------- Les liens ----------------------------------------------------- */

a:link {						/*Etat par défaut */
	color: blue;
}
a:visited {					/*Etat visité */
	color: #BD8D03;
}
a:hover {					/*Etat survolé */
	color: black;
}
a:active {					/*Etat actif */
	color: green;
}

/*-------------------------------------------------LES CARACTERISTIQUES DES TEXTES ----------------------------------------------------- */
/*------------------------------------------------- Les classes de paragraphes ----------------------------------------------------- */

p.texte {
    font-family: Verdana, Arial;
    font-size: 12px;
	text-align: justify;
    color: black;
	padding-left: 3px;
}
		
p.accroche {	
    font-family: Georgia, Times New roman, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: red;
	text-align:center;
}
p.theme {
    font-family: Georgia, Times New roman, sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: red;
	text-align:center;
}
p.nom_revue {
    font-family: Georgia, Times New roman, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: red;
	text-align:center;
}