/* BALISES DE MISE EN FORME GLOBALE DU SITE */

body {
	background-color: #C1D0E2;
	margin: 20px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	color: #FF3300;
	text-decoration: none;
}

img {
	border: none;
}

form {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

hr {
	clear: both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

#fond {	
	margin: 0px;
	padding: 0px;
}

#contenu {
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: center;
}

#logo {
	position:relative;
	width: 410px;
	height: 100px;
}

#ligne {
	position:relative;
	text-align: left;
	width: 100%;
}

.footer
{
	font-size: 10px;
	font-style: italic;
	margin-bottom: 20px;
}

 /* BALISES DE MISE EN FORME DU MODULE DE LOGIN */

#log_top {
	margin-top: 15px;
	margin-right: 10px;
	position: relative;
	width: 550px;
	height: 100px;
	text-align: right;
	font-weight: bold;
}

.log_top ul
{
	color: #FFFFFF;
	margin: 0px;
	padding-bottom: 10px;
}

.log_top li
{
	display: inline;
	list-style-type: none;
	padding-left: 0px;
	padding-right: 10px;
}

.log_top .form_log_input {
	font-size: 10px;
	color: #000000;
	background-color: #C1D0E2;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	padding-left: 5px;
	width: 100px;
}

.log_top .form_log_button_ok {
	font-size: 10px;
	color: #000000;
	background-color: #C1D0E2;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	font-weight: bold;
}

.log_top a {
	color: #FFFFFF;
	text-decoration: none;
}

.log_module ul
{
	padding: 0px;
	margin: 0px;
	padding-right: 5px;
	text-align: right;
}

.log_module li
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	padding-left: 0;
	padding-right: 10px;
	padding-bottom: 5px;
}

.log_module .form_log_input {
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	position: relative;
	width: 150px;
}

.log_module .form_log_button_ok {
	font-size: 10px;
	color: #000000;
	background-color: #FF6600;
	position: relative;
	font-weight: bold;
	border: 1px solid #000000;
}

 /* BALISES DE MISE EN FORME DU MENU */
 
.menu
{
	margin: 0px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	background-position: bottom;
}

.menu ul
{
	margin: 0px;
	padding: 0px;
}

.menu li
{
	display: inline;
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
}

.menu a:link, .menu a:visited {
	color: #000000;
	width: auto;
	padding: 2px 10px 2px 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #7A92AA;
	border-right-color: #7A92AA;
	border-bottom-color: #7A92AA;
	border-left-color: #7A92AA;
	text-decoration: none;
}

.menu a:hover {
	color: #FF6600;
	text-decoration: none;
	background-color: #C1D0E2;
}

 /* BALISES POUR UN FORMULAIRE EN TABLEAU */

div.tableau {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
 	clear: both;
	width: 630px;
 }

div.row {
	margin: 0px;
	padding: 0px;
 	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 630px;
 }

div.row span.label {
	margin: 0px;
	padding: 0px;
 	float: left;
 	width: 280px;
 	text-align: right;
 }

div.row span.formw {
	margin: 0px;
	padding: 0px;
	float: right;
 	width: 340px;
 	text-align: left;
 }
 
 /* BALISES DE MISE EN FORME DU TEXTE */

.txt_gros_titre {
	color: #3A6794;
	font-size: 18px;
	font-weight: bold;
}

.txt_titre {
	color: #3A6794;
	font-size: 14px;
	font-weight: bold;
}
h1{
	color: #3A6794;
	font-size: 14px;
	font-weight: bold;
}
h2 {
	color: #3A6794;
	font-size: 12px;
	font-weight: bold;
}
h3 {
	color: #3A6794;
	font-size: 12px;
	font-weight: bold;
}

.txt_ss_titre {
	color: #FF6600;
	font-size: 13px;
	font-weight: bold;
}

.txt_centre {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.txt_titre a {
	color: #FF6600;
	text-decoration: none;
}

.txt_titre a:hover {
	color: #FF3300;
	text-decoration: none;
}

.txt_petit a {
	color: #FF6600;
	text-decoration: none;
}

.txt_petit a:hover {
	color: #FF3300;
	text-decoration: none;
}

.txt_gauche a {
	color: #FF6600;
	text-decoration: none;
}

.txt_gauche a:hover {
	color: #FF3300;
	text-decoration: none;
}

.txt_centrer a {
	color: #FF6600;
	text-decoration: none;
}

.txt_centrer a:hover {
	color: #FF3300;
	text-decoration: none;
}

.txt_droite a {
	color: #FF6600;
	text-decoration: none;
}

.txt_droite a:hover {
	color: #FF3300;
	text-decoration: none;
}

.txt_justifie a {
	color: #FF6600;
	text-decoration: none;
}

.txt_justifie a:hover {
	color: #FF3300;
	text-decoration: none;
}

.txt_petit {
	font-size: 11px;
	color: #000000;
	text-align: justify;
}

.txt_gauche {
	text-align: left;
}

.txt_droite {
	text-align: right;
}

.txt_centrer {
	text-align: center;
}

.txt_justifie {
	text-align: justify;
}

.msg_erreur {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}

.msg_avertissement {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}

.msg_interdiction {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: blink;
	text-transform: uppercase;
}

.en_ligne ul
{
	padding: 0px;
	margin: 0px;
	padding-bottom: 3px;
}

.en_ligne li
{
	display: inline;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	padding-right: 100px;
}

/* BALISES DE MISE EN FORME DES FORMULAIRES */

.form_fieldset {
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: 1px dashed #336699;
	background-color: #FFFFFF;
}

.form_legend {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	background-color: #FFFFFF;
}

.form_input {
	color: #333333;
	background-color: #C1D0E2;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #336699;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	padding-left: 5px;
	width: 260px;
}

.petit_form_input {
	color: #333333;
	background-color: #C1D0E2;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #336699;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	padding-left: 5px;
	width: 100px;
}

.form_button_valider {
	color: #FF6600;
	background-color: #C1D0E2;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #336699;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	padding-left: 5px;
	width: 650px;
	font-weight: bold;
}
.form_button_fleche {
	color: #FF6600;
	background-color: #C1D0E2;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #336699;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	padding-left: 5px;
	width: 40px;
	font-weight: bold;
}

.form_button_annuler {
	color: #CC3300;
	background-color: #C1D0E2;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #336699;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	padding-left: 5px;
	width: 650px;
	font-weight: bold;
}

.form_select {
	color: #333333;
	background-color: #C1D0E2;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #336699;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	padding-left: 5px;
	width: 275px;
}

.auto_form_select {
	color: #333333;
	background-color: #C1D0E2;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #336699;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	padding-left: 5px;
}

/* BALISES DE MISE EN FORME DU FORMULAIRE DE RECHERCHE */

.module_recherche .centre
{
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: left;
	width: 300px;
}

.module_recherche .gauche
{
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: left;
	width: 200px;
}

.module_recherche .droite
{
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: right;
	width: 150px;
}

.module_recherche li
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	padding-bottom: 2px;
}

.module_recherche .form_input {
	font-size: 10px;
	color: #333333;
	background-color: #C1D0E2;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #336699;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	padding-left: 5px;
	width: 150px;
}

.module_recherche .form_select {
	font-size: 10px;
	color: #333333;
	background-color: #C1D0E2;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #336699;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	padding-left: 5px;
	width: 200px;
}

.module_recherche .form_button_ok {
	font-size: 10px;
	color: #333333;
	background-color: #C1D0E2;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #336699;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	padding-left: 5px;
}
.ligne_bas {font-size: 9px; color: #888888; }