body {
	margin: 0px;
	background-color: #ffffff;
}

#global {
    position:absolute;
    left: 50%; 
/*	top: 50%; */
    width: 800px;
    margin-left: -400px; /* moitié de la largeur */
/*    margin-top: -300px;  moitié de la largeur */
/*    border: 5px solid #00000; */
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
    }


#titre {
    position:absolute;
    left: 50%; 
	top: 30px;
    width: 250px;
    margin-left: -550px; 
    }

.spip_logos, a.spip_logos { border: 0px; text-align:left; }

#accueil {
	position: relative;
	height:350px;
 	left: 0; 
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #000000;
	text-decoration : none;
	text-align: justify;
    }
	
#rubrique {
	position: relative;
	height:350px;
 	left: 0; 
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #000000;
	text-decoration : none;
	text-align: left;
    }
	
#photos {
	position: absolute;
	top: 360px;
	height:auto;
 	left: 410px; 
	width: 390px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color : #000000;
	text-decoration : none;
	text-align: justify;
    }
	
#pied2 {
	position: relative;
	top: 10px;
 	left: 0; 
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #000000;
	text-decoration : none;
	text-align: justify;
    }
	

a {
	color:#000000;
	text-decoration : none;
	text-align: justify;
    }

a:hover {
	color:#D500D5;
	text-decoration : none;
	text-align: justify;
    }

a:visited {
	color:#000000;
	text-decoration : none;
	text-align: justify;
    }

a.lien {
	color:#000000;
	text-decoration : none;
	text-align: justify;
    }

a.lien:hover {
	color:#D500D5;
	text-decoration : none;
	text-align: justify;
    }

a.lien:visited {
	color:#000000;
	text-decoration : none;
	text-align: justify;
    }

h2 { 
	font-size: 1.40em; 
	font-weight: bold;
	color: #D500D5;
	font-family: Arial, Helvetica, sans-serif;
	}