/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	text-align:justify;
	background-color: #E2DFCB;
}

a {
	color:#000000;
}

a:hover {
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Arial,sans-serif;
 font-size: 11px;
 color: #FFFFFF;
}

h2{
	font-size: 114%;
	color: #006699;
	background-image:url(../../images/puceTitre.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	text-indent:6px;

}

h3{
	font-size: 107%;
	color: #334d55;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

p{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

input {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid;
	line-height: normal;
	border-color: #CCCCCC;
	width:200px;
}
textarea {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid;
	line-height: normal;
	border-color: #CCCCCC;
	width:250px;
}
button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color:#EEEEEE;
	border: 1px solid #CCCCCC;
	width: 120px;
	text-decoration:none;
}

