/* CSS Document */

/*styles des liens*/
a:link    { text-decoration: none;      color: #ffffff; }
a:visited { text-decoration: none;      color: #ffffff; }
a:hover   { text-decoration: underline; color: #000000; }

a img {border: none;}
/*corps de la page*/
BODY {background-image:url(temp/fondbody2.jpg); margin: 0; /* pour éviter les marges */
     text-align: center; /* pour corriger le bug de centrage IE */ 
	 background-repeat:repeat ;}
	 
#titre1 {margin-top:0px; margin-left:100px; position:absolute;}	 
#resa {margin-top:-20px; margin-left:130px; position:absolute;}	 
/*texte*/
.lien {font-family:Arial, Helvetica, sans-serif; font-style:italic; font-weight:bold;  font-size:12px; color:#ffffff}
.titre1 {font-family:Arial, Helvetica, sans-serif; font-style:italic; font-weight:bold;  font-size:16px}
.titre2 {font-family:Arial, Helvetica, sans-serif; font-style:italic; font-weight:bold;  font-size:12px}
.texte {font-family:Arial, Helvetica, sans-serif;  font-weight:bold; font-size:12px; text-align:justify}
.texte2 {font-family:Arial, Helvetica, sans-serif;  font-size:14px; text-align:justify; font-style:italic;}

/*photos*/


/*styles container global*/
#global {
	background-image:url(temp/fondprogr.png); width:100%; height:100%;
	
	background-repeat: no-repeat ;
 /* on positionne le conteneur */
	margin-left: auto;
    margin-right: auto;
	margin-top:0%;
    width: 920px;
	height: 630px; 
    text-align: left;
	
	
 }
	
#global2 {
	background-image:url(temp/fondbout.png); width:100%; height:100%;
	
	background-repeat: no-repeat ;
 /* on positionne le conteneur */
	margin-left: auto;
    margin-right: auto;
	margin-top:0%;
    width: 920px;
	height: 630px; 
    text-align: left;
	
	
 }

