html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	color: #404040;
	font-family: Arial, Verdana, Tahoma, Helvetica, Sans-Serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
	text-align: justify;
}

#page {
	margin: 10px auto;
	width: 770px;
}

#coordonnees {
	margin-bottom: 10px;
	text-align: right;
}

#menu {
	border-right: 1px solid #c0c0c0;
	float: left;
	width: 119px;
}

#menu h1 {
	background-image: url("../graphismes/fond_titre_menu.jpg");
	font-size: 100%;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	padding-right: 5px;
	text-align: right;
	width: 119px;
 	voice-family: "\"}\"";
  	voice-family: inherit;
  	width: 114px;	
}

#menu h1:first-letter {
	font-size: 125%;
}

a {
	color: #32148b;
	text-decoration: underline;
}

a:hover {
	color: #8d1515;
	text-decoration: none;
}

form {
	margin: 0;
}

input, textarea {
	background-color: #fffaeb;
	border: 1px solid #c0c0c0;
	font-family: Arial, Verdana, Tahoma, Helvetica, Sans-Serif;
	font-size: 100%;
}

input.bouton, input.bouton_ok {
	background-color: #ffcc00;
	border: 0;
	color: #32148b;
	font-weight: bold;
	height: 20px;
	width: 150px;
}

input.bouton_ok {
	width: 30px;
}

#menu .sous_menu {
	margin: 5px 5px 10px 0;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu li {
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#menu li.derniere {
	border: 0;
	margin: 0;
}

#menu input.texte {
	width: 75px;
}

#identification {
	background-color: #32148b;
	color: white;
	height: 30px;
	margin-bottom: 10px;
	padding: 4px 5px 0 5px;	
	text-align: left;
	voice-family: "\"}\"";
  	voice-family: inherit;
	height: 26px;
	
}

#identification form {
	display: inline;
}

#identification input.texte {
	width: 75px;
}

#acces_client {
	background-color: white;
	color: #32148b;
	float: left;
	letter-spacing: 0.5em;
	line-height: 30px;
	margin-right: 5px;
	padding-left: 10px;
}

#liens_identification {
	font-size: 90%;
	float: right;
	line-height: 15px;
	margin-top: -4px;
	text-align: right;
}

#liens_identification a {
	color: white;
	display: block;
}

#utilisateur {
	background-color: #32148b;
	color: white;
	height: 30px;
	margin-bottom: 10px;
	padding: 6px 5px 0 5px;	
	text-align: left;
	voice-family: "\"}\"";
  	voice-family: inherit;
	height: 24px;
}

#liens_utilisateur {
	font-size: 90%;
	float: right;
	line-height: 15px;
	margin-top: -6px;
	text-align: right;
}

#liens_utilisateur a {
	color: white;
	display: block;
}

#chemin {
	margin-bottom: 10px;
	text-align: right;
}

#contenu {
	margin-bottom: 20px;
	padding-left: 130px;
}

#contenu h1 {
	border-bottom: 1px solid #c0c0c0;
	font-size: 130%;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin: 0 0 10px 0;
}

#contenu h1:first-letter {
	font-size: 125%;
	font-weight: bold;
}

#contenu strong {
	font-weight: normal;
}

#photo_accueil {
	float: right;
	margin-left: 10px;
}

#pied {
	clear: both;
	font-size: 80%;
	padding-left: 130px;
	text-align: left;
}

#copyright {
	float: right;
}

/* Seulement pour IE Windows : Correction du bug des 3 pixels */
* html #applet_signaletik {
	margin-left: -3px;
}
/* Fin de la correction */

hr {
	display:block;
	height: 1px;
	margin: 10px 0;
	padding: 0;
	color: #8d1515;
	background-color: #8d1515;
	border: 0;
}

.article_ligne {
	background-color: #fffaeb;
	height: 82px;
	margin-bottom: 10px;
}

/* Seulement pour IE Windows : Correction du bug des 3 pixels */
* html .article_ligne {
	margin-left: -3px;
}
/* Fin de la correction */

.article_ligne img {
	border: 1px solid #c0c0c0;
	float: left;
	margin-right: 10px;
}

.article_ligne a.designation {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

.article_detail_photo {
	float: left;
	margin: 0 10px 10px 0;	
	width: 200px;
}

.article_detail_photo .lien_agrandir {
	margin-bottom: 5px;
	text-align: center;
}

.article_detail_photo .photo {
	border: 1px solid #c0c0c0;
}

.article_detail_photo .liens_photos {
	text-align: center;
}

.erreur {
	color: red;
	font-weight: bold;
}

#inscription label {
	display: block;
	font-weight: bold;
	margin-top: 10px;
}

#inscription .erreur {
	margin-top: 10px;
}

/* Seulement pour IE Windows : Correction du bug des 3 pixels */
* html #inscription label.ligne {
	margin-left: -3px;
}
/* Fin de la correction */

#inscription textarea {
	width: 636px;
}

/* Seulement pour IE Windows : Correction du bug des 3 pixels */
* html #inscription textarea {
	margin-left: -3px;
}
/* Fin de la correction */

#inscription input.radio {
	background-color: transparent;
	border: 0;
}

#inscription input.bouton {
	float: right;
}

#mon_compte label {
	display: block;
	font-weight: bold;
	margin-top: 10px;
}

#mon_compte .erreur {
	margin-top: 10px;
}

/* Seulement pour IE Windows : Correction du bug des 3 pixels */
* html #mon_compte label.ligne {
	margin-left: -3px;
}
/* Fin de la correction */

#mon_compte textarea {
	width: 636px;
}

/* Seulement pour IE Windows : Correction du bug des 3 pixels */
* html #mon_compte textarea {
	margin-left: -3px;
}
/* Fin de la correction */

#mon_compte input.radio {
	background-color: transparent;
	border: 0;
}

#mon_compte input.bouton {
	float: right;
}

#mot_de_passe_oublie label {
	font-weight: bold;
}

#mot_de_passe_oublie .erreur {
	margin-bottom: 10px;
}

.colonne_gauche {
	float: left;
	width: 320px;
}

.loupe {
	border: 0;
	vertical-align: middle;
}

#tutoriel h1 {
	background-color: #fffaeb;
	border: 1px solid #c0c0c0;
	font-size: 150%;
	letter-spacing: 0.1em;
	padding: 10px;
	text-align: center;
}

#tutoriel h2 {
	background-color: #fffaeb;
	border: 1px solid #c0c0c0;
	font-size: 125%;
	padding: 5px;
	letter-spacing: 0.2em;
}

#tutoriel h3 {
	font-size: 100%;
	font-weight: bold;
}

#tutoriel img {
	border: 0;
}

#tutoriel .exemple {
	color: green;
}

#tutoriel ol ol {
	list-style-type: lower-alpha;
}

#tutoriel ol.sommaire li {
	font-weight: bold;
}

#tutoriel ol.sommaire ol li {
	font-weight: normal;
}

#tutoriel ul {
	list-style-type: square;
}

#tutoriel ul ul {
	list-style-type: circle;
}

#tutoriel table {
	width: 100%;
}

#tutoriel th {
	background-color: #c0c0c0;
	font-weight: bold;
	padding: 5px;
}

#tutoriel td {
	border: 1px solid #c0c0c0;
	padding: 5px;
}

#tutoriel table ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}