/* Propriétés par défaut */

* {
	padding: 0px;
	margin: 0px;
}

/* Liens */

a {
	text-decoration: none;
	color: #FF925F;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

/* Listes */

ul, ol {
	margin-left: 15px;
}

/* Titre */

#global div.content h1 {
	background: url(../images/titre_bleu_client.gif) no-repeat;
	color: #FFFFFF;
	height: 36px;
	padding: 14px 0 0 20px;
	margin: 10px 0 18px 0;
	font-size: 16px;
}

#global div.content h2 {
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 16px;
}

#global div.content h3 {
	margin: 15px 0 10px 0px;
	padding: 5px 0 0 10px;
	font-weight: bold;
	height: 23px;
	font-size: 13px;
	background: url(../images/grand_titre_bleu.gif);
	color: #ffffff;
}


/* Tableau */

table {
	padding: 0;
	text-align: center;
	/*border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;*/
}

table tr th {
	background: url(../images/background_th.gif) repeat-x;
	height: 27px;
	/*font-weight: normal;*/
	padding: 4px 5px 0 5px;
	vertical-align: top;
	color: #ffffff;
}

table tr td {
	height: 24px;
	text-align: center;
	padding: 4px 5px;
	/*border-right: 1px solid #F5F4F2;
	border-bottom: 1px solid;*/
}

/* Formulaires */

#global div.content div.form {
	background: url(../images/content_form.png) top repeat-y;
	width: 490px;
	border-top: 1px solid #5CBEF0;
	margin : 0 auto;
}

#global div.content div.form form {
	background: url(../images/bas_form.png) bottom no-repeat;
}

form {
	color: #ffffff;
}

fieldset {
	border: none;
	padding: 10px 15px 20px 15px;
}

legend {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 5px 0;
}

form input.champ_text, form input.champ_password, form textarea {
	padding: 2px 0 2px 0;
	border: 1px solid #AFAFAF;
	width: 280px;
}

form input.champ_text, form input.champ_password {
	background: url(../images/background_champ_saisie.gif) repeat-x;
}

form textarea {
	background: #ffffff url(../images/background_textarea.png) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 55px;
}

form input.champ_text:focus, form input.champ_password:focus, form textarea:focus {
	border: 1px solid  #FF7C00;
}

form select option {
	padding-right: 10px;
}

form input.valider, form input.reset {
	border: none;
	color: #1478BE;
	font-weight: bold;
}

form input.valider {
	background: url(../images/bouton_valider.gif) bottom no-repeat;
	width: 75px;
	height: 28px;
	cursor: pointer;
}

form input.reset {
	background: url(../images/bouton_annuler.gif) bottom no-repeat;
	width: 108px;
	height: 28px;
	cursor: pointer;
}

form table {
	border: 0;
	text-align: left;
}

form table tr td {
	padding: 0 0 10px 5px;
	height: 20px;
	border: 0;
}

form table tr td.td_valide {
	padding-top: 5px;
}


/* Classes globales */

p.good {
	color: #00B43C;
}

p.erreur {
	color: #E62D0A;
}

p.erreur_form {
	color: #ffffff;
}

div.cadre_erreur {
	background-color: #FFDFDF;
	border: 1px solid #B43C00;
	color: #5F0000;
	margin: 8px 2px 0 2px;
	padding: 5px 0 6px 10px;
}

div.cadre_good {
	background-color: #DFFFDF;
	border: 1px solid #00B43C;
	color: #005F00;
	margin: 8px 2px 0 2px;
	padding: 5px 0 6px 10px;
}

.cl {
	clear: both;
}

