/* Feuille de Style Principale de l'application */
/* Design d'impression */

/* -=Toutes les balises=- */
/* Resette les comportement par défaut */
/* Et en spécifie de nouveaux*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	
	font-family: "Times New Roman", Times, serif;
	/*font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	/*text-decoration: none;*/
	color: inherit;
}


/* -=HTML=- */
html {
	margin: 0;
	padding: 0;
}

/* -=Body=- */
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	
	font-size: 1em;
	color: #000000;
	
	text-align: center;
}


form {
	display: none;
}

/* -=Conteneur=- */

#page {
	/*position: relative;*/
	width: 700px;
	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* HR agissent comme spacer */
#page hr {
	visibility: hidden;
	clear: both;
}




/* -=Titre du site =- */

#titre {
	display: none;
}


/* -=Menu=- */

#menu {
	display: none;
}




/* -=Footer du site =- */

#footer {
	text-align: center;
	padding-top: 20px;
}

#footer p {
	clear: both;
	font-style: italic;
	font-size: 0.8em;
	color: #000000;
}




/* -= Login =- */

/* Conteneur du login */
#login {
	display: none;
}




/* -=Module=- */

/* Conteneur du module */
#module {
	text-align: center;
	margin-top: 2px;
	
	background-color: #FFFFFF;
}


/* -= Blocks de positionnement =- */


/* Block contenu */
/* bloc spécial qui contient de l'info mise en valeur : les messages des memos, les formulaires de modifs... */
.block_contenu {
	background-color: #FFFFFF;
	padding-top: 1px;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	
	
	width: 85%;
}


/* Ces blocks "génériques" sont utilisées pour le positionnement d'objets */


/* Block de base */
.block {
	margin-bottom: 30px;
}


/* Block au contenu centré */
.block_center {
	text-align: center;
	margin-bottom: 30px;
}
/* Aligne les divs / tables & co aussi */
.block_center div, .block_center table, .block_center form, .block_center img, .block_center ul, .block_center ol, .block_center p {
	margin-left: auto;
	margin-right: auto;
}


/* Block au contenu centré SANS MARGE*/
.block_center_bottom {
	text-align: center;
}
/* Aligne les divs / tables & co aussi */
.block_center_bottom div, .block_center_bottom table, .block_center_bottom form, .block_center_bottom img, .block_center_bottom ul, .block_center_bottom ol, .block_center_bottom p {
	margin-left: auto;
	margin-right: auto;
}


/* Block au contenu à gauche */
.block_left {
	text-align: left;
	margin-bottom: 30px;
}
/* Aligne les divs / tables & co aussi */
.block_left div, .block_left table, .block_left form, .block_left img, .block_left ul, .block_left ol, .block_left p {
	margin-left: 0;
	margin-right: auto;
}


/* Block au contenu à gauche SANS MARGE*/
.block_left_bottom {
	text-align: left;
}
/* Aligne les divs / tables & co aussi */
.block_left_bottom div, .block_left_bottom table, .block_left_bottom form, .block_left_bottom img, .block_left_bottom ul, .block_left_bottom ol, .block_left_bottom p {
	margin-left: 0;
	margin-right: auto;
}


/* Block au contenu à droite */
.block_right {
	text-align: right;
	margin-bottom: 30px;
}
/* Aligne les divs / tables & co aussi */
.block_right div, .block_right table, .block_right form, .block_right img, .block_right ul, .block_right ol, .block_right p {
	margin-left: auto;
	margin-right: 0;
}


/* Block au contenu à droite SANS MARGE*/
.block_right_bottom {
	text-align: right;
}
/* Aligne les divs / tables & co aussi */
.block_right_bottom div, .block_right_bottom table, .block_right_bottom form, .block_right_bottom img, .block_right_bottom ul, .block_right_bottom ol, .block_right_bottom p {
	margin-left: auto;
	margin-right: 0;
}


/* Block au contenu flottant à gauche */
.block_left_float {
	float: left;
	width: 40%;
	text-align: left;
	margin-bottom: 30px;
}
/* Aligne les divs / tables & co aussi */
.block_left_float div, .block_left_float table, .block_left_float form, .block_left_float img, .block_left_float ul, .block_left_float ol, .block_left_float p {
	margin-left: 0;
	margin-right: auto;
}


/* Block au contenu flottant à gauche SANS MARGE*/
.block_left_float_bottom {
	float: left;
	width: 40%;
	text-align: left;
}
/* Aligne les divs / tables & co aussi */
.block_left_float_bottom div, .block_left_float_bottom table, .block_left_float_bottom form, .block_left_float_bottom img, .block_left_float_bottom ul, .block_left_float_bottom ol, .block_left_float_bottom p {
	margin-left: 0;
	margin-right: auto;
}


