html {
	font-size: 100%;
}

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

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

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

h1 a, #tabMain h1 a {color: #1d365b; text-decoration: none;}
h1 a:visited, #tabMain h1 a:visited {color: #1d365b; text-decoration: none;}
h1 a:hover, #tabMain h1 a:hover{color: #1d365b; text-decoration: underline;}

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

h3 a, #tabMain h3 a {color: #bbaa20; text-decoration: none;}
h3 a:visited, #tabMain h3 a:visited {color: #bbaa20; text-decoration: none;}
h3 a:hover, #tabMain h3 a:hover {color: #bbaa20; 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: #1d365b;
	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: #bbaa20; text-decoration: none;}
.colDroite a:visited {color: #bbaa20; text-decoration: none;}
.colDroite a:hover {color: #bbaa20; text-decoration: none; background-color: #dbe8f1;}


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

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