// Balises HTML -------------------------

body {
    padding					: 0;
    margin					: 0;
    width					: 100%;
    background-color		: ;
    font-family				: ;
}
.body_smart {
	width					: 95%;
    padding					: 0;
    margin					: 0 auto;
}

form {
	display					: table;
    align					: center;
    text-align				: center; 
 	background-color		: ;
 	padding					: 0px;
    width					: 100%;
}
 
img {
    height					: auto;
}

video {
  width						: 500px; 
  display					: block;
  margin					: 0 auto;
}
video.video_smart {
	max-width				: 100%;
  	height					: 400px;
}

a {
	background-color		: transparent;
    text-decoration			: none;
    font-family				: ;
    color					: ;
}

a:hover {
	color					: ;
}

li [
	text-align	: left;
}
/* Les listes -----------------------------------------------------------*/
li.menu_langue {
	font-family			: ;
	font-size			: ;
    color				: ; 
    font-weight			: bold;
	text-align			: left;
}
ol.liste_num {
	font-family			: ;
	font-size			: ;
    color				: ; 
    font-weight			: bold;
	text-align			: left;
}
ol.liste_carre_bleu {
	background			:  ; 
  	margin				: 5px;
  
	list-style-type		: square;
	font-family			: ;
	font-size			: ;
    color				: ; 
    font-weight			: bold;
	text-align			: left;
}
ol.liste_carre_jaune {
	background			: ;
  	margin				: 5px;
  
	list-style-type		: square;
	font-family			: ;
	font-size			: ;
    color				: ; 
    font-weight			: bold;
	text-align			: left;
}

/* >>>>>>>>>>>>>>>>>>> Gestion des Links ----------------------------------*/
a.essai {
	color				: ; 
   	font-size			: ;
    font-weight			: bold;
    font-family			: ;
}
a.a_vignette {
	color				: ; 
   	font-size			: ;
    font-family			: ;
    text-decoration-line: none;
}
a.a_vignette:hover {
	color				: ; 
}

x.liste_deroulante {
	list-style			: square inside url(" motifs/triangle.png");
    background-color	: ;
    background-position	: 0 0.32em;
    padding-left		: 5px;
    height				: 30px;
}


