html {
	font-size: 100%;
}

/*********************************************************/
/* Remplacement	de TAG HTML								 */
/*********************************************************/

img {
	margin-right: 10px;
	border: 3px solid /*#fa1003*/ #d8e6b7;
	-moz-border-radius: 6px;
}

h1 {
	font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 1.2em;
	color: #000;
	*line-height: 100%;
	text-align:left;
}

h1 a {color: #000; text-decoration: none;}
h1 a:visited {color: #000; text-decoration: none;}
h1 a:hover{color: #000; text-decoration: underline;}

h3 {
	font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	color: #000;
	text-align: justify;
}

h3 a {color: #E42322; text-decoration: none;}
h3 a:visited {color: #E42322; text-decoration: none;}
h3 a:hover {color: #E42322; text-decoration: underline;}


/*********************************************************/
/* Style de texte										 */
/*********************************************************/

.titleBg {
	font-family: Palatino, Arial, Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
	text-align: justify;
}

/*********************************************************/
/* Style de DIV											 */
/*********************************************************/

.colDroite {
	font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 0.9em;
	color: #E42322;
}

.colDroite a {color: #E42322; text-decoration: none;}
.colDroite a:visited {color: #E42322; text-decoration: none;}
.colDroite a:hover {color: #E42322; text-decoration: none; background-color: #dbe8f1;}


/*********************************************************/
/* Autres styles										 */
/*********************************************************/

.noBorder {
	margin-right: 10px;
	border-width: 0px;
}
