/*pour le debug*/
div{
/*	border:2px solid black;*/
}
/*Pas de coloration des liens*/
a{
	font:1em Arial, Helvetica, sans-serif;
}
a:link{
	color:#222222;
	text-decoration:none;
}
a:visited{
	color:#222222;
	text-decoration:none;
}
a:hover{
	color:#ff6600;
}
/*Pas de bordure autour des images*/
img{
 border:none; 
}

/*Positionnement*/
/* Page */
body {
	padding: 30px 50px 30px 50px;*/
	margin:0px;
	background-color: black;
}

/* En-tête */
.entete {
	padding: 20px;
}

/* Menu de navigation */

.navigation {
	width: 15%; /* -> 4 */
	float: left;
/*	background-color: #26354a;
*/
}
.boutons{
	background-color: #ffcc00;
	border-top: solid 4px #ff6600;
	border-bottom: solid 4px #ff6600;
	line-height:0.2em;
}
.boutons :hover{
	color:white;
	background-color:#ff6600;
	padding:0;
	cursor:pointer;
}
.bouton{
	background-color: #ffcc00;
	border:none;
	border-right: solid 1px #ff6600;
	border-left: solid 1px #ff6600;
	font:0.8em Arial, Helvetica, sans-serif;
	color: #26354A;
/*	letter-spacing:.1em;
*/
	padding:0px;
	margin:0px;
}
.boutons_categorie{
	border: 2px solid #ff6600;
}
.boutons_categorie :hover{
	color:white;
	background-color:#ff6600;
	cursor:pointer;
}
.bouton_recherche{
	border:none;
	font:0.9em Arial, Helvetica, sans-serif;
/*	letter-spacing:.1em;
*/
	line-height:18px;	
	font-weight: bold;
	font-style: italic;
	background-color: #26354a;
	width:30%;
	color: #00FF66;
	letter-spacing:.1em;
}
.bouton_recherche :hover{
	color:white;
	background-color:#ff6600;
	padding:0;
}
.liste_categories{
	border-top:none;
	min-height:60px;
	border: 2px solid #ff6600;
}
.liste_articles{
	border: 2px solid #ff6600;
	border-top:none;
	min-height:60px;
	width:100%;
}
.liste_articles th{
	background-color: #ffcc00;
	border:none;
	font:0.7em Arial, Helvetica, sans-serif;
	color: #26354A;
	letter-spacing:.1em;
	padding:0px;
	margin:0px;
}
.liste_articles td{
	color: dimgray;
	font:0.8em Arial, Helvetica, sans-serif;
	letter-spacing:.1em;
	text-align:left;
}


.liste_span{
	border:none;
	background-color: #d3dce6;
}
.liste_categories :hover{
	color:#ff6600;
	cursor:pointer;
}
/*Favoris*/
.liste{
	background-color: #26354a;
	list-style-type:none;
}

.liste :hover{
	color:white;
	cursor:pointer;
}

.element_liste{
	color:#ff6600;
	border:none;
	cursor:pointer;
}
.element_liste :hover{
	color:white;
}
.liste_span_types{
	width:100%;
	color: dimgray;
	font:0.7em Arial, Helvetica, sans-serif;
	letter-spacing:.1em;
	text-align:left;
	border:none;
	background-color: #d3dce6;
}
.liste_span_sports{
	width:100%;
	color: dimgray;
	font:0.7em Arial, Helvetica, sans-serif;
	letter-spacing:.1em;
	text-align:center;
	border:none;
	background-color: #d3dce6;
}
/* Contenu */
.contenu {
	margin-left: 17%; /* -> 6 */
	padding: 10px 20px;
	min-height:550px;
	background-color: #d3dce6;
}

.footer{
	background-color:black;
	min-height:25px;
}
/*Fonds*/
.entete{
	background-color:black;
}

/*Polices*/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif
}
/*Habillages textes*/
emphase{
	font-weight:bold;
	font-style:italic;
}
rouge{
	color:red;
}
.Style7 {
	font-family:Times New Roman, Times, serif;
	letter-spacing:.2em;
	color: #FFCC00;
	font-weight: bold;
	font-size: 2.2em;
	line-height: 0.6em;
}
.Style2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#d3dce6;
	font-size: 0.7em;
	letter-spacing: 0.3em;
}
.Style12 {
	color: #00FF66;
	font:11px Arial, Helvetica, sans-serif;
	letter-spacing:.1em;
	line-height:18px;	
	font-weight: bold;
	font-style: italic;
}
.Titre1{
	font-family:Times New Roman, Times, serif;
	letter-spacing:.2em;
	font-size:1.5em;
	display:block;
	margin-top:0.1em;
	margin-bottom:0.5em;
	margin-left:1em;
	
	color:#ff6600;
}
.Texte1{
	font-size:0.9em;
	text-align:left;
	display:block;
	color:DimGray;
	margin-bottom:1.4em;
	letter-spacing: 0.1em;
}
.Texte2{
	font-size:0.8em;
	text-align:left;
	display:block;
	color:black;
	margin-top:2em;
}
.IMG_tableau_marques{
	width:150px;
}
.recherche_outils{
	width:90%;
	text-align:center;
	border:2px solid black;
	background-color:#ff6600;
	padding:0.3em;
}
.definition_article{
	width:90%;
	text-align:left;
	border:2px solid black;
	background-color:#ff9900;
	padding:0.3em;
}
.page_configuration{
	margin;
}
label{
color:white;
}
.panneau_gauche{

}
.categories{
	border: 2px solid #ff6600;
}
.bouton_categorie{
	color: dimgray;
	font:0.8em Arial, Helvetica, sans-serif;
	border:none;	
}


