

h1  {
	font-size: xx-large;
	font-family: "Comic Sans MS", Georgia, Arial, Verdana, serif;
    text-align: center;	
    border-style: outset;
    border-width: 2px;
	border-color: #02d3fe;
    background-color: #000000;  /* le fond                 */
    filter:alpha(opacity=70);   /* Internet Explorer 6     */
    -moz-opacity:0.7;           /* Mozilla 1.6 et infér.   */
    opacity: 0.7;               /* CSS3 et Mozilla récents */
    width: 700px;	
	}
	
h2  {
	font-size: x-large;
	font-family: "Comic Sans MS", Georgia, Arial, Verdana, serif;
    text-align: center;	
    background-color: #000000;  /* le fond                 */
    filter:alpha(opacity=70);   /* Internet Explorer 6     */
    -moz-opacity:0.7;           /* Mozilla 1.6 et infér.   */
    opacity: 0.7;               /* CSS3 et Mozilla récents */
    border-style: inset;
    border-width: 2px;
	border-color: #02d3fe;	
	}	

h3  {
    font-size: 1.7em;
    text-align: center; 	
	font-family: "Comic Sans MS",Georgia, Arial, Verdana, serif;
    background-color: #000000;  /* le fond                 */
    filter:alpha(opacity=70);   /* Internet Explorer 6     */
    -moz-opacity:0.7;           /* Mozilla 1.6 et infér.   */
    opacity: 0.7;               /* CSS3 et Mozilla récents */	
	}	
	
.texteorange {
  color: #ffa500;
    }
	
.cercle
{
   list-style-type: circle;
}	

p
{
   font-weight: bold;
}

  body {
    background-image: url("fond.jpg"); /* Une petite image de fond */
    background-attachment: fixed; /* Le fond restera fixe */	
    color: #FFFF99; /* Le texte de la page sera blanc cassé */
    font-family: "Comic Sans MS",Georgia, Arial, Verdana, serif;   
    font-size: large;
    margin: auto; /* Pour centrer notre page */	
	   }
  a {
    text-decoration: underline; /* Le texte de la page sera souligné */
     background-color: #000000; /* Le fond du texte translucide */
    color: #ffa500 /* Le texte de la page sera blanc cassé */
	}

  a:visited {
    text-decoration: underline;
    background-color: #000000; /* Le fond du texte du lien sera noir */
	color: #ffa500;/* Le texte des liens déjà visités sera */
    }

  a:hover {
    text-decoration: underline;
    background-color: #000000;
	color: #40e0d0;/* Le texte des liens au passage de la souris sera */
    }

  a:active {
    text-decoration: underline;
    background-color: #000000;
	color: #ffa500;/* Le texte des liens actifs sera */
    }

  #en-tete { 
    text-align: center;
	font-family: "Comic Sans MS", Georgia, Arial, Verdana, serif;	
    position: relative;
    height: 150px;/* hauteur du fond de titre du site */
	}

  #navigation {
    border-style: outset;
    border-width: 2px;
	border-color: #02d3fe;	
    width: 500px;
    text-align: center;
    position: center;
    height: 23px;
    }
	
  #navigation1 {
    border-style: solid;
    border-width: 2px;
	border-color: #02d3fe;	
    background-color: #000000;  /* le fond                 */
    width: 700px;
    text-align: center;
    position: center;
    height: 17px;
    }		

  #milieu { 
    background-color: #000000;  /* le fond                 */
    color : #fffacd;
    font-size: 0.8em;
    position: relative;
    width: 550px;	
    float: left;
    text-align: justify;
    list-style-type: circle;
    list-style-position: inside;
	text-indent: 25px;
    font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
    padding-top: 50px;
	padding-bottom: 20px;
	margin-bottom: 20px;	
    }
	

  #logo { 
	border-style: solid;
    border-width: 1px;
    border-color: #02d3fe;
    color : #fffacd;  
    position: relative;
    text-align: center;
    padding-left: 40px;
	padding-right: 40px;	
    padding-top: 50px;
	margin-top: 20px;
	margin-bottom: 20px;	
    float: right;
    }

	/* espace entre colonne texte et colonne photo */
  #logo1 { 
    position: relative;
    float: left;
    width: 20px;
    }
	
  #pied-de-page2 { 
    background-color: transparent;
    text-align: center;
	font-size: 0.7em;
	font-family: Georgia, "Comic Sans MS",Arial, Verdana, serif;	
	color : #fffacd;
	position: center;
    height: 2px;
    clear: both;
	color : #fffacd;
	width: 1000x;
    height: 170px;	
    }
	
  #pied-de-page1 {	
	text-align: left;
	font-size: 0.9em;
	font-family: "Comic Sans MS", Georgia, Arial, Verdana, serif;	
	color : #fffacd;
    background-color: #000000;  /* le fond                 */
    filter:alpha(opacity=60);   /* Internet Explorer 6     */
    -moz-opacity:0.6;           /* Mozilla 1.6 et infér.   */
    opacity: 0.6;               /* CSS3 et Mozilla récents */
    border-style: outset;
    border-width: 1px;
    border-color: #02d3fe;	
	position: absolute;
	bottom: 40px;
	padding-top: 10px;	
	padding-bottom: 10px;
	padding-left: 20px;	
	padding-right: 20px;
	margin-left: 20px;
	margin-right: 20px;	
	clear: both;
	}
  #pied-de-page { 
    text-align: center;
	font-size: 0.7em;
    background-color: #000000;  /* le fond                 */
    filter:alpha(opacity=60);   /* Internet Explorer 6     */
    -moz-opacity:0.6;           /* Mozilla 1.6 et infér.   */
    opacity: 0.6;               /* CSS3 et Mozilla récents */	
	position: absolute;
    height: 2px;
	color : #10ffec;
	padding-bottom: 20px;
	padding-left: 250px;	
	bottom: 10px;	
    }

