/* police de caractere */
.titre1 {
	font-family: Arial;
	font-size : 19px;
	color     : rgb(250,250,250);
}
.titre2 {
	font-family: Arial;
	font-size : 15px;
	color     : rgb(0,100,150);
}
.titre3 {
	font-family: Arial;
	font-size : 12px;
	color     : rgb(0,100,150)
}	
.plain {
	font-family: Arial;
	font-size : 12px;
	color     : rgb(10,100,180);
}

.note {
	font-family: Arial;
	font-size : 10px;
	color     : rgb(150,100,150);
}
/* fond de page */
.fond {	
	
	background : rgb(20,80,160);
}

/* position des blocs  */
.menuTitre {
	position : absolute;
	top  	:10px;
	left 	:200px;
	width   : auto;
	height  : 30px;
	
	z-index : 3;
	
	font: oblique 25pt "Helvetica Nue", serif; 
	
}
.menu {
	position : absolute;
	top  	:70px;
	left 	:190px;
	z-index : 4;
	
	background : rgb(10,100,180);
	
}
.corps{
	position : absolute;
	top 	:110px;
	left	:175px;
	width   :620px;
	height  : 100%;
	background : rgb(255,230,200);
	padding : 15px;
		
}
.marge{
	position : absolute;
	top 	:110px;
	left	:5px;
	width   :155px;
	height  : 100%;
	text-align :left;
	z-index             : 1;
	padding : 1px;
	
	background : rgb(255,253,210);
	
}

.logo{
	position : absolute;
	top      : 0px;
	left     : 5px;
	width	 : 155px;
	height   : 100px;
	background-image : url(../images/logo.gif);
	background-position : center center ;
	background-repeat   : no-repeat;
	
	z-index             : 11;
	
}
.coin{
	position : absolute;
	top      : 0px;
	left     : 5px;
	width	 : 155px;
	height   : 100px;
	z-index             : 10;
	/*background : rgb(255,255,255);	*/
	background : url(../images/coin.gif);
	border-bottom-color : white;
	border-bottom-width : 2px  ;
	border-bottom-style : solid;	

	
}
.logoMarge{
	
	background-image : url(../images/etoile.gif);
	background-position : left ;
	background-repeat   : x-repeat;
	
	position  :absolute;
	top    : 0px;
	left   : 150px;
	width  : 650px;
	height : 100px;
	z-index : 1;
	
	border-bottom-color : white;
	border-bottom-width : 2px  ;
	border-bottom-style : solid;	

	border-top-color : white;
	border-top-width : 2px  ;
	border-top-style : solid;	

	border-right-color : white;
	border-right-width : 2px  ;
	border-right-style : solid;	


}
.angle{
	position  :absolute;
	top    : 60px;
	left   : 160px;
	width  : 100px;
	height : 80px;
}
.table {
	table-layout : fixed;
	width :auto;
	margin : 20px;

}

.table TD  {
	border-top: solid 3px rgb(10,100,180); 
	padding : 15px;
        
}


	
/* redefinition de Tag */

IMG{
      	border-color: red;
  	border : double;
  	border-width : 5px;
        margin: 15px;
     
	
}
	
