body
{
	background-color: #fff;
}

.noprint { display: none; }

#axys {
	display: none;
}

#page
{ 
	margin: auto;
	width: 640px;
}
#login
{
  display: none;
}

div#flash
{
  display: none;
}

#ombre
{
  display: none;
}

#pub
{
  display: none;
}

#menug
{
  display: none;
}

#menud
{
  display: none;
}

#contenu
{
	
}

#pied
{
	display: none;
}




h1
{
	margin: 0;
	text-align: center;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

h2
{
	font-size: 20px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

h3
{
	font-size: 15px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

p
{
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
p.tags
{
	font-size: 12px;
	text-align: justify;
}



.erreur { color: #a50000; font-weight: bold; }

.erreur:before { content:url(/design/check-off.png); padding: 5px; }

.reussite { color: #299713; font-weight: bold;}

.reussite:before { content:url(/design/check-on.png); padding: 5px; }

.center { text-align: center; }

.nobr { white-space: nowrap; }

img.tiny { height: 50px; }

table.liste { width: 100% }

table.liste th { cursor: pointer; }

table.liste td, table.liste th { font-family: Verdana; font-size: 11px; height: 25px;}

table.panier, .liste { width: 100% }

table.panier td, table.panier th, .liste td, .liste th { font-family: Verdana; font-size: 12px; height: 25px; border-bottom: 1px dotted #000; }



/* _____________Le menu onglets_______________ */

#onglets
{
	display: none;
}



/* _____________Les liens_______________ */

A:link {text-decoration: none; color: #5e758c}
A:visited {text-decoration: none; color: #5e758c}
A:active {text-decoration: none; color: #ff6600;}
A:hover {text-decoration: none; color: #ff6600;}




.right { text-align: right; }
.rightpub { text-align: right; color: #ff6600;}
.floatr { float: right; }



/*____________Les formulaires___________ */
form
{
	margin: 0;
	padding: 0;
}
fieldset
{
	border: 0;
	margin: 0;
	padding: 0;
}

input[type=text]
{
	width: 140px;
}

.floatl { float:left; }

label
{
	display: inline;
	float: left;
	text-align: right; 	margin-right: 5px;
	width: 150px; }
