*
{
	font: 13px Trebuchet MS, Arial, Helvetica, Sans-Serif;
	color: #333;
}

h1 {
	font-size: 30px;
	text-align: center;
}

h2 {
	font-size: 18px;
	text-align: center;
}

h3, h3 a {
	font-size: 16px;
	text-align: center;
}

p {
	text-align: center;
}

body, #menu
{
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	width: 99%;
	margin-left: 7px;
	margin-right: 10px;
	background-image: url("./fond.jpg");
}

#haut {
	margin-top: 5px;
}

#main {
	width : 50%; 
	margin: 0 auto;
}

#logo {
	display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: top;
}

#menu {
	padding: 0;
	margin: 0;
	background-image: url("./menu.jpg");
	text-align: center;
	height: 55px;
	-webkit-box-shadow: 0 1px 3px brown;
	-moz-box-shadow: 0 1px 3px brown;
	box-shadow: 0 1px 3px brown;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#menu li {
	display: inline;
	list-style: none; /* nécessaire pour IE7 */
}
   
#menu a {
	display:inline-block;
	height: 29px;
	margin:0;
	padding: 13px 20px;
	border-left: 1px solid #555;
	border-right: 1px solid #888;
	text-decoration: none;
	color: white;
	font:13px Trebuchet MS, Arial, Helvetica, Sans-Serif;
}

#menu :first-child a {
	border-left: 0;
}

#menu :last-child a {
	border-right: 0;
}

#bas {
	clear: both;
	padding: 1em;
}

#gauche {
	width: 50%;
	float: left;
	padding:1px 0;
}

#droite {
	width: 50%;
	float: left;
	padding:1px 0;
}

#container {
	width: 100%;
}

table, tr, td, th {
	border-collapse: collapse;
	border: 1px solid black;
}

table {
	border: 2px solid black;
}

table.centre {
	margin: 0 auto;
}

table.login, tr.login, td.login {
	border-collapse: collapse;
	border: 0px solid black;
	margin: 0 auto;
}

th, td {
	text-align: center;
	padding: 8px 8px;
}

th {
	font-weight: bold;
}

textarea {
    resize: none;
}

select {
	width: 250px;
}

select.petit {
	width: 50px;
}

input.nombre {
	width: 55px;
}

input.grandTexte {
	width: 250px;
}

form.form_inline {
	display: inline;
}

.confirmation {
	color: green;
}

.error {
	color: red;
}

.txtPlusGros {
	font-size: 18px;
}

.actif {
	color: green;
}

.inactif {
	color: red;
}

.surpoids {
	color: purple;
}

h2 span.legere {
	color: green;
	font-size: 18px;
}

h2 span.intermediaire {
	color: orange;
	font-size: 18px;
}

h2 span.lourde {
	color: red;
	font-size: 18px;
}

h2 span.surpoids {
	color: purple;
	font-size: 18px;
}

.legende {
	font-style: italic;
	font-weight: bold;
}

.submit_lien {
	border: none;
	background: none;
	cursor: pointer;
	text-decoration: underline;
	color: blue;
}

.entoure {
	border-width: 3px;
	border-style: inset;
	padding: 2px 2px 2px 2px;
}

.grosseFleche {
	font-size: 30px;
}
