	
body
{
   width: 950px;
   margin: auto;
   background-color : black;
}

/* L'entete */
#en_tete
{
  height: 50px;
  background-image: url("images/Entete_Portauloin1.JPG");
  border: 4px solid black;
  margin: auto; 
}

#corps
{
	background-image: url("images/monde.JPG");
	background-repeat: repeat-x;    
	width: 950px;
	height: 500px;
 }

#inscrit
{
   position: absolute;
   left: 50px;
   top: 100px;
   color: #B3B3B3;
   background-color: #626262;
   background-repeat: repeat-x;
   width: 300px;
   height: 200px;
   border: 4px solid black;
}

#declaration
{
position: absolute;
   left: 400px;
   top: 100px;   
color: #B3B3B3;
   background-color: #626262;
   width: 550px;
   height: 300px;
   border: 4px solid black;
   }


#imagejour1
{
clear  : right;   
float :right;;
   width: 300px;
   height: 150px;
   border: 4px solid black;
 }

#imagejour2
{
float:right;
    width: 290px;
   height: 150px;
   border: 4px solid black;
}

#imagejour3
{
  float : right;
   width: 300px;
   height: 150px;
   border: 4px solid black;
 }



#aff_page
{
	text-align: center;
	color: black;
	font-weight: bold;
}




/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page {
  clear : right;
  border: 2px solid black;
  text-align: center;
  color: #b3b3b3;
  height: 10px;
  background-color: red;
  font-style: oblique;
}
form
{
   text-align: center;
         }
label
{
   text-align: center;
   color: #5e7fea;
   font-weight: bold;
   font-size: 1,5em;
   font-family: Arial, Times, "Times New Roman", serif;
      }
select
{
   color: black;
   background-color: white;
   font-weight: bold;
      }
.pages
{
   text-align: center;
         }

#saisie_sujet
{
   clear : right;
   text-align: center;
   color: grey;
   background-color: #5e7fea;
   height: 20px;
   border: 2px solid black;
}

#cadre_saisie
{
	color: black;
	font-weight: bold;
	background-image: url("images/monde.JPG");
	width: 950px;
	height: 600px;
   }

.none {
border-style:none;
}  



table
{
	border: 4px ridge #5e7fea;
	font-weight: bold;
	text-align:center;
	width: 80%;
	margin:auto;
	
 }


th /* Mettre une bordure sur les td ET les th */
{
   border: 4px ridge #5e7fea;
   text-align: center;
   padding: 5px;
   color: white;
   background-color: #3366ff;
  }
  
td /* Mettre une bordure sur les td ET les th */
{
   border: 2px ridge #5e7fea ;
   text-align: center;
   padding: 5px;
   color: black;
  }


#menu_entete 
{
	width: 950px;
	height: 20px;
	background-color: grey;
}

a:link {
color : red;

}

a:visited {
color : red;

}

a:hover {
color : #ffffff;
text-decoration : none;
background-color : #6fce6c;
font-style : normal;
}

a:active {
color : #6fce6c;
text-decoration : none;
font-style : normal;
}

