body {
	font-family: arial,verdana,sans-serif;
	font-size: 15px;
	margin: 0;
    text-align: center;
}

td.celleft {
	text-align: right;
}
td.celright {
	text-align: left;
}
td.gros {
	font-size: 13px;
}

img.agauche {
	float: left;
	border: 1px solid;
	margin: 5px;
}

img.adroite {
	float: right;
	border: 1px solid;
	margin: 5px;
}

img.sansbord {
	border : 0;
}

img.xml{
	float: right;
	border : 0;
}

hr {
  clear: both;
  visibility: hidden;
}

a {
	color: #003399;
	text-decoration: none;
}

a:hover {	
	/* color: #333333;*/
	color: red;
}

a.lienbas {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

.rouge{
	color: Red;
}

#global {
	float: left;
     margin-left: 40px;
     margin-right: auto;
     width: 1000px;
     text-align: left;
	 margin-bottom: 30px;
 }

#gauche {
	float: left;
	width: 200px;
}

#centre {
	float: left;
	width: 600px;
}

#droite {
	float: left;
	width: 340px;
}

#main {
	float: left;
	width: 430px;
	height: auto;
}

#pleinelargeur{
	width: 790px;
}

#centre, #main {
	margin-left: 0px;
	margin-right: 20px;
}

#droite {
	margin-left: 0px;
	margin-right: 0px;
}

#popup {
	text-align: justify;
	margin: 5px;
	width: 96%;
}

.bandroite {
  position: absolute;
  left: 50%; /* ?*/
  top: 15px;
  margin-left: 420px;
}

.bloc {
	margin-top : 10px;
	padding: 2px;	
	width: 100%; /* Pour que le texte s'affiche sous IE (??) */
}

#gauche .bloc, #droite .bloc {
	background:transparent url(img/bg_jouer.gif) repeat-x scroll left top;
	border:1px solid #D0D0C0;
	padding:6px 12px 2px;
	vertical-align:top;
}



#gauche .bloc li, #droite .bloc li{
	margin-left: -2em;
	list-style-type : circle;
}

#gauche .bloc ul, #droite .bloc ul{
	margin-top: 0;
	margin-bottom: 0;
}

#centre .bloc, #main .bloc, #popup .bloc, #pleinelargeur .bloc {

}

#popup .bloc {
	margin-bottom: 10px;
}

#centre .bloc {
	text-align: justify;
}

#main .bloc {
	height: auto;
}

#droite .bloc .bloc-titre {
	font-size: 19px;
 	font-weight : bold;	
	margin-bottom: 8px;
}

#centre .bloc .bloc-titre, #main .bloc .bloc-titre, #popup .bloc .bloc-titre, #pleinelargeur .bloc .bloc-titre{
	font-size: 26px;
 	font-weight : bold;	
	margin-bottom: 8px;
}

#gauche .bloc .bloc-titre, #droite .bloc .bloc-titre {
	color : #1D9101;
}

.entete {
	text-transform: uppercase;
	color:#666666;
	display:inline;
	font-size:14px;
	font-weight:bold;
}

.signe {
	color : #1D9101;
	font-weight: bold;
	font-size: 14px;
}

.gros {
	font-size: 13px;
}

.petit {
	font-size: 11px;
}

#footer {
	margin-top: 20;
	text-align: center;
	font-size: 11;
}