﻿/* Balises */

* {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 10px;
}

body {
	font-family: 'Tahoma', 'Arial', serif;
}

h1 {
	font-family: 'Verdana', 'Arial', serif;
	font-weight: normal;
	color: #3388AA;
	font-size: 14pt;
	margin-bottom: 5px;
	margin-top: 10px;
}

h2 {
	margin-top: 20px;
	font-size: 11pt;
	padding-left: 15px;
	background: url('design/h3.gif');
	background-repeat: no-repeat;
	color: #0088AA;
	margin-bottom: 8px;
}

table {
	border-collapse: collapse;
	width: 550px;
}

ul {
	list-style-type: none;
}

a {
	color: #005588;
	font-weight: bold;
}

input {
	border: 1px solid gray;
	font-size: 9pt;
}

fieldset {
	border: 0;
}

select {
	font-size: 11px;
}

textarea {
	font-size: 11px;
}

option {
	font-size: 13px;
}

img {
	border: 1px solid #005588;
	margin: 5px;
}

/* Classes */

.texte {
	font-size: 12px;
	line-height: 18px;
	color: #223344;
}

.menuhaut {
	font-family: 'Verdana', 'Arial', serif;
	font-size: 10pt;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	color: white;
}

.menudroite {
	color: #000055;
	text-decoration: none;
}

.menubas {
	font-size: 8pt;
	font-weight: normal; 
	color: #666666;
	text-decoration: none;
}

.droite {
	float: right;
}

.gauche {
	float: left;
}

.bleu {
	color: #0088AA;
}
table.bleu {
	color: #0088AA;
	font-size: 11px;
	line-height: 13px;
}
fieldset.bleu {
	color: #0088AA;
	font-size: 11px;
	line-height: 13px;
}

.erreur {
	color: #AA2222;
	background-color: #FFEEEE;
	border: 1px solid #FFAAAA;
	padding: 5px;
	margin: 5px;
	text-align: center;
}

.confirmation {
	color: #2222AA;
	background-color: #EEEEFF;
	border: 1px solid #AAAAFF;
	padding: 5px;
	margin: 5px;
	text-align: center;
}

table.tab {
	margin: auto;
	width: 520px;
	background-color: #EEF5FF;
}
td.tab {
	border: 1px solid #AABBFF;
}

/* Design */

.menucadre {
	float: left;
	height: 23px;
	padding-top: 2px;
}

.menucadre:hover {
	background: url('design/menu2.gif');
}

.menusep {
	float: left;
	background: url('design/menusep.gif');
	height: 25px;
	width: 3px;
}
