/* Feuille de style pour le site Rugby-PIIM*/
/* auteur: THOMAS Cédric , date: août 2006*/
/* compatible: Internet Explorer 6.x & Netscape 7.x */ 

/*Mise en page de la page web*/

body {
	background: #404040;
	font-family: Times new roman,arial, verdana, sans-serif;
	color : black;
	font-size: 20px;
	}
	
#container {
	width: 980px;
	height: 510px;
	padding: 2px;
	margin: auto;
	background: #C0BFC0 url(sky01.jpg);
	}
	
#tableau {
	position: absolute;
	margin-top: 40px;
	margin-left: 140px;
	width: 700px;
	height: 500px;
	}

/*Styles des textes*/	

titre {
	font-family: Impact, Clarendon Condensed, Times new roman;
	font-size: 44pt;
	font-weight: bold;
	text-align : center;
	color: gold;
	line-height: 28pt;
	margin-top: 12px; }

h1 {
	font-family: Clarendon condensed, Times new roman,arial,verdana,sans-serif;
	font-size: 20pt;
	line-height: 20pt;
	color:black;
	text-align : center;}	
	
h2 {
	font-family: Clarendon condensed, Times new roman,arial,verdana,sans-serif;
	font-size: 16pt;
	color:black;
	text-align : center;
	text-decoration: blink;}
	
.text	{
	font-family: Times new roman, arial, verdana, sans serif;
	font-size: 12pt;
	color: black;
	text-align: justify;	}