/*
global.css
----------		Par TBR

Créé le 17 Décembre 2006


Description : feuille de style globale comprenant des styles
pouvant être utilisés sur tout le site.
A ne pas confondre avec design.css qui ne contient que le style
du design (menus, corps, pied de page...)

*/


img
{
	border: none;
	vertical-align:middle;
}

acronym
{
	cursor:help;
	border-bottom:1px dotted;
}

.centre
{
	text-align:center;
}

.cleaner
{
	clear:both;
	height:2px;
}




/* Formulaires */

label
{
	cursor:pointer;
	font-size:0.9em;
}

optgroup
{
	font-style:normal;
	font-weight:bold;
}

input[type=submit], input[type=button]
{
	background-color: #3b5677;
	border-style:outset;
	color: orange;
	border-width:1px;
}

input[type=submit]:hover, input[type=submit]:focus, input[type=button]:hover, input[type=button]:focus
{
	background-color: black;
	cursor:pointer;
}

input[type=submit]:active, input[type=button]:active
{
	border-style:inset;
}
textarea,input[type=submit],input[type=text],input[type=password]
{
   background: url("../../images/designs/12/divers.png") repeat-x black;
   border: 1px solid #3b5677;
   color: white;
}

/* Liens */

a
{
	color: orange;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
#corps a:focus, #menu a:focus, #pied_de_page a:focus, #message_0 a:focus, #message_1 a:focus, #message_2 a:focus
{
	background-color: #3b5677;
}




/* Liste déroulante issue du XMLHttpRequest */

.liste_membres_auto
{
	position:relative;
	z-index:10;
	height:100px;
	width:200px;
	overflow:auto;
	background-color: white;
	border: 1px solid black;
	padding: 2px;
	display:none;
}

.atc_links, .atc_links_on /* Lien d'un élément d'une liste*/
{
	width: 100%;
	display: block;
}

a.atc_links:hover, a.atc_links_on:hover
{
	background-color: #3b5677;
}

.atc_links_on /* Lien où le curseur est positionne*/
{
	font-weight:bold;
}

#atc_parag /* Paragraphe où la liste est affichée */
{
	padding: 0px;
	margin: 0px;
}



/* Couleurs des membres en fonction du rang */

.couleur_admin
{
	color: red;
}

.couleur_modo
{
	color: blue;
}

.couleur_newser
{
	color: green;
}

.couleur_valid
{
	color: gold;
}

