/*Copyright 2010 AXC informatique suisse*/

/************************************/
/*Importations*/
/************************************/

@import url("axc2010.css");
@import url("lightbox.css");

/************************************/
/*Design spécial*/
/************************************/

/* @import url("../special/noel2009/design.css"); Fin d'année 2009 */

/************************************/
/*Eléments courants*/
/************************************/


h3, h2, h1
{
display: inline;
}

h1
{
font-size: 18px;
font-weight: bold;
}

h2
{
font-size: 16px;
font-weight: bold;
}

h3
{
font-size: 16px;
color: #444;
text-shadow: 0 1px 0 white;
}

hr
{
width: 100%;
color: gray;
background-color: gray;
border: none;
height: 1px;
padding: 0px;
margin-top: 15px;
margin-bottom: 15px;
}

.signature
{
text-align: right;
font-size: 9px;
color: black;
}

form
{
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

.table_avec 
{
border: 1px solid gray; 
border-collapse: collapse; 
margin-top: 10px;
}

.table_avec td
{ 
border: thin solid gray; 
padding: 8px; 
border-width: 1px;
}

.table_sans
{
border: 0px;
border-collapse: collapse; 
margin-top: 10px;
}

.table_sans td
{ 
border: 0px;
padding: 3px; 
}

.table_sans_no
{
border: 0px;
border-collapse: collapse; 
margin-top: 0px;
}

.table_sans_no td
{ 
border: 0px;
padding: 0px; 
}

.tr-fonce
{
background-color: #dddddd;
}

.tr-titre
{
background-color: #ff9600;
color: white;
font-weight: bold;
}

.erreur
{
background-color: #ffb3b5;
background-image: url('../erreur.gif');
background-repeat: no-repeat;
background-position: 2px;
padding-left: 20px;
font-size: 9px;
}

ul
{
list-style: square;
}

ul li a
{
text-decoration: none;
}

.pucetexte
{
display: block;
float: left;
margin-right: 5px;
clear: both;
}