/* Block au contenu flottant à droite */
.block_right_float {
	float: right;
	width: 40%;
	text-align: right;
	margin-bottom: 30px;
}
/* Aligne les divs / tables & co aussi */
.block_right_float div, .block_right_float table, .block_right_float form, .block_right_float img, .block_right_float ul, .block_right_float ol, .block_right_float p {
	margin-left: auto;
	margin-right: 0;
}


/* Block au contenu flottant à droite SANS MARGE*/
.block_right_float_bottom {
	float: right;
	width: 40%;
	text-align: right;
}
/* Aligne les divs / tables & co aussi */
.block_right_float_bottom div, .block_right_float_bottom table, .block_right_float_bottom form, .block_right_float_bottom img, .block_right_float_bottom ul, .block_right_float_bottom ol, .block_right_float_bottom p {
	margin-left: auto;
	margin-right: 0;
}




/* -= Présentation de texte =- */


/* Série de classe "génériques" pour différencier les textes */
/* On définit aussi les balises de titre de module (les Hx) comme ca la classe est identique aux génériques */


/* -= Textes =- */ 


/* Texte de base */ 
.text {
	font-weight: normal;
	font-style: normal;
}

/* Texte important */ 
.text_important, em, i {
	font-weight: normal;
	font-style: italic;
}

/* Texte très important */ 
.text_important_big, em, i {
	font-weight: bold;
	font-style: italic;
}

/* Titre */ 
.text_titre, h4, strong, b {
	font-weight: bold;
	font-style: normal;
	margin-bottom: 20px;
}

/* Gros Titre */ 
.text_titre_big, h3 {
	font-weight: bold;
	color: #000000;
		
	padding-top: 5px;
	padding-bottom: 5px;
	
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -1px;
	
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}

/*Très Gros Titre */ 
.text_titre_huge, h2 {
	font-weight: bold;
	color: #000000;
	font-size: 1.5em;
	width: 95%;
	
	padding-top: 5px;
	padding-bottom: 10px;
	
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	
	border-bottom: 1px solid #000000;
}



/* -= Liens =- */ 


/* Liens Standards */
a:link, a:visited, .link:link, .link:visited {
	color: #000000;
	font-style: italic;
}
a:hover, a:active, .link:hover, .link:active {
	color: #000000;
}


/* Liens "Gros" */
.link_big:link, .link_big:visited {
	color: #000000;
	font-style: normal;
	font-weight: bold;
}
.link_big:hover, .link_big:active {
	color: #000000;
}


/* Liens "Important" */
.link_important:link, .link_important:visited {
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
.link_important:hover, .link_important:active {
	color: #000000;
}


/* Liens "Boutons" (ex les liens de supression ou de modification...)*/
.link_button:link, .link_button:visited {
	background-color: #FFFFFF;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	border: 1px solid #000000;
	text-decoration: none;

	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
}
.link_button:hover, .link_button:active {
}


/* -=Messages d'infos=- */


/* Erreur */
.msg_error {
	font-style: italic;
	color: #DD0000;
}

/* Ok */
.msg_success {
	font-style: italic;
	color: #00DD00;
}

/* Neutre */
.msg_info {
	font-style: italic;
	color: #000000;
}



/* -= Images =- */ 

.pict {
	border: 0;
}

.pict_big {
	padding: 2px;
	border: 1px solid #000000;
}





/* -= Formulaires =- */

/* Zones de saisies et textareas */
.input_text {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #000000;
}

/* Boutons et Submit */
.input_button {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #000000;
	font-weight: bold;
}

/* Checkbox et boutons radios */
.input_checkbox, .input_radio {

}

/* liste de selection */
.input_select {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #000000;
}

/* Envoi de fichier */
.input_file {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #000000;
}




/* -= Tableaux =- */
/* Vrai tableaux utilisés pour pour présenter une liste de données */


/* tableau liste de résultats */
/* Les lignes impaires sont de classes différentes des paires */
.table_list {
	text-align: left;

	/* Colle les cellules */
	border-collapse: collapse;
	border-spacing: 5px, 5px;
}


/* ligne de titre du tableau */
.table_list .table_title {
	background-color: #FFFFFF;
	color: #000000;
}

/* ligne impaires : 1,3,5... */
.table_list .table_item_1 {
	background-color: #FFFFFF;
	color: #000000;
	
	border-left: hidden;
	border-right: hidden;
}

/* ligne paires : 2,4,6... */
.table_list .table_item_2 {
	background-color: #FFFFFF;
	color: #000000;
	
	border-left: hidden;
	border-right: hidden;
}


/* -= Cellules du tableau =- */

/* Cellules de titre */
.table_list th {
	text-align: center;
	font-weight: bold;

	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

/* Cellules du contenu standard */
.table_list .table_item_1 td, .table_list .table_item_2 td {
	text-align: left;

	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	border-right: 1px dashed #000000;
}