/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body
{
	line-height: 1;
}

ol, ul 
{
	list-style: none;
}

blockquote, q 
{
	quotes: none;
}

/* remember to define focus styles! */
:focus 
{
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins 
{
	text-decoration: none;
}

del 
{
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS */
body {
	background:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

td {
	padding:  3px;
}

form table {

}


form p {

}


th {

}

/* Liens */
a:link, a:visited {

}

a:hover {

}

/*  contient tout le contenu de la page */
#conteneur {
	width:820px;
	margin: 0 auto;
	padding: 0;
    background: url('shadow.png') repeat-y top left;
}

/* div inclus dans le contenu */
#entete {
	width: 800px;
	height: 195px;
	padding: 0;
	margin: 0 auto;
	background: url('banner.jpg') no-repeat top left;
}

#pied {
    background: url('shadow_bottom.png') no-repeat top left;
    width:820px;
    height:7px;
	margin: 0 auto;
}

#pied div address {

}

/* affiche la zone entre l'entete et le corps*/
/* inclu dans contenu */
#corps, #corps_sans_menu {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

/*
 * MENU affiche  les onglets
 * inclu dans corps
 */
 
/*
 * MENU affiche  les onglets
 * inclu dans corps
 */
 /* nouvelle methode utilisant une classe et pas de div */
 #nav {
	width: 800px;
	height: 20px;
	padding: 10px 0 0 0;
	background: #009BDB;
 }
 ul.onglets {
	list-style: none;
 }
 
 html>body ul.onglets {

 }

 ul.onglets li {
	display: inline;
	padding: 0 0 0 20px;
	margin: 0 10px 0 0;
 }

 ul.onglets li:hover {

 }

 ul.onglets a, ul.onglets a:link, ul.onglets a:visited {
	font-weight: bold;
  	color: #FFF;
	text-decoration: none;
    padding:0 0 6px 0;
 }

 ul.onglets a:hover {
	text-decoration: none;
	border-bottom: 1px solid #FEE101;
	color: #FEE101;
}
 
 ul.onglets a#selectedTabText {
	font-weight: bold;
  	color: #FEE101;
 }

/* inclus dans le corps */
#ongletCourant {
	width: 770px;
	padding: 15px;
	background:  #FFF;
}

#ongletCourant table {

}

#ongletCourant form {
	margin: 0;
}


/*impression */
@media print {
	ul.onglets {

	}
	#ongletCourant {

	}
}

/* inclu dans l'onglet courant */
#enteteOnglet {

}

#piedOnglet {

}

.spacer {

}

/*  personnalisation de differents element formulaire */
select, textarea {
	width:  250px;
}

.bouton {

}

/* TABLEAUX */

.ligneEntete {
}

.ligneEntete td{
}

.lignePaire {
}

.ligneImpaire{
}

/* LES CLASSES */
.libelleChampObligatoire {
	font-weight:  bold;
}

.libelleChamp {
	padding: 5px;
	display: block;
	width: 250px;
	text-align: right;
}

.valeurChamp {
	width:  250px;
}

.valeurChamp:hover, .valeurChamp:active{
}

.valeurChampObligatoire {

}

.valeurChampObligatoire:hover, .valeurChampObligatoire:active{
}

.hebergementTitreListe {

}

.messageErreur {
	font-weight:bold;
	font-size:13px;
	color: #D8000C;
	text-align:center;
	margin:0 0 15px 0;
}

#modeTest{
	display:none !important;
	height:1px !important;
	width:1px !important;
	padding:0 !important;
	top: 0 !important;
	left: 0 !important;
	margin: 0 !important;
	position: absolute;
	font-size: 6px !important;
}