/* ------------------ Page d'index ------------------ */
#index {
	background-color: #FFFFFF;
	width: 600px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
}

#indexhaut {
	text-align: center;
	height: 30px;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	vertical-align: middle;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: url(images/liste.gif);
	background: url(images/bg.gif);
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0033;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0033;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #669900;
	text-decoration: none;
}

a:active {

	font-family: Arial, Helvetica, sans-serif;
	color: #CC0033;
	text-decoration: none;
}

#conteneur {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	height: 100%;
	width: 800px;
}

/* ------------------ Bandeau haut ------------------ */
#haut {
	height: 150px;
	width: 100%;
	border: 1px solid #666666;
	background-image: url(images/haut_fond.gif);
}

/* ------------------ Tableau Menu et Contenu ------------------ */
#centre {
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* ------------------ Menu ------------------ */
#menu {
	vertical-align: top;
	margin: 10px;
	padding: 10px;
	width: 230px;
}

.menutd {
	background-color: #FFFFFF;
	height:20px;
	width: 230px;
	text-align: center;
	border: 1px solid #666666;
}

.menutd:hover {
	background-color: #F0F0CE;
	height:20px;
	width: 230px;
	text-align: center;
}

.menutdvide {
	height:18px;
	width: 230px;
}


/* ------------------ Contenu ------------------ */
#contenu {
	margin: 10px;
	padding: 10px;
	vertical-align: top;
	height: 100%;
	width: 100%;
}

.contenu {
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	margin: 10px;
	padding: 10px;
	border: 1px solid #666666;
	vertical-align: top;
}

.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0033;
	text-decoration: none;
}

.titrePage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-align: right;
}

#produits {
	text-align: center;
}

/* ------------------ Formulaire ------------------ 
#input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #666666;
	height: 20px;
	width: 200px;
}
#textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	height: 100px;
	width: 200px;
	border: 1px solid #666666;
}
#bouton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
#bouton:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
	background-color: #E7F4F5;
	border: 1px solid #666666;
}
*/

/* ------------------ Bas de la page ------------------ */
#bas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: center;
	height: 20px;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

/* ------------------ Pop-ups ------------------ */
#popup {
	text-align: center;
	vertical-align: middle;
	height: 405px;
	width: 540px;
}