/*
global.css
----------		Par M@teo21

Créé le 29 octobre 2005


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;
}

ul li{
	line-height: 17px;
}

hr{
	height : 1px;
	border-width : 1px 0 0 0;
	border-style : solid;
	border-color : #97D1F0;
	margin-top: 20px;
	margin-bottom: 20px;
}



/* Formulaires */

fieldset{
	padding: 5px;
	border: 1px dashed #97D1F0;
}

legend{
	padding: 3px 5px;
	font-weight: bold;
	background: url('../../images/designs/6/selection.png') repeat-x 0 -22px;
	border: 1px solid #B1E7F8;
}

label{
	margin: 0 4px;
	cursor: pointer;
}

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

input, select{
	margin: 4px 0 0;
}

input[type=submit], input[type=button]{
	background: url('../../images/designs/6/selection.png') repeat-x 0 -22px;
	border: 1px solid #4AD;
	color: #069;
}

input[type=submit]:hover, input[type=submit]:focus, input[type=button]:hover, input[type=button]:focus{
	background-position:0px 0px;
	cursor:pointer;
	color: #FFF;
}

input[type=submit]:active, input[type=button]:active{
	border-color: #069;
}


/* Liens */

a{
	color: #093;
	text-decoration: none;
}
a:hover{
	color: #C30;
}
#corps a:focus, #message_0 a:focus, #message_1 a:focus, #message_2 a:focus{
	background: #E6FCE2;
}
#menu a:focus, #pied_de_page a:focus{
	background: #E2F4FC;
}
/* Couleurs des membres en fonction du rang */
.couleur_admin{
        color: red;
}
.couleur_secondaire{
        color: blue;
}