/*
                   \\"""//
                    (0 0)
    +----oOO---------(_)---------------+
    |   style CSS                      | 
    |   www.asport.ch                |
    |   Niklaus, 16.04.2007        |
    +------------------------oOO-------+
                   |__|__|
                    || ||
                   ooO Ooo
*/

html {
    font-size: 100%;
}
body {
	font: normal 75%/1em Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
	background: white url(design/background_lignes.gif) repeat;
}
h2 {
	text-align: center;
	background-color: #b0cbd6;
	margin: 0;
	padding: 0;
	display: none;
}
#xiti-logo {
	position: absolute;
	bottom: 0;
	left: 10px;
	text-indent: -5000px;
	font-size: 1px;
}
div#conteneur {/* conteneur globale  */
	position: relative;
	width: 750px;
	padding-bottom: 5px;
	margin: 10px auto;
	background-color: white;
}
#entete { /* entête des pages */
	position: relative;
	height: 160px;
	background: #FFFFFF url(design/background_entete.jpg) top left no-repeat; 
	text-align: center;
}
#entete img { /* entête des pages */ 
	margin-top: 50px;
	border: 0 none;
}
#entete h1 {
	margin-top: 15px;
	font-size: 1.1em;
	font-style: italic;	
	text-decoration: none;
	color: #ffb20c;
}