html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body {
	background-color: white; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p,ul,li,td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form{
	margin:0px;
	padding:0px;
}

li {
background-position: center left;
padding: 2px 2px 2px 2px;
}


/* INPUT */ 


input {
	COLOR: #000000;
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	padding:1px;	
	marging:1px;	
}

textarea {
	COLOR: #000000;
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	padding:1px;	
	marging:1px;	
}

.input_grey {
	BACKGROUND-COLOR: #EEEEEE;
	COLOR: #000000;
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 8pt;
	line-height: 10pt;
	font-weight: normal;
	border: 1px solid #000000;
	margin: 0px;
	padding-left:5px;	
	height: 16px;
	width:100px;
}

/* HR */ 

.byline {
	border-bottom: 1px #E67817 dashed;
	margin: -10px 10px 10px 0px;
}

.hr_grey_light_small {
	color: #EFEFEF;
	background-color: #EFEFEF;
	height: 1px;
	border: 0;
	width:100%;
}

.hr_grey_light_big {
	color: #EFEFEF;
	background-color: #EFEFEF;
	height: 5px;
	border: 0;
	width:100%;
}

.hr_grey_light_small_dashed {
	border: none 0;
	border-top: 1px #EFEFEF dashed;
	height: 1px;
	width:100%;
}

.hr_grey_dark_small {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	border: 0;
	width:100%;
}
.hr_grey_dark_blue {
	color: #CCCCCC;
	background-color: #236C8B;
	height: 1px;
	border: 0;
	width:100%;
	margin: 10px 0px 5px 0px;
}

.hr_grey_dark_small_dashed {
	border: none 0;
	border-top: 1px #CCCCCC dashed;
	height: 1px;
	width:100%;
}

/* IMAGES */ 

.img_inside_left {
	float: left;
	margin-right: 5px;
}

.img_inside_right {
	float: right;
	margin-left: 5px;
}

.img_border_grey {
	border: 1px solid #CCCCCC;
}

.img_inside_right_border_grey {
	float: right;
	margin-left: 5px;
	border: 1px solid #CCCCCC;
}

/* BOUTONS */ 

/* TAILLE 150 */ 

input.bouton_grey_150 {
	width:150px;
	height:27px;
	text-align:center;
	vertical-align:middle;
	background-image:url(images/bouton_grey_150.png);
	color:black;
	text-decoration:none;
	border-style: none;
	display: block;
	padding: 0px;
	border-spacing: 0px;
	font-weight: bold;
	cursor:pointer;
}

input.bouton_grey_150:hover {
	width:150px;
	height:27px;
	text-align:center;
	vertical-align:middle;
	background-image:url(images/bouton_green_150.png);
	color:black;
	text-decoration:none;
	border-style: none;
	display: block;
	padding: 0px;
	border-spacing: 0px;
	font-weight: bold;
	cursor:pointer;
}

input.bouton_green_150 {
	width:150px;
	height:27px;
	text-align:center;
	vertical-align:middle;
	background-image:url(images/bouton_green_150.png);
	color:black;
	text-decoration:none;
	border-style: none;
	display: block;
	padding: 0px;
	border-spacing: 0px;
	font-weight: bold;
	cursor:pointer;
}

input.bouton_green_150:hover {
	width:150px;
	height:27px;
	text-align:center;
	vertical-align:middle;
	background-image:url(images/bouton_grey_150.png);
	color:black;
	text-decoration:none;
	border-style: none;
	display: block;
	padding: 0px;
	border-spacing: 0px;
	font-weight: bold;
	cursor:pointer;
}

input.bouton_grey_150_fixe {
	width:150px;
	height:27px;
	text-align:center;
	vertical-align:middle;
	background-image:url(images/bouton_grey_150.png);
	color:black;
	text-decoration:none;
	border-style: none;
	display: block;
	padding: 0px;
	border-spacing: 0px;
	font-weight: bold;
	cursor:pointer;
}

input.bouton_green_150_fixe {
	width:150px;
	height:27px;
	text-align:center;
	vertical-align:middle;
	background-image:url(images/bouton_green_150.png);
	color:black;
	text-decoration:none;
	border-style: none;
	display: block;
	padding: 0px;
	border-spacing: 0px;
	font-weight: bold;
	cursor:pointer;
}