body {
        background-color: #F1F1F1;
        color: #000000;
        text-align: justify;
		margin: 0px;
		padding: 0px;
		font-family: Arial, Verdana, Tahoma, Helvetica, Sans-serif;
		font-size: 12px;
        }

table {
		margin: 0px;
		padding: 0px;
}		
	
hr {
		width: 200px;
		text-align: center;
		color: black;
		background-color: black;
		height: 1px;
		border: 0;
}

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

li {
		margin: 0px;
		padding: 7px;
}	
	
A:link {
 color : #000099; 
} 
A:visited {
 color : #000099; 
} 
A:active {
 color : #000099; 
} 
A:hover {
 color : #000099; 
} 

.text {
        border:1px solid #130088;
        background-color:#DDDDDD;
        color: #000000;
}

.submit {
        border:2px solid #0B0050;
        background-color:#DDDDDD;
        color: #000000;
}

.quote {
	border: 1px solid #6051A1;
    background-color:#DCDCDC;
    color: #000000;
    padding: 5px;	
    margin: auto;
}

.quote_orange {
        border:1px solid #FE9C00;
        background-color:#F0E8CF;
        color: #000000;
        padding: 5px;        
        margin: auto;
}

div.hr {
  height: 2px;
  background: #EAEAEA url(images/hr.jpg) no-repeat scroll center;
  padding: 5px;
}

div.hr hr {
  display: none;
}

h1 {
	text-align: center;
	font-size: 16px;
}

h2 {
	text-align: center;
	font-size: 12px;
}

.td_ext_orange_header td {
        background-image:url(images/header_td_orange.jpg);
        background-repeat : repeat-x;
        margin: auto;
        padding: 0px;         
}

.td_ext_orange_premiere_ligne td {
		border-right:1px solid #FE9C00;
		border-top:1px solid #FE9C00;
		border-bottom:1px solid #FE9C00;
        background-image:url(images/fond_td_orange.jpg);
        background-repeat : repeat-x; 
        background-color:#F0E8CF;
        color: #000000;
        padding: 5px;
        margin: auto;
}

.td_ext_orange_premiere_ligne_premiere_colone {
		border-left:1px solid #FE9C00;
		border-top:1px solid #FE9C00;
		border-bottom:1px solid #FE9C00;
        background-image:url(images/fond_td_orange.jpg);
        background-repeat : repeat-x; 
        background-color:#F0E8CF;
        color: #000000;
        padding-left: 5px;
        padding-right: 5px;
        margin: auto;
        text-align: left;
}

.td_ext_orange td {
		border-right:1px solid #FE9C00;
		border-bottom:1px solid #FE9C00;
        background-color:#F0E8CF;
        color: #000000;
        padding: 5px;
        margin: auto;
}

.td_ext_orange_premiere_colone {
		border-left:1px solid #FE9C00;
		border-bottom:1px solid #FE9C00;
        background-color:#F0E8CF;
        color: #000000;
        padding-left: 5px;
        padding-right: 5px;
        margin: auto;
        text-align: left;
}