html {
	width:100%;
	height:100%;
}
body {
	scrollbar-base-color:#DD924A;
	scrollbar-arrow-color:#A5120A;
	scrollbar-track-color:#EBBD66;
	font-family: Times, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	background-color: #D29640;
	background-image: url(images/fond.jpg);
	background-repeat: repeat-x;
	width:100%;
	height:100%;
	overflow:hidden;
	text-align:center;
}
#main a:link {
	color: #076DE0;
	text-decoration: none;
}
#main a:active {
	color:#076DE0;
	text-decoration: underline;
}
#main a:visited {
	color: #076DE0;
	text-decoration: none;
}
#main a:hover {
	color:#076DE0;
	text-decoration: underline;
}

font {
	font-family: Times, Helvetica, sans-serif;
	font-size: 14px;
}

p {
  margin: 0px 0px 0px 0px;                 /* (évite l'interligne trop grande)  */
}
td {
	font-family: Times, Helvetica, sans-serif;
	font-size: 14px;
	color:#072C55;
	vertical-align:top;
}


div#bandeau {
	text-align:center;
}
div#logo {
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	width:222px;
	height:462px;
	* width:220px;
	* height:460px;
}
div#coureurs {
	position:absolute;
	bottom:0px;
	left:0px;
	background-image:url(images/coureurs.png);
	background-repeat:no-repeat;
	width:223px;
	height:138px;
}
div#pubhaut {
	position:absolute;
	left:777px;
	top:53px;
	width:234px;
	height:60px;
	background-color:white;
	border:1px solid #A5120A;
}
.logolong {
	width:234px;
	height:60px;
	border:0px;
}
div#pubgauche {
	position:absolute;
	left:40px;
	bottom:135px;
	width:125px;
	height:125px;
	background-color:white;
	border:1px solid #A5120A;
}
.logocarre {
	width:125px;
	height:125px;
	border:0px;
}

div#conteneurTotal {
	position:relative;
	top:-120px; //taille du bandeau
	width:auto;
	max-width:1024px;
	* width:expression(document.body.clientWidth>1020?"1024px":"auto");
	height:100%;
	text-align:left;
	border-left:1px solid #A5120A;
	border-right:1px solid #A5120A;
}
div#divMenu {
	position:relative;
	top:0px;
	left:3px;
	z-index:100;
	text-align:left;
}
div#conteneurMain {
	position:absolute;
	border:1px solid #A5120A;
	padding:12px;
	top:119px;
	bottom:10px;
	* height:100%;
	* position:relative;
	* top:0px;
	* bottom:auto;
	/* nouveau */
	left:219px !important;
  left:0px;  	
	right:0px;
	/* fin */	
	width:auto;
	max-width:801px;
	* width:expression(document.body.clientWidth>1020?"798px":"auto");
	overflow: -moz-scrollbars-vertical;
	* overflow:auto;
	background-color:#f5e8d6;
	background-image:url(images/textBackground.jpg);
    background-repeat:no-repeat;
    z-index:8;
}
div#mainStandalone {
	border:1px solid #A5120A;
	padding:12px;
	margin:15px;
	background-color:#f5e8d6;
	background-image:url(images/textBackground.jpg);
    background-repeat:no-repeat;
}
div.cale {
	height:1px;
	width:800px;
	* width:1px;
}
div#main {
	margin: 0px;
	padding:0px;
	color: #072C55;
	font-family: Times, Helvetica, sans-serif;
	font-size: 14px;
	z-index:10;
}
div#main h1 {
	position:relative;
	z-index:100;
	background-image:url(images/puce.gif);
	background-repeat:no-repeat;
	color:#A5120A;
	text-align: left;
	font-size: 26px;
	margin-left: 10px;
	padding-left: 25px;
	margin-top:0px;
}
h1 {
	position:relative;
	z-index:100;
	background-image:url(images/puce.gif);
	background-repeat:no-repeat;
	color:#A5120A;
	text-align: left;
	font-size: 26px;
	margin-left: 10px;
	padding-left: 25px;
	margin-top:0px;
}
div.texte {
	position:relative;
	z-index: 10;
}
h2 {
	color:#A5120A;
	/*text-align: left;*/
	font-size: 22px;
}
h3 {
	color:#A5120A;
	/*text-align: left;*/
	font-size: 18px;
}
h4 {
	color:#A5120A;
	/*text-align: left;*/
	font-size: 16px;
}

