/*
template/css/global.css
----------		
Créé par Warshadow le 15/01/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;
}

input[type=submit], input[type=button]
{
	background:url('../img/selection.png') repeat-x 0px -22px;
	border-style:outset;
	border-width:1px;
}

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

input[type=submit]:active, input[type=button]:active
{
	border-style:inset;
}

button
{
	padding: 0; 
	margin: 0; 
	background-color: none; 
	border: none;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Liens */
a
{
	color: #032948;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
#corps a:focus, #menu a:focus, #pied a:focus
{
	background:url('../img/selection.png') repeat-x 0px 0px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*  class centrée  */
.centre
{
	text-align: center;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*  class de couleurs  */
.red
{
	color: #de9d00;
}

.noir
{
	color: #000000;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*  affichage des erreurs  */
.erreur
{
	color: #ff7701;
	text-align: center;
	font-weight: bold;
}
