/*----------------------------------------------------------
	Titre           feuille de style de tinymce
	Description

	Project:		Neomades.com
	Author:			Milani Benoit
	Summary :
----------------------------------------------------------*/
/* common */
*{
font-family:verdana;
}

h1{
color:#156DA7;
font-weight:bold;
list-style-image:transparent url(assets/images/puce_texte.gif);
font-size:12px;
}

h2{
color:#1B7FB3;
font-weight:bold;
font-size:11px;
}

h3 {
color:#1F96C8;
font-weight:bold;
font-size:10px;
}

h4 {
color:#336666;
font-size:10px;
}

a,A {
color: #006699;
font-size:10px;
font-weight:normal;
text-decoration:none;
}


a:hover{
text-decoration:underline;
}

p{
color:#6F6F6F;
font-size:10px;
}

strong{
}
/*bold*/
b{
}
/* underline */
u{
}

ul{
	padding-left:0px;
	margin-left:0px;
}

ul li {
	color:#6F6F6F;
	list-style-image:url(images/puce_texte.gif);
	list-style-position: inside;
	margin-left : 0px;
	margin-top : 5px;
	margin-bottom : 5px;
}

.titre-bleu {
color:#1F96C8;
font-family:verdana;
font-size:10px;
font-weight:bold;
text-align:justify;
}