/* ****Styles généraux de la page *****/

  body { 
    width: 90%;
	margin-left: auto;
	margin-right: auto;
    background-image: url(../images/no_image);
    background-color: rgb(0, 0, 153);
	font-family: "Times New Roman", Times, Arial, sans-serif;
    }
	
/* Format des liens */
	a {
	color: #F7E444;
	text-decoration: none;
	}
/* Aspect des liens sous la souris */
	a:hover{
	text-decoration: underline;
	}

/* Bloc en haut de page */
  #en_tete { 
    height: 100px;
	border: 2px solid black;
    background-repeat: no-repeat;
    margin-bottom: 10px;
	opacity: 1;
    background-image: url("../images/ESIEE-CCIP-ligth.png");
    background-position: center;
    background-color: rgb(255, 102, 0);
    }
	
/* Format général des blocs de menu */
  #menu { 
	float: left;
    width: 20%;
    }
	/* Styles des blocs menu */	
  .sous_menu { 
    margin-top: 20px;
	margin-bottom: 20px;
    background-color: rgb(0, 0, 102);
    color: rgb(204, 204, 204);
	border: 2px solid black;
	background-image: url(../images/no_image);
    background-repeat: no-repeat-x;
    }
  .sous_menu h3 { 
	font-family: Arial,"Arial Black","Times New Roman",Times,serif;
    text-align: center;
    color: rgb(255, 102, 0);
    }

/* Bloc central */
  #corps { 
    padding: 10px;
    margin-left: 22%;
    margin-top: 20px;
	border: 2px solid black;
    background-color: rgb(0, 0, 102);
    color: rgb(255, 255, 255);
	background-image: url(../images/no_image);
    background-repeat: repeat-x;
	text-align: justify;
    }
	/* Format texte "heading1" */
  #corps h1 {
	height: 50px;  
	text-align: center;
    font-family: Arial,"Arial Black","Times New Roman",Times,serif;
    color: rgb(255, 102, 0);
    }
	/* Format texte "heading2" */
  #corps h2 { 
	height: 30px;
    background-image: url(../images/no_image);
    background-repeat: no-repeat;
    text-align: left;
    color: rgb(255, 102, 0);
    }
	
  #pied_de_page { 
	clear: left;
	margin-top: 20px;
	padding: 5px;
    color: rgb(179, 179, 179);
    background-image: url(../images/no_image);
    background-repeat: repeat-x;
    background-color: rgb(0, 0, 102);
    text-align: right;
	border: 2px solid black;
    }
