/* AMI_style V3.000 */

html, body {
	color: #053754;
	background-color: #376295
}

.site_logo {
	background-repeat: no-repeat;
	background-image: url("./images/AMI_banner_forum_800x121.png");
	display: inline-block;
	width: 800px;
	height: 121px;
} 

/* suppression du titre et sous titre du forum */
.site-description h1, .site-description p  {
    display: none;
}

 /*#wrap {
     background-color: #FFFFFF;
	 width: 800px;
     margin: 0 auto;
     padding: 0 20px;
} */


.headerbar {
	 /*color: #2477AB; */
	background: #376295;
	/* background: -webkit-linear-gradient(top,#376295 0%,#376295 100%);
	background: linear-gradient(to bottom,  #376295 0%,#376295 100%); */
}

/* changement couleur trait barre navigation */
ul.navlinks {
	border-bottom-color : #f7a600;
}

/* modification couleur cadre des catégories */
.forabg {
	/*background-color: linear-gradient(#2477aa,#366195); */
	background-color: #2477aa;
	background-image: -webkit-linear-gradient(top, #2477AB 70%, #0076B1 2px, #376295 92px, #376295 30%);
	background-image: linear-gradient(to bottom, #2477AB 70%,#0076B1 2px,#376295 92px,#376295 30%);
	background-repeat: repeat-x;
	}
	
/* modification couleur des cadres des sujets */
.forumbg {
	 /*background-color: linear-gradient(#2477aa,#366195); */
	background-color: #2477aa;
	background-image: -webkit-linear-gradient(top, #2477AB 70%, #0076B1 2px, #376295 92px, #376295 30%);
	background-image: linear-gradient(to bottom, #2477AB 70%,#0076B1 2px,#376295 92px,#366195 30%);
	background-repeat: repeat-x;
	}


/* modification couleur des entetes de colonnes */
li.header dt, li.header dd {
	color: #f7a600;
}

/* modification sépareteur haut et bas ligne*/
li.row {
border-top-color:#FFFFFF;
}

/* modif couleur ligne passage pointeur souris */
li.row:hover {
	background-color: #f7a600;
}

topictitle:hover {
	color: #376295;
}

/* couleur barre navigation 
.navbar {
	background-color: #2477aa;
}*/




/* modification des couleurs des liens barre nav  */

/*#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link */
a:link {
	color: #376295;
}

/*#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited */
a:visited {
	color: #376295;
}

/*#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover */
a:hover {
	 /* color: #A8D8FF; */
	 color: #376295;
}

/* #search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active */
a:active {
	color: #f7a600;
}*/

/* modification titre des catégories 
a.topictitle {
	color: #f7a600;
	
}*/