.pagin { /* style des outils de pagination */
	text-align:center;
	font-size: 14px;
	font-weight: bold;
}

.style_input {
	background-color:#FFE8BD;
	font-family: Times, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	border-width: 1px;
	scrollbar-arrow-color:black;
	scrollbar-track-color:#f4f4f4;
	scrollbar-face-color:#e9e9e9;
}

.forum_msg{
	border-left:1px solid #A5120A;
	border-bottom:1px solid #A5120A;
	padding-left:5px;
	padding-top:5px;
}

.forum_msg_on{
	border-left:3px solid #A5120A;
	border-bottom:3px solid #A5120A;
	padding-left:5px;
	padding-top:5px;
}

.forum_titre {
	color:#A5120A;
	/*text-align: left;*/
	font-size: 16px;
	font-weight:bold;
}

.forum_msg_rep{
	border-left:1px solid #072C55;
	border-bottom:1px solid #072C55;
	padding-left:5px;
	padding-top:5px;
	margin-left:60px;
}

.forum_titre_rep {
	color:#A5120A;
	/*text-align: left;*/
	font-size: 14px;
	font-weight:bold;
	margin-left:60px;
}
.titre {
	text-align:center;
	margin-top:10px;
}



/*Menu*/
    
.menu{ /* le 1er ul qui contient tout le menu*/
    position:absolute;
    z-index:100;
    top:70px;
    left:5px;
    display:block;
   	margin:0;
    padding:0;
    width:12em; /* important for Opera7 */
}

.menu ul{ /*les sous-menus de niveau 1*/
    position:absolute; /* pour sortir la liste du flux de donnée */
    display:inline;
    margin:0;
    padding:1;
    text-align:left;
}
    
.menu li ul{
	border:0px none;
    visibility:hidden;
    background: #ecdf7d;
    border:1px solid #A5120A;
    z-index:101;
}

.menu li li ul{ /*les sous menus de niveau deux et plus*/
    position:absolute; /* pour sortir la liste du flux de donnée */
    top:auto;
    left:auto;
    margin-left:0px;
    z-index:102;
}
.menu li li li ul{
	z-index:103;
}
.menu li li li li ul{
	z-index:104;
}
.menu li li li li li ul{
	z-index:105;
}
.menu li{ /*les éléments du menu principal */
    list-style:none;
     //ne sert pas pour IE
    height:auto; //ne sert pas pour IE
    display:inline;
    display/**/:block;
    float:none;
    float/**/:left;
    margin:0;
    padding:0;
    width:210px;
}
    
.menu li li{ /*les éléments des sous-menus */
    display:block;
    float:none;
    z-index:101;
    width:12em;
}
    
/* correct a little IE bug */
* html .menu li li{
    display:inline;
    }
    
.menu a{ /*tous les textes */
	position:relative;
	white-space: nowrap;
    text-align:left;
    border:0px;
    line-height:20px;
    color:#072C55;
    font-family:Arial,Verdana;
    font-weight:bold;
    font-size:13px;
    display:inline;
    text-decoration:none;
    padding-top: 0px;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-right: 5px;
    margin:0px;
    cursor:hand;
}
    
.menu a.over{
	color:#0A51A1;
}
.menu a:hover {
	color:#0A51A1;
}
    
/* for a mozilla better display with key nav */
.menu a:focus{
}

.menu li li a{  /*textes des sous-menus*/
	white-space: normal;
	position:relative;
    width:100%;
    font-size:12px;
    line-height:18px;
}
    
/* hide some accessibility stuff */
.menu span{
    display:none;
    }